/* Desktop (default) */
.category-link {
    font-size: 16px;
    line-height: 1.4;
}

/* Tablets */
@media (max-width: 991.98px) {
    .category-link {
        font-size: 14px;
    }
}

/* Mobile (smart screens) */
@media (max-width: 575.98px) {
    .category-link {
        font-size: 12px;
        line-height: 1.2;
    }

    /* Remove fixed height on mobile */
    .category-title {
        height: auto !important;
    }
}
