/* Final mobile overrides loaded after the global responsive button rules. */
@media (max-width: 768px) {
    .coach-home .coach-slider-dots {
        gap: 7px !important;
    }

    .coach-home .coach-slider-dots button,
    .coach-home .coach-slider-dots button:hover {
        width: 7px !important;
        min-width: 7px !important;
        max-width: 7px !important;
        height: 7px !important;
        min-height: 7px !important;
        max-height: 7px !important;
        flex: 0 0 7px !important;
        padding: 0 !important;
        border-radius: 50% !important;
        transform: none !important;
    }

    .coach-home .coach-slider-dots button.is-active,
    .coach-home .coach-slider-dots button.is-active:hover {
        width: 9px !important;
        min-width: 9px !important;
        max-width: 9px !important;
        height: 9px !important;
        min-height: 9px !important;
        max-height: 9px !important;
        flex-basis: 9px !important;
        margin-top: -1px !important;
    }

    .coach-home .coach-slider-arrow,
    .coach-home .coach-slider-arrow:hover,
    .coach-home .coach-slider-arrow:focus-visible {
        width: 30px !important;
        min-width: 30px !important;
        max-width: 30px !important;
        height: 30px !important;
        min-height: 30px !important;
        max-height: 30px !important;
        padding: 0 !important;
        border-color: rgba(255, 255, 255, .5) !important;
        border-radius: 50% !important;
        background: rgba(5, 25, 38, .48) !important;
        box-shadow: none !important;
        transform: translateY(-50%) !important;
    }

    .coach-home .coach-slider-arrow i {
        font-size: .7rem !important;
    }

    .coach-home .knowledge-section,
    .coach-home .stories-section {
        display: none !important;
    }
}
