.ozfa-shell {
    position: relative;
    z-index: 100001;
}

.ozfa-launcher {
    position: fixed;
    right: 20px;
    bottom: 24px;
    z-index: 100001;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 98px;
    height: 98px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    overflow: visible;
}

.ozfa-launcher:hover {
    transform: translateY(-2px);
}

.ozfa-launcher:focus {
    outline: 3px solid rgba(31, 111, 178, 0.35);
    outline-offset: 3px;
}

.ozfa-launcher img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ozfa-launcher span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.ozfa-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 100001;
    background: rgba(0, 0, 0, 0.48);
}

.ozfa-drawer {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100002;
    width: 430px;
    max-width: 95vw;
    height: 100vh;
    color: #1b1f24;
    background: #ffffff;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    transform: translateX(105%);
    transition: transform 0.28s ease;
}

.ozfa-shell.is-open .ozfa-overlay {
    display: block;
}

.ozfa-shell.is-open .ozfa-drawer {
    transform: translateX(0);
}

.ozfa-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 74px;
    padding: 17px 18px;
    background: #111820;
    border-bottom: 4px solid #f5bd22;
}

.ozfa-drawer-head h2 {
    margin: 0 !important;
    color: #ffffff !important;
    font-size: 1.18rem !important;
    line-height: 1.15 !important;
    text-shadow: none !important;
}

.ozfa-drawer-head .ozfa-kicker {
    color: #f5bd22;
}

.ozfa-drawer-tools {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}

.ozfa-drawer-tools img {
    display: block;
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.ozfa-drawer-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    cursor: pointer;
}

.ozfa-drawer-close:hover,
.ozfa-drawer-close:focus {
    background: rgba(255, 255, 255, 0.2);
}

.ozfa-drawer-body {
    height: calc(100vh - 74px);
    padding: 16px;
    overflow-y: auto;
    background: #f4f6f8;
}

.oz-fitment-assistant {
    margin-top: 0;
    color: #1b1f24;
    font-family: inherit;
    line-height: 1.35;
    text-align: left;
}

.oz-fitment-assistant * {
    box-sizing: border-box;
}

.ozfa-panel {
    width: 100%;
    padding: 14px;
    background: #ffffff;
    border: 1px solid rgba(20, 20, 20, 0.12);
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.16);
}

.ozfa-drawer .ozfa-panel {
    border: 0;
    box-shadow: none;
}

.ozfa-photo-fallback {
    margin: 12px 0 0 0;
    text-decoration: none;
}

.ozfa-about-toggle {
    display: block;
    width: 100%;
    margin: 8px 0 0 0;
    padding: 0;
    color: #516071 !important;
    background: transparent !important;
    border: 0 !important;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-decoration: underline;
    box-shadow: none !important;
}

.ozfa-about-toggle:hover,
.ozfa-about-toggle:focus {
    color: #1c2733 !important;
    text-decoration: underline;
}

.ozfa-about-panel {
    margin-top: 7px;
    padding: 9px 10px;
    color: #566273;
    background: #f7f9fb;
    border: 1px solid #dfe5eb;
    border-radius: 6px;
    font-size: 0.72rem;
    line-height: 1.42;
}

.ozfa-about-panel p {
    margin: 0 0 7px 0;
}

.ozfa-about-panel p:last-child {
    margin-bottom: 0;
}

.ozfa-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.ozfa-title {
    margin: 0 !important;
    color: #101418 !important;
    font-size: 1.08rem !important;
    line-height: 1.2 !important;
    text-shadow: none !important;
}

.ozfa-title small {
    display: block;
    margin-top: 4px;
    color: #53616f;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.25;
}

.ozfa-title small a {
    color: #1f6fb2;
    text-decoration: none;
}

.ozfa-title small a:hover,
.ozfa-title small a:focus {
    text-decoration: underline;
}

.ozfa-reset-vehicle {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin: 0;
    text-decoration: none;
}

.ozfa-reset-vehicle:hover,
.ozfa-reset-vehicle:focus {
    text-decoration: none;
}

.ozfa-reset-vehicle .fa-times-circle {
    display: block;
    float: none;
    margin: 0;
    color: #f44336;
    font-size: 14px;
    line-height: 1;
}

.ozfa-kicker {
    display: block;
    margin-bottom: 2px;
    color: #24743b;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ozfa-progress {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    margin-bottom: 12px;
}

.ozfa-step-dot {
    height: 6px;
    background: #d8dde3;
    border-radius: 999px;
}

.ozfa-step-dot.is-active,
.ozfa-step-dot.is-complete {
    background: #24743b;
}

.ozfa-section {
    display: none;
}

.ozfa-section.is-active {
    display: block;
}

.ozfa-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}

.ozfa-subhead {
    margin: 0 0 8px 0;
    color: #101418;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    background: #f5bd2285;
    padding: 5px;
    border-radius: 5px;
}
.ozfa-subhead-alt {
    margin-top: 14px;
}

.ozfa-field {
    display: block;
}

.ozfa-field.ozfa-wide {
    grid-column: 1 / -1;
}

.ozfa-label {
    display: block;
    margin-bottom: 4px;
    color: #343b44;
    font-size: 0.78rem;
    font-weight: 700;
}

.ozfa-select,
.ozfa-input {
    width: 100%;
    min-height: 40px;
    padding: 0 10px;
    color: #1b1f24 !important;
    background: #fff !important;
    border: 1px solid #c7cdd4 !important;
    border-radius: 8px;
    font-size: 0.92rem !important;
    line-height: 1.2;
}

input.ozfa-input[type="number"] {
    width: auto;
    height: 45px;
    min-height: 45px;
    padding: 5px;
    background-color: #f6f6f6 !important;
    border: 1px solid #d7d4d4 !important;
    box-shadow: none !important;
    border-radius: 5px;
}
.ozfa-vehicle-finder-grid {
    grid-template-columns: 1fr;
}

.ozfa-vehicle-finder-grid .vehicle-finder {
    margin: 0;
}

.ozfa-vehicle-finder-grid .form-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.ozfa-vehicle-finder-grid .position-relative {
    position: relative;
}

.ozfa-vehicle-finder-grid .form-control {
    width: 100%;
    min-height: 40px;
    padding: 0 10px;
    color: #1b1f24 !important;
    background: #fff !important;
    border: 1px solid #c7cdd4 !important;
    border-radius: 8px;
    font-size: 0.92rem !important;
    line-height: 1.2;
}

.ozfa-vehicle-finder-grid .form-text {
    display: block;
    margin-top: 5px;
    color: #687381;
    font-size: 0.76rem;
    line-height: 1.3;
}

.ozfa-vehicle-finder-grid .text-success {
    color: #24743b;
}

.ozfa-vehicle-finder-grid .text-danger {
    color: #8a1f17;
}

.ozfa-vehicle-finder-grid .list-group {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100004;
    width: 100%;
    max-height: 230px;
    margin-top: 4px;
    overflow-y: auto;
    background: #ffffff;
    border: 1px solid #c7cdd4;
    border-radius: 8px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
}

.ozfa-vehicle-finder-grid .d-none {
    display: none !important;
}

.ozfa-vehicle-finder-grid .list-group-item {
    display: block;
    width: 100%;
    min-height: 58px;
    height: auto !important;
    padding: 10px 12px;
    color: #18212c;
    background: #ffffff;
    border: 0;
    border-bottom: 1px solid #edf0f3;
    font: inherit;
    line-height: 1.25;
    white-space: normal;
    overflow: visible;
    text-align: left;
    cursor: pointer;
}

.ozfa-vehicle-finder-grid .list-group-item:last-child {
    border-bottom: 0;
}

.ozfa-vehicle-finder-grid .list-group-item:hover,
.ozfa-vehicle-finder-grid .list-group-item.active {
    color: #ffffff;
    background: #24743b;
}

.ozfa-vehicle-finder-grid .list-group-item span,
.ozfa-vehicle-finder-grid .list-group-item small {
    display: block;
    line-height: 1.25;
    white-space: normal;
}

.ozfa-vehicle-finder-grid .list-group-item small {
    margin-top: 3px;
    color: #687381;
    font-size: 0.78rem;
}

.ozfa-vehicle-finder-grid .list-group-item:hover small,
.ozfa-vehicle-finder-grid .list-group-item.active small {
    color: rgba(255, 255, 255, 0.82);
}

.ozfa-vehicle-finder-grid .vehicle-vin-finder {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #dfe5eb;
}

.ozfa-vehicle-finder-grid .vehicle-vin-finder .form-label {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 0 5px 0;
    clip: auto;
    white-space: normal;
    color: #343b44;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: none;
}

.vehicle-vin-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px;
}

.vehicle-vin-row .btn {
    min-height: 40px;
    padding: 0 12px;
    border-radius: 8px;
    font-size: 0.84rem;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
}

.vehicle-vin-result {
    margin-top: 8px;
}

.vehicle-vin-card {
    padding: 10px;
    color: #1b1f24;
    background: #f9fbfc;
    border: 1px solid #cfd7df;
    border-left: 4px solid #24743b;
    border-radius: 8px;
    font-size: 0.8rem;
    line-height: 1.35;
}

.vehicle-vin-card.is-warning {
    border-left-color: #b26b00;
    background: #fff9ed;
}

.vehicle-vin-result-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
}

.vehicle-vin-result-head strong,
.vehicle-vin-result-head span {
    display: block;
    min-width: 0;
    line-height: 1.25;
}

.vehicle-vin-result-head strong {
    font-size: 0.9rem;
}

.vehicle-vin-result-head span {
    color: #5d6875;
    font-size: 0.72rem;
    text-align: right;
}

.vehicle-vin-result-head .thumb-image {
    width: 120px;
    height: auto;
    flex-shrink: 0;
    border-radius: 6px;
    border: 1px solid #cfd7df;
    background: #f2f4f6;
    position: relative;
    z-index: 1;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease;
}

.vehicle-vin-result-head .thumb-image:hover {
    transform: scale(2);
    transform-origin: top right;
    z-index: 20;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), box-shadow 0.3s ease;
}

.vehicle-vin-facts {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
    margin: 9px 0;
}

.vehicle-vin-facts div {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 7px;
}

.vehicle-vin-facts dt,
.vehicle-vin-facts dd {
    margin: 0;
    min-width: 0;
}

.vehicle-vin-facts dt {
    color: #5d6875;
    font-weight: 800;
}

.vehicle-vin-facts dd {
    color: #17202a;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.vehicle-vin-skus {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 8px;
}

.vehicle-vin-sku,
.vehicle-vin-more {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 3px 7px;
    color: #10243d;
    background: #eaf3ff;
    border: 1px solid #bfd9fb;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
}

a.vehicle-vin-sku {
    text-decoration: none;
}

a.vehicle-vin-sku:hover,
a.vehicle-vin-sku:focus {
    color: #ffffff;
    background: #1f6fb2;
    border-color: #1f6fb2;
    text-decoration: none;
}

.vehicle-vin-more {
    color: #343b44;
    background: #eef1f4;
    border-color: #d8dee4;
}

.vehicle-vin-muted,
.vehicle-vin-note {
    color: #5d6875;
    font-size: 0.76rem;
    line-height: 1.35;
}

.vehicle-vin-note {
    margin-top: 8px;
}

.vehicle-vin-link {
    display: inline;
    padding: 0;
    color: #1f6fb2;
    background: transparent;
    border: 0;
	box-shadow:none;
    font: inherit;
    font-weight: 800;
    text-decoration: underline;
    cursor: pointer;
}

.vehicle-vin-use {
    width: 100%;
    margin-top: 10px;
}

.vehicle-vin-candidates {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin: 9px 0;
}

.vehicle-vin-candidate {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 8px;
    color: #17202a;
    background: #ffffff;
    border: 1px solid #cfd7df;
    border-radius: 8px;
    font-size: 0.72rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.25;
    cursor: pointer;
}

.vehicle-vin-candidate:hover,
.vehicle-vin-candidate:focus {
    border-color: #1f6fb2;
    background: #eaf3ff;
}

.vehicle-vin-candidate .thumb-image {
    width: 100%;
    max-width: 96px;
    height: auto;
    border-radius: 6px;
    border: 1px solid #cfd7df;
    background: #f2f4f6;
}

.ozfa-select:disabled,
.ozfa-input:disabled {
    color: #69727d !important;
    background: #f2f4f6 !important;
    cursor: not-allowed;
}

.ozfa-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 12px;
}

.ozfa-note {
    margin: 0;
    color: #4c5864;
    font-size: 0.88rem;
}

.ozfa-products {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 10px;
}

.ozfa-product {
    display: grid;
    grid-template-columns: 62px 1fr;
    gap: 9px;
    min-height: 74px;
    padding: 8px;
    color: #1b1f24;
    background: #ffffff;
    border: 1px solid #d8dde3;
    border-radius: 8px;
    text-decoration: none;
}

.ozfa-product:hover {
    border-color: #1f6fb2;
}

.ozfa-product img {
    width: 62px;
    height: 58px;
    object-fit: cover;
    border-radius: 6px;
    background: #eef2f6;
}

.ozfa-product strong {
    display: block;
    color: #101418;
    font-size: 0.86rem;
    line-height: 1.2;
}

.ozfa-product span {
    display: block;
    margin-top: 3px;
    color: #4c5864;
    font-size: 0.76rem;
}

.ozfa-error {
    margin-top: 10px;
    color: #8a1f17;
    font-size: 0.84rem;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .ozfa-launcher {
        right: 15px;
        bottom: 18px;
        width: 86px;
        height: 86px;
    }

    .ozfa-drawer {
        width: 100vw;
        max-width: 100vw;
    }

    .ozfa-drawer-body {
        padding: 12px;
    }

    .oz-fitment-assistant {
        margin-top: 0;
    }

    .ozfa-panel {
        padding: 12px;
    }

    .ozfa-head {
        gap: 8px;
    }

    .ozfa-grid {
        grid-template-columns: 1fr;
    }

    .ozfa-title {
        font-size: 1rem !important;
    }
}


/* ======================================================================
   .shop LOOK -- appended 2026-08-21
   ======================================================================

   Ozzy's drawer was the last thing on the page still wearing the old palette:
   a near-black #111820 head under a 4px mustard rule, mustard-filled section
   headings, green progress dots and a full-bleed black button. Next to the
   restyled page behind it, it read as a different site's widget.

   Repainted against the same tokens as everything else (tokens.css is on
   :root, so the drawer inherits them wherever it is mounted). Structure,
   markup and behaviour are untouched -- this is paint only, and nothing here
   changes an id, a data- attribute or a class the JS looks for.

   Appended rather than edited in place so the original values stay readable
   above, and so this whole block can be lifted out in one piece.
*/

/* ------------------------------------------------------------ the drawer */

.ozfa-drawer {
    color: var(--ink);
    box-shadow: -18px 0 48px rgba(11, 27, 42, .22);
}

.ozfa-overlay {
    background: rgba(11, 27, 42, .55);
}

/*
The head was #111820 with a 4px #f5bd22 rule under it. Same idea -- dark bar,
accent line -- in the site's own two colours, and at 2px because 4 was reading
as a warning stripe.
*/
.ozfa-drawer-head {
    background: var(--ink);
    border-bottom: 2px solid var(--blue);
}

.ozfa-drawer-head h2 {
    font-family: var(--font-display);
    font-weight: 800 !important;
    letter-spacing: -.02em;
}

.ozfa-drawer-head .ozfa-kicker {
    color: #7cc4f5;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
}

.ozfa-drawer-close {
    background: rgba(255, 255, 255, .10);
    border-color: rgba(255, 255, 255, .18);
    transition: background-color .18s ease;
}

.ozfa-drawer-body {
    background: var(--surface);
}

/*
THE TITLE WAS PRINTED TWICE.

.ozfa-drawer-head renders "OZROOFRACKS / Fitment Assistant", and then the
panel inside the body opens with its own .ozfa-head saying the same two lines
again, 40px below. Harmless when the panel was also used outside the drawer,
which is why it is built that way -- so it is hidden only when it IS in the
drawer, and the standalone embed keeps its heading.
*/
.ozfa-drawer .ozfa-panel > .ozfa-head {
    display: none;
}

/* ------------------------------------------------------- section headings */

/*
.ozfa-subhead was a solid mustard block (#f5bd2285) with uppercase 16px bold
inside it -- three of them stacked down the panel. Replaced with the eyebrow
the rest of the site uses for the same job: small, letter-spaced, muted, over
a hairline. The rule does the separating that the fill used to do.
*/
.ozfa-subhead {
    margin: 0 0 10px;
    padding: 0 0 8px;
    color: var(--muted);
    background: none;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    line-height: 1.3;
}

.ozfa-subhead-alt {
    margin-top: 20px;
}

/* --------------------------------------------------------- progress + type */

.ozfa-step-dot {
    height: 4px;
    background: var(--line);
}

.ozfa-step-dot.is-active,
.ozfa-step-dot.is-complete {
    background: var(--blue);
}

.ozfa-kicker {
    color: var(--blue);
    letter-spacing: .14em;
}

.ozfa-title {
    font-family: var(--font-display);
    color: var(--ink) !important;
    font-weight: 800 !important;
    letter-spacing: -.02em;
}

.ozfa-title small,
.ozfa-note {
    color: var(--muted);
}

.ozfa-title small a {
    color: var(--blue);
}

.ozfa-label {
    color: var(--ink-soft);
    font-size: 12px;
    letter-spacing: .01em;
}

/* -------------------------------------------------------------- the fields */

/*
Matching forms-shop.css: 10px radius, the token hairline, and a real focus
ring. The old border was #c7cdd4, a colder grey than anything else on the
page now.
*/
.ozfa-select,
.ozfa-input,
.ozfa-vehicle-finder-grid .form-control {
    min-height: 46px;
    padding: 0 13px;
    color: var(--ink) !important;
    border: 1px solid var(--line) !important;
    border-radius: 10px !important;
    font-size: 14px !important;
}

.ozfa-select:focus,
.ozfa-input:focus,
.ozfa-vehicle-finder-grid .form-control:focus {
    outline: 3px solid var(--focus);
    outline-offset: 1px;
    border-color: var(--blue) !important;
}

.ozfa-select:disabled,
.ozfa-input:disabled {
    background: var(--surface) !important;
    color: var(--muted) !important;
}

input.ozfa-input[type="number"] {
    height: 46px;
    min-height: 46px;
    padding: 0 12px;
    background-color: var(--white) !important;
    border: 1px solid var(--line) !important;
    border-radius: 10px;
}

/* ------------------------------------------------------------- the buttons */

/*
One button shape for the whole drawer -- the same 8px/Poppins 800 the hero and
the product cards use.
*/
.vehicle-vin-row .btn,
.ozfa-actions .btn {
    min-height: 46px;
    padding: 0 18px;
    border: 0;
    border-radius: 8px;
    background: var(--blue);
    color: var(--white);
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 800;
    text-transform: none;
    transition: background-color .18s ease;
}

.vehicle-vin-row .btn:hover,
.ozfa-actions .btn:hover {
    background: #1591e6;
    color: var(--white);
}

/*
"Bye Ozzy, instead I will upload a photo" was .btn-dark d-block w-100 -- a
full-width black slab, the heaviest element in the panel, for what is the
secondary path. Ghosted: it still spans the width, but it no longer outranks
the thing it is an alternative to.
*/
.ozfa-photo-fallback,
.ozfa-photo-fallback.btn-dark {
    display: block;
    margin-top: 16px;
    padding: 13px 16px;
    background: var(--white) !important;
    color: var(--ink) !important;
    border: 1px solid var(--line) !important;
    border-radius: 10px;
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    transition: border-color .18s ease, background-color .18s ease;
}

.ozfa-photo-fallback:hover,
.ozfa-photo-fallback:focus {
    background: var(--sky) !important;
    border-color: var(--blue) !important;
    color: var(--ink) !important;
}

/* ------------------------------------------------------- about + disclaimer */

.ozfa-about-toggle {
    margin-top: 14px;
    color: var(--muted) !important;
    font-size: 12px;
    text-decoration: none;
}

.ozfa-about-toggle:hover,
.ozfa-about-toggle:focus {
    color: var(--blue) !important;
    text-decoration: underline;
}

.ozfa-about-panel {
    margin-top: 10px;
    padding: 14px;
    color: var(--muted);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 12px;
    font-size: 12px;
    line-height: 1.65;
}

.ozfa-about-panel p {
    margin: 0 0 9px;
}

/* --------------------------------------------------------- result surfaces */

.ozfa-product {
    gap: 12px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 12px;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.ozfa-product:hover {
    border-color: var(--blue);
    box-shadow: 0 6px 18px rgba(11, 27, 42, .08);
}

.ozfa-product img {
    border-radius: 8px;
    background: var(--surface);
}

.ozfa-product strong {
    font-family: var(--font-display);
    color: var(--ink);
    font-weight: 700;
}

.ozfa-product span {
    color: var(--muted);
}

/* the VIN lookup card carried the same green as the old progress dots */
.vehicle-vin-card {
    color: var(--ink);
    background: var(--sky);
    border: 1px solid var(--line);
    border-left: 3px solid var(--blue);
    border-radius: 12px;
}

.vehicle-vin-card.is-warning {
    background: #fff8ec;
    border-left-color: var(--orange);
}

.ozfa-vehicle-finder-grid .list-group-item:hover,
.ozfa-vehicle-finder-grid .list-group-item.active {
    background: var(--sky);
    border-color: var(--blue);
    color: var(--ink);
}

/*
TWO PRIMARY BUTTONS SIDE BY SIDE.

The blanket .ozfa-actions .btn rule above painted both of them --
"Photo Scan" (.btn-warning, formerly the yellow one) and "Next"
(.btn-primary) -- the same solid blue, so the row offered two equally loud
choices and neither read as the main one.

Next is the step forward; Photo Scan is the alternative route. Ghosting the
alternative restores the hierarchy without changing either target.
*/
.ozfa-actions .btn.btn-warning {
    background: var(--white);
    color: var(--ink);
    border: 1px solid var(--line);
    box-shadow: none;
}

.ozfa-actions .btn.btn-warning:hover,
.ozfa-actions .btn.btn-warning:focus {
    background: var(--sky);
    border-color: var(--blue);
    color: var(--ink);
}

/*
Bootstrap's disabled state is a flat opacity, which on the blue fill reads as
a half-loaded button rather than an unavailable one. A real greyed state says
"not yet" more clearly -- and it is the resting state of this row, since Next
stays disabled until a vehicle is chosen.
*/
.ozfa-actions .btn:disabled,
.ozfa-actions .btn.disabled {
    background: var(--line);
    color: var(--muted);
    opacity: 1;
    cursor: not-allowed;
}

.ozfa-actions .btn:disabled:hover {
    background: var(--line);
    color: var(--muted);
}

/*
PHOTO SCAN IS AN <a>, NOT A <button>.

The shared .ozfa-actions .btn rule gave it min-height:46px and left it at
display:inline -- so the box grew to 46px and the text stayed on the first
line, sitting high and left of centre while the real <button> beside it
centred itself. Same class, different element, different default.

inline-flex centres both of them the same way regardless of tag.
*/
.ozfa-actions .btn,
.vehicle-vin-row .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    line-height: 1;
}

/*
"See all compatible products" -- the primary action once a vehicle resolves.

It leads the row, so it takes the whole width and the two secondary buttons
sit under it. Left as one column rather than three across a 430px drawer,
where three buttons would each be too narrow to read.
*/
.ozfa-actions .btn.ozfa-see-all {
    flex: 1 0 100%;
    background: var(--blue);
    color: var(--white);
    order: -1;
}

.ozfa-actions .btn.ozfa-see-all:hover,
.ozfa-actions .btn.ozfa-see-all:focus {
    background: #1591e6;
    color: var(--white);
}

/* stands in for the photo when a SKU (usually a bundle) has none on disk */
.ozfa-product-noimage {
    display: block;
    width: 62px;
    height: 58px;
    border-radius: 8px;
    background: var(--surface);
    border: 1px dashed var(--line);
}
