/* ==========================================
    FILTER BY SUBSCRIPTION CLASSES
  ========================================== */

.subscription-filter-text-white {
    color: white;
    font-weight: 700;
    font-size: 1em;
    cursor: pointer;
}

.subscription-filter-text-white:hover {
    color: white;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-decoration-color: white;
    text-underline-offset: 4px;
}

.active-subscription-filter-white , .active-subscription-filter-white:hover, .active-subscription-filter-white:focus {
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-decoration-color: white;
    text-underline-offset: 4px;
}

@media screen and (max-width: 578px) {
    .subscription-filter-text-white {
        font-size: 0.9em;
    }
}

@media screen and (min-width: 579px) and (max-width: 769px) {
    .subscription-filter-text-white {
        font-size: 1em;
    }
}