/* ═══════════════════════════════════════════════════
   DOLSAT — customizacja skórki elastic
   ═══════════════════════════════════════════════════ */

/* ══════════════════════════════════════
   LOGO W PASKU NAWIGACJI
   ══════════════════════════════════════ */

/* Ukryj domyślne logo RC jeśli się pojawi */
#layout-menu .popover-header img[src*="roundcube_logo"] {
    display: none !important;
}

/* Nasze logo */
#layout-menu .popover-header img#logo {
    display: block !important;
    width: 90% !important;
    max-width: 140px !important;
    height: auto !important;
    max-height: 52px !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    opacity: 1 !important;
}

/* Popover-header */
#layout-menu .popover-header {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 6px !important;
    background-color: #2f3a3f !important;
}

html.dark-mode #layout-menu .popover-header {
    background-color: #2f3a3f !important;
}
