/* =========================================================
   MOBILELEGENDSPEDIA CAROUSEL V3.7.2 HARD FIX
   - No dark overlay
   - Image shown clean/full
   - Clickable dots/arrows
========================================================= */

.mlp-carousel-v372 {
    position: relative;
    width: 100%;
    height: 235px;
    margin: 0 0 14px;
    overflow: hidden;
    background: #081426;
    border: 0;
}

.mlp-carousel-v372-stage {
    position: relative;
    width: 100%;
    height: 100%;
}

.mlp-carousel-v372-slide {
    position: absolute;
    inset: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: transparent;
}

.mlp-carousel-v372-slide.is-active {
    display: block;
    z-index: 1;
}

.mlp-carousel-v372-link {
    display: block;
    width: 100%;
    height: 100%;
}

.mlp-carousel-v372-slide img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
}

/* Kill any overlay inherited from old carousel/home-featured CSS */
.mlp-carousel-v372::before,
.mlp-carousel-v372::after,
.mlp-carousel-v372-stage::before,
.mlp-carousel-v372-stage::after,
.mlp-carousel-v372-slide::before,
.mlp-carousel-v372-slide::after {
    display: none !important;
    content: none !important;
}

.mlp-carousel-v372-arrow {
    position: absolute;
    top: 50%;
    z-index: 50;
    width: 36px;
    height: 48px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.32);
    background: rgba(5,14,28,.72);
    color: #fff;
    font-size: 28px;
    line-height: 46px;
    text-align: center;
    transform: translateY(-50%);
    cursor: pointer;
    pointer-events: auto;
}

.mlp-carousel-v372-prev {
    left: 8px;
}

.mlp-carousel-v372-next {
    right: 8px;
}

.mlp-carousel-v372-dots {
    position: absolute;
    z-index: 60;
    left: 50%;
    bottom: 9px;
    display: flex;
    gap: 7px;
    transform: translateX(-50%);
    pointer-events: auto;
}

.mlp-carousel-v372-dots button {
    width: 9px;
    height: 9px;
    min-width: 9px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.85);
    border-radius: 50%;
    background: rgba(0,0,0,.45);
    cursor: pointer;
    pointer-events: auto;
}

.mlp-carousel-v372-dots button.is-active {
    border-color: #e0ad2f;
    background: #e0ad2f;
}

@media (max-width: 760px) {
    .mlp-carousel-v372 {
        height: 205px;
    }

    .mlp-carousel-v372-arrow {
        width: 32px;
        height: 42px;
        line-height: 40px;
    }
}
