/**
 * ACF Blocks Styles
 * 
 * Company: MLMSOFT
 * Version: 1.0.0
 * Description: Стили для ACF блоков
 */

/* Базовые стили для всех блоков */
.wp-block {
    max-width: none;
}

/* Стили для модального окна видео */
.mfp-hide {
    display: none !important;
}

.mfp-content .mlmsoft-youtube-iframe {
    width: 100%;
    height: 400px;
    border: none;
}

/* Предотвращаем скачки при открытии модального окна */
.mfp-ready .mfp-container {
    padding: 40px 10px;
}

/* Улучшенные стили для видео кнопок */
.content-mlm-youtube .btn {
    position: relative;
    transition: all 0.3s ease;
}

.content-mlm-youtube .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* Стили для статистики с поддержкой HTML тегов */
.stats .inner span {
    display: block;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.stats .inner span sub {
    font-size: 1.5rem;
    vertical-align: sub;
    line-height: 0;
    position: relative;
    bottom: -0.25em;
}

.stats .inner span sup {
    font-size: 1.5rem;
    vertical-align: super;
    line-height: 0;
    position: relative;
    top: -0.5em;
}

/* Clients Slider */
.clients .slick-slide {
    height: 80px;
}
.clients .slick-slide img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}