.widerruf-page {
    margin: 40px auto 70px;
    max-width: 760px;
    padding: 0 20px;
}

.widerruf-anchor-box {
    margin: 32px auto 24px;
    max-width: 760px;
    padding: 0 20px;
    text-align: center;
}

.widerruf-anchor-hint {
    margin-bottom: 12px;
}

.widerruf-anchor-button {
    min-width: 260px;
}

.widerruf-card {
    background: #fff;
    border: 1px solid #d9d9d9;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    padding: 32px;
    position: relative;
}

.widerruf-card h1 {
    margin-top: 0;
    margin-bottom: 12px;
}

.widerruf-intro {
    margin-bottom: 24px;
}

.widerruf-form .field {
    margin-bottom: 20px;
}

.widerruf-form .input-text {
    min-height: 48px;
}

.widerruf-turnstile {
    margin: 24px 0;
    min-height: 65px;
}

.widerruf-turnstile .label {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}

.widerruf-toast {
    background: #242424;
    border-radius: 4px;
    color: #fff;
    margin-bottom: 20px;
    opacity: 0;
    padding: 14px 16px;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.widerruf-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.widerruf-form .actions-toolbar {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.widerruf-form .actions-toolbar .secondary {
    margin: 0;
}

.widerruf-form .actions-toolbar .secondary .action {
    min-width: 220px;
}

.widerruf-next-steps {
    margin: 18px 0 18px 18px;
}

.widerruf-next-steps li {
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .widerruf-anchor-box,
    .widerruf-page {
        margin: 24px auto 50px;
        padding: 0 15px;
    }

    .widerruf-card {
        padding: 22px 18px;
    }
}
