/**
 * CCE BCM category page (parts catalog).
 */
body.bcm-category-page,
body.bcm-category-page .cat-page {
    font-family: Figtree, sans-serif;
    font-size: 17px;
}

body.bcm-category-page .cat-page * {
    box-sizing: border-box;
}

/* Mockup layout: white full-width shell, 1007px content column */
@media (min-width: 968px) {
    body.bcm-category-page,
    body.bcm-pdp-page {
        background: #fff;
    }

    body.bcm-category-page #main,
    body.bcm-pdp-page #main {
        background: #fff;
    }

    body.bcm-category-page #inner.container,
    body.bcm-pdp-page #inner.container {
        max-width: 100% !important;
        width: 100%;
        box-shadow: none;
    }

    body.bcm-category-page .site-header,
    body.bcm-pdp-page .site-header,
    body.bcm-category-page #categories,
    body.bcm-pdp-page #categories {
        max-width: 1007px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
}

.cat-page {
    max-width: 1007px;
    margin: 0 auto;
    padding: 0 15px;
}

.cat-breadcrumbs {
    max-width: 1007px;
    margin: 0 auto;
    padding: 16px 15px;
    font-size: 13px;
    color: #888;
}

.cat-breadcrumbs a {
    color: #555;
    text-decoration: none;
}

.cat-breadcrumbs a:hover {
    text-decoration: underline;
}

.cat-breadcrumbs .sep {
    margin: 0 6px;
    color: #ccc;
}

.cat-header {
    margin-bottom: 8px;
}

.cat-header h1 {
    font-size: 36px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    margin: 0 0 12px !important;
    color: #111 !important;
    padding: 0 !important;
    text-align: left !important;
    letter-spacing: -.3px;
}

.cat-intro {
    font-size: 17px;
    color: #555;
    line-height: 1.6;
    margin: 0 0 28px;
    max-width: 720px;
}

.cat-finder {
    background: #f8f8f8;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 24px 28px;
    margin-bottom: 36px;
}

.cat-finder h2 {
    font-size: 20px !important;
    font-weight: 700 !important;
    margin: 0 0 14px !important;
    color: #111 !important;
    padding: 0 !important;
}

.cat-finder-row {
    display: flex;
    gap: 12px;
    align-items: flex-end;
    flex-wrap: wrap;
}

.cat-finder-field {
    flex: 1;
    min-width: 200px;
}

.cat-finder-field label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    letter-spacing: .4px;
    margin-bottom: 6px;
}

.cat-finder-field input,
.cat-finder-field select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-family: Figtree, sans-serif;
    font-size: 15px;
    color: #333;
    background: #fff;
}

.cat-finder-field input:focus,
.cat-finder-field select:focus {
    outline: none;
    border-color: #ea4413;
}

.cat-finder-or {
    font-size: 13px;
    color: #aaa;
    font-weight: 600;
    padding-bottom: 14px;
    flex-shrink: 0;
}

.cat-finder-btn {
    padding: 12px 28px;
    background: linear-gradient(135deg, #ea4413 0%, #ff6b3d 100%);
    color: #fff;
    font-family: Figtree, sans-serif;
    font-size: 15px;
    font-weight: 700;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .3px;
    white-space: nowrap;
}

.cat-parts-heading {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin: 0 0 16px;
}

.cat-parts-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 36px;
}

.cat-parts-table thead th {
    text-align: left;
    padding: 12px 16px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background: #333;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.cat-parts-table thead th:first-child {
    border-radius: 8px 0 0 0;
}

.cat-parts-table thead th:last-child {
    border-radius: 0 8px 0 0;
}

.cat-parts-table tbody td {
    padding: 16px;
    font-size: 16px;
    color: #444;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: top;
}

.cat-parts-table tbody tr:nth-child(even) td {
    background: #fafafa;
}

.cat-parts-table tbody tr:hover td {
    background: #f5f0ec;
}

.part-number {
    font-weight: 700;
    color: #111;
    font-size: 17px;
    font-family: monospace, Figtree, sans-serif;
    letter-spacing: .3px;
}

.part-number-more {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 8px;
    border-radius: 999px;
    background: #f0f0f0;
    color: #666;
    font-size: 12px;
    font-weight: 600;
    font-family: Figtree, sans-serif;
    letter-spacing: 0;
    vertical-align: middle;
}

.part-fits {
    font-size: 15px;
    color: #444;
    line-height: 1.5;
}

.part-also,
.part-replaces {
    font-size: 13px;
    color: #888;
    margin-top: 3px;
}

.part-price {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    white-space: nowrap;
}

.part-view-btn {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, #ea4413 0%, #ff6b3d 100%);
    color: #fff;
    font-family: Figtree, sans-serif;
    font-size: 14px;
    font-weight: 700;
    border-radius: 6px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .3px;
    white-space: nowrap;
}

.part-view-btn:hover {
    color: #fff;
    text-decoration: none;
}

.cat-info h3 {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin: 0 0 12px;
}

.cat-info p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin: 0 0 16px;
}

.cat-info ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.cat-info ul li {
    position: relative;
    margin: 8px 0;
    padding-left: 24px;
    font-size: 16px;
    color: #555;
    line-height: 1.5;
}

.cat-info ul li::before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 2px;
    color: #0b7a3e;
    font-size: 12px;
}

.cat-spacer {
    height: 40px;
}

/* ===== BCM landing page ===== */
.cat-search {
    background: #f8f8f8;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 28px 32px;
    margin-bottom: 36px;
}

.cat-search h2 {
    font-size: 20px !important;
    font-weight: 700 !important;
    margin: 0 0 18px !important;
    color: #111 !important;
    padding: 0 !important;
}

.cat-search-ymm {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr auto;
    gap: 12px;
    align-items: end;
}

.cat-search-field label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    letter-spacing: .4px;
    margin-bottom: 6px;
}

.cat-search-field select,
.cat-search-field input {
    width: 100%;
    height: 54px;
    padding: 0 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-family: Figtree, sans-serif;
    font-size: 17px;
    color: #333;
    background: #fff;
    appearance: auto;
}

.cat-search-field select:focus,
.cat-search-field input:focus {
    outline: none;
    border-color: #ea4413;
}

.cat-search-btn {
    height: 54px;
    padding: 0 32px;
    background: linear-gradient(135deg, #ea4413 0%, #ff6b3d 100%);
    color: #fff;
    font-family: Figtree, sans-serif;
    font-size: 15px;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .3px;
    white-space: nowrap;
    transition: all .2s;
    box-shadow: 0 3px 10px rgba(234, 68, 19, .25);
}

.cat-search-btn:hover {
    background: linear-gradient(135deg, #d43a0e 0%, #ea4413 100%);
    transform: translateY(-1px);
}

.cat-finder-message {
    display: none;
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
}

.cat-finder-message.is-error {
    color: #b42318;
    background: #fef3f2;
    border: 1px solid #fecdca;
    border-radius: 8px;
    padding: 12px 14px;
    font-weight: 600;
}

.cat-finder-message.is-info {
    color: #555;
    background: #f8f8f8;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 12px 14px;
}

.cat-makes {
    margin-bottom: 40px;
}

.cat-makes h3 {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin: 0 0 16px;
}

.cat-makes-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.cat-make-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    text-decoration: none;
    color: #111;
    font-size: 20px;
    font-weight: 600;
    transition: all .15s;
}

.cat-make-card:hover {
    border-color: #ea4413;
    background: #fff9f6;
    color: #ea4413;
}

.cat-make-count {
    font-size: 14px;
    color: #999;
    font-weight: 400;
    margin-left: auto;
}

.cat-table-wrap {
    margin-bottom: 36px;
}

.cat-vehicles-table {
    width: 100%;
    border-collapse: collapse;
}

.cat-vehicles-table thead th {
    text-align: left;
    padding: 16px 14px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background: #333;
    text-transform: uppercase;
    letter-spacing: .4px;
    white-space: nowrap;
}

.cat-vehicles-table thead th.sortable {
    cursor: pointer;
    user-select: none;
}

.cat-vehicles-table thead th.sortable:hover {
    background: #444;
}

.cat-vehicles-table thead th .sort-arrow {
    font-size: 11px;
    margin-left: 4px;
    opacity: .4;
}

.cat-vehicles-table thead th.sorted .sort-arrow {
    opacity: 1;
}

.cat-vehicles-table thead th:first-child {
    border-radius: 8px 0 0 0;
}

.cat-vehicles-table thead th:last-child {
    border-radius: 0 8px 0 0;
}

.cat-vehicles-table tbody td {
    padding: 14px;
    font-size: 18px;
    color: #444;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
}

.cat-vehicles-table tbody tr:nth-child(even) td {
    background: #fafafa;
}

.cat-vehicles-table tbody tr:hover td {
    background: #fff5ec;
}

.cat-vehicles-table tbody tr.bcm-row-match td {
    background: #fff8f4;
    outline: 2px solid #ea4413;
    outline-offset: -2px;
}

.cat-vehicles-table tbody tr {
    cursor: pointer;
}

.cat-vehicles-table .v-make {
    font-weight: 700;
    color: #111;
}

.cat-vehicles-table .v-model {
    font-weight: 700;
    color: #111;
}

.cat-vehicles-table .v-model a {
    color: #111;
    text-decoration: none;
    display: block;
}

.cat-vehicles-table .v-model a:hover {
    color: #ea4413;
}

.cat-vehicles-table .v-count {
    display: inline-block;
    padding: 3px 8px;
    background: #f0f0f0;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    color: #666;
}

.cat-vehicles-table .v-price {
    font-weight: 700;
    color: #111;
}

.cat-vehicles-table .v-cta {
    display: inline-block;
    padding: 10px 24px;
    background: #ea4413;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    transition: background .2s;
}

.cat-vehicles-table .v-cta:hover {
    background: #d43a0e;
    color: #fff !important;
}

body.bcm-landing-page .cat-page > h1 {
    font-size: 36px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    margin: 0 0 10px !important;
    color: #111 !important;
    padding: 0 !important;
    text-align: left !important;
}

body.bcm-landing-page .cat-intro {
    margin-bottom: 32px;
}

body.bcm-landing-page .cat-info h3 {
    font-size: 20px;
    margin: 24px 0 10px;
}

body.bcm-landing-page .cat-info h3:first-child {
    margin-top: 0;
}

body.bcm-make-page .cat-page > h1 {
    font-size: 36px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    margin: 0 0 10px !important;
    color: #111 !important;
    padding: 0 !important;
    text-align: left !important;
}

body.bcm-make-page .cat-intro {
    margin-bottom: 32px;
}

body.bcm-make-page .cat-info h3 {
    font-size: 20px;
    margin: 24px 0 10px;
}

body.bcm-make-page .cat-info h3:first-child {
    margin-top: 0;
}

body.bcm-category-page .cat-info {
    margin: 40px 0 48px;
}

body.bcm-category-page .cat-info h3:first-child {
    margin-top: 0;
}

/* BCM pages: simplified mobile header + footer (matches customer mockups) */
@media (max-width: 768px) {
    body.bcm-category-page #categories,
    body.bcm-pdp-page #categories {
        display: none !important;
    }

    body.bcm-category-page .site-header > .col.headerLeft.contact-info,
    body.bcm-category-page .site-header .headerLeft.contact-info2,
    body.bcm-category-page .site-header .row.contact-info,
    body.bcm-category-page .site-header .row.contact-info2,
    body.bcm-pdp-page .site-header > .col.headerLeft.contact-info,
    body.bcm-pdp-page .site-header .headerLeft.contact-info2,
    body.bcm-pdp-page .site-header .row.contact-info,
    body.bcm-pdp-page .site-header .row.contact-info2 {
        display: none !important;
    }

    body.bcm-category-page .site-header .bottomroundedbox > a,
    body.bcm-category-page .site-header .bottomroundedbox > span.roundboxmenu,
    body.bcm-category-page .site-header .bottomroundedbox > cart-head,
    body.bcm-pdp-page .site-header .bottomroundedbox > a,
    body.bcm-pdp-page .site-header .bottomroundedbox > span.roundboxmenu,
    body.bcm-pdp-page .site-header .bottomroundedbox > cart-head {
        display: none !important;
    }

    body.bcm-category-page .site-header.row,
    body.bcm-pdp-page .site-header.row {
        margin: 0;
    }

    body.bcm-category-page .site-header .col.headerRight,
    body.bcm-pdp-page .site-header .col.headerRight {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    body.bcm-category-page .site-header .bottomroundedbox,
    body.bcm-pdp-page .site-header .bottomroundedbox {
        position: relative;
        display: block;
        width: 100%;
        min-height: 44px;
        margin: 0;
        padding: 0 15px;
        background: #000;
        border-radius: 0;
        text-align: left;
    }

    body.bcm-category-page .site-header .menu-icon.mobile-menu,
    body.bcm-pdp-page .site-header .menu-icon.mobile-menu {
        display: inline-block !important;
        float: left;
        margin: 0;
        padding: 12px 0;
    }

    body.bcm-category-page .site-header .menu-btn,
    body.bcm-pdp-page .site-header .menu-btn {
        display: none;
    }

    body.bcm-category-page .bottomMenu {
        padding: 16px 15px 24px !important;
        text-align: center;
    }

    body.bcm-category-page .bottomMenu .copyright.mobile-only {
        display: none !important;
    }

    body.bcm-category-page .bottomMenu .footer-menu {
        display: block !important;
    }

    body.bcm-category-page .bottomMenu .footer-menu .footerbartxt,
    body.bcm-category-page .bottomMenu .footer-menu .menu-list {
        text-align: center;
        font-size: 14px;
        line-height: 2;
        margin: 0;
    }

    body.bcm-make-page .cat-vehicles-table {
        margin-bottom: 0;
    }

    body.bcm-make-page .cat-info {
        margin-top: 40px;
        padding-top: 24px;
    }
}

/* ===== BCM GM part-number catalog ===== */
body.bcm-gm-page .bcm-method-compare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 28px;
}

body.bcm-gm-page .bcm-method-card {
    padding: 20px 24px;
    border-radius: 10px;
}

body.bcm-gm-page .bcm-method-card--vin {
    border: 1px solid #c8e6c9;
    background: #f6fdf6;
}

body.bcm-gm-page .bcm-method-card--clone {
    border: 1px solid #bbdefb;
    background: #f5f9ff;
}

body.bcm-gm-page .bcm-method-card-head {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

body.bcm-gm-page .bcm-method-pill {
    display: inline-block;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    color: #fff;
}

body.bcm-gm-page .bcm-method-pill--vin {
    background: #0b7a3e;
}

body.bcm-gm-page .bcm-method-pill--clone {
    background: #1565c0;
}

body.bcm-gm-page .bcm-method-card-count {
    font-size: 14px;
    color: #888;
}

body.bcm-gm-page .bcm-method-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
}

body.bcm-gm-page .bcm-method-card ul {
    margin: 0;
    padding: 0 0 0 18px;
    font-size: 17px;
    color: #555;
    line-height: 1.7;
}

body.bcm-gm-page .bcm-gm-filter-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

body.bcm-gm-page .bcm-gm-filter-toggles {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

body.bcm-gm-page .bcm-gm-filter-toggle {
    padding: 12px 22px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    font-family: Figtree, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    transition: all .15s;
}

body.bcm-gm-page .bcm-gm-filter-toggle:hover {
    border-color: #aaa;
}

body.bcm-gm-page .bcm-gm-filter-toggle.active {
    background: #111;
    color: #fff;
    border-color: #111;
}

body.bcm-gm-page .bcm-gm-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 4px;
}

body.bcm-gm-page .bcm-gm-dot--vin {
    background: #0b7a3e;
}

body.bcm-gm-page .bcm-gm-dot--clone {
    background: #1565c0;
}

body.bcm-gm-page .bcm-gm-search-wrap {
    position: relative;
    width: 280px;
    flex-shrink: 0;
}

body.bcm-gm-page .bcm-gm-search-wrap i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #bbb;
    pointer-events: none;
}

body.bcm-gm-page .bcm-gm-search-input {
    width: 100%;
    height: 48px;
    padding: 0 14px 0 38px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-family: monospace, Figtree, sans-serif;
    font-size: 16px;
    color: #111;
    letter-spacing: .5px;
    background: #fff;
}

body.bcm-gm-page .bcm-gm-search-input:focus {
    outline: none;
    border-color: #ea4413;
    box-shadow: 0 0 0 3px rgba(234, 68, 19, .1);
}

body.bcm-gm-page .bcm-gm-parts-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 36px;
}

body.bcm-gm-page .bcm-gm-parts-table thead th {
    text-align: left;
    padding: 16px 14px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background: #333;
    text-transform: uppercase;
    letter-spacing: .4px;
    white-space: nowrap;
}

body.bcm-gm-page .bcm-gm-parts-table thead th.sortable {
    cursor: pointer;
    user-select: none;
}

body.bcm-gm-page .bcm-gm-parts-table thead th.sortable:hover {
    background: #444;
}

body.bcm-gm-page .bcm-gm-parts-table thead th .sort-arrow {
    font-size: 11px;
    margin-left: 4px;
    opacity: .4;
}

body.bcm-gm-page .bcm-gm-parts-table thead th.sorted .sort-arrow {
    opacity: 1;
}

body.bcm-gm-page .bcm-gm-parts-table thead th:first-child {
    border-radius: 8px 0 0 0;
}

body.bcm-gm-page .bcm-gm-parts-table thead th:last-child {
    border-radius: 0 8px 0 0;
    text-align: right;
}

body.bcm-gm-page .bcm-gm-parts-table tbody td {
    padding: 16px 14px;
    font-size: 20px;
    color: #444;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
}

body.bcm-gm-page .bcm-gm-parts-table tbody tr:nth-child(even) td {
    background: #fafafa;
}

body.bcm-gm-page .bcm-gm-parts-table tbody tr:hover td {
    background: #fff5ec;
}

body.bcm-gm-page .pn-cell {
    font-weight: 700;
    font-family: monospace, Figtree, sans-serif;
    font-size: 20px !important;
    color: #111;
    letter-spacing: .3px;
}

body.bcm-gm-page .price-old {
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
    margin-right: 6px;
}

body.bcm-gm-page .price-now {
    font-weight: 700;
    color: #111;
    font-size: 20px;
}

body.bcm-gm-page .price-cell {
    white-space: nowrap;
}

body.bcm-gm-page .method-badge {
    display: inline-block;
    padding: 4px 10px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    letter-spacing: .2px;
    white-space: nowrap;
}

body.bcm-gm-page .method-badge--vin {
    background: #e8f5e9;
    color: #2e7d32;
}

body.bcm-gm-page .method-badge--clone {
    background: #e3f2fd;
    color: #1565c0;
}

body.bcm-gm-page .bcm-gm-parts-table tbody td:nth-child(4) {
    text-align: center;
}

body.bcm-gm-page .bcm-gm-action-cell {
    text-align: right;
}

body.bcm-gm-page .buy-btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background: #ea4413;
    color: #fff !important;
    border: none;
    border-radius: 6px;
    font-family: Figtree, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: background .2s;
}

body.bcm-gm-page .buy-btn:hover {
    background: #d43a0e;
    color: #fff !important;
}

@media (max-width: 768px) {
    body.bcm-landing-page .cat-page > h1,
    body.bcm-make-page .cat-page > h1,
    .cat-header h1 {
        font-size: 24px !important;
    }

    body.bcm-make-page .cat-intro,
    body.bcm-landing-page .cat-intro {
        font-size: 15px;
    }

    .cat-search {
        padding: 20px 16px;
    }

    .cat-search-ymm {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .cat-search-btn {
        width: 100%;
        margin-top: 4px;
    }

    .cat-makes-grid {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .cat-make-card {
        font-size: 16px;
        padding: 16px 14px;
    }

    .cat-vehicles-table thead {
        display: none;
    }

    .cat-vehicles-table tbody tr {
        display: block;
        padding: 16px;
        margin-bottom: 8px;
        border: 1px solid #eee;
        border-radius: 8px;
        background: #fff;
    }

    .cat-vehicles-table tbody tr:nth-child(even) td {
        background: none;
    }

    .cat-vehicles-table tbody td {
        display: block;
        padding: 2px 0;
        border: none;
        font-size: 16px;
    }

    .cat-vehicles-table .v-make {
        font-size: 13px;
        color: #888;
        font-weight: 600;
    }

    .cat-vehicles-table .v-model,
    .cat-vehicles-table .v-model a {
        font-size: 20px;
    }

    .cat-vehicles-table .v-cta {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 10px;
        padding: 12px;
        font-size: 16px;
    }

    .cat-vehicles-table .v-count {
        margin-top: 4px;
    }

    .cat-finder-row {
        flex-direction: column;
    }

    .cat-finder-field {
        min-width: 100%;
    }

    .cat-parts-table thead {
        display: none;
    }

    .cat-parts-table tbody td {
        display: block;
        padding: 8px 16px;
    }

    .cat-parts-table tbody td:first-child {
        padding-top: 16px;
    }

    body.bcm-gm-page .bcm-method-compare {
        grid-template-columns: 1fr;
    }

    body.bcm-gm-page .bcm-gm-filter-bar {
        flex-direction: column;
        gap: 10px;
    }

    body.bcm-gm-page .bcm-gm-filter-toggles {
        width: 100%;
    }

    body.bcm-gm-page .bcm-gm-filter-toggle {
        flex: 1;
        text-align: center;
        padding: 10px 10px;
        font-size: 13px;
    }

    body.bcm-gm-page .bcm-gm-search-wrap {
        width: 100%;
    }

    body.bcm-gm-page .bcm-gm-parts-table thead {
        display: none;
    }

    body.bcm-gm-page .bcm-gm-parts-table tbody tr {
        display: block;
        padding: 16px;
        margin-bottom: 8px;
        border: 1px solid #eee;
        border-radius: 8px;
        background: #fff;
    }

    body.bcm-gm-page .bcm-gm-parts-table tbody tr:nth-child(even) td {
        background: none;
    }

    body.bcm-gm-page .bcm-gm-parts-table tbody td {
        display: block;
        padding: 3px 0;
        border: none;
        text-align: left !important;
    }

    body.bcm-gm-page .pn-cell {
        font-size: 22px !important;
        margin-bottom: 4px;
    }

    body.bcm-gm-page .price-cell {
        margin: 6px 0;
    }

    body.bcm-gm-page .price-now {
        font-size: 22px !important;
    }

    body.bcm-gm-page .method-badge {
        font-size: 11px;
        margin: 6px 0;
    }

    body.bcm-gm-page .buy-btn {
        width: 100%;
        height: 48px;
        line-height: 48px;
        text-align: center;
        font-size: 16px;
        margin-top: 8px;
    }
}

/* BCM pagination */
.bcm-pagination {
    display: flex;
    justify-content: center;
    margin: 24px 0 32px;
}

.bcm-pagination__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.bcm-pagination__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1;
    transition: border-color 0.15s, color 0.15s, background 0.15s;
}

a.bcm-pagination__btn:hover {
    border-color: #ea4413;
    color: #ea4413;
    text-decoration: none;
}

.bcm-pagination__btn.is-active {
    border-color: #ea4413;
    background: #ea4413;
    color: #fff;
    font-weight: 600;
}

.bcm-pagination__btn.is-disabled {
    color: #aaa;
    background: #f5f5f5;
    border-color: #e5e5e5;
    cursor: default;
}

.bcm-pagination__ellipsis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 38px;
    color: #888;
    font-size: 14px;
    letter-spacing: 1px;
}
