

/* Start:/local/components/atv/models/templates/.default/style.css?17817112992739*/
.target-item.active {
    box-shadow: 0 5px 20px rgba(0,0,0,.25);
}

.ajax-tree-container.ssr-pending .target-item {
    cursor: pointer;
}
.ajax-tree-container.ssr-pending .target-item.active {
    animation: ssr-pulse 1.2s ease-in-out infinite;
}
@keyframes ssr-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}

.section-select__year__item.section-select__item {
    padding: 24px!important;
    width: calc(11.11111% - 8px)!important;
}

.section-select__year__item.section-select__engine__item {
    width:auto;
}

.section-select__item--filter .section-select__name {
    word-wrap: break-word;
}

.has-schemas-model {
    position: absolute;
    background: green;
    top: 10px;
    right: 10px;
    color: white;
    padding: 5px;
    border-radius: 5px;
}
.section-select__img img {
    min-height: 160px;
    object-fit: contain;
    object-position: bottom;
    margin-bottom: 10px;
}

.schema-block__inner {
    gap: 1rem;
}
.section-select__year__item .section-select__name {
    padding: 0!important;
}

/* ---- Список моделей без картинок: аккуратные плашки с акцентом ---- */
/* Картинка в DOM уже не создаётся (script.js), это страховка + снятие grayscale */
.section-select__models .section-select__img {
    display: none !important;
}
.section-select__models .section-select__item--filter {
    filter: none;
}

/* Плашка: равная ширина (из section-select--catalog), высота по содержимому,
   в ряду выравниваются по высоте (flex stretch), имя по центру */
.section-select__models .section-select__item {
    justify-content: center;
    align-items: center;
    min-height: 64px;
    padding: 14px 12px;
    background-color: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
}

.section-select__models .section-select__name {
    margin: 0;
    color: #1f2937;
    font-weight: 600;
    line-height: 1.25;
    word-wrap: break-word;
    overflow-wrap: anywhere;
}

/* Наведение — зелёный акцент */
.section-select__models .section-select__item:hover {
    background-color: #eaf3f2;
    border-color: #276967;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .12);
}
.section-select__models .section-select__item:hover .section-select__name {
    color: #276967;
    text-decoration: none;
}

/* Активная (выбранная) модель */
.section-select__models .section-select__item.active {
    background-color: #276967;
    border-color: #276967;
}
.section-select__models .section-select__item.active .section-select__name {
    color: #fff;
}
/* End */
/* /local/components/atv/models/templates/.default/style.css?17817112992739 */
