
@media (max-width: 991px) {
    .doctors_swiper{

    }
    .doctors_swiper  .sh_hp_news_post {
        display: block;
        border: none;
        background-color: transparent;
        width: 100%;
    }
    .doctors_swiper  .sh_hp_post_title h4{
        color: #71717D  !important;
        padding: 0;
        font-size: 16px;
        line-height: 20px;
    }
    .sh_hp_news{
        background: transparent !important;
    }
    .doctors_swiper  .sh_date {
        color: #000000 !important;
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        justify-content: center;
        padding: 5px 0;
        width: 100%;
        background: transparent;
        font-size: 24px;
        margin: 0;
    }

    .doctors_swiper  .sh_date span {
        background: #ff0000;
        color: #000000 !important;
        font-size: 13px;
        padding: 4px 8px;
        border-radius: 8px;
        white-space: nowrap;
        display: inline-block;
    }
}

/* NEW — DESKTOP vs MOBILE VIEW */
.desktop-only { display: block; }
.mobile-only { display: none; }

/* MOBILE — SWIPER MODE */
@media (max-width: 991px) {

    .doctors_swiper  .sh_date{
        color: #000000 !important;
        font-size: 16px;
        font-weight: bold;
    }

    /* disable desktop grid */
    .desktop-only {
        display: none !important;
    }

    /* enable swiper */
    .mobile-only {
        display: block !important;
        overflow: visible !important;
    }

    /* override sh_hp_news default layout */
    .sh_hp_news {
        overflow: visible !important;
        padding-bottom: 20px !important;
    }

    /* hide old grid on mobile */
    .sh_hp_news_grid {
        display: none !important;
    }

    /* swiper slide layout */
    .swiper-slide {
        width: 80% !important;
        margin-right: 16px !important;
    }

    .doctors_swiper.swiper-container {
        padding-right: 20px !important;
    }
}
