/* === HLAVNÍ KATEGORIE – TMAVĚ MODRÁ LIŠTA (SAMBA) === */
.header-bottom,
.navigation {
background-color: #053974 !important;
}
/* Položky menu */
.navigation-in > ul > li > a {
color: #ffffff !important;
font-weight: 500;
padding: 16px 18px;
transition: all 0.25s ease;
}
/* Hover efekt */
.navigation-in > ul > li > a:hover {
background-color: #0A4FA3;
transform: translateY(-3px);
}
/* Aktivní kategorie */
.navigation-in > ul > li.active > a {
background-color: #0A4FA3;
font-weight: 600;
}
/* Podmenu */
.navigation-in ul ul {
background-color: #053974;
}
.navigation-in ul ul li a {
color: #ffffff !important;
}
.navigation-in ul ul li a:hover {
background-color: #0A4FA3;
}