/* [KH-P07F2B-SMART-GARAGE-PROFILE-RECOMMENDATIONS:BEGIN] */
/* [KH-P07F2C-SMART-GARAGE-RECOMMENDATION-ACTION-ROUTER:BEGIN] */
/* [KH-P07F2D-SMART-GARAGE-HYBRID-DIVERSITY:BEGIN] */
#kh-garage-p07f2b-recommendations[hidden],
#kh-garage-p07f2b-recommendations [hidden] {
    display: none !important;
}

.kh-garage-p07f2b-recommendations {
    position: relative;
    z-index: 5;
    margin-top: 12px;
    padding: 13px;
    border: 1px solid rgba(125, 211, 252, 0.18);
    border-radius: 18px;
    background:
        radial-gradient(
            circle at 8% 0%,
            rgba(56, 189, 248, 0.11),
            transparent 34%
        ),
        linear-gradient(
            145deg,
            rgba(16, 31, 48, 0.82),
            rgba(12, 21, 36, 0.76)
        );
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 12px 26px rgba(2, 8, 23, 0.16);
}

.kh-garage-p07f2b-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.kh-garage-p07f2b-heading {
    min-width: 0;
}

.kh-garage-p07f2b-title {
    color: #f8fafc;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.kh-garage-p07f2b-subtitle {
    margin-top: 2px;
    color: rgba(203, 213, 225, 0.66);
    font-size: 10px;
    font-weight: 600;
    line-height: 1.25;
}

.kh-garage-p07f2b-count {
    display: inline-flex;
    flex: 0 0 auto;
    min-width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    border: 1px solid rgba(125, 211, 252, 0.24);
    border-radius: 999px;
    color: rgba(224, 242, 254, 0.96);
    background: rgba(14, 116, 144, 0.18);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}

.kh-garage-p07f2b-list {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
}

.kh-garage-p07f2b-card {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    min-width: 0;
    padding: 10px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 15px;
    color: #f8fafc;
    background:
        linear-gradient(
            145deg,
            rgba(31, 47, 66, 0.82),
            rgba(20, 31, 48, 0.78)
        );
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.kh-garage-p07f2b-icon {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(125, 211, 252, 0.18);
    border-radius: 13px;
    background: rgba(15, 23, 42, 0.5);
    font-size: 19px;
    line-height: 1;
}

.kh-garage-p07f2b-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
}

.kh-garage-p07f2b-meta {
    max-width: 100%;
    overflow: hidden;
    color: rgba(125, 211, 252, 0.9);
    font-size: 9px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.kh-garage-p07f2d-vehicles {
    display: -webkit-box;
    max-width: 100%;
    margin-top: 4px;
    overflow: hidden;
    color: rgba(226, 232, 240, 0.86);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.kh-garage-p07f2b-card-title {
    display: -webkit-box;
    max-width: 100%;
    margin-top: 4px;
    overflow: hidden;
    color: rgba(248, 250, 252, 0.98);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.kh-garage-p07f2b-card-body {
    display: -webkit-box;
    max-width: 100%;
    margin-top: 3px;
    overflow: hidden;
    color: rgba(203, 213, 225, 0.72);
    font-size: 10px;
    font-weight: 500;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.kh-garage-p07f2c-action {
    display: inline-flex;
    min-height: 32px;
    max-width: 100%;
    margin-top: 9px;
    align-items: center;
    justify-content: center;
    padding: 7px 11px;
    border: 1px solid rgba(125, 211, 252, 0.32);
    border-radius: 11px;
    color: rgba(240, 249, 255, 0.98);
    background:
        linear-gradient(
            145deg,
            rgba(14, 116, 144, 0.52),
            rgba(37, 99, 235, 0.42)
        );
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.09),
        0 7px 16px rgba(2, 8, 23, 0.14);
    font: inherit;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    touch-action: manipulation;
}

.kh-garage-p07f2c-action:hover {
    border-color: rgba(165, 243, 252, 0.58);
    background:
        linear-gradient(
            145deg,
            rgba(8, 145, 178, 0.62),
            rgba(37, 99, 235, 0.52)
        );
}

.kh-garage-p07f2c-action:focus-visible {
    outline: 2px solid rgba(125, 211, 252, 0.92);
    outline-offset: 2px;
}

.kh-garage-p07f2c-action:active {
    transform: translateY(1px);
}

@media (prefers-reduced-motion: reduce) {
    .kh-garage-p07f2b-recommendations,
    .kh-garage-p07f2b-card,
    .kh-garage-p07f2c-action {
        scroll-behavior: auto;
        transition: none;
    }

    .kh-garage-p07f2c-action:active {
        transform: none;
    }
}

/* [KH-P07F2E-SMART-GARAGE-BROWSER-UX-CLOSURE:BEGIN] */
/*
 * Wide-viewport readability is intentionally isolated from the accepted
 * mobile typography. The explicit "Open all garage" control remains intact.
 */
#kh-smart-garage-r1a-static[data-kh-garage-p07d4="real-vehicles"]
.kh-garage-r2-trigger::after {
    content: none !important;
    display: none !important;
}

@media (min-width: 480px) {
    .kh-garage-p07f2b-recommendations {
        padding: 15px;
    }

    .kh-garage-p07f2b-header {
        margin-bottom: 12px;
    }

    .kh-garage-p07f2b-title {
        font-size: 15px;
        line-height: 1.28;
    }

    .kh-garage-p07f2b-subtitle {
        font-size: 11px;
        line-height: 1.32;
    }

    .kh-garage-p07f2b-count {
        min-width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .kh-garage-p07f2b-list {
        gap: 10px;
    }

    .kh-garage-p07f2b-card {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 12px;
        padding: 12px;
    }

    .kh-garage-p07f2b-icon {
        width: 42px;
        height: 42px;
        font-size: 21px;
    }

    .kh-garage-p07f2b-meta {
        font-size: 10.5px;
        line-height: 1.25;
    }

    .kh-garage-p07f2d-vehicles {
        font-size: 11.5px;
        line-height: 1.4;
    }

    .kh-garage-p07f2b-card-title {
        font-size: 14px;
        line-height: 1.4;
    }

    .kh-garage-p07f2b-card-body {
        font-size: 11.5px;
        line-height: 1.42;
    }

    .kh-garage-p07f2c-action {
        min-height: 36px;
        padding: 8px 13px;
        font-size: 11.5px;
        line-height: 1.25;
    }
}
/* [KH-P07F2E-SMART-GARAGE-BROWSER-UX-CLOSURE:END] */
/* [KH-P07F2D-SMART-GARAGE-HYBRID-DIVERSITY:END] */
/* [KH-P07F2C-SMART-GARAGE-RECOMMENDATION-ACTION-ROUTER:END] */
/* [KH-P07F2B-SMART-GARAGE-PROFILE-RECOMMENDATIONS:END] */
