/* === СТРЕЛКИ ДЛЯ БЛОКА #rec1568829951 (как в TE900D) === */

/* Центрируем стрелки вертикально */
#rec1568829951 .t-carousel__arrow {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

/* ЛЕВАЯ стрелка */
#rec1568829951 .t-carousel__arrow_left {
    left: -45px !important; /* как в блоке TE900D */
}

/* ПРАВАЯ стрелка */
#rec1568829951 .t-carousel__arrow_right {
    right: -45px !important;
}

/* Делаем круглую кнопку как в TE900D */
#rec1568829951 .t-carousel__arrow {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    background: rgba(0,0,0,0.45) !important;
    backdrop-filter: blur(6px);
    transition: background 0.25s ease;
}

/* Белая стрелка внутри */
#rec1568829951 .t-carousel__arrow svg {
    fill: #ffffff !important;
}

/* Hover, такой же как в TE900D */
#rec1568829951 .t-carousel__arrow:hover {
    background: rgba(0,0,0,0.7) !important;
}
