.xsmn-see-more {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}

.xsmn-swiper-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;

}

.xsmn-swiper {
    display: flex;
}

.xsmn-swiper-wrapper {
    display: flex;
    transition: transform 0.3s ease;
    gap: 8px;
}
.xsmn-swiper-title{

 }
.xsmn-swiper-title:before {
    content: " ";
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url('/images/icons8-www-48-white.png') no-repeat 0 0;
    background-size: contain;
    padding-right: 20px;
    margin-right: 10px;
    vertical-align: middle;
}
.xsmn-swiper-slide {
    font-weight: 500;
    padding: 4px 12px;
    /*margin-right: 8px;*/
    display: flex;
    align-items: center;
    background: #f0f8ff;
    border-radius: 10px;
    white-space: nowrap;
}
.xsmn-swiper-slide a{
    color: var(--color-link);
    text-decoration: underline;
}
.xsmn-swiper-button-prev, .xsmn-swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #e6e9ec;
    border-radius: 50%;
    color: #333;
    font-size: 16px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}

/* Left Button */
.xsmn-swiper-button-prev {
    left: 38px; /* Position after "Xem thêm" text */
}

/* Right Button */
.xsmn-swiper-button-next {
    right: 5px;
}

@media (max-width: 768px) {
    .xsmn-swiper-container {
        overflow-x: auto;
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }

    /* Hide scrollbar on mobile */
    .xsmn-swiper-container::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera */
    }
}
