/* Center the announcement dialog on mobile; new filename bypasses old caches. */
@media (max-width: 767.98px) {
    .store-notice-modal,
    .store-notice-modal.is-open {
        align-items: center !important;
        justify-content: center !important;
        padding: 12px !important;
    }

    .store-notice-dialog {
        max-height: calc(100dvh - 24px) !important;
        margin: auto !important;
    }
}
