/* ========== EKIRANA SUBNAV PILLS (PREMIUM CLEAN VERSION) ========== */

.ek-pills {
    margin: 18px 0 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 2px;
}

.ek-pills__rail {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 4px 4px 8px;
    margin: 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.ek-pills__rail::-webkit-scrollbar {
    display: none;
}

.ek-pills__link {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    background: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 500;
    color: #222 !important;
    text-decoration: none !important;
    white-space: nowrap;
    transition: all .25s ease;
}

.ek-pills__link:hover {
    background: #f4f4f4;
    border-color: #bfbfbf;
}

.ek-pills__link.is-active {
    background: #147300;
    border-color: #147300;
    color: #fff !important;
}

.ek-pill-tag {
    background: #147300;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 8px;
    text-transform: uppercase;
    line-height: 1;
}

@media (max-width: 480px) {
    .ek-pills__link {
        padding: 8px 14px;
        font-size: 13px;
    }
    .ek-pill-tag {
        font-size: 9px;
        padding: 2px 5px;
    }
}
