.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-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-confidence {
    min-width: 58px;
    padding: 6px 8px;
    color: #10243d;
    background: #eaf3ff;
    border: 1px solid #bfd9fb;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 700;
    text-align: center;
}

.ozfa-progress {
    display: grid;
    grid-template-columns: repeat(3, 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-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;
    font: inherit;
    font-weight: 800;
    text-decoration: underline;
    cursor: pointer;
}

.vehicle-vin-use {
    width: 100%;
    margin-top: 10px;
}

.ozfa-select:disabled,
.ozfa-input:disabled {
    color: #69727d !important;
    background: #f2f4f6 !important;
    cursor: not-allowed;
}

.ozfa-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.ozfa-choice {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    height: auto;
    padding: 10px 12px;
    color: #16202a;
    background: #f8fafc;
    border: 1px solid #cad1da;
    border-radius: 8px;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: normal;
    text-align: center;
    cursor: pointer;
}

.ozfa-choice:hover,
.ozfa-choice.is-selected {
    color: #ffffff;
    background: #24743b;
    border-color: #24743b;
}

.ozfa-other-accessory-grid,
.ozfa-accessory-grid {
    margin-top: 10px;
    grid-template-columns: 1fr;
}

.ozfa-accessory-finder {
    position: relative;
}

.ozfa-accessory-suggestions {
    position: relative;
    z-index: 100004;
    max-height: 240px;
    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-accessory-suggestions:empty {
    display: none;
}

.ozfa-accessory-suggestion {
    display: block;
    width: 100%;
    min-height: 58px;
    padding: 10px 12px;
    color: #18212c;
    background: #ffffff;
    border: 0;
    border-bottom: 1px solid #edf0f3;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.ozfa-accessory-suggestion:last-child {
    border-bottom: 0;
}

.ozfa-accessory-suggestion:hover,
.ozfa-accessory-suggestion:focus {
    color: #ffffff;
    background: #24743b;
}

.ozfa-accessory-suggestion strong,
.ozfa-accessory-suggestion span,
.ozfa-accessory-match,
.ozfa-accessory-help {
    display: block;
    line-height: 1.25;
}

.ozfa-accessory-suggestion strong {
    font-size: 0.86rem;
}

.ozfa-accessory-suggestion span {
    margin-top: 3px;
    color: #687381;
    font-size: 0.76rem;
}

.ozfa-accessory-suggestion:hover span,
.ozfa-accessory-suggestion:focus span {
    color: rgba(255, 255, 255, 0.82);
}

.ozfa-accessory-suggestion.is-muted {
    color: #687381;
    cursor: default;
}

.ozfa-accessory-match,
.ozfa-accessory-help {
    margin-top: 5px;
    color: #687381;
    font-size: 0.76rem;
}

.ozfa-accessory-match {
    color: #24743b;
    font-weight: 700;
}

.ozfa-url-review {
    margin-top: 7px;
    padding: 9px 10px;
    border-radius: 8px;
    font-size: 0.8rem;
    line-height: 1.35;
    text-transform: none !important;
}

.ozfa-url-review * {
    text-transform: none !important;
}

.ozfa-url-review.alert {
    margin-bottom: 0;
}

.ozfa-url-review strong,
.ozfa-url-review span,
.ozfa-url-review small {
    display: block;
}

.ozfa-url-review span,
.ozfa-url-review small {
    margin-top: 4px;
}

.ozfa-url-review p {
    margin: 8px 0 0 0;
    font-size: 0.82rem;
    font-weight: 700;
}

.ozfa-url-review.is-muted {
    opacity: 0.85;
}

.ozfa-url-review.is-error {
    font-weight: 700;
}

.ozfa-url-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 8px;
}

.ozfa-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 12px;
}

.ozfa-status {
    margin-top: 12px;
    padding: 10px;
    background: #f5f7f8;
  /*  border-left: 4px solid #8a98a8; */
    border-radius: 6px;
}

.ozfa-status h3 {
    margin: 0 0 5px 0 !important;
    color: #101418 !important;
    font-size: 0.98rem !important;
    line-height: 1.25 !important;
}

.ozfa-status p {
    margin: 0;
    color: #303942;
    font-size: 0.88rem;
}

.ozfa-status.alert {
    margin-bottom: 0;
}

.ozfa-status.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.ozfa-status.alert-warning h3,
.ozfa-status.alert-warning p {
    color: inherit !important;
}

.ozfa-state-compatible {
    border-left-color: #24743b;
    background: #eff8f1;
}

.ozfa-state-limited {
   /* border-left-color: #b7791f;
    background: #fff7e8; */
}

.ozfa-state-not-suitable {
    border-left-color: #b42318;
    background: #fff1ef;
}

.ozfa-list {
    margin: 8px 0 0 0;
    padding-left: 18px;
    color: #2e363f;
    font-size: 0.84rem;
}

ul.ozfa-list li {
    list-style: decimal;
}

.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-debug {
    margin-top: 10px;
    border: 1px solid #d8dde3;
    border-radius: 8px;
    overflow: hidden;
}

.ozfa-debug summary {
    padding: 9px 10px;
    color: #16202a;
    background: #eef2f6;
    font-size: 0.84rem;
    font-weight: 700;
    cursor: pointer;
}

.ozfa-debug pre {
    max-height: 260px;
    margin: 0;
    padding: 10px;
    overflow: auto;
    color: #111827;
    background: #ffffff;
    font-size: 0.75rem;
    line-height: 1.35;
    white-space: pre-wrap;
}

.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,
    .ozfa-choice-grid {
        grid-template-columns: 1fr;
    }

    .ozfa-title {
        font-size: 1rem !important;
    }

    .ozfa-confidence {
        min-width: 52px;
        padding: 5px 7px;
    }
}
