.tsf-featured-haunts {
    position: relative;
    padding: 20px 0;
    width: 100%;
    margin: 0 auto;
}

.tsf-featured-haunts__header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.tsf-featured-haunts__title {
    font-family: 'Scare Factor Custom';
    font-size: 38px;
    letter-spacing: 1px;
    margin: 0;
    white-space: nowrap;
}

.tsf-featured-haunts__line {
    flex-grow: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
}

.tsf-featured-haunts .tsf-ad-card {
    background: #1a1a1a;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    position: relative;
    aspect-ratio: 1 / 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease, border-color 0.25s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.tsf-featured-haunts .tsf-ad-card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

.tsf-featured-haunts .tsf-ad-card::after {
    content: "SPONSORED";
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(255, 0, 0, 0.9);
    color: #fff;
    font-size: 9px;
    padding: 2px 8px;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    letter-spacing: 0.5px;
    z-index: 5;
    pointer-events: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.tsf-featured-haunts .swiper-pagination {
    position: relative !important;
    margin-top: 25px !important;
}

.tsf-featured-haunts .swiper-pagination-bullet {
    background: #444 !important;
    opacity: 1 !important;
    width: 10px !important;
    height: 10px !important;
}

.tsf-featured-haunts .swiper-pagination-bullet-active {
    background: #ff0000 !important;
    width: 25px !important;
    border-radius: 5px !important;
}

.tsf-featured-haunts--static .swiper-wrapper {
    display: block;
}

.tsf-featured-haunts--static .swiper-slide {
    width: 100% !important;
}