#easy-voice-mail {
    --evm-accent: #2271b1;
    height: auto;
    max-width: 560px;
    margin: 0 auto;
}

.easy-voice-mail-description {
    margin: 0 0 1em;
}

.easy-voice-mail-feedback {
    margin: 0 0 1em;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 0.95em;
    line-height: 1.4;
}

.easy-voice-mail-feedback--success {
    background: #e6f4ea;
    color: #1e4620;
    border: 1px solid #b7dfc1;
}

.easy-voice-mail-feedback--error {
    background: #fdecea;
    color: #611a15;
    border: 1px solid #f5c6cb;
}

.easy-voice-mail-fields {
    margin: 0 0 1em;
}

.easy-voice-mail-field {
    margin: 0 0 0.9em;
}

.easy-voice-mail-field label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.3em;
}

.easy-voice-mail-field input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    border: 1px solid #c9ccd1;
    border-radius: 8px;
    font: inherit;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.easy-voice-mail-field input[type="text"]:focus {
    outline: none;
    border-color: var(--evm-accent);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--evm-accent) 25%, transparent);
}

.easy-voice-mail-consent label {
    display: flex;
    align-items: flex-start;
    gap: 0.6em;
    font-weight: 400;
    cursor: pointer;
    line-height: 1.4;
}

.easy-voice-mail-consent input[type="checkbox"] {
    margin-top: 0.2em;
    width: 1.1em;
    height: 1.1em;
    accent-color: var(--evm-accent);
    flex: 0 0 auto;
}

.easy-voice-mail-required {
    color: #d63638;
}

/* Honeypot: vor menschlichen Nutzern verstecken, fuer Bots erreichbar. */
.easy-voice-mail-hp {
    position: absolute !important;
    left: -9999px !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.easy-voice-mail-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 0.5em;
}

.easy-voice-mail-btn {
    appearance: none;
    -webkit-appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4em;
    padding: 10px 18px;
    border: 1px solid var(--evm-accent);
    border-radius: 999px;
    background: #fff;
    color: var(--evm-accent);
    font: inherit;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease, transform 0.05s ease, box-shadow 0.15s ease;
}

.easy-voice-mail-btn:hover {
    box-shadow: 0 2px 8px color-mix(in srgb, var(--evm-accent) 30%, transparent);
}

.easy-voice-mail-btn:active {
    transform: translateY(1px);
}

.easy-voice-mail-btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--evm-accent) 35%, transparent);
}

.easy-voice-mail-btn--primary {
    background: var(--evm-accent);
    color: #fff;
}

.easy-voice-mail-btn--primary:hover {
    background: color-mix(in srgb, var(--evm-accent) 85%, #000);
}

.easy-voice-mail-btn--danger {
    border-color: #d63638;
    background: #d63638;
    color: #fff;
}

.easy-voice-mail-btn--danger:hover {
    background: #b32d2e;
    box-shadow: 0 2px 8px rgba(214, 54, 56, 0.3);
}

.easy-voice-mail-btn--ghost {
    border-color: #9aa0a6;
    color: #5f6368;
}

.easy-voice-mail-btn--ghost:hover {
    background: #f1f3f4;
    box-shadow: none;
}

#easy_voice_mail_countdown {
    font-variant-numeric: tabular-nums;
    font-weight: 600;
    color: var(--evm-accent);
    margin: 0;
}
