:root {
  --astrot-nav-deep: #2f3c35;
  --astrot-nav-mid: #43534a;
  --astrot-nav-soft: #5d7065;
  --astrot-nav-light: #f6f0e4;
  --astrot-top-surface: #efe6d6;
  --astrot-top-surface-strong: #fffaf1;
  --astrot-nav-surface: #fffaf4;
  --astrot-nav-border: rgba(162, 112, 73, 0.24);
  --astrot-nav-text: rgba(248, 251, 253, 0.96);
  --astrot-nav-text-strong: #ffffff;
  --astrot-nav-text-dark: #2f3b31;
  --astrot-nav-muted: #7f7161;
  --astrot-nav-gold: #b9784d;
  --astrot-nav-gold-strong: #995b32;
  --astrot-nav-gold-soft: rgba(185, 120, 77, 0.16);
  --astrot-nav-danger: #b4473a;
  --astrot-nav-shadow: 0 22px 50px rgba(7, 22, 35, 0.2);
  --astrot-nav-shadow-soft: 0 14px 34px rgba(7, 22, 35, 0.12);
}

.astrot-header-shell {
  position: relative;
  z-index: 40;
}

.astrot-navbar-wrap {
  position: relative;
}

.astrot-navbar {
  background:
    radial-gradient(circle at top left, rgba(208, 139, 88, 0.12), transparent 28%),
    linear-gradient(135deg, var(--astrot-nav-deep) 0%, var(--astrot-nav-mid) 58%, var(--astrot-nav-soft) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--astrot-nav-shadow);
  overflow: visible;
}

.astrot-navbar::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.18) 28%, rgba(214,164,73,.45) 52%, rgba(255,255,255,.18) 76%, rgba(255,255,255,0) 100%);
  pointer-events: none;
}

.astrot-navbar::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(214,164,73,.14) 24%, rgba(255,255,255,.14) 50%, rgba(214,164,73,.14) 76%, rgba(255,255,255,0) 100%);
  pointer-events: none;
}

.astrot-navbar .rd-navbar-top-panel {
  border-bottom: 1px solid rgba(110, 91, 54, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98) 0%, rgba(243, 238, 228, 0.98) 100%);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.45);
}

.astrot-navbar .rd-navbar-top-panel__content {
  gap: 18px;
}

.astrot-navbar .rd-navbar-top-panel__right,
.astrot-navbar .rd-navbar-top-panel__right > ul,
.astrot-navbar .rd-navbar-top-panel__right > ul > li {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}

.astrot-navbar .rd-navbar-top-panel.rd-navbar-search-wrap .rd-navbar-top-panel__main,
.astrot-navbar .rd-navbar-top-panel.rd-navbar-search-wrap .rd-navbar-top-panel__content,
.astrot-lang-dropdown {
  overflow: visible !important;
}

.astrot-lang-dropdown {
  z-index: 1205;
}

.astrot-lang-menu {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  z-index: 1210;
}

.astrot-top-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0;
}

.astrot-top-brand__logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding-left: 0;
}

.astrot-top-brand__logo-link img {
  display: block;
  max-width: 100%;
  height: auto;
}

.astrot-top-brand__copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.astrot-top-brand__eyebrow {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9c643d;
  line-height: 1;
}

.astrot-top-brand__title {
  color: #2c392f;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 800;
}

.astrot-top-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.astrot-top-meta__item {
  list-style: none;
}

.astrot-top-meta__item p,
.astrot-top-meta__item a,
.astrot-top-meta__item span {
  margin: 0;
  color: #445347;
  font-size: 12px;
  line-height: 1.45;
  text-decoration: none;
}

.astrot-top-meta__item p {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.92);
  border: 1px solid rgba(24, 50, 70, 0.1);
  box-shadow: 0 6px 14px rgba(16, 39, 55, 0.05);
}

.astrot-top-meta__item .icon {
  color: #8a5a3d;
  font-size: 13px;
}

.astrot-top-meta__item--lang {
  display: inline-flex;
  align-items: center;
  order: 10;
  margin-left: auto;
}

.astrot-lang-dropdown {
  position: relative;
}

.astrot-lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 9px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(214, 164, 73, 0.22) 0%, rgba(255, 253, 248, 0.95) 100%);
  border: 1px solid rgba(183, 131, 38, 0.28);
  color: #334236;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 6px 14px rgba(16, 39, 55, 0.05);
}

.astrot-lang-toggle__text {
  color: inherit;
  white-space: nowrap;
}

.astrot-lang-toggle:hover,
.astrot-lang-toggle:focus {
  color: #253126;
  background: linear-gradient(135deg, rgba(214, 164, 73, 0.28) 0%, #fffdf8 100%);
  border-color: rgba(183, 131, 38, 0.4);
}

.astrot-lang-flag {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  object-fit: cover;
  flex: 0 0 16px;
  box-shadow: 0 0 0 1px rgba(24, 50, 70, 0.12);
}

.astrot-lang-menu {
  min-width: 190px;
  margin-top: 2px;
  padding: 8px;
  border: 1px solid rgba(24, 50, 70, 0.12);
  border-radius: 18px;
  background: #fffdf8;
  box-shadow: 0 18px 40px rgba(7, 22, 35, 0.16);
}

.astrot-lang-dropdown.show > .astrot-lang-menu,
.astrot-lang-dropdown.open > .astrot-lang-menu,
.astrot-lang-menu.show {
  display: block !important;
}

.astrot-lang-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 9px 12px;
  border-radius: 12px;
  color: #314136;
  font-size: 14px;
  font-weight: 700;
}

.astrot-lang-menu .dropdown-item:hover,
.astrot-lang-menu .dropdown-item:focus {
  background: rgba(214, 164, 73, 0.14);
  color: #253126;
}

.astrot-lang-menu .dropdown-item.active,
.astrot-lang-menu .dropdown-item:active {
  background: linear-gradient(135deg, rgba(214, 164, 73, 0.22) 0%, rgba(17, 41, 58, 0.08) 100%);
  color: #314136;
}

.astrot-top-meta__item a:hover,
.astrot-top-meta__item a:focus {
  color: #0d2232;
  text-decoration: none;
}

.astrot-navbar .rd-navbar-inner {
  padding-top: 18px;
  padding-bottom: 18px;
}

.astrot-navbar-brand__link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.astrot-navbar-brand__mark {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid rgba(15, 61, 86, 0.14);
  box-shadow: 0 12px 28px rgba(15, 61, 86, 0.12);
  position: relative;
  overflow: hidden;
}

.astrot-navbar-brand__mark::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,.2) 0%, rgba(255,255,255,0) 68%);
  pointer-events: none;
}

.astrot-navbar-brand__mark img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

.astrot-navbar-brand__copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.astrot-navbar-brand__eyebrow {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 224, 172, 0.88);
  line-height: 1;
}

.astrot-navbar-brand__title {
  font-size: 18px;
  line-height: 1.15;
  font-weight: 800;
  color: #fff;
}

.astrot-nav-wrap {
  flex: 1 1 auto;
  min-width: 0;
}

.astrot-nav-list {
  gap: 8px 6px;
}

@media (min-width: 1200px) {
  .astrot-navbar.rd-navbar-static .astrot-nav-list {
    display: flex;
    align-items: center;
    width: 100%;
  }
}

.astrot-nav-user {
  margin-left: auto;
}

.astrot-nav-user__toggle {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  gap: 3px;
  min-height: 48px;
  padding-right: 16px;
  padding-left: 16px;
  justify-content: center;
}

.astrot-nav-user__eyebrow {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 230, 189, 0.88);
  line-height: 1;
  white-space: nowrap;
}

.astrot-nav-user__name {
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  text-transform: none;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.astrot-navbar .rd-navbar-nav > li {
  margin-top: 8px;
  padding: 0;
}

.astrot-navbar .rd-navbar-nav > li > a,
.astrot-navbar .opcion-menu,
.astrot-navbar .rd-navbar-fixed .rd-navbar-nav > li > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-shadow: 0 1px 1px rgba(4, 12, 20, 0.18);
  text-transform: uppercase;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.astrot-navbar .opcion-menu {
  gap: 6px;
}

.astrot-navbar .opcion-menu .astrot-nav-icon {
  color: #e4b36b;
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
}

.astrot-navbar .rd-navbar-static .rd-navbar-nav > li > a:hover,
.astrot-navbar .rd-navbar-static .rd-navbar-nav > li.focus > a,
.astrot-navbar .rd-navbar-static .rd-navbar-nav > li.opened > a {
  color: #ffffff !important;
  background: linear-gradient(135deg, rgba(214, 164, 73, 0.28) 0%, rgba(255, 255, 255, 0.18) 100%);
  border-color: rgba(255, 224, 172, 0.44);
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(8, 20, 30, 0.18);
}

.astrot-navbar .rd-navbar-nav > li:hover > a,
.astrot-navbar .rd-navbar-nav > li.focus > a,
.astrot-navbar .rd-navbar-nav > li.opened > a,
.astrot-navbar .rd-navbar-nav > li:hover > a:focus,
.astrot-navbar .rd-navbar-nav > li.focus > a:focus,
.astrot-navbar .rd-navbar-nav > li.opened > a:focus {
  color: #ffffff !important;
  background: linear-gradient(135deg, rgba(214, 164, 73, 0.28) 0%, rgba(255, 255, 255, 0.18) 100%) !important;
  border-color: rgba(255, 224, 172, 0.44) !important;
  text-shadow: 0 1px 1px rgba(4, 12, 20, 0.18);
}

.astrot-navbar .rd-navbar-static .rd-navbar-nav > li.active > a {
  color: #fff !important;
  background: linear-gradient(135deg, rgba(214, 164, 73, 0.34) 0%, rgba(255, 255, 255, 0.18) 100%);
  border-color: rgba(255, 224, 172, 0.44);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 16px 28px rgba(5, 15, 24, 0.18);
}

.astrot-navbar .rd-navbar-nav > li.active > a,
.astrot-navbar .rd-navbar-nav > li.active > a:focus,
.astrot-navbar .rd-navbar-nav > li.active > a:active {
  color: #fff !important;
  background: linear-gradient(135deg, rgba(214, 164, 73, 0.34) 0%, rgba(255, 255, 255, 0.18) 100%) !important;
  border-color: rgba(255, 224, 172, 0.44) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 16px 28px rgba(5, 15, 24, 0.18);
}

.astrot-navbar .rd-navbar-static .rd-navbar-nav > li.active > a:hover,
.astrot-navbar .rd-navbar-static .rd-navbar-nav > li.active.focus > a,
.astrot-navbar .rd-navbar-static .rd-navbar-nav > li.active.opened > a {
  color: #fff !important;
}

.astrot-navbar .rd-navbar-nav > li.active > a:hover,
.astrot-navbar .rd-navbar-nav > li.active.focus > a,
.astrot-navbar .rd-navbar-nav > li.active.opened > a {
  color: #fff !important;
}

.astrot-navbar .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle {
  color: rgba(255, 245, 220, 0.94);
  width: 24px;
}

.astrot-navbar .rd-navbar-static .rd-navbar-nav > li.active > .rd-navbar-submenu-toggle::after,
.astrot-navbar .rd-navbar-static .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle::after,
.astrot-navbar .rd-navbar-static .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle::after,
.astrot-navbar .rd-navbar-static .rd-navbar-nav > li > a:hover + .rd-navbar-submenu-toggle::after {
  color: #ffe2aa;
}

.astrot-navbar .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown,
.astrot-navbar .rd-navbar-static .rd-navbar-nav > li .rd-navbar-megamenu,
.astrot-navbar .rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-dropdown {
  margin-top: 4px;
  padding: 12px;
  border-radius: 24px;
  border: 1px solid rgba(24, 50, 70, 0.1);
  background: #fffdf8;
  box-shadow: 0 28px 60px rgba(7, 22, 35, 0.22);
  backdrop-filter: blur(14px);
}

.astrot-navbar .rd-navbar-static .rd-navbar-nav > li.focus > .rd-navbar-dropdown,
.astrot-navbar .rd-navbar-static .rd-navbar-nav > li.opened > .rd-navbar-dropdown,
.astrot-navbar .rd-navbar-static .rd-navbar-nav > li:hover > .rd-navbar-dropdown,
.astrot-navbar .rd-navbar-static .rd-navbar-nav > li.focus > .rd-navbar-megamenu,
.astrot-navbar .rd-navbar-static .rd-navbar-nav > li.opened > .rd-navbar-megamenu,
.astrot-navbar .rd-navbar-static .rd-navbar-nav > li:hover > .rd-navbar-megamenu {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate3d(0, 0, 0) !important;
  background: #fffdf8 !important;
  box-shadow: 0 28px 60px rgba(7, 22, 35, 0.22) !important;
}

.astrot-navbar .rd-navbar-dropdown > li + li,
.astrot-navbar .rd-megamenu-list > li + li {
  margin-top: 4px;
}

.astrot-navbar .rd-navbar-dropdown > li > a,
.astrot-navbar .rd-megamenu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 700;
  color: #102d42;
  transition: background-color .18s ease, color .18s ease, transform .18s ease;
}

.astrot-navbar .rd-navbar-dropdown > li > a:hover,
.astrot-navbar .rd-navbar-dropdown > li.focus > a,
.astrot-navbar .rd-navbar-fullwidth .rd-navbar-dropdown > li > a:hover {
  color: #0d2638;
  background: linear-gradient(135deg, rgba(214, 164, 73, 0.24) 0%, rgba(17, 41, 58, 0.09) 100%);
  transform: translateX(2px);
}

.astrot-menu-icon {
  width: 17px;
  color: #0f5d66;
  font-size: 15px;
  line-height: 1;
  text-align: center;
}

.astrot-navbar .rd-navbar-dropdown > li:hover > a,
.astrot-navbar .rd-navbar-dropdown > li.opened > a,
.astrot-navbar .rd-megamenu-list > li:hover > a,
.astrot-navbar .rd-megamenu-list > li.opened > a {
  color: #0d2638;
  background: linear-gradient(135deg, rgba(214, 164, 73, 0.24) 0%, rgba(17, 41, 58, 0.09) 100%);
}

.astrot-navbar .rd-navbar-dropdown > li > a:hover ~ .rd-navbar-submenu-toggle,
.astrot-navbar .rd-navbar-dropdown > li.focus > .rd-navbar-submenu-toggle,
.astrot-navbar .rd-navbar-dropdown > li.opened > .rd-navbar-submenu-toggle {
  color: #9b6c1f;
}

.astrot-navbar .rd-navbar-dropdown > li > a[href="#"] {
  color: #102d42;
}

.astrot-navbar .astrot-libro-dropdown > li > a {
  justify-content: flex-start;
  text-align: left;
  color: #102d42;
}

.astrot-navbar .astrot-libro-dropdown > li > a > span:last-child {
  color: inherit;
  text-align: left;
}

.astrot-navbar .astrot-libro-dropdown .astrot-menu-icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #9b6711;
}

.astrot-menu-session-label {
  display: block;
  padding: 12px 14px 10px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(17, 41, 58, 0.1) 0%, rgba(214, 164, 73, 0.18) 100%);
  border: 1px solid rgba(214, 164, 73, 0.24);
  color: #143146;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.45;
}

.astrot-navbar .rd-navbar-dropdown > li > a[href*="logout"] {
  color: #aa2f27;
}

.astrot-navbar .rd-navbar-dropdown > li > a[href*="logout"]:hover {
  background: rgba(194, 65, 55, 0.14);
  color: #8f211b;
}

.astrot-navbar .navbar-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(194, 65, 55, 0.12);
  border: 1px solid rgba(194, 65, 55, 0.16);
}

.astrot-navbar .rd-navbar-fixed .rd-navbar-panel {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(135deg, rgba(17, 41, 58, 0.98) 0%, rgba(26, 58, 81, 0.97) 100%);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 40px rgba(7, 22, 35, 0.24);
}

.astrot-navbar .rd-navbar-fixed .rd-navbar-brand {
  left: 70px;
  height: 56px;
}

.astrot-navbar .rd-navbar-fixed .astrot-navbar-brand__link {
  gap: 10px;
}

.astrot-navbar .rd-navbar-fixed .astrot-navbar-brand__mark {
  width: 38px;
  height: 38px;
  border-radius: 12px;
}

.astrot-navbar .rd-navbar-fixed .astrot-navbar-brand__mark img {
  width: 32px;
  height: 32px;
}

.astrot-navbar .rd-navbar-fixed .astrot-navbar-brand__copy {
  gap: 1px;
}

.astrot-navbar .rd-navbar-fixed .astrot-navbar-brand__eyebrow {
  font-size: 9px;
}

.astrot-navbar .rd-navbar-fixed .astrot-navbar-brand__title {
  font-size: 13px;
}

.astrot-navbar .rd-navbar-toggle span,
.astrot-navbar .rd-navbar-toggle span::before,
.astrot-navbar .rd-navbar-toggle span::after {
  background-color: #fff;
}

.astrot-navbar .rd-navbar-top-panel__toggle span,
.astrot-navbar .rd-navbar-top-panel__toggle span::before,
.astrot-navbar .rd-navbar-top-panel__toggle span::after {
  background: #fff;
}

.astrot-navbar .rd-navbar-fixed .rd-navbar-nav-wrap {
  width: min(340px, calc(100vw - 20px));
  padding-top: 96px;
  background:
    radial-gradient(circle at top left, rgba(214, 164, 73, 0.12), transparent 26%),
    linear-gradient(180deg, #fffdf8 0%, #f7f2e7 100%);
  border-right: 1px solid rgba(24, 50, 70, 0.08);
  box-shadow: 0 24px 54px rgba(7, 22, 35, 0.18);
}

.astrot-navbar .rd-navbar-fixed .rd-navbar-nav {
  margin: 12px 0 18px;
}

.astrot-navbar .rd-navbar-fixed .rd-navbar-nav li {
  opacity: 1;
  transform: none;
}

.astrot-navbar .rd-navbar-fixed .rd-navbar-nav li > a {
  margin: 0 10px;
  padding: 12px 52px 12px 16px;
  border-radius: 14px;
  color: var(--astrot-nav-text-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.astrot-navbar .rd-navbar-fixed .rd-navbar-nav li:hover > a,
.astrot-navbar .rd-navbar-fixed .rd-navbar-nav li.focus > a,
.astrot-navbar .rd-navbar-fixed .rd-navbar-nav li.active > a,
.astrot-navbar .rd-navbar-fixed .rd-navbar-nav li.opened > a {
  color: #fff;
  background: linear-gradient(135deg, #183246 0%, #26506c 100%);
}

.astrot-navbar .rd-navbar-fixed .rd-navbar-submenu-toggle {
  color: var(--astrot-nav-text-dark);
}

.astrot-navbar .rd-navbar-fixed .rd-navbar-nav li:hover > .rd-navbar-submenu-toggle,
.astrot-navbar .rd-navbar-fixed .rd-navbar-nav li.focus > .rd-navbar-submenu-toggle,
.astrot-navbar .rd-navbar-fixed .rd-navbar-nav li.active > .rd-navbar-submenu-toggle,
.astrot-navbar .rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle {
  color: #fff;
}

.astrot-navbar .rd-navbar-fixed .rd-navbar-dropdown,
.astrot-navbar .rd-navbar-fixed .rd-navbar-megamenu {
  background: transparent;
}

.astrot-navbar .rd-navbar-fixed .rd-navbar-dropdown > li > a,
.astrot-navbar .rd-navbar-fixed .rd-megamenu-list > li > a {
  margin: 0 10px;
  border-radius: 12px;
  color: #415666;
}

.astrot-navbar .rd-navbar-fixed .rd-navbar-dropdown:hover > a,
.astrot-navbar .rd-navbar-fixed .rd-navbar-dropdown.focus > a,
.astrot-navbar .rd-navbar-fixed .rd-navbar-dropdown.active > a,
.astrot-navbar .rd-navbar-fixed .rd-navbar-dropdown.opened > a {
  background: rgba(24, 50, 70, 0.08);
  color: #102d42;
}

.astrot-navbar .rd-navbar-fixed .rd-navbar-top-panel__content {
  width: min(340px, calc(100vw - 20px));
  padding: 18px;
  border: 1px solid rgba(24, 50, 70, 0.08);
  border-top: 0;
  border-radius: 0 0 22px 22px;
  background: rgba(255, 253, 249, 1);
  box-shadow: 0 20px 42px rgba(7, 22, 35, 0.16);
}

.astrot-navbar .rd-navbar-fixed .rd-navbar-top-panel .icon,
.astrot-navbar .rd-navbar-fixed .rd-navbar-top-panel a,
.astrot-navbar .rd-navbar-fixed .rd-navbar-top-panel span,
.astrot-navbar .rd-navbar-fixed .rd-navbar-top-panel p {
  color: #123146;
}

.astrot-navbar .rd-navbar-fixed .astrot-top-meta__item p,
.astrot-navbar .rd-navbar-fixed .astrot-top-meta__item--lang,
.astrot-navbar .rd-navbar-fixed .astrot-top-brand__logo-link {
  background: rgba(24, 50, 70, 0.05);
  border-color: rgba(24, 50, 70, 0.08);
}

.astrot-navbar .rd-navbar-fixed .astrot-top-brand__eyebrow {
  color: var(--astrot-nav-gold-strong);
}

.astrot-navbar .rd-navbar-fixed .astrot-top-brand__title {
  color: var(--astrot-nav-text-dark);
}

.astrot-navbar .rd-navbar-fixed .rd-navbar-top-panel__toggle {
  color: #fff;
}

@media (max-width: 1199px) {
  .astrot-navbar .rd-navbar-inner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .astrot-top-brand__copy,
  .astrot-navbar-brand__copy {
    min-width: 0;
  }
}

@media (max-width: 991px) {
  .astrot-top-brand {
    align-items: flex-start;
  }

  .astrot-top-meta {
    justify-content: flex-start;
  }

  .astrot-top-meta__item--lang {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .astrot-top-brand__copy {
    display: none;
  }

  .astrot-navbar .rd-navbar-fixed .rd-navbar-brand {
    left: 60px;
  }
}
.astrot-nav-list .astrot-nav-admin {
  margin-left: auto;
}

.astrot-nav-admin__button {
  width: 46px;
  height: 46px;
  min-height: 46px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  border-radius: 50% !important;
  border: 1px solid rgba(255, 250, 241, .36) !important;
  background: rgba(255, 255, 255, .08) !important;
  color: #fffaf1 !important;
}

.astrot-nav-admin__button:hover,
.astrot-nav-admin__button:focus {
  border-color: rgba(255, 250, 241, .62) !important;
  background: rgba(255, 255, 255, .14) !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

.astrot-nav-admin__button .fa {
  margin: 0 !important;
  color: inherit !important;
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 991px) {
  .astrot-nav-list .astrot-nav-admin {
    margin-left: 0;
  }
}
