.tag-slider-section { 
    background: #fff;
    overflow: hidden;
}

.tag-slider-carousel {
    position: relative;
}

.tag-slider-carousel .owl-stage-outer {
    overflow: hidden;
}

.tag-item {
    display: block !important;
}

.item.tag-item {
    display: block !important;
}

.tag-link {
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    height: auto;
}

.tag-image {
    width: 100%;
    height: 200px;
    object-fit: contain;
    display: block;
}

.tag-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    padding: 15px;
    transition: all 0.3s ease;
}

.tag-card {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #dee2e6;
}

.tag-name {
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.tag-count {
    display: block;
    color: #6c757d;
    font-size: 14px;
    margin-top: 4px;
}

/* Navigation hidden */
.tag-slider-carousel .owl-nav {
    display: none;
}
.tag-image-wrap {
    position: relative;
    overflow: hidden;
}

.tag-image {
    width: 100%;
    display: block;
}

/* .tag-hover-name {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-align: center;
    padding: 10px;
}

.tag-image-wrap:hover .tag-hover-name {
    opacity: 1;
} */