/* Global cachly frontend shell 0.8.7.
 * Header and footer are rendered on every public HTML route while go-live is active.
 * This file intentionally avoids changing stored content or generic builder layouts.
 */
body.wsb-global-surface-087 {
    --wsb-shell-ink: #071f24;
    --wsb-shell-muted: #61736f;
    --wsb-shell-line: rgba(11, 106, 85, 0.16);
    --wsb-shell-soft: #edf7f3;
    --wsb-shell-accent: #0b6a55;
    background: #ffffff;
}

body.wsb-global-surface-087,
body.wsb-global-surface-087 * {
    box-sizing: border-box;
}

body.wsb-global-surface-087 .wsb-site-header,
body.wsb-global-surface-087 .wsb-site-footer {
    font-family: inherit;
}

body.wsb-global-surface-087 img,
body.wsb-global-surface-087 svg,
body.wsb-global-surface-087 video,
body.wsb-global-surface-087 iframe {
    max-width: 100%;
}

body.wsb-global-surface-087 .woocommerce-notices-wrapper,
body.wsb-global-surface-087 .woocommerce-message,
body.wsb-global-surface-087 .woocommerce-info,
body.wsb-global-surface-087 .woocommerce-error {
    max-width: 100%;
}

@media (max-width: 620px) {
    body.wsb-global-surface-087 {
        overflow-x: hidden;
    }
}
