/* ZÁHLAVÍ: otevírací doba pod telefonním číslem */

#header .top-navigation-contacts .project-phone {
    position: relative;
    padding-bottom: 18px !important;
    display: inline-block !important;
}

#header .top-navigation-contacts .project-phone::after {
    content: "PO-PÁ: 08:00 - 15:00";
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 13px;
    font-weight: normal;
    opacity: 0.85;
    white-space: nowrap;
    letter-spacing: 0.3px;
}

#header .top-navigation-contacts .project-email {
    display: none !important;
}

/* === MOBIL: kontakty mezi logem a menu === */
@media (max-width: 991px) {
    #header .header-top {
        flex-wrap: wrap !important;
        padding-bottom: 70px !important;
        position: relative !important;
    }
    
    #header .top-navigation-contacts {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        
        display: block !important;
        visibility: visible !important;
        height: auto !important;
        opacity: 1 !important;
        
        text-align: center !important;
        padding: 8px 10px !important;
        background-color: #f5f5f5 !important;
        border-top: 1px solid #e0e0e0 !important;
        font-size: 14px !important;
        line-height: 1.5 !important;
        box-sizing: border-box !important;
    }
    
    #header .top-navigation-contacts::before {
        display: none !important;
    }
    
    #header .top-navigation-contacts strong {
        display: block !important;
        margin-bottom: 2px !important;
    }
    
    #header .top-navigation-contacts .project-phone {
        display: inline-block !important;
        font-size: 16px !important;
        padding-bottom: 18px !important;
        white-space: nowrap !important;
    }
    
    #header .top-navigation-contacts .project-phone span {
        white-space: nowrap !important;
    }
    
    #header .top-navigation-contacts .project-phone::after {
        font-size: 12px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
    
    /* Vynutit zobrazení loga - obal i obsah */
    #header .site-name-wrapper {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    #header .site-name-wrapper .site-name,
    #header .site-name-wrapper .site-name a,
    #header .site-name-wrapper .site-name img {
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}