.hbc-news-slider-wrapper {
    position: relative;
    width: 100%;
}

.hbc-post-item {
    display: flex;
    gap: 12px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 8px;
}

.hbc-post-thumb img {
    width: 140px;
    height: 90px;
    object-fit: cover;
    display: block;
    border-radius: 5px;
}

.hbc-post-title {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}

.hbc-post-title a {
    color: #222;
    text-decoration: none;
}

.hbc-post-title a:hover {
    color: #0073aa;
}

/* Swiper nav */

.hbc-news-slider-wrapper .swiper-button-prev,
.hbc-news-slider-wrapper .swiper-button-next {
    color: #444;
}

.hbc-news-slider-wrapper .swiper-pagination-bullet-active {
    background: #FAA028;
    width: 19px;
}
  .hbc-news-slider-wrapper .swiper-button-prev,
    .hbc-news-slider-wrapper .swiper-button-next {
        display: none !important;
    }
    .swiper-pagination-bullet{
    border-radius: 0 !important;
}
/* Mobile tối ưu item */
@media (max-width: 767px) {
    .hbc-post-item {
        padding: 6px;
    }

    .hbc-post-thumb img {
        width: 120px;
        height: 80px;
    }
}
