/* ============================================================
   Solar Repairs site-wide tweaks (2026-09-15). Loaded on every page by
   inc/woocommerce-design.php (pwd_site_assets); shop styles live in shop-design.css.
   ============================================================ */

/* Footer legal line: one row with even separators; on small screens it wraps without them */
.pwd-legal{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;row-gap:4px;margin:0!important;font-size:13px;line-height:1.6}
.pwd-legal>span{white-space:nowrap}
.pwd-legal>span+span::before{content:'|';margin:0 12px;opacity:.45}
.pwd-legal a{color:inherit;text-decoration:none}
.pwd-legal a:hover,.pwd-legal a:focus{text-decoration:underline}
@media(max-width:767px){.pwd-legal{column-gap:16px}.pwd-legal>span+span::before{content:none}}

/* Header menu: the third-level flyout ("Shop by brand") gets the same panel as the Shop dropdown (woocommerce.css) */
.w-nav.type_desktop .w-nav-list.level_3{background:#FFFFFF!important;border:1px solid #E7E2DC!important;border-radius:12px!important;box-shadow:0 8px 24px rgba(43,41,41,.08)!important;padding:8px 0!important;min-width:220px!important}
