/* Responsive sizing for the static contact/bug feedback modal only. */
@media (max-width: 425px) {
    .static-form-feedback-modal__title {
        font-size: 20px !important;
    }

    .static-form-feedback-modal__icon {
        width: 64px !important;
        height: 64px !important;
        margin-bottom: 14px !important;
        font-size: 24px !important;
    }
}

@media (max-width: 375px) {
    .static-form-feedback-modal__title {
        font-size: 19px !important;
    }

    .static-form-feedback-modal__icon {
        width: 56px !important;
        height: 56px !important;
        margin-bottom: 12px !important;
        font-size: 22px !important;
    }
}

@media (max-width: 320px) {
    .static-form-feedback-modal__title {
        font-size: 18px !important;
    }

    .static-form-feedback-modal__icon {
        width: 50px !important;
        height: 50px !important;
        margin-bottom: 12px !important;
        font-size: 20px !important;
    }
}
