.love-by-loy-container {
    margin: 0 auto;
}
.loy-bg-container{
    width: 100%;
    height: 290px;
    margin-top: 26px;
}
.ly-top-section-love-by-loy-container {
    height: 76px;
    background-color: #000;
}

.ly-top-section {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 80%;
    height: 100%;
    margin: 0 auto;
}

.love-by-loyal-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33%;
}

.love-by-loyal-item img {
    width: 24px;
    margin-right: 10px;
}

.love-by-loyal-item-text {
    font-size: 14px;
    font-weight: bold;
    font-family: Lab Grotesque !important;
}

.ly-carousel {
    text-align: center;
    /* margin: 40px 0; */
    background: #121212;
    padding: 30px 0;
}

.ly-carousel .ly-carousel-title {
    font-size: 18px;
    font-weight: bold;
    font-family: Lab Grotesque !important;
    margin-bottom: 16px;
}

.ly-carousel-content {
    position: relative;
    width: 66%;
    height: 56px;
    margin: 0 auto;
}

.ly-carousel-content .ly-carousel-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ly-carousel-content .ly-carousel-nav button {
    background: none;
    border: none;
    color: white;
    font-size: 1.5em;
    cursor: pointer;
}

.ly-carousel-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ly-carousel-bottom img {
    margin-right: 10px;
    width: 24px;
    height: auto;
}
.ly-carousel-bottom span {
    font-size: 14px;
        font-family: Inter,
            sans-serif;
        color: #bcbcbc !important;
}


.ly-carousel-hidden-texts {
    display: none;
}


.ly-carousel-content p {
    font-size: 14px;
    font-family: Inter, sans-serif;
    color: #bcbcbc !important;
    width: 100%;
    margin: 0 45px;
    /* margin-bottom: 20px; */
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.ly-carousel-content p.fade-out {
    opacity: 0;
    transform: translateX(-50px);
}
.ly-carousel-content p{
display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    /* 根据需要调整行高 */
    max-height: calc(1.5em * 3);
    /* 1.5em 是行高，3 是行数 */
}

.ly-carousel-content p.fade-in {
    opacity: 1;
    transform: translateX(0);
   
}
.ly-carousel-prevBtn-left img{
    width: 20px;
    height: auto;
}
.ly-carousel-nextBtn-right img{
   transform: rotateY(180deg);
    width: 20px;
    height: auto;
}
@media (max-width:959px) {
    .ly-carousel{
    padding: 20px 10px;
    }
    .ly-carousel-content {
        width: 100%;
    }

    .ly-carousel-content p {
        margin: 0;
    }

    .ly-carousel-bottom {
        margin-top: 20px;
    }

    .love-by-loyal-item {
        font-size: 10px;
        text-align: center;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .love-by-loyal-item img {
        width: 24px;
        margin-right: 0;
        margin-bottom: 6px;
    }

    .love-by-loyal-item-text {
        font-size: 10px;
        font-family: Lab Grotesque !important;
    }
}