.mhn-tld-slider {
    width: 100%;
    max-width: 100%;
    margin: 16px 0 0;
    position: relative;
    direction: rtl;
}

.mhn-tld-slider .mhn-tld-swiper {
    width: 100%;
    overflow: hidden;
    padding: 2px 52px;
}

.mhn-tld-slider .swiper-wrapper {
    align-items: stretch;
}

.mhn-tld-slider .swiper-slide {
    height: auto;
    box-sizing: border-box;
}

.mhn-tld-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 118px;
    padding: 18px 14px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease;
    box-sizing: border-box;
}

.mhn-tld-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
}

.mhn-tld-name {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    direction: ltr;
    margin-bottom: 6px;
}

.mhn-tld-price {
    font-size: 16px;
    font-weight: 700;
    color: #444;
    direction: rtl;
    margin-bottom: 7px;
}

.mhn-tld-discount {
    font-size: 14px;
    font-weight: 700;
    color: #e53935;
}

.mhn-tld-prev,
.mhn-tld-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;

    width: 44px;
    height: 44px;

    padding: 0;

    border: 1px solid #ddd;
    border-radius: 50%;

    background: #fff;
    color: #444;

    font-size: 32px;
    line-height: 40px;

    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    transition:
        background .2s ease,
        box-shadow .2s ease,
        transform .2s ease;
}

.mhn-tld-prev {
    right: 0;
}

.mhn-tld-next {
    left: 0;
}

.mhn-tld-prev:hover,
.mhn-tld-next:hover {
    background: #f7f7f7;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
}

.mhn-tld-prev.swiper-button-disabled,
.mhn-tld-next.swiper-button-disabled {
    opacity: .35;
    cursor: default;
}

@media (max-width: 767px) {

    .mhn-tld-slider {
        margin-top: 12px;
    }

    .mhn-tld-slider .mhn-tld-swiper {
        padding: 2px 44px;
    }

    .mhn-tld-card {
        min-height: 108px;
        padding: 16px 12px;
    }

    .mhn-tld-name {
        font-size: 19px;
    }

    .mhn-tld-price {
        font-size: 15px;
    }

    .mhn-tld-discount {
        font-size: 13px;
    }

    .mhn-tld-prev,
    .mhn-tld-next {
        width: 38px;
        height: 38px;
        font-size: 28px;
        line-height: 34px;
    }
}

/* Force larger TLD slider arrows */
.mhn-tld-slider button.mhn-tld-prev,
.mhn-tld-slider button.mhn-tld-next {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    padding: 0 !important;
    margin: 0 !important;

    font-size: 0 !important;
    line-height: 1 !important;
    font-family: Arial, sans-serif !important;
    font-weight: 700 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    border: 1px solid #ddd !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #333 !important;
}

.mhn-tld-slider button.mhn-tld-prev::before {
    content: '‹';
    display: block;
    font-size: 44px !important;
    line-height: 44px !important;
    font-weight: 700 !important;
    color: #333 !important;
}

.mhn-tld-slider button.mhn-tld-next::before {
    content: '›';
    display: block;
    font-size: 44px !important;
    line-height: 44px !important;
    font-weight: 700 !important;
    color: #333 !important;
}

.mhn-tld-slider button.mhn-tld-prev:hover,
.mhn-tld-slider button.mhn-tld-next:hover {
    background: #f7f7f7 !important;
    color: #333 !important;
}

@media (max-width: 767px) {
    .mhn-tld-slider button.mhn-tld-prev,
    .mhn-tld-slider button.mhn-tld-next {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        min-height: 44px !important;
    }

    .mhn-tld-slider button.mhn-tld-prev::before,
    .mhn-tld-slider button.mhn-tld-next::before {
        font-size: 36px !important;
        line-height: 36px !important;
    }
}

/* Fix: exactly 3 full cards on desktop */
.mhn-tld-slider .mhn-tld-swiper {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Arrows stay on top of the slider edges */
.mhn-tld-slider button.mhn-tld-prev {
    right: -10px !important;
}

.mhn-tld-slider button.mhn-tld-next {
    left: -10px !important;
}

@media (max-width: 767px) {

    /* Exactly 1 full card on mobile */
    .mhn-tld-slider .mhn-tld-swiper {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .mhn-tld-slider button.mhn-tld-prev {
        right: -6px !important;
    }

    .mhn-tld-slider button.mhn-tld-next {
        left: -6px !important;
    }
}
