
#last-comments-carousel-container{
    position: relative;
}
.splide_lists-comments-wrapper{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.splide_lists-comments-wrapper::-webkit-scrollbar {
    display: none;
  }
.splide_lists-comments-container{
    display: flex;
}
.loaderlastfinancialInstitutionCommentsContainer{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #f0f8ff36;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    opacity: 0;
}
.loaderlastfinancialInstitutionComments  {
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #185adb;
    --_m: 
      conic-gradient(#0000 10%,#000),
      linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
            mask: var(--_m);
    -webkit-mask-composite: source-out;
            mask-composite: subtract;
    animation: l3 1s infinite linear;
}
@keyframes l3 {to{transform: rotate(1turn)}}
#last-comments-carousel-header{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    position: relative;
    z-index: 1;
}
#last-comments-carousel-heading{
    margin-bottom: 2rem;
}
#btn-container{
    display: flex;
    gap: 0.5rem;
}
#last-comments-carousel-container .btn-slider{
    width: 48px;
    height: 48px;
    background-color: rgb(255 255 255 / 70%);
    border-radius: 100%;
    border: 1px solid #E4E7F2;
    display: flex;
    justify-content: center;
    align-items: center;
}
#last-comments-carousel-container .btn-slider.btn-slider-prev svg{
    transform: rotate(0deg) !important;
}
#last-comments-carousel-container .btn-slider svg{
    width: 10px;
    height: 10px;
}
.splide_lists-comments{
    padding-right: 0px;
    z-index: 1;
}
.splide_lists-comments .splide_slide-comments{
    background-color: #fff;
    border: 1px solid #E4E7F2;
    padding: 1rem;
    height: max-content;
    border-radius: 6px;
    list-style: none;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    position: relative;
    transition: all 0.2s linear;

}
.splide_lists-comments .splide_slide-comments:hover{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;

}
.splide-slide-header{
    border-bottom: 1px solid #E4E7F2;
    padding-bottom: 1rem;
}
.splide-slide-body{
    padding: 1rem 0;

}
.splide-slide-body p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
            line-clamp: 3; 
    -webkit-box-orient: vertical;
    line-height: normal;
    font-size: 13px;
    line-height: 1.5; 
    min-height: 4.5em; 
}
.splide-slide-body a {
    text-decoration: underline;
    color: #185adb;
}
.splide-slide-footer{
    text-align: end;
    cursor: pointer;
}
.splide-slide-footer a {
    text-decoration: none;
}
.profile-user-comment{
    width: 34px;
    height: 34px;
    border: 1px solid #E4E7F2;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.profile-user-comment::after{
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('data:image/svg+xml,<svg width="15" height="15" viewBox="0 0 14 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.63855 10.5C2.90518 10.5 1.5 11.9052 1.5 13.6386C1.5 14.1143 1.88568 14.5 2.36144 14.5H11.8734C12.2195 14.5 12.5 14.2195 12.5 13.8734C12.5 12.0103 10.9897 10.5 9.12658 10.5H4.63855ZM5.79521 7.5C4.18317 7.05236 3 5.57407 3 3.81944C3 1.71002 4.71002 0 6.81944 0C8.92887 0 10.6389 1.71002 10.6389 3.81944C10.6389 5.57407 9.45572 7.05236 7.84368 7.5C7.51773 7.59051 7.17423 7.63889 6.81944 7.63889C6.46465 7.63889 6.12116 7.59051 5.79521 7.5ZM5.60659 9H4.63855C2.07675 9 0 11.0768 0 13.6386C0 14.9427 1.05725 16 2.36144 16H11.8734C13.0479 16 14 15.0479 14 13.8734C14 11.1819 11.8181 9 9.12658 9H8.0323H6.81944H5.60659ZM6.81944 6.13889C8.10044 6.13889 9.13889 5.10044 9.13889 3.81944C9.13889 2.53845 8.10044 1.5 6.81944 1.5C5.53845 1.5 4.5 2.53845 4.5 3.81944C4.5 5.10044 5.53845 6.13889 6.81944 6.13889Z" fill="%23185ADB"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}
.fin-ins-link-slider{
    z-index: 1;
    transition: all 0.2s linear;
    display: contents;
    color: #185adb !important;
}
.splide-slide-header-info{
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin-bottom: 0.5rem;
}
.splide-slide-comment-time{
    margin-right: auto;
}
.splide-slide-user-info{
    display: flex;
    gap: 0.2rem;
    flex-wrap: wrap;
    margin-top: 0.9rem;
}
.splide-slide-user-info strong:last-child {
    flex: 1 100%;
}
#comments_number{
    max-width: 0px !important;
}
@media (min-width : 1280px){
    #last-comments-carousel-container{
        margin-bottom: 0rem !important;
        margin-top: 0rem !important;
    }
    #last-comments-carousel-heading{
        font-size: 29px;
        font-weight: 900;
        font-variation-settings: "wght" 900, "KSHD" 100;
    }
}
@media (min-width: 1025px){
    .splide_lists-comments-container{
        width: 150%;
    }
}
@media (min-width: 576px) and (max-width: 1279px) {
    .splide_lists-comments-container{
        width: 300%;
        transition: transform 0.2s linear;  
    }
    #last-comments-carousel-container{
        margin-bottom: 0rem !important;
        margin-top: 0rem !important;
    }
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .splide_lists-comments .splide_slide-comments{
        padding: 2rem;
    }
    .splide-slide-body p,
    .splide_lists-comments .splide_slide-comments{
        font-size: 16px !important;
    }
    .splide-slide-comment-time,
    .splide-slide-footer a {
        font-size: 14px !important;
    }
    #last-comments-carousel-heading{
        font-size: 29px;
        font-weight: 900;
        font-variation-settings: "wght" 900, "KSHD" 100;
    }
}
@media (min-width: 576px) and (max-width: 1023px){
    #last-comments-carousel-heading{
        font-size: 18px;
        font-weight: 900;
        font-variation-settings: "wght" 900, "KSHD" 100;
    }
}
@media (max-width: 575px){
    #last-comments-carousel-container{
    }
    .splide_lists-comments-container{
        transform: translateX(0px);
        transition: transform 0.2s linear;
        width: 1200%;
    }
    .splide_lists-comments{
        width: 100%;
        display: flex;
        gap: 1rem;
    }
    #last-comments-carousel-heading{
        font-size: 18px;
        font-weight: 900;
        font-variation-settings: "wght" 900, "KSHD" 100;
    }
    .splide_lists-comments .splide_slide-comments{
        width: 50%;
    }
}
@media (min-width: 576px) {
    #last-comments-carousel-container{
        overflow: hidden;
    }
    .splide_lists-comments{
        width: 50%;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
}