html.po-dual-nav-live #po-age-nav {
  display: none !important;
}

#po-choice-nav {
  position: relative;
  z-index: 100;
  width: 100%;
  margin: 0;
  padding: 15px 20px 17px;
  color: #6b594b;
  background: #fffdfb;
  border-top: 1px solid rgba(107, 89, 75, .08);
  border-bottom: 1px solid rgba(107, 89, 75, .10);
  font-family: Arial, sans-serif !important;
}

#po-choice-nav,
#po-choice-nav * {
  box-sizing: border-box;
}

#po-choice-nav .po-choice-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

#po-choice-nav .po-choice-trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 0;
  min-height: 76px;
  margin: 0;
  padding: 13px 28px;
  overflow: hidden;
  border: 1px solid rgba(107, 89, 75, .17);
  border-radius: 20px;
  color: #6b594b;
  box-shadow: 0 5px 18px rgba(107, 89, 75, .07);
  cursor: pointer;
  font: inherit;
  text-align: center;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

#po-choice-nav .po-choice-trigger::before {
  content: '';
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 15px;
  pointer-events: none;
}

#po-choice-nav .po-choice-trigger-age {
  background: linear-gradient(135deg, #eadfd2 0%, #f8f3ed 58%, #fcfaf7 100%);
}

#po-choice-nav .po-choice-trigger-world {
  background: linear-gradient(135deg, #e2c8b4 0%, #f4e8dc 58%, #fcf8f4 100%);
}

#po-choice-nav .po-choice-trigger:hover,
#po-choice-nav .po-choice-trigger:focus-visible,
#po-choice-nav .po-choice-trigger.is-active {
  color: #4f4036;
  border-color: rgba(107, 89, 75, .28);
  box-shadow: 0 8px 22px rgba(107, 89, 75, .11);
  transform: translateY(-1px);
}

#po-choice-nav .po-choice-trigger-age:hover,
#po-choice-nav .po-choice-trigger-age:focus-visible,
#po-choice-nav .po-choice-trigger-age.is-active {
  background: linear-gradient(135deg, #e3d4c3 0%, #f5ede4 58%, #fcfaf7 100%);
}

#po-choice-nav .po-choice-trigger-world:hover,
#po-choice-nav .po-choice-trigger-world:focus-visible,
#po-choice-nav .po-choice-trigger-world.is-active {
  background: linear-gradient(135deg, #d9bba3 0%, #f0dfd0 58%, #fcf8f4 100%);
}

#po-choice-nav .po-choice-trigger:focus-visible {
  outline: 2px solid rgba(189, 167, 155, .65);
  outline-offset: 2px;
}

#po-choice-nav .po-choice-copy {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

#po-choice-nav .po-choice-kicker {
  color: #8a776a;
  font-size: 9.5px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .14em;
  text-transform: uppercase;
}

#po-choice-nav .po-choice-title {
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: .01em;
}

#po-choice-nav .po-choice-title-short {
  display: none;
}

#po-choice-nav .po-choice-chevron {
  position: relative;
  z-index: 1;
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform .2s ease;
}

#po-choice-nav .po-choice-trigger[aria-expanded='true'] .po-choice-chevron {
  transform: translateY(2px) rotate(225deg);
}

#po-choice-nav .po-choice-panel {
  width: 100%;
  max-width: 1180px;
  margin: 11px auto 0;
  padding: 10px;
  overflow: hidden;
  background: #f8f1e9;
  border: 1px solid rgba(107, 89, 75, .14);
  border-radius: 20px;
  box-shadow: 0 7px 22px rgba(107, 89, 75, .07);
}

#po-choice-nav .po-choice-panel[hidden] {
  display: none !important;
}

#po-choice-nav .po-choice-links {
  display: grid;
  gap: 8px;
  width: 100%;
  margin: 0;
}

#po-choice-nav .po-choice-age-links {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

#po-choice-nav .po-choice-world-links {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#po-choice-nav .po-choice-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 46px;
  padding: 10px 13px;
  color: #6b594b !important;
  background: rgba(255, 253, 251, .92);
  border: 1px solid rgba(107, 89, 75, .11);
  border-radius: 13px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  transition: transform .18s ease, border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

#po-choice-nav .po-choice-age-links a:nth-child(odd),
#po-choice-nav .po-choice-world-links a:nth-child(4n + 1) {
  background: #f1e5d8;
}

#po-choice-nav .po-choice-age-links a:nth-child(even),
#po-choice-nav .po-choice-world-links a:nth-child(4n + 2) {
  background: #ead8c7;
}

#po-choice-nav .po-choice-world-links a:nth-child(4n + 3) {
  background: #f5eadf;
}

#po-choice-nav .po-choice-world-links a:nth-child(4n + 4) {
  background: #e5cdb9;
}

#po-choice-nav .po-choice-links a:hover,
#po-choice-nav .po-choice-links a:focus-visible,
#po-choice-nav .po-choice-links a.is-active {
  color: #4f4036 !important;
  background: #fffdfb;
  border-color: rgba(107, 89, 75, .25);
  box-shadow: 0 4px 12px rgba(107, 89, 75, .08);
  transform: translateY(-1px);
}

#po-choice-nav .po-choice-links a:focus-visible {
  outline: 2px solid rgba(189, 167, 155, .55);
  outline-offset: 1px;
}

#po-choice-nav .po-choice-links a.is-active {
  box-shadow: inset 0 -2px 0 #bda79b, 0 4px 12px rgba(107, 89, 75, .08);
}

@media (max-width: 768px) {
  html.po-dual-nav-live .header,
  html.po-dual-nav-live .site-header,
  html.po-dual-nav-live #header,
  html.po-dual-nav-live .shp-header {
    position: relative;
    z-index: 1000;
  }

  #po-choice-nav {
    z-index: 1;
    padding: 10px 11px 12px;
  }

  #po-choice-nav .po-choice-tabs {
    gap: 8px;
  }

  #po-choice-nav .po-choice-trigger {
    min-height: 66px;
    gap: 8px;
    padding: 9px 8px;
    border-radius: 16px;
  }

  #po-choice-nav .po-choice-trigger::before {
    inset: 4px;
    border-radius: 12px;
  }

  #po-choice-nav .po-choice-copy {
    gap: 4px;
  }

  #po-choice-nav .po-choice-kicker {
    display: block;
    font-size: 7.5px;
    letter-spacing: .09em;
    white-space: nowrap;
  }

  #po-choice-nav .po-choice-title-long {
    display: block;
    font-family: Georgia, 'Times New Roman', serif !important;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    white-space: nowrap;
  }

  #po-choice-nav .po-choice-title-short {
    display: none;
  }

  #po-choice-nav .po-choice-chevron {
    width: 7px;
    height: 7px;
  }

  #po-choice-nav .po-choice-panel {
    margin-top: 8px;
    padding: 8px;
    border-radius: 16px;
  }

  #po-choice-nav .po-choice-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  #po-choice-nav .po-choice-links a {
    min-height: 43px;
    padding: 8px 7px;
    border-radius: 11px;
    font-size: 12.5px;
  }
}

@media (max-width: 370px) {
  #po-choice-nav .po-choice-trigger {
    gap: 7px;
    padding-right: 8px;
    padding-left: 8px;
  }

  #po-choice-nav .po-choice-title-long {
    font-size: 14px;
  }

  #po-choice-nav .po-choice-kicker {
    font-size: 6.8px;
    letter-spacing: .07em;
  }
}
