.dr-card {
    max-width: 760px;
    margin: 0 auto;
}

.dr-card__body {
    padding: 18px;
}

.dr-form-shell {
    max-width: 560px;
    margin: 0 auto;
}

.dr-form {
    display: flex;
    flex-direction: column;
}

.dr-grid {
    gap: 12px 18px;
}

.dr-actions {
    margin-top: 10px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.dr-actions .rt-try-consent {
    flex: 1 1 auto;
    min-width: 0;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.dr-actions .btn {
    min-width: 220px;
}

.dr-success-modal {
    max-width: 560px;
}

.dr-success-actions {
    margin-top: 12px;
    display: flex;
    justify-content: flex-end;
}

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

.dr-token-shell[hidden] {
    display: none !important;
}

.dr-token-help {
    display: block;
    margin-top: 6px;
    color: #546e7a;
    font-size: 0.84rem;
    line-height: 1.35;
}

@media (max-width: 860px) {
    .dr-card__body {
        padding: 16px;
    }
}

@media (max-width: 576px) {
    .dr-card__body {
        padding: 14px;
    }

    .dr-form-shell {
        max-width: 100%;
    }

    .dr-grid {
        gap: 10px 14px;
    }

    .dr-actions {
        margin-top: 8px;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .dr-actions .rt-try-consent {
        width: 100%;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 8px;
    }

    .dr-actions .rt-try-consent label {
        line-height: 1.25;
    }

    .dr-actions .btn {
        min-width: 0;
        width: 100%;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .dr-token-help {
        margin-top: 4px;
        font-size: 0.78rem;
        line-height: 1.25;
    }
}
