/* WO29331_BATCH043_PUBLIC_RESCUE_CACHE_BUST_START */
body.dm-sitewide-codex .dm-footer-grid-rescue .dm-footer-links,
body.dm-sitewide-codex .dm-footer-top-rescue .dm-footer-links {
  display: grid !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.dm-sitewide-codex .dm-footer-grid-rescue .dm-footer-links li,
body.dm-sitewide-codex .dm-footer-top-rescue .dm-footer-links li {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.dm-sitewide-codex .dm-footer-grid-rescue ul.dm-footer-links > li > a,
body.dm-sitewide-codex .dm-footer-top-rescue ul.dm-footer-links > li > a,
body.dm-sitewide-codex.dm-area-sanctum .dm-footer-grid-rescue ul.dm-footer-links > li > a,
body.dm-sitewide-codex.dm-area-sanctum .dm-footer-top-rescue ul.dm-footer-links > li > a {
  display: inline !important;
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: rgba(226, 239, 244, .88) !important;
  font-size: .9rem !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.35 !important;
  text-align: left !important;
  text-decoration: underline !important;
  text-transform: none !important;
  text-underline-offset: .22em !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

body.dm-sitewide-codex .dm-footer-grid-rescue ul.dm-footer-links > li > a:hover,
body.dm-sitewide-codex .dm-footer-grid-rescue ul.dm-footer-links > li > a:focus-visible,
body.dm-sitewide-codex .dm-footer-top-rescue ul.dm-footer-links > li > a:hover,
body.dm-sitewide-codex .dm-footer-top-rescue ul.dm-footer-links > li > a:focus-visible {
  border: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #fff4dc !important;
}

body.dm-area-sanctum .dm-sanctum-rescue-routes a {
  display: grid !important;
  min-height: 118px !important;
  align-content: end !important;
  gap: 6px !important;
  padding: 18px !important;
  border: 1px solid rgba(226, 194, 111, .2) !important;
  border-radius: 8px !important;
  background: #111920 !important;
  background-image: linear-gradient(180deg, rgba(143, 233, 228, .08), rgba(5, 9, 13, .06)) !important;
  box-shadow: none !important;
  color: #fff4df !important;
  text-align: left !important;
  text-decoration: none !important;
}

body.dm-area-sanctum .dm-sanctum-rescue-routes span {
  color: #f2cd77 !important;
}

body.dm-area-sanctum .dm-sanctum-rescue-routes strong {
  color: #fff4df !important;
}

@media (max-width: 760px) {
  body.dm-sitewide-codex .dm-footer-grid-rescue,
  body.dm-sitewide-codex .dm-footer-top-rescue .dm-footer-grid-rescue {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  body.dm-sitewide-codex .dm-footer-grid-rescue > div:first-child {
    grid-column: auto !important;
  }

  body.dm-sitewide-codex .dm-footer-grid-rescue .dm-footer-links,
  body.dm-sitewide-codex .dm-footer-top-rescue .dm-footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px 18px !important;
  }

  body.dm-sitewide-codex .dm-footer-grid-rescue ul.dm-footer-links > li > a,
  body.dm-sitewide-codex .dm-footer-top-rescue ul.dm-footer-links > li > a {
    font-size: .9rem !important;
    line-height: 1.32 !important;
  }

  body.dm-area-sanctum .dm-sanctum-rescue-routes a {
    min-height: 94px !important;
    padding: 14px !important;
  }
}
/* WO29331_BATCH043_PUBLIC_RESCUE_CACHE_BUST_END */
