/* Structural only. Colours come from Breakdance global CSS variables when set; fallbacks are the brand tokens. */
.nwbs-search{display:flex;flex-wrap:wrap;gap:12px;align-items:stretch;background:var(--nwbs-navy,#0B1A2A);padding:16px;border-radius:6px}
.nwbs-search__field{flex:1 1 150px;display:block}
.nwbs-search__field select{width:100%;height:48px;padding:0 12px;border:1px solid rgba(255,255,255,.15);border-radius:4px;background:#fff;color:#111;font:inherit}
.nwbs-search__submit{flex:1 1 160px;height:48px;padding:0 24px;border:0;border-radius:4px;background:var(--nwbs-gold,#B8903F);color:#fff;font:inherit;font-weight:700;letter-spacing:.04em;text-transform:uppercase;cursor:pointer}
.nwbs-search__submit:hover{background:var(--nwbs-gold-hover,#C9A24D)}
@media (max-width:640px){.nwbs-search__field,.nwbs-search__submit{flex-basis:100%}}

/* status badges on cards and single boat */
.nwbs-badge{display:inline-block;padding:6px 12px;border-radius:4px;background:#0B1A2A;color:#fff;font:700 12px/1 Inter,system-ui,sans-serif;letter-spacing:.06em;text-transform:uppercase}
.nwbs-badge--sold,.nwbs-badge--sold_stc{background:#8B1E1E}
.nwbs-badge--reserved,.nwbs-badge--under_offer{background:#B8903F}
ul.products li.product{position:relative}
ul.products li.product .nwbs-badge{position:absolute;top:12px;left:12px;z-index:2}
/* tour embed */
.nwbs-tour{position:relative;width:100%;padding-top:56.25%;border-radius:6px;overflow:hidden;background:#0B1A2A}
.nwbs-tour iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
/* product cards on archive (WooCommerce default markup) */
ul.products li.product .woocommerce-loop-product__title{font-family:Montserrat,sans-serif;font-weight:700;color:#0B1A2A;font-size:18px}
ul.products li.product .price{color:#B8903F;font-weight:800;font-size:20px}
ul.products li.product img{border-radius:6px}
