/* ============================================================
   SD_HOME_STORES_ARROW_TIME_V112

   Что меняем:
   - стрелка в круге снова маленькая
   - стрелка строго по центру круга
   - время/подпись статуса зелёное или красное
   ============================================================ */

@media (min-width:1181px){

    /* --------------------------------------------------------
       КРУГ СО СТРЕЛКОЙ
       -------------------------------------------------------- */

    body.site-home-modern .home-store-arrow-v106{
        display:flex !important;
        align-items:center !important;
        justify-content:center !important;

        width:42px !important;
        height:42px !important;

        padding:0 !important;
        margin:0 !important;

        box-sizing:border-box !important;
        border-radius:50% !important;

        font-size:0 !important;
        line-height:0 !important;
        color:transparent !important;
        text-indent:0 !important;

        position:absolute !important;
        right:14px !important;
        bottom:14px !important;
    }

    body.site-home-modern .home-store-arrow-v106::before{
        content:"→" !important;

        position:absolute !important;
        left:50% !important;
        top:50% !important;

        display:block !important;
        margin:0 !important;
        padding:0 !important;

        font-family:Arial, Helvetica, sans-serif !important;
        font-size:20px !important;
        font-weight:700 !important;
        line-height:1 !important;
        font-style:normal !important;

        color:#ef1d26 !important;

        transform:translate(-50%, -50%) !important;

        pointer-events:none !important;
    }


    /* --------------------------------------------------------
       ВРЕМЯ / ПОДПИСЬ СТАТУСА
       -------------------------------------------------------- */

    body.site-home-modern .home-store-status-caption-v106-4{
        font-size:11px !important;
        font-weight:850 !important;
        line-height:1.15 !important;
        opacity:1 !important;
        transition:color .18s ease !important;
    }

    body.site-home-modern .home-store-card-v106.is-open-v106-4 .home-store-status-caption-v106-4{
        color:#20c56b !important;
        -webkit-text-fill-color:#20c56b !important;
    }

    body.site-home-modern .home-store-card-v106.is-closed-v106-4 .home-store-status-caption-v106-4{
        color:#ef242c !important;
        -webkit-text-fill-color:#ef242c !important;
    }
}


/* ------------------------------------------------------------
   DARK THEME
   ------------------------------------------------------------ */

@media (min-width:1181px){

    html[data-site-theme="dark"] body.site-home-modern .home-store-card-v106.is-open-v106-4 .home-store-status-caption-v106-4{
        color:#31d97b !important;
        -webkit-text-fill-color:#31d97b !important;
    }

    html[data-site-theme="dark"] body.site-home-modern .home-store-card-v106.is-closed-v106-4 .home-store-status-caption-v106-4{
        color:#ff343c !important;
        -webkit-text-fill-color:#ff343c !important;
    }
}


/* ------------------------------------------------------------
   LIGHT THEME
   ------------------------------------------------------------ */

@media (min-width:1181px){

    html[data-site-theme="light"] body.site-home-modern .home-store-card-v106.is-open-v106-4 .home-store-status-caption-v106-4{
        color:#20c56b !important;
        -webkit-text-fill-color:#20c56b !important;
    }

    html[data-site-theme="light"] body.site-home-modern .home-store-card-v106.is-closed-v106-4 .home-store-status-caption-v106-4{
        color:#ef242c !important;
        -webkit-text-fill-color:#ef242c !important;
    }
}

/* mobile / tablet не трогаем */
