/* Easy Event – Public Styles */

.easy-event-wrap {
    max-width: 620px;
    margin: 0 auto;
    font-size: 1em;
}

/* Header */
.easy-event-header {
    margin-bottom: 28px;
}

.easy-event-title {
    font-size: 1.8em;
    margin-bottom: 10px;
}

.easy-event-description {
    color: #444;
    line-height: 1.6;
}

/* Notice boxes */
.easy-event-notice {
    padding: 16px 20px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.easy-event-notice ul {
    margin: 4px 0 0 0;
    padding-left: 20px;
}

/* Presale countdown */
.easy-event-presale {
    background: #eef2ff;
    border-left: 4px solid #4f6ef7;
    padding: 20px 24px;
    border-radius: 4px;
}

.easy-event-presale p {
    margin: 0 0 6px;
}

.easy-event-countdown {
    font-size: 1.15em;
    font-weight: 700;
    color: #4f6ef7;
    letter-spacing: 0.02em;
}

/* Sold out */
.easy-event-sold-out {
    background: #fff2f2;
    border-left: 4px solid #d63638;
    color: #d63638;
    font-weight: 600;
}

/* Success */
.easy-event-success {
    background: #f0faf3;
    border-left: 4px solid #00a32a;
    color: #1a6b2a;
}

/* Error list */
.easy-event-error {
    background: #fff2f2;
    border-left: 4px solid #d63638;
    color: #8b1a1a;
}

/* Honeypot – für Menschen unsichtbar, Bots füllen es aus */
.ee-honeypot {
    display: none !important;
    position: absolute;
    left: -9999px;
    visibility: hidden;
}

/* Form */
.easy-event-form .easy-event-field {
    margin-bottom: 18px;
}

.easy-event-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}

.easy-event-form label .required {
    color: #d63638;
}

/* Feldfehler */
.easy-event-field.ee-field-error input,
.easy-event-field.ee-field-error select {
    border-color: #d63638 !important;
    background-color: #fff8f8;
}

.ee-field-msg {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: #d63638;
    font-weight: 500;
}

.easy-event-form input[type="text"],
.easy-event-form input[type="email"],
.easy-event-form select {
    width: 100%;
    max-width: 420px;
    padding: 9px 12px;
    border: 1px solid #c3c4c7;
    border-radius: 4px;
    font-size: 1em;
    line-height: 1.4;
    transition: border-color 0.15s;
    box-sizing: border-box;
}

.easy-event-form input[type="text"]:focus,
.easy-event-form input[type="email"]:focus,
.easy-event-form select:focus {
    border-color: #4f6ef7;
    outline: 2px solid rgba(79, 110, 247, 0.2);
}

.easy-event-submit {
    margin-top: 24px;
}

.easy-event-btn {
    display: inline-block;
    background: #4f6ef7;
    color: #fff;
    border: none;
    padding: 11px 28px;
    border-radius: 4px;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    text-decoration: none;
}

.easy-event-btn:hover,
.easy-event-btn:focus {
    background: #3a58e0;
    color: #fff;
}

.easy-event-btn:disabled {
    background: #a0a0a0;
    cursor: not-allowed;
}
