#fp-wc-store-notice[hidden] { display: none !important; }
#fp-wc-store-notice {
    box-sizing: border-box; width: 100%; margin: 0; padding: 14px 54px;
    position: relative; z-index: 99998; text-align: center; line-height: 1.5;
    background-position: center; background-size: cover; background-repeat: no-repeat;
    overflow-wrap: anywhere;
}
#fp-wc-store-notice[data-layout="overlay"] { position: fixed; top: var(--fp-admin-offset, 0px); left: 0; right: 0; }
#fp-wc-store-notice .fp-notice-message { font: inherit; color: inherit; }
#fp-wc-store-notice .fp-notice-message > :first-child { margin-top: 0; }
#fp-wc-store-notice .fp-notice-message > :last-child { margin-bottom: 0; }
#fp-wc-store-notice a { color: inherit; text-decoration: underline; }
#fp-wc-store-notice .fp-notice-dismiss {
    position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
    display: flex; align-items: center; justify-content: center; width: 44px; height: 44px;
    margin: 0; padding: 0; min-width: 0; min-height: 0; border: 0; border-radius: 3px;
    background: transparent; box-shadow: none; color: inherit; font: inherit;
    font-size: 26px; line-height: 1; cursor: pointer;
}
#fp-wc-store-notice a:focus-visible, #fp-wc-store-notice button:focus-visible { outline: 2px solid currentColor; outline-offset: 2px; }
@media (max-width: 600px) { #fp-wc-store-notice { padding-left: 16px; padding-right: 52px; } }
