.site-header-feedback-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border-radius: 999px;
}

.storefront-feedback-modal .modal-dialog {
    max-width: 760px;
}

.storefront-feedback-modal .modal-content {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1.15rem;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
}

.storefront-feedback-modal__header {
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem 1.25rem 1rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

.storefront-feedback-modal__eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 0.28rem 0.65rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    color: #1d4ed8;
    background: rgba(59, 130, 246, 0.12);
    margin-bottom: 0.45rem;
}

.storefront-feedback-modal__desc {
    font-size: 0.93rem;
    color: #64748b;
    max-width: 540px;
}

.storefront-feedback-alert {
    margin-bottom: 1rem;
}

.storefront-feedback-account,
.storefront-feedback-product {
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    background: #f8fbff;
    border: 1px solid rgba(148, 163, 184, 0.16);
}

.storefront-feedback-account__label,
.storefront-feedback-product__label {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #64748b;
    margin-bottom: 0.2rem;
}

.storefront-feedback-account__value {
    font-weight: 700;
    color: #0f172a;
}

.storefront-feedback-account__meta {
    font-size: 0.92rem;
    color: #64748b;
}

.storefront-feedback-form__textarea {
    min-height: 140px;
    resize: vertical;
}

.storefront-feedback-form__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.storefront-feedback-form__hint {
    font-size: 0.88rem;
    color: #64748b;
    line-height: 1.5;
}

@media (max-width: 991.98px) {
    .site-header-feedback-btn {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .storefront-feedback-modal .modal-dialog {
        margin: 0.75rem;
    }

    .storefront-feedback-modal__header {
        padding: 1rem 1rem 0.85rem;
    }

    .storefront-feedback-form__footer {
        flex-direction: column;
        align-items: stretch;
    }

    .storefront-feedback-form__footer .btn {
        width: 100%;
    }
}
