

/* Start:/local/templates/hockey_one/components/bitrix/catalog.element/.default/style.css?17733030493508*/
/* Родные стили из твоего файла */
.about p { 
    margin-bottom: 10px !important; 
}
body { 
    background-color: #fff !important; 
}

/* --- Доработка Kochetov Danil: Честный дробный рейтинг --- */

/* Схлопываем отступ заголовка h1 в карточке */
.item-page .wrap .info h1 {
    margin-bottom: 0 !important;
}

/* Обертка рейтинга (общая для каталога и карточки) */
.rating.star-fractional {
    display: flex !important;
    flex-direction: row !important; /* Гарантируем горизонталь */
    flex-wrap: nowrap !important;   /* Запрещаем перенос на вторую строку */
    align-items: center !important;
    justify-content: flex-start !important;
    margin-bottom: 20px !important;
    height: 24px !important;
    width: auto !important;
}

/* Конструктор звездного контейнера */
.stars-container {
    position: relative !important;
    display: inline-flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    line-height: 1 !important;
    font-size: 0 !important;
    vertical-align: middle !important;
    margin-right: 5px !important;
    height: 18px !important; /* Принудительная высота контейнера */
    width: 100px !important;  /* 5 звезд по 18px + отступы */
}

/* Нижний слой (серые звезды) */
.stars-bg {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
}

/* Верхний слой (золотые звезды) */
.stars-fg {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
    overflow: hidden !important; /* Главная магия обрезки золота по проценту */
    pointer-events: none !important;
    z-index: 2 !important;
    height: 100% !important;
}

/* ПРИНУДИТЕЛЬНЫЙ ВОЗВРАТ ВИДИМОСТИ И РЯДНОСТИ */
.star-fractional i.star {
    display: inline-block !important; /* Чтобы стояли в ряд */
    width: 18px !important;  /* Ширина одной звезды */
    height: 18px !important; /* Высота одной звезды */
    margin-right: 2px !important;
    font-style: normal !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Скрытый слой кликов Битрикса (для голосования в карточке) */
.hidden-vote-engine {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    z-index: 10 !important;
    cursor: pointer !important;
}

/* Обнуление системных таблиц Битрикса внутри скрытого блока */
.hidden-vote-engine table, 
.hidden-vote-engine td, 
.hidden-vote-engine .iblock-vote {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

/* Счетчик голосов (число в скобках) */
.rating-count {
    margin-left: 8px !important;
    font-size: 13px !important;
    color: #888 !important;
    display: inline-block !important;
}
/* End */
/* /local/templates/hockey_one/components/bitrix/catalog.element/.default/style.css?17733030493508 */
