.card_wp .card_big_img img {
    height: 100%;
}

.card_wp .card_slide img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.card_wp .swiper-slide video {
    width: 100%;
    padding-left: 10px;
}

.flex-club-price {
    flex-basis: 100%;
    color: #e30613;
}

:root {
    /* Разрешаем браузеру анимировать к auto */
    interpolate-size: allow-keywords;
}

.read-more-container {
    --bg-color: #ffffff;
    --lines-to-show: 8; /* Задаем желаемое количество строк */

    position: relative;
    max-width: 600px;
    /* Явно задаем высоту строки, чтобы браузеру было проще считать lh */
    line-height: 1.5;
}

.read-more-toggle {
    display: none;
}

.read-more-content {
    height: calc(var(--lines-to-show) * 1lh);
    overflow: hidden;
    position: relative;
    transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.read-more-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1lh;
    background: linear-gradient(to bottom, transparent, var(--bg-color));
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.read-more-container:has(.read-more-toggle:checked) .read-more-content {
    height: auto;
}

.read-more-container:has(.read-more-toggle:checked) .read-more-content::after {
    opacity: 0;
}

.btn-text-hide {
    display: none;
}

.read-more-container:has(.read-more-toggle:checked) .btn-text-show {
    display: none;
}

.read-more-container:has(.read-more-toggle:checked) .btn-text-hide {
    display: inline;
}

.read-more-btn {
    display: inline-block;
    margin-top: 8px;
    color: #3379E0;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    transition: color 0.2s ease;
}

.read-more-container .read-more-content p {
    margin: 0;
    padding: 0;
}

.q-tooltip-portal {
    display: block !important;
    z-index: 9999 !important;
    pointer-events: none;
    transition-property: opacity, visibility !important;
    transition-duration: 0.3s !important;
    transition-timing-function: ease !important;
}

.q-tooltip-portal.is-active {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
}

.c_review_item.hidden-by-filter {
    display: none !important;
}
