/* =========================================
   SINGLE BOAT LISTING STYLES
   ========================================= */
.bfs-pg {
    background: #eef2f5;
    padding: 40px 14px 80px;
}
.bfs-pg-in {
    max-width: 1200px;
    margin: 0 auto;
}
.bfs-bread {
    margin-bottom: 24px;
}
.bfs-layout {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 32px;
    align-items: start;
}
.bfs-gallery {
    background: #fff;
    border: 1px solid #d0dae6;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 24px;
}
.bfs-gallery-main {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    cursor: zoom-in;
}
.bfs-gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}
.bfs-gallery-main:hover img {
    transform: scale(1.02);
}
.bfs-gallery-status {
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 999px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.bfs-status-available { background: #e0f4e8; color: #1a6e3a; }
.bfs-status-sold      { background: #fde8e8; color: #c0392b; }
.bfs-status-pending   { background: #fef9e7; color: #d68910; }

.bfs-gallery-thumbs {
    display: flex;
    gap: 8px;
    padding: 12px;
    overflow-x: auto;
    background: #f7f9fb;
    border-top: 1px solid #e4ecf4;
}
.bfs-gallery-thumbs::-webkit-scrollbar { height: 3px; }
.bfs-gallery-thumbs::-webkit-scrollbar-thumb { background: #d0dae6; border-radius: 2px; }

.bfs-thumb {
    width: 72px;
    height: 54px;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.15s;
}
.bfs-thumb.active,
.bfs-thumb:hover {
    border-color: #0a2540;
}
.bfs-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.bfs-content-card {
    background: #fff;
    border: 1px solid #d0dae6;
    border-radius: 16px;
    padding: 32px;
}
.bfs-content-card h1 {
    font-size: 24px;
    font-weight: 800;
    color: #0a2540;
    line-height: 1.3;
    margin: 0 0 12px;
    letter-spacing: -0.01em;
}
.bfs-tax-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 20px;
}
.bfs-tax-tag {
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 999px;
    background: #eef2f5;
    color: #0a2540;
    text-decoration: none;
    transition: background 0.15s;
}
.bfs-tax-tag:hover { background: #d6e4f0; }

.bfs-content-divider {
    border: none;
    border-top: 1px solid #e4ecf4;
    margin: 20px 0;
}
.bfs-content-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #7a9ab8;
    margin: 0 0 12px;
}
.bfs-content-body {
    font-size: 15px;
    color: #3d5a7a;
    line-height: 1.85;
}
.bfs-content-body p { margin: 0 0 14px; }
.bfs-content-body p:last-child { margin-bottom: 0; }
.bfs-right {
    position: sticky;
    top: 80px;
}
.bfs-detail-card {
    background: #fff;
    border: 1px solid #d0dae6;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
}
.bfs-price-header {
    background: #0a2540;
    padding: 22px 24px;
}
.bfs-price-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #6a9ab8;
    margin-bottom: 4px;
}
.bfs-price-val {
    font-size: 32px;
    font-weight: 800;
    color: #eef2f5;
    letter-spacing: -0.02em;
    line-height: 1;
}
.bfs-price-val-na {
    font-size: 20px;
    font-weight: 600;
    color: #6a9ab8;
}
.bfs-specs {
    padding: 8px 0;
}
.bfs-spec-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 24px;
    border-bottom: 1px solid #f0f4f8;
}
.bfs-spec-row:last-child { border-bottom: none; }
.bfs-spec-key {
    font-size: 13px;
    color: #7a9ab8;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}
.bfs-spec-key svg { flex-shrink: 0; }
.bfs-spec-val {
    font-size: 13px;
    font-weight: 700;
    color: #0a2540;
    text-align: right;
}
.bfs-cta {
    padding: 16px 24px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-top: 1px solid #e4ecf4;
}
.bfs-btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #0a2540;
    color: #eef2f5;
    border: none;
    border-radius: 10px;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.15s, transform 0.12s;
    font-family: inherit;
    text-align: center;
}
.bfs-btn-primary:hover {
    background: #122f56;
    transform: translateY(-1px);
    color: #eef2f5;
}
.bfs-btn-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #fff;
    color: #0a2540;
    border: 1px solid #d0dae6;
    border-radius: 10px;
    padding: 13px 20px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: border-color 0.15s, background 0.15s;
    font-family: inherit;
    text-align: center;
}
.bfs-btn-secondary:hover {
    border-color: #0a2540;
    background: #eef2f5;
    color: #0a2540;
}
.bfs-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(10,37,64,0.92);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.bfs-lightbox.open { display: flex; }
.bfs-lightbox-img {
    max-width: 90vw;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 8px;
}
.bfs-lightbox-close {
    position: absolute;
    top: 20px;
    right: 24px;
    background: none;
    border: none;
    color: #eef2f5;
    font-size: 28px;
    cursor: pointer;
    line-height: 1;
    font-family: inherit;
}
.bfs-lightbox-prev,
.bfs-lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.1);
    border: none;
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
    font-family: inherit;
}
.bfs-lightbox-prev { left: 20px; }
.bfs-lightbox-next { right: 20px; }
.bfs-lightbox-prev:hover,
.bfs-lightbox-next:hover { background: rgba(255,255,255,0.2); }
@media (max-width: 900px) {
    .bfs-layout {
        grid-template-columns: 1fr;
    }
    .bfs-right {
        position: static;
    }
}
@media (max-width: 540px) {
    .bfs-content-card { padding: 20px; }
    .bfs-price-val { font-size: 26px; }
}










/* =========================================
   LISTING FAQ STYLES
   ========================================= */
.bfs-faq-section {
    background: #fff;
    border: 1px solid #d0dae6;
    border-radius: 16px;
    overflow: hidden;
    margin-top: 24px;
}
.bfs-faq-section__head {
    padding: 20px 28px 16px;
    border-bottom: 1px solid #e4ecf4;
    display: flex;
    align-items: center;
    gap: 10px;
}
.bfs-faq-section__icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #eef2f5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #0a2540;
}
.bfs-faq-section__title {
    font-size: 15px;
    font-weight: 800;
    color: #0a2540;
    letter-spacing: -0.01em;
    margin: 0;
}
.bfs-faq-list {
    padding: 8px 0;
}
.bfs-faq-item {
    border-bottom: 1px solid #f0f4f8;
}
.bfs-faq-item:last-child {
    border-bottom: none;
}
.bfs-faq-btn {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 28px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    transition: background 0.15s;
}
.bfs-faq-btn:hover,
.bfs-faq-btn[aria-expanded="true"] {
    background: #f7f9fb;
}
.bfs-faq-q {
    font-size: 14px;
    font-weight: 700;
    color: #0a2540;
    line-height: 1.4;
    flex: 1;
}
.bfs-faq-chevron {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #eef2f5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    transition: background 0.15s, transform 0.25s;
    color: #0a2540;
}
.bfs-faq-btn[aria-expanded="true"] .bfs-faq-chevron {
    background: #0a2540;
    color: #eef2f5;
    transform: rotate(180deg);
}
.bfs-faq-answer {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 28px;
}
.bfs-faq-answer.open {
    max-height: 600px;
}
.bfs-faq-answer p {
    font-size: 14px;
    color: #3d5a7a;
    line-height: 1.75;
    margin: 0;
    padding: 20px 0;
}
@media (max-width: 540px) {
    .bfs-faq-section__head { padding: 16px 20px 14px; }
    .bfs-faq-btn { padding: 14px 20px; }
    .bfs-faq-answer { padding: 0 20px; }
    .bfs-faq-q { font-size: 13.5px; }
}










/* =========================================
   RELATED BOATS STYLES
   ========================================= */
.bfs-related {
    margin-top: 48px;
    padding-top: 40px;
    border-top: 1px solid #d0dae6;
}
.bfs-related-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 24px;
}
.bfs-related-title { font-size: 20px; font-weight: 800; color: #0a2540; letter-spacing: -0.01em; margin: 0; }
.bfs-related-tabs { display: flex; gap: 6px; background: #e4ecf4; border-radius: 10px; padding: 4px; }
.bfs-related-tab {
    padding: 7px 16px; font-size: 13px; font-weight: 600; font-family: inherit;
    border: none; border-radius: 7px; cursor: pointer; background: transparent;
    color: #5a7a99; transition: background 0.18s, color 0.18s; white-space: nowrap;
}
.bfs-related-tab.active { background: #0a2540; color: #eef2f5; }
.bfs-related-tab:not(.active):hover { background: rgba(10,37,64,.08); color: #0a2540; }
.bfs-related-panel { display: none; }
.bfs-related-panel.active { display: block; }
.bfs-related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.bfs-rel-card {
    background: #fff; border: 1px solid #d0dae6; border-radius: 14px;
    overflow: hidden; text-decoration: none; display: block;
    transition: box-shadow 0.2s, transform 0.18s;
}
.bfs-rel-card:hover { box-shadow: 0 8px 28px rgba(10,37,64,.10); transform: translateY(-2px); }
.bfs-rel-img { position: relative; aspect-ratio: 16/10; overflow: hidden; background: #eef2f5; }
.bfs-rel-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.3s; }
.bfs-rel-card:hover .bfs-rel-img img { transform: scale(1.04); }
.bfs-rel-img-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.bfs-rel-img-placeholder svg { width: 36px; height: 36px; opacity: .3; color: #a0bcd4; }
.bfs-rel-status {
    position: absolute; top: 10px; left: 10px; font-size: 10px; font-weight: 700;
    letter-spacing: .06em; text-transform: uppercase; padding: 3px 9px; border-radius: 999px;
}
.bfs-rel-status-available { background: #e0f4e8; color: #1a6e3a; }
.bfs-rel-status-sold      { background: #fde8e8; color: #c0392b; }
.bfs-rel-status-pending   { background: #fef9e7; color: #d68910; }
.bfs-rel-body { padding: 14px 16px 16px; }
.bfs-rel-name {
    font-size: 14px; font-weight: 700; color: #0a2540; line-height: 1.35; margin: 0 0 8px;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.bfs-rel-meta { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
.bfs-rel-meta-item { display: inline-flex; align-items: center; gap: 4px; font-size: 11.5px; color: #6a8fb0; font-weight: 500; }
.bfs-rel-meta-item svg { width: 11px; height: 11px; }
.bfs-rel-divider { height: 1px; background: #eef2f5; margin: 10px 0; }
.bfs-rel-price { font-size: 17px; font-weight: 800; color: #0a2540; letter-spacing: -0.02em; }
.bfs-rel-price-na { font-size: 13px; font-weight: 600; color: #7a9ab8; }
.bfs-related-empty { background: #f7f9fb; border: 1px dashed #c4d4e4; border-radius: 12px; padding: 40px 24px; text-align: center; color: #7a9ab8; font-size: 14px; }
@media (max-width: 1024px) { .bfs-related-grid { grid-template-columns: repeat(3,1fr); } }
@media (max-width: 768px)  { .bfs-related-grid { grid-template-columns: repeat(2,1fr); gap: 14px; } }
@media (max-width: 440px)  { .bfs-related-grid { grid-template-columns: 1fr; } .bfs-related-tabs { width: 100%; } .bfs-related-tab { flex: 1; text-align: center; } }
@media (max-width: 600px) {
    .bfs-related-head {
        flex-direction: column;
        align-items: flex-start;
    }
    .bfs-related-tabs {
        width: 100%;
    }
    .bfs-related-tab {
        flex: 1;
        text-align: center;
        padding: 8px 6px;
        font-size: 12px;
    }
}





















/* =====================================================
   BOATS FOR SALE — ARCHIVE PAGE CSS
   ===================================================== */

/* ── PAGE WRAPPER ── */
.bfs-arc {
    background: #eef2f5;
    min-height: 100vh;
    padding: 0 0 80px;
}
.bfs-arc-in {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ── BREADCRUMB ── */
.bfs-arc-bread {
    padding: 20px 0 0;
}

/* ── HERO HEADER ── */
.bfs-arc-head {
    padding: 15px 25px 15px;
    margin-bottom: 10px;
}
.bfs-arc-title {
    font-size: 32px;
    font-weight: 800;
    color: #0b1d3a;
    margin: 0 0 8px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}
.bfs-arc-p {
	font-size:14px;
	color:#56697b
}

/* ── MAIN LAYOUT: sidebar + grid ── */
.bfs-arc-layout {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 24px;
    align-items: start;
}

/* ── SIDEBAR FILTER ── */
.bfs-filter-bar {
    background: #fff;
    border: 1px solid #d0dae6;
    border-radius: 14px;
    overflow: hidden;
    position: sticky;
    top: 24px;
}
.bfs-filter-bar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    border-bottom: 1px solid #e4ecf4;
    background: #f7f9fb;
}
.bfs-filter-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0a2540;
    display: flex;
    align-items: center;
    gap: 7px;
}
.bfs-filter-label svg {
    stroke: #0a2540;
}
.bfs-filter-reset {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #c0392b;
    text-decoration: none;
    background: #fde8e8;
    padding: 3px 10px;
    border-radius: 999px;
    transition: background 0.15s;
}
.bfs-filter-reset:hover {
    background: #fbd0d0;
    color: #c0392b;
}
.bfs-filter-count {
    background: #c0392b;
    color: #fff;
    border-radius: 999px;
    width: 16px;
    height: 16px;
    font-size: 10px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Filter sections */
.bfs-filter-section {
    padding: 16px 18px;
    border-bottom: 1px solid #e4ecf4;
}
.bfs-filter-section:last-of-type {
    border-bottom: none;
}
.bfs-filter-section-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7a9ab8;
    margin-bottom: 10px;
    display: block;
}
.bfs-filter-select {
    width: 100%;
    border: 1px solid #d0dae6;
    border-radius: 8px;
    padding: 9px 12px;
    font-size: 13px;
    font-weight: 500;
    color: #0a2540;
    background: #f7f9fb;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%237a9ab8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    cursor: pointer;
    font-family: inherit;
    transition: border-color 0.15s;
}
.bfs-filter-select:focus {
    border-color: #0a2540;
    outline: none;
    box-shadow: 0 0 0 3px rgba(10,37,64,0.08);
}
.bfs-filter-grid,
.bfs-filter-grid-full {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Submit */
.bfs-filter-footer {
    padding: 14px 18px;
    border-top: 1px solid #e4ecf4;
    background: #f7f9fb;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.bfs-filter-submit {
    width: 100%;
    background: #0a2540;
    color: #eef2f5;
    border: none;
    border-radius: 8px;
    padding: 11px 16px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s;
    font-family: inherit;
    letter-spacing: 0.02em;
}
.bfs-filter-submit:hover {
    background: #122f56;
}

/* ── RIGHT SIDE: sort bar + grid ── */
.bfs-arc-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Sort bar */
.bfs-arc-sortbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #d0dae6;
    border-radius: 10px;
    padding: 10px 16px;
    gap: 12px;
}
.bfs-arc-sortbar-left {
    font-size: 13px;
    color: #7a9ab8;
    font-weight: 500;
}
.bfs-arc-sortbar-left strong {
    color: #0a2540;
}
.bfs-arc-sort-select {
    border: 1px solid #d0dae6;
    border-radius: 8px;
    padding: 7px 32px 7px 12px;
    font-size: 13px;
    font-weight: 600;
    color: #0a2540;
    background: #f7f9fb;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%237a9ab8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    cursor: pointer;
    font-family: inherit;
}

/* ── LISTINGS GRID ── */
.bfs-arc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

/* ── CARD ── */
.bfs-arc-card {
    background: #fff;
    border: 1px solid #d0dae6;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    transition: border-color 0.18s, box-shadow 0.18s, transform 0.14s;
}
.bfs-arc-card:hover {
    border-color: #a8c0d0;
    box-shadow: 0 4px 20px rgba(10,37,64,0.1);
    transform: translateY(-2px);
}

/* Card image */
.bfs-arc-img {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: #eef2f5;
    flex-shrink: 0;
}
.bfs-arc-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}
.bfs-arc-card:hover .bfs-arc-img img {
    transform: scale(1.04);
}
.bfs-arc-img-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bfs-arc-img-placeholder svg {
    width: 40px;
    height: 40px;
    stroke: #c0d0dc;
}

/* Badges */
.bfs-arc-badges {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    gap: 5px;
}
.bfs-arc-badge {
    font-size: 10px;
    font-weight: 700;
    padding: 3px 9px;
    border-radius: 999px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.bfs-arc-badge-available { background: #e0f4e8; color: #1a6e3a; }
.bfs-arc-badge-sold      { background: #fde8e8; color: #c0392b; }
.bfs-arc-badge-pending   { background: #fef9e7; color: #d68910; }

/* Card body */
.bfs-arc-body {
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}
.bfs-arc-card-title {
    font-size: 14px;
    font-weight: 700;
    color: #0a2540;
    line-height: 1.35;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Tags */
.bfs-arc-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.bfs-arc-tag {
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 999px;
    background: #eef2f5;
    color: #3d5a7a;
}

/* Meta */
.bfs-arc-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.bfs-arc-meta-item {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #7a9ab8;
    font-weight: 500;
}
.bfs-arc-meta-item svg {
    width: 11px;
    height: 11px;
    flex-shrink: 0;
}

/* Divider */
.bfs-arc-divider {
    height: 1px;
    background: #e4ecf4;
    margin-top: auto;
}

/* Footer */
.bfs-arc-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 4px;
}
.bfs-arc-price {
    font-size: 18px;
    font-weight: 800;
    color: #0a2540;
    letter-spacing: -0.01em;
}
.bfs-arc-price-na {
    font-size: 13px;
    font-weight: 600;
    color: #7a9ab8;
}
.bfs-arc-view {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 700;
    color: #0a2540;
    letter-spacing: 0.02em;
}
.bfs-arc-view svg {
    width: 12px;
    height: 12px;
    transition: transform 0.15s;
}
.bfs-arc-card:hover .bfs-arc-view svg {
    transform: translateX(3px);
}

/* ── EMPTY STATE ── */
.bfs-arc-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 64px 24px;
    background: #fff;
    border: 1px solid #d0dae6;
    border-radius: 12px;
}
.bfs-arc-empty-icon {
    font-size: 40px;
    margin-bottom: 16px;
}
.bfs-arc-empty h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0a2540;
    margin: 0 0 8px;
}
.bfs-arc-empty p {
    font-size: 14px;
    color: #7a9ab8;
    margin: 0 0 20px;
}
.bfs-arc-empty a {
    display: inline-block;
    background: #0a2540;
    color: #eef2f5;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

/* ── PAGINATION ── */
.bfs-arc-in .vl-pagination,
.bfs-arc-in .pagination {
    margin-top: 24px;
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
    .bfs-arc-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    /* ── HERO HEADER ── */
    .bfs-arc-head {
        margin: 0 -24px;
    }
}
@media (max-width: 860px) {
    .bfs-arc-layout {
        grid-template-columns: 1fr;
    }
    .bfs-filter-bar {
        position: static;
    }
    .bfs-filter-grid,
    .bfs-filter-grid-full {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .bfs-filter-grid .bfs-filter-select,
    .bfs-filter-grid-full .bfs-filter-select {
        width: auto;
        flex: 1;
        min-width: 140px;
    }
    .bfs-filter-footer {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .bfs-filter-submit {
        width: auto;
        padding: 10px 20px;
    }
}
@media (max-width: 540px) {
    .bfs-arc-grid {
        grid-template-columns: 1fr;
    }
    .bfs-arc-title { font-size: 24px; }
}
@media (min-width:800px) {
    /* ── HERO HEADER ── */
    .bfs-arc-head {
        padding: 15px 0px 15px;
    }
}



















/* ── BOAT TYPE / BRAND TAXONOMY ARCHIVE PAGES ── */

.bfs-tax-wrap {
    background: #eef2f5;
    min-height: 100vh;
    padding: 0 0 80px;
}
.bfs-tax-in {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}
.cst-page-sub {
    color:#64748b;
    font-size:14px
}

/* BREADCRUMB */
.bfs-tax-bread {
    padding: 20px 0 0;
    font-size: 13px;
    color: #7a9ab8;
    display: flex;
    align-items: center;
    gap: 6px;
}
.bfs-tax-bread a {
    color: #7a9ab8;
    text-decoration: none;
}
.bfs-tax-bread a:hover {
    color: #0a2540;
}

/* HERO */
.bfs-tax-hero {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px 0 16px;
}
.bfs-tax-hero-text {
    flex: 1;
}
.bfs-tax-title {
    font-size: 30px;
    font-weight: 800;
    color: #0b1d3a;
    margin: 0 0 6px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}
.bfs-tax-desc {
    font-size: 14px;
    color: #56697b;
    line-height: 1.6;
    margin: 0;
}
.bfs-tax-desc p {
    margin: 0;
}

/* META BAR */
.bfs-tax-meta-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #7a9ab8;
    font-weight: 500;
    padding: 0 0 16px;
    border-bottom: 1px solid rgba(43,43,43,0.133);
    margin-bottom: 24px;
}
.bfs-tax-meta-bar strong {
    color: #0a2540;
}
.bfs-tax-meta-sep {
    color: #c0cdd8;
}

/* GRID */
.bfs-tax-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

/* CARD */
.bfs-tax-card {
    background: #fff;
    border: 1px solid #d0dae6;
    border-radius: 12px;
    padding: 20px 18px 16px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: border-color 0.18s, box-shadow 0.18s, transform 0.14s;
}
.bfs-tax-card:hover {
    border-color: #a8c0d0;
    box-shadow: 0 4px 20px rgba(10,37,64,0.1);
    transform: translateY(-2px);
}

/* Card icon */
.bfs-tax-card-icon {
    width: 44px;
    height: 44px;
    background: #eef2f5;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.18s;
}
.bfs-tax-card:hover .bfs-tax-card-icon {
    background: #dce6f0;
}
.bfs-tax-card-icon svg {
    width: 24px;
    height: 24px;
    color: #0a2540;
}

/* Card body */
.bfs-tax-card-body {
    flex: 1;
}
.bfs-tax-card-name {
    font-size: 15px;
    font-weight: 700;
    color: #0a2540;
    margin: 0 0 4px;
    line-height: 1.3;
}
.bfs-tax-card-desc {
    font-size: 12px;
    color: #7a9ab8;
    margin: 0;
    line-height: 1.5;
}

/* Card footer */
.bfs-tax-card-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    border-top: 1px solid #e4ecf4;
}
.bfs-tax-card-count {
    font-size: 12px;
    font-weight: 600;
    color: #3d5a7a;
    background: #eef2f5;
    padding: 3px 10px;
    border-radius: 999px;
}
.bfs-tax-card-arrow svg {
    width: 16px;
    height: 16px;
    color: #7a9ab8;
    transition: transform 0.15s, color 0.15s;
}
.bfs-tax-card:hover .bfs-tax-card-arrow svg {
    transform: translateX(3px);
    color: #0a2540;
}

/* EMPTY */
.bfs-tax-empty {
    text-align: center;
    padding: 48px;
    background: #fff;
    border: 1px solid #d0dae6;
    border-radius: 12px;
    color: #7a9ab8;
    font-size: 14px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .bfs-tax-grid {
        grid-template-columns:1fr;
    }
}
@media (max-width: 720px) {
    .bfs-tax-grid {
        grid-template-columns: 1fr;
    }
    .bfs-tax-title {
        font-size: 24px;
    }
    .bfs-tax-hero {
        gap: 14px;
    }
}
@media (max-width: 400px) {
    .bfs-tax-grid {
        grid-template-columns: 1fr;
    }
}