.vulkal-category-selector {
    --vulkal-accent-yellow: #fded10;
    --vulkal-ui-radius: 7px;
    --vulkal-selector-top-space: 220px;
    --vulkal-selector-overlap: 52px;
    --vulkal-selector-following-space: 80px;
    --vulkal-selector-background-height: 768px;
    --vulkal-selector-tab-extension: 1px;
    position: relative;
    width: 100%;
    min-height: var(--vulkal-selector-background-height);
    margin: 0 0 calc(var(--vulkal-selector-overlap) + var(--vulkal-selector-following-space));
    padding: calc(var(--vulkal-selector-top-space) - var(--vulkal-selector-overlap)) 20px 0;
    box-sizing: border-box;
    background-color: transparent;
    font-family: 'Poppins', sans-serif;
}

.vulkal-category-selector button,
.vulkal-category-selector input,
.vulkal-category-selector select,
.vulkal-category-selector textarea {
    font-family: inherit;
}

.vulkal-category-selector__background {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: var(--vulkal-selector-background-height);
    background-color: #071a2b;
}

.vulkal-category-selector.is-vehicle-mode {
    overflow: visible;
}

.vulkal-category-selector__overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: var(--vulkal-selector-background-height);
    background-color: #071a2b;
    background-image:
        linear-gradient(90deg, rgba(4, 23, 37, .72), rgba(4, 18, 31, .34), rgba(0, 0, 0, .58)),
        var(--vulkal-selector-background-image, none);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover, cover;
}

.vulkal-category-selector__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
}

.vulkal-category-selector__panel {
    overflow: hidden;
    border: 0;
    border-radius: var(--vulkal-ui-radius);
    background: #14589ba3;
    box-shadow: 0 14px 32px rgba(0, 0, 0, .28);
    transform: translateY(calc(var(--vulkal-selector-overlap) - var(--vulkal-selector-tab-extension)));
}

.vulkal-category-selector__tab-strip {
    position: relative;
}

.vulkal-category-selector__tabs {
    display: flex;
    align-items: stretch;
    overflow: hidden;
}

.vulkal-category-selector__tab-scroll {
    display: none;
}

.vulkal-category-selector__tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1 1 0;
    min-width: 0;
    min-height: calc(74px + var(--vulkal-selector-tab-extension));
    padding: 8px 5px;
    box-sizing: border-box;
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, .14);
    background: none;
    color: #fff;
    font-size: 11px;
    line-height: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color .18s ease-in-out;
}

.vulkal-category-selector__tab:last-child {
    border-right: 0;
}

.vulkal-category-selector__tab:hover,
.vulkal-category-selector__tab.is-active {
    outline: 0;
    background: #0c467e;
}

.vulkal-category-selector__tab:focus-visible {
    outline: 3px solid var(--vulkal-accent-yellow);
    outline-offset: -3px;
}

.vulkal-category-selector__tab-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 52px;
    margin: 0 0 5px;
}

.vulkal-category-selector__tab-icon img {
    display: block;
    width: 72px;
    max-width: 100%;
    height: 52px;
    object-fit: contain;
}

.vulkal-category-selector__tab-name {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.vulkal-category-selector__active-title {
    margin: 0;
    padding: 11px 32px;
    background: #0c467e;
    color: #fff;
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    text-align: left;
}

.vulkal-category-selector__subtabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    background: #f7f8f9;
}

.vulkal-category-selector__subtabs:not(.has-vehicle):not(.has-help) {
    grid-template-columns: minmax(0, 1fr);
}

.vulkal-category-selector__subtabs.has-vehicle:not(.has-help),
.vulkal-category-selector__subtabs.has-help:not(.has-vehicle) {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
}

.vulkal-category-selector__subtabs:not(.has-vehicle) .vulkal-category-selector__subtab-slot:nth-child(2),
.vulkal-category-selector__subtabs:not(.has-help) .vulkal-category-selector__subtab-slot:nth-child(3) {
    display: none;
}

.vulkal-category-selector__subtab-slot {
    min-width: 0;
}

.vulkal-category-selector__subtab {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    padding: 8px 6px;
    border: 0;
    border-right: 1px solid #dce2e7;
    background: transparent;
    color: #38536b;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.vulkal-category-selector__subtab[data-selector-mode="dimension"] {
    justify-content: flex-start;
    padding-right: 0;
    padding-left: 0;
}

.vulkal-category-selector__subtab-label {
    width: 100%;
    text-align: center;
}

.vulkal-category-selector__subtabs.has-vehicle:not(.has-help) .vulkal-category-selector__subtab-label,
.vulkal-category-selector__subtabs.has-help:not(.has-vehicle) .vulkal-category-selector__subtab-label {
    width: 50%;
}

.vulkal-category-selector__subtabs:not(.has-vehicle):not(.has-help) .vulkal-category-selector__subtab-label {
    width: 33.3333%;
}

.vulkal-category-selector__subtab-slot:last-child .vulkal-category-selector__subtab {
    border-right: 0;
}

.vulkal-category-selector__subtabs.has-vehicle:not(.has-help) .vulkal-category-selector__subtab-slot:nth-child(2) .vulkal-category-selector__subtab,
.vulkal-category-selector__subtabs:not(.has-vehicle):not(.has-help) .vulkal-category-selector__subtab-slot:first-child .vulkal-category-selector__subtab {
    border-right: 0;
}

.vulkal-category-selector__subtab:hover {
    background: #eef2f5;
}

.vulkal-category-selector__subtab.is-active {
    background: #e4e9ed;
    color: #173f63;
}

.vulkal-category-selector__subtab:focus-visible {
    outline: 3px solid var(--vulkal-accent-yellow);
    outline-offset: -3px;
}

.vulkal-category-selector__subtab.is-unavailable {
    visibility: hidden;
    pointer-events: none;
}

.vulkal-category-selector__content-shell {
    position: relative;
    min-height: 420px;
    background: #fff;
}

.vulkal-category-selector__content {
    background: #fff;
}

.vulkal-category-selector__form {
    display: none;
    min-height: 190px;
    padding: 18px 16px 16px;
    box-sizing: border-box;
}

.vulkal-category-selector__form.is-active {
    display: block;
}

.vulkal-category-selector__form.is-loading {
    cursor: progress;
}

.vulkal-category-selector__group-title {
    display: none;
    margin: 0 0 10px;
    color: #17324d;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.vulkal-category-selector__filters {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.vulkal-category-selector__field {
    width: 100%;
    max-width: none;
    min-width: 0;
}

.vulkal-category-selector__filters--secondary {
    margin-top: 18px;
}

.vulkal-category-selector__advanced {
    margin: 20px 0 0;
    border: 1px solid #d6e0e8;
    border-radius: var(--vulkal-ui-radius);
    background: #f8fafc;
}

.vulkal-category-selector__advanced-summary {
    display: flex;
    align-items: center;
    min-height: 38px;
    padding: 0 12px;
    box-sizing: border-box;
    color: #565656;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    list-style: none;
}

.vulkal-category-selector__advanced-summary::-webkit-details-marker {
    display: none;
}

.vulkal-category-selector__advanced-summary:focus-visible {
    outline: 3px solid var(--vulkal-accent-yellow);
    outline-offset: 2px;
}

.vulkal-category-selector__advanced-active {
    flex: 0 0 8px;
    width: 8px;
    height: 8px;
    margin-left: 8px;
    border-radius: 50%;
    background: var(--vulkal-accent-yellow);
    box-shadow: 0 0 0 1px rgba(20, 88, 155, .3);
}

.vulkal-category-selector__advanced-active[hidden] {
    display: none;
}

.vulkal-category-selector__advanced-chevron {
    width: 8px;
    height: 8px;
    margin-left: auto;
    border-right: 2px solid #14589b;
    border-bottom: 2px solid #14589b;
    transform: rotate(45deg) translate(-2px, 2px);
    transition: transform .18s ease-in-out;
}

.vulkal-category-selector__advanced[open] .vulkal-category-selector__advanced-chevron {
    transform: rotate(225deg) translate(-2px, 2px);
}

.vulkal-category-selector__filters--advanced {
    padding: 10px 12px 12px;
    border-top: 1px solid #d6e0e8;
}

.vulkal-category-selector__field label {
    display: block;
    margin: 0 0 6px;
    color: #3d3d3d;
    font-size: 13px;
    line-height: 17px;
    font-weight: 700;
}

.vulkal-category-selector__field-label {
    display: flex;
    align-items: center;
    min-height: 17px;
    margin: 0 0 6px;
}

.vulkal-category-selector__field-label label {
    margin: 0;
}

.vulkal-category-selector__dimension-trigger {
    display: none;
    align-items: center;
    justify-content: center;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    margin: -3px 0 -2px 5px;
    padding: 2px;
    border: 0;
    border-radius: var(--vulkal-ui-radius);
    background: transparent;
    cursor: help;
}

.vulkal-category-selector__dimension-trigger:hover,
.vulkal-category-selector__dimension-trigger:focus-visible {
    outline: 0;
    background: #eef5fb;
    box-shadow: 0 0 0 2px #14589b;
}

.vulkal-category-selector__dimension-trigger .vulkal-spec {
    width: 18px;
    height: 18px;
    margin: 0;
    flex: 0 0 18px;
}

.vulkal-category-selector__dimension-tooltip {
    position: fixed;
    z-index: 10000;
    width: 384px;
    max-width: calc(100vw - 24px);
    padding: 6px;
    box-sizing: border-box;
    border: 1px solid #d6d6d6;
    border-radius: var(--vulkal-ui-radius);
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .24);
    pointer-events: none;
}

.vulkal-category-selector__dimension-tooltip[hidden] {
    display: none;
}

.vulkal-category-selector__dimension-media {
    position: relative;
}

.vulkal-category-selector__dimension-tooltip img {
    display: block;
    width: 372px;
    max-width: 100%;
    height: auto;
}

.vulkal-category-selector__dimension-indicator {
    position: absolute;
    right: 50%;
    bottom: 7px;
    display: grid;
    grid-template-columns: 28px minmax(66px, .8fr) minmax(92px, 1.2fr);
    align-items: center;
    width: 236px;
    max-width: calc(100% - 16px);
    min-height: 36px;
    padding: 3px 7px;
    box-sizing: border-box;
    transform: translateX(50%);
    border: 2px solid #14589b;
    border-radius: var(--vulkal-ui-radius);
    background: rgba(255, 255, 255, .96);
    color: #17324d;
    box-shadow: 0 2px 7px rgba(7, 26, 43, .2);
}

.vulkal-category-selector__dimension-indicator[hidden] {
    display: none;
}

.vulkal-category-selector__dimension-indicator-value {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 9px;
    line-height: 1;
    font-weight: 700;
}

.vulkal-category-selector__dimension-indicator.is-blue
    .vulkal-category-selector__dimension-indicator-value {
    background: #2758a9;
    color: #fff;
}

.vulkal-category-selector__dimension-indicator.is-yellow
    .vulkal-category-selector__dimension-indicator-value {
    background: var(--vulkal-accent-yellow);
    color: #17324d;
}

.vulkal-category-selector__dimension-indicator.is-gray
    .vulkal-category-selector__dimension-indicator-value {
    background: #aeb8bd;
    color: #17324d;
}

.vulkal-category-selector__dimension-indicator-label {
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
}

.vulkal-category-selector__dimension-indicator-detail {
    min-width: 0;
    padding: 1px 0 1px 10px;
    border-left: 1px solid #dbe5eb;
    color: #607789;
    font-size: 11px;
    line-height: 15px;
    white-space: nowrap;
}

.vulkal-category-selector__select {
    display: block;
    width: 100%;
    height: 48px;
    padding: 0 38px 0 12px;
    border: 1px solid #d6d6d6;
    border-radius: var(--vulkal-ui-radius);
    background-color: #fff;
    color: #313131;
    font-size: 14px;
    cursor: pointer;
}

.vulkal-category-selector__select:disabled {
    cursor: wait;
    opacity: .62;
}

.vulkal-category-selector__actions {
    display: block;
    margin: 24px 0 0;
}

.vulkal-category-selector__action-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 100%;
}

.vulkal-category-selector__error {
    margin: 0 0 8px;
    color: #b42318;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
}

.vulkal-category-selector__search-split {
    display: grid;
    grid-template-columns: 34px minmax(0, 240px) 34px;
    align-items: center;
    column-gap: 6px;
    flex: 0 1 320px;
    width: 320px;
    max-width: 100%;
    min-width: 0;
    height: 50px;
    overflow: visible;
    background: transparent;
}

.vulkal-category-selector__form .vulkal-category-selector__search-split .vulkal-category-selector__clear {
    grid-column: 3;
    width: 34px;
    min-width: 34px;
    height: 34px;
    padding: 0;
    box-sizing: border-box;
    border: 1px solid #9bb5cc;
    border-radius: var(--vulkal-ui-radius);
    background: transparent;
    color: #14589b;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    cursor: pointer;
}

.vulkal-category-selector__clear:hover {
    border-color: #6f99bf;
    background: rgba(20, 88, 155, .08);
}

.vulkal-category-selector__clear:focus-visible {
    outline: 2px solid #14589b;
    outline-offset: 2px;
    background: rgba(20, 88, 155, .08);
}

.vulkal-category-selector__clear[hidden] {
    display: none;
}

.vulkal-category-selector__search {
    position: relative;
    flex: 0 1 33.3333%;
    width: 33.3333%;
    max-width: 33.3333%;
    min-width: 0;
    height: 50px;
    padding: 0 24px;
    border: 0;
    border-radius: var(--vulkal-ui-radius);
    background: var(--vulkal-accent-yellow);
    color: #14589b;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .5px;
    cursor: pointer;
}

.vulkal-category-selector__form .vulkal-category-selector__search-split .vulkal-category-selector__search {
    grid-column: 2;
    width: 100%;
    max-width: 100%;
    border-radius: var(--vulkal-ui-radius);
}

.vulkal-category-selector__search:hover,
.vulkal-category-selector__search:focus {
    background: #f7d900;
}

.vulkal-category-selector__search:disabled {
    cursor: wait;
    opacity: .68;
}

.vulkal-category-selector__spinner {
    display: none;
    position: absolute;
    top: 50%;
    right: 18px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border: 2px solid rgba(20, 88, 155, .28);
    border-top-color: #14589b;
    border-radius: 50%;
    animation: vulkal-selector-spin .75s linear infinite;
}

.vulkal-category-selector__form.is-loading .vulkal-category-selector__spinner {
    display: block;
}

.vulkal-category-selector__direct-message {
    margin: 28px 0;
    color: #3d3d3d;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.vulkal-category-selector__dimension-overview {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 123px;
    margin: 16px 0 4px;
    padding: 0;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
}

.vulkal-category-selector__dimension-overview img {
    display: block;
    width: 372px;
    max-width: 100%;
    height: auto;
}

.vulkal-category-selector__dimension-overview-indicators {
    position: absolute;
    right: 50%;
    bottom: 7px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 340px;
    max-width: calc(100% - 16px);
    min-height: 36px;
    transform: translateX(50%);
    border: 2px solid #14589b;
    border-radius: var(--vulkal-ui-radius);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 2px 7px rgba(7, 26, 43, .2);
}

.vulkal-category-selector__dimension-overview-indicator {
    display: grid;
    grid-template-columns: 25px minmax(0, 1fr);
    align-items: center;
    min-width: 0;
    padding: 3px 5px;
    color: #17324d;
}

.vulkal-category-selector__dimension-overview-indicator +
    .vulkal-category-selector__dimension-overview-indicator {
    border-left: 1px solid #dbe5eb;
}

.vulkal-category-selector__dimension-overview-value {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    font-size: 8.5px;
    line-height: 1;
    font-weight: 700;
}

.vulkal-category-selector__dimension-overview-indicator.is-blue
    .vulkal-category-selector__dimension-overview-value {
    background: #2758a9;
    color: #fff;
}

.vulkal-category-selector__dimension-overview-indicator.is-yellow
    .vulkal-category-selector__dimension-overview-value {
    background: var(--vulkal-accent-yellow);
    color: #17324d;
}

.vulkal-category-selector__dimension-overview-copy {
    display: block;
    min-width: 0;
    line-height: 1;
}

.vulkal-category-selector__dimension-overview-copy strong,
.vulkal-category-selector__dimension-overview-copy span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vulkal-category-selector__dimension-overview-copy strong {
    font-size: 11px;
    line-height: 13px;
    font-weight: 700;
}

.vulkal-category-selector__dimension-overview-copy span {
    color: #607789;
    font-size: 9px;
    line-height: 11px;
}

@keyframes vulkal-selector-spin {
    to { transform: rotate(360deg); }
}

@media all and (max-width: 767px) {
    .vulkal-category-selector {
        --vulkal-selector-top-space: 120px;
        --vulkal-selector-overlap: 34px;
        --vulkal-selector-background-height: 656px;
        padding: calc(var(--vulkal-selector-top-space) - var(--vulkal-selector-overlap)) 0 0;
    }

    .vulkal-category-selector__panel {
        border-radius: 0;
    }

    .vulkal-category-selector__overlay {
        background-size: cover, auto 100%;
    }

    .vulkal-category-selector__tabs {
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }

    .vulkal-category-selector__tabs::-webkit-scrollbar {
        display: none;
    }

    .vulkal-category-selector__tab-scroll {
        position: absolute;
        top: 0;
        z-index: 3;
        display: flex;
        align-items: center;
        width: 34px;
        height: calc(54px + var(--vulkal-selector-tab-extension));
        padding: 0;
        box-sizing: border-box;
        border: 0;
        background: transparent;
        color: #fff;
        font: 700 28px/1 Arial, sans-serif;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        cursor: pointer;
        text-shadow: 0 1px 3px rgba(0, 0, 0, .55);
        transition: opacity .2s ease, visibility .2s ease;
    }

    .vulkal-category-selector__tab-scroll--left {
        left: 0;
        justify-content: flex-start;
        padding-left: 5px;
        background: linear-gradient(90deg, #14589b 20%, rgba(20, 88, 155, .82) 48%, rgba(20, 88, 155, 0));
    }

    .vulkal-category-selector__tab-scroll--right {
        right: 0;
        justify-content: flex-end;
        padding-right: 5px;
        background: linear-gradient(270deg, #14589b 20%, rgba(20, 88, 155, .82) 48%, rgba(20, 88, 155, 0));
    }

    .vulkal-category-selector__tab-strip.can-scroll-left .vulkal-category-selector__tab-scroll--left,
    .vulkal-category-selector__tab-strip.can-scroll-right .vulkal-category-selector__tab-scroll--right {
        opacity: .9;
        visibility: visible;
        pointer-events: auto;
    }

    .vulkal-category-selector__tab-scroll:focus-visible {
        outline: 2px solid var(--vulkal-accent-yellow);
        outline-offset: -3px;
    }

    .vulkal-category-selector__tab {
        flex: 0 0 56px;
        min-height: calc(54px + var(--vulkal-selector-tab-extension));
        padding: 5px 4px;
    }

    .vulkal-category-selector__tab-icon {
        width: 46px;
        height: 36px;
        margin: 0;
    }

    .vulkal-category-selector__tab-icon img {
        width: 46px;
        height: 36px;
    }

    .vulkal-category-selector__active-title {
        padding-right: 20px;
        padding-left: 20px;
    }

    .vulkal-category-selector__form {
        padding: 10px 12px 12px;
    }

    .vulkal-category-selector__filters {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 4px;
        row-gap: 8px;
    }

    .vulkal-category-selector__field {
        display: flex;
        flex-direction: column;
        width: auto;
        max-width: none;
        min-width: 0;
    }

    .vulkal-category-selector__field > label,
    .vulkal-category-selector__field-label {
        display: flex;
        align-items: flex-end;
        height: 28px;
        min-height: 28px;
        max-height: 28px;
        margin-bottom: 4px;
        box-sizing: border-box;
    }

    .vulkal-category-selector__field label {
        margin-bottom: 0;
        font-size: 9px;
        line-height: 11px;
        overflow-wrap: anywhere;
    }

    .vulkal-category-selector__field-label {
        margin-bottom: 4px;
    }

    .vulkal-category-selector__field-label label {
        min-height: 0;
    }

    .vulkal-category-selector__select {
        margin-top: auto;
        height: 40px;
        padding: 0 18px 0 4px;
        box-sizing: border-box;
        font-size: 12px;
    }

    .vulkal-category-selector__advanced-summary {
        min-height: 36px;
        padding: 0 8px;
        font-size: 11px;
    }

    .vulkal-category-selector__filters--advanced {
        padding: 8px 4px 10px;
    }

    .vulkal-category-selector__actions {
        display: block;
    }

    .vulkal-category-selector__action-buttons {
        width: 100%;
        gap: 8px;
        margin-left: 0;
    }

    .vulkal-category-selector__error {
        margin: 0 0 8px;
        text-align: center;
    }

    .vulkal-category-selector__search-split {
        flex: 0 1 320px;
        width: 320px;
        max-width: 100%;
        min-width: 0;
    }

    .vulkal-category-selector__dimension-overview {
        height: auto;
        min-height: 90px;
        margin: 14px 0 2px;
    }
}

@media all and (min-width: 768px) and (hover: hover) and (pointer: fine) {
    .vulkal-category-selector__dimension-trigger {
        display: inline-flex;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vulkal-category-selector__tabs {
        scroll-behavior: auto;
    }

    .vulkal-category-selector__tab,
    .vulkal-category-selector__tab-scroll,
    .vulkal-category-selector__spinner {
        transition: none;
        animation: none;
    }
}

.vulkal-category-selector__mode-panel--help {
    padding: 24px 16px;
    box-sizing: border-box;
    background: #fff;
}

.vulkal-registration-guide {
    width: 100%;
    color: #2f3b46;
}

.vulkal-registration-guide__title {
    margin: 0 0 20px;
    color: #163f68;
    font-size: 24px;
    line-height: 31px;
}

.vulkal-registration-guide__image-frame {
    overflow-x: auto;
    border: 1px solid #d7e0e8;
    border-radius: 10px;
    background: #f4f7fa;
    scrollbar-color: #14589b #ffef9a;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}

.vulkal-registration-guide__image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1080 / 620;
    border: 0;
    background: #f4f7fa;
}

.vulkal-registration-guide__image--mobile {
    display: none;
}

.vulkal-registration-guide__legend {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 20px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.vulkal-registration-guide__legend li {
    position: relative;
    padding-left: 18px;
    font-size: 14px;
    line-height: 20px;
}

.vulkal-registration-guide__legend li::before {
    position: absolute;
    top: 7px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ffcf00;
    content: "";
}

.vulkal-registration-guide__note {
    margin: 18px 0 0;
    padding: 12px 14px;
    border-left: 4px solid #ffcf00;
    background: #fff9dc;
    color: #3c4650;
    font-size: 13px;
    line-height: 19px;
}

.vulkal-category-selector__mode-panel[hidden] {
    display: none;
}

.vulkal-category-selector__mode-panel {
    position: relative;
    width: 100%;
}

.vulkal-vehicle-search {
    position: relative;
    box-sizing: border-box;
    padding: 18px;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    font-family: 'Poppins', sans-serif;
}

.vulkal-vehicle-search__spinner {
    display: none;
    position: absolute;
    z-index: 2;
    top: 18px;
    right: 18px;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(20, 88, 155, .25);
    border-top-color: #14589b;
    border-radius: 50%;
    animation: vulkal-selector-spin .75s linear infinite;
}

.vulkal-vehicle-search.is-loading .vulkal-vehicle-search__spinner {
    display: block;
}

.vulkal-vehicle-search__disclaimer,
.vulkal-vehicle-search__short-disclaimer {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 16px;
    padding: 11px 14px;
    border-left: 4px solid #14589b;
    border-radius: var(--vulkal-ui-radius);
    background: #eef5fb;
    color: #29455f;
    font-size: 13px;
    line-height: 18px;
}

.vulkal-vehicle-search__info {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #14589b;
    color: #fff;
    font-weight: 700;
}

.vulkal-vehicle-search__fields {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    align-items: end;
}

.vulkal-vehicle-search__fields.has-logo {
    grid-template-columns: 70px repeat(4, minmax(0, 1fr));
}

.vulkal-vehicle-search__make-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 48px;
    border: 1px solid #e3e7eb;
    border-radius: var(--vulkal-ui-radius);
    background: #f8fafb;
    color: #14589b;
    font-size: 11px;
    font-weight: 700;
}

.vulkal-vehicle-search__make-logo img {
    display: block;
    width: 54px;
    height: 40px;
    object-fit: contain;
}

.vulkal-vehicle-search__make-logo[hidden],
.vulkal-vehicle-search__make-logo img[hidden] {
    display: none;
}

.vulkal-vehicle-search__status {
    min-height: 18px;
    margin-top: 10px;
    color: #b42318;
    font-size: 13px;
}

.vulkal-vehicle-search.is-loading .vulkal-category-selector__select {
    cursor: wait;
    opacity: .65;
}

.vulkal-vehicle-search__results {
    margin-top: 14px;
}

.vulkal-vehicle-search__summary {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    color: #222;
    font-size: 16px;
}

.vulkal-vehicle-search__summary img {
    width: 64px;
    height: 42px;
    object-fit: contain;
}

.vulkal-vehicle-search__summary span {
    color: #565656;
    font-size: 14px;
}

.vulkal-vehicle-search__technical {
    margin-bottom: 12px;
    color: #667085;
    font-size: 12px;
}

.vulkal-vehicle-search__short-disclaimer {
    border-left-color: #ffcf00;
    background: #fff9d9;
    color: #493f12;
    font-weight: 700;
}

.vulkal-vehicle-search__fitment-group {
    overflow: hidden;
    margin-top: 12px;
    border: 1px solid #d5dce3;
    border-radius: var(--vulkal-ui-radius);
}

.vulkal-vehicle-search__fitment-group h3 {
    margin: 0;
    padding: 9px 14px;
    background: #ffed00;
    color: #111;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
}

.vulkal-vehicle-search__fitment-set + .vulkal-vehicle-search__fitment-set {
    border-top: 1px solid #d5dce3;
}

.vulkal-vehicle-search__dimension-row {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 14px;
}

.vulkal-vehicle-search__dimension-row + .vulkal-vehicle-search__dimension-row {
    border-top: 1px dashed #d5dce3;
}

.vulkal-vehicle-search__dimension-name {
    display: flex;
    flex: 0 0 190px;
    flex-direction: column;
    gap: 2px;
}

.vulkal-vehicle-search__dimension-name span {
    color: #667085;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.vulkal-vehicle-search__dimension-name strong {
    color: #111;
    font-size: 17px;
}

.vulkal-vehicle-search__dimension-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.vulkal-vehicle-search__dimension-actions form {
    margin: 0;
}

.vulkal-vehicle-search__dimension-unavailable {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    color: #667085;
    font-size: 12px;
    font-weight: 700;
}

.vulkal-vehicle-search__catalog-button {
    min-height: 38px;
    padding: 7px 16px;
    border: 1px solid #14589b;
    border-radius: var(--vulkal-ui-radius);
    background: #14589b;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.vulkal-vehicle-search__catalog-button.is-secondary {
    background: #fff;
    color: #14589b;
}

.vulkal-vehicle-search__catalog-button:disabled {
    border-color: #aab3bc;
    background: #e8ebee;
    color: #6b737b;
    cursor: not-allowed;
}

.vulkal-vehicle-search__empty {
    padding: 16px;
    color: #565656;
    text-align: center;
}

@media all and (max-width: 767px) {
    .vulkal-category-selector__mode-panel--help {
        padding: 16px 12px;
    }

    .vulkal-registration-guide__title {
        margin-bottom: 16px;
        font-size: 19px;
        line-height: 25px;
    }

    .vulkal-registration-guide__image--desktop {
        display: none;
    }

    .vulkal-registration-guide__image--mobile {
        display: block;
        width: 100%;
        max-width: 100%;
        aspect-ratio: 720 / 920;
    }

    .vulkal-registration-guide__legend {
        display: none;
    }

    .vulkal-vehicle-search {
        padding: 10px 8px;
    }

    .vulkal-vehicle-search__fields {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .vulkal-vehicle-search__fields.has-logo {
        grid-template-columns: 54px repeat(2, minmax(0, 1fr));
    }

    .vulkal-vehicle-search__fields.has-logo > .vulkal-category-selector__field:nth-child(4) {
        grid-column: 2;
    }

    .vulkal-vehicle-search__fields.has-logo > .vulkal-category-selector__field:nth-child(5) {
        grid-column: 3;
    }

    .vulkal-vehicle-search__make-logo {
        width: 50px;
        height: 42px;
    }

    .vulkal-vehicle-search__make-logo img {
        width: 44px;
        height: 34px;
    }

    .vulkal-vehicle-search__dimension-row,
    .vulkal-vehicle-search__summary {
        align-items: flex-start;
        flex-direction: column;
    }

    .vulkal-vehicle-search__dimension-name {
        flex-basis: auto;
    }
}
