/* Generated CSS Menu */
.gen-nav {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #6799cc, #4e7eb0);
  min-height: 52px;
  border-radius: 8px;
  border: 0px solid #1e3a8a;
  box-shadow: 0 4px 12px rgba(0,0,0,.18);
  padding: 0 16px;
  position: relative;
  flex-wrap: wrap;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  box-sizing: border-box;
  display: flex;
}
.promo-menu-tov #gen-nav {
  max-width: 400px;
}
#gen-menu li {
  list-style: none;
}
.gen-nav *, .gen-nav *::before, .gen-nav *::after {
  box-sizing: border-box;
}
.gen-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gen-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  margin-right: auto;
}
.gen-logo-text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 0.8;
}
.gen-hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  margin-left: auto;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction:column; gap:0;
  
}
.gen-hamburger span {
  display: block;
  background: #ffffff;
  transition: all .3s;
  width:22px; height:3px; border-radius:2px; margin:2.5px 0;
}
.ty-wysiwyg-content ul#gen-menu li {
  margin-left: 0px;
}
.ty-wysiwyg-content ul#gen-menu {
  margin-bottom: 0px;
}
.ty-wysiwyg-content ul#gen-menu ul {
  margin-left: 0;
  margin-bottom: 0px;
}
#gen-menu li ul li a {
  text-align: left;
}
.gen-nav > ul {
display: flex;
justify-content: left;
flex: 1;
flex-wrap: wrap;
margin-left: 20px;
}
ul#gen-menu.open {
  margin-left: 0px;
}
.gen-nav > ul > li {
position: relative;
border-left: 1px solid #ffffff54;
}
.gen-nav > ul > li > a {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px;
  height: 52px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
  transition: background .2s, color .2s;
  white-space: nowrap;
}
#gen-menu li a {
  line-height: 0.85;
  text-align: center;
}
#gen-menu .gen-head {
  background-color: #165983;
}
.menukat {
  margin-bottom: 15px;
}
.gen-nav > ul > li > a:hover,
.gen-nav > ul > li:hover > a {
background: #165983;
color: #fbfbfb;
}
.gen-arrow { 
font-size: 16px;
opacity: 1;
color: #fff;
top: 1px;
position: relative;
padding: 1px 1px 0px 0px;
margin: 0;
background-color: #ffffff63;
border-radius: 100%;
}
/* Dropdown */
.gen-nav > ul > li > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #2570b6;
  min-width: 230px;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
  z-index: 100;
  overflow: hidden;
}
.gen-nav > ul > li:hover > ul {
  display: block;
}
.gen-nav > ul > li > ul > li > a {
  display: block;
  padding: 8px 14px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: background .15s, color .15s;
}
.gen-nav > ul > li > ul > li > a:hover {
  background: #d7292a;
  color: #ffffff;
}
.gen-nav > ul > li > ul > li:last-child {
  border-radius: 0 0 6px 6px;
  overflow: hidden;
}
.gen-nav > ul > li > ul > li:last-child > a {
  border-radius: 0 0 6px 6px;
}
/* Responsive */
@media (max-width: 800px) {
	.gen-nav {
  border-radius: 0px;
   }
  .gen-hamburger { display: flex; }
  .gen-nav {
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 10px;
  }
  .gen-logo { margin-right: auto; justify-self: unset; }
  .gen-nav > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    flex-direction: column;
    background: linear-gradient(90deg, #6799cc, #4e7eb0);
    border-radius: 0 0 8px 8px;
    box-shadow: 0 12px 32px rgba(0,0,0,.2);
    z-index: 9999;
    padding: 8px 0;
    overflow: hidden;
  }
  .gen-nav > ul.open { display: flex; }
  /* Remove nav bottom radius when dropdown is open so they flow together */
  .gen-nav.mobile-open { border-radius: 8px 8px 0 0; }
  .gen-nav > ul > li > a { height: auto; padding: 14px 20px; }
  /* Reset desktop last-child rounding — not needed on mobile */
  .gen-nav > ul > li:last-child { border-radius: 0; overflow: visible; }
  .gen-nav > ul > li:last-child > a { border-radius: 0; }
  .gen-nav > ul > li > ul {
    display: block;
    position: static;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    background: rgba(0,0,0,.15);
    min-width: 0;
  }
  /* No rounding on submenu items in mobile */
  .gen-nav > ul > li > ul > li:last-child { border-radius: 0; overflow: visible; }
  .gen-nav > ul > li > ul > li:last-child > a { border-radius: 0; }
  .gen-nav > ul > li > ul > li > a { padding: 10px 32px; }
  /* Hamburger animates to X when open */
  
  .gen-nav.mobile-open .gen-hamburger span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .gen-nav.mobile-open .gen-hamburger span:nth-child(2) { opacity: 0; }
  .gen-nav.mobile-open .gen-hamburger span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); } 
}
