.evf-container {
    width: 100%;
    max-width: 650px;
    margin: 40px auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.evf-step {
    background: #fff;
    padding: 32px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.evf-step[hidden] {
    display: none;
}

.evf-step h2 {
    margin-top: 0;
}

.evf-field {
    margin-bottom: 20px;
}

.evf-field label,
#evf-email-form > label,
#evf-code-form > label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}

.evf-field input,
.evf-field select,
#evf-email-form input,
#evf-code-form input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    background: #fff;
}

.evf-field input:focus,
.evf-field select:focus,
#evf-email-form input:focus,
#evf-code-form input:focus {
    outline: 2px solid #2271b1;
    outline-offset: 1px;
}

.evf-step button {
    display: inline-block;
    padding: 12px 20px;
    border: 0;
    border-radius: 6px;
    background: #111;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.evf-step button:hover {
    opacity: 0.85;
}

.evf-secondary {
    margin-left: 8px;
    background: #666 !important;
}

.evf-message {
    margin-top: 15px;
    min-height: 1.4em;
}

.evf-error {
    color: #b32d2e;
}

.evf-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}
