/* ==========================================================================
   1. UKRYCIE PODWÓJNEGO TYTUŁU EVENT GALLERY
   ========================================================================== */
.eventgallery-category-headline {
    display: none !important;
}

/* ==========================================================================
   2. KOLOR TŁA I ZMNIEJSZENIE DOŁU NAGŁÓWKA
   ========================================================================== */
.container-header {
    background-color: rgb(253, 246, 195) !important;
}

header.header.container-header {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/* Wyzerowanie marginesów kontenerów i logo */
header.header .grid-child {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

header.header .navbar-brand {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

header.header a.brand-logo {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
}

header.header a.brand-logo img {
    display: block !important;
    margin: 0 auto !important;
    max-width: 100% !important;
    height: auto !important;
}

/* ==========================================================================
   3. ZACIEŚNIONE MENU GŁÓWNE (Z ROZMIAREM 1.2rem)
   ========================================================================== */
header.header .mod-menu.nav {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0.3rem !important;
    padding: 0.4rem 0 0.2rem 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

header.header .mod-menu.nav > li > a {
    display: inline-block !important;
    padding: 0.4rem 0.9rem !important;
    color: #4a2810 !important;
    font-weight: 600 !important;
    font-size: 1.2rem !important;
    text-decoration: none !important;
    border-radius: 6px !important;
    transition: all 0.2s ease-in-out !important;
}

header.header .mod-menu.nav > li > a:hover {
    background-color: rgba(194, 89, 39, 0.15) !important;
    color: #a84313 !important;
}

header.header .mod-menu.nav > li.active > a,
header.header .mod-menu.nav > li.current > a {
    background-color: #be4e1a !important;
    color: #ffffff !important;
    box-shadow: 0 2px 4px rgba(190, 78, 26, 0.2) !important;
}

/* ==========================================================================
   4. PODMENU W PANELU BOCZNYM (SIDEBAR)
   ========================================================================== */
/* Powiększenie czcionki podpozycji i usunięcie wpływu klasy .small */
.sidebar-left .mod-menu__sub,
.sidebar-left .mod-menu__sub a,
.mod-menu__sub.small,
.mod-menu__sub.small a {
    font-size: 1.1rem !important;
    line-height: 1.4 !important;
}

/* Opcjonalnie: lekkie wcięcie i odstęp dla czytelności podpozycji */
.sidebar-left .mod-menu__sub li {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
}