/* Qesora public footer · direct destinations, no nested sitemap. */
.qesora-site-footer.qesora-public-footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, .12);
  background: #101116;
  color: #f1f1ee;
  isolation: isolate;
}

.qesora-site-footer.qesora-public-footer::before {
  display: none;
}

.qesora-public-footer .qesora-footer-field {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  opacity: .42;
  pointer-events: none;
  -webkit-mask-image:
    linear-gradient(90deg, #000 0, rgba(0, 0, 0, .65) 20%, transparent 52%, rgba(0, 0, 0, .32) 76%, #000 100%),
    linear-gradient(180deg, #000 0, rgba(0, 0, 0, .82) 18%, rgba(0, 0, 0, .28) 50%, #000 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, #000 0, rgba(0, 0, 0, .65) 20%, transparent 52%, rgba(0, 0, 0, .32) 76%, #000 100%),
    linear-gradient(180deg, #000 0, rgba(0, 0, 0, .82) 18%, rgba(0, 0, 0, .28) 50%, #000 100%);
  mask-composite: intersect;
}

.qesora-public-footer .qesora-footer-field canvas,
.qesora-public-footer .qesora-footer-wordmark canvas {
  width: 100%;
  height: 100%;
}

.qesora-public-footer .qesora-footer-shell {
  position: relative;
  z-index: 1;
  width: min(100% - clamp(40px, 8vw, 128px), 1240px);
  margin-inline: auto;
  padding: 0;
}

.qesora-public-footer .qesora-footer-nav-row {
  padding: clamp(58px, 6.5vw, 88px) 0 clamp(44px, 5vw, 68px);
  border: 0;
}

.qesora-public-footer .qesora-footer-nav.qesora-footer-destinations {
  width: min(100%, 980px);
  margin-inline: auto;
  padding: 1px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 0;
  background: rgba(255, 255, 255, .15);
}

.qesora-public-footer .qesora-footer-destination {
  position: relative;
  min-width: 0;
  min-height: 92px;
  padding: 20px 22px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  background: rgba(16, 17, 22, .94);
  color: #f1f1ee;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms cubic-bezier(.22, 1, .36, 1);
}

.qesora-public-footer .qesora-footer-destination small {
  color: rgba(143, 163, 255, .72);
  font: 500 8px/1 "Geist Mono", ui-monospace, monospace;
  letter-spacing: .12em;
}

.qesora-public-footer .qesora-footer-destination strong {
  margin: 0;
  color: inherit;
  font: 300 clamp(19px, 1.9vw, 25px)/1 "Fraunces", Georgia, serif;
  letter-spacing: -.02em;
  text-transform: none;
}

.qesora-public-footer .qesora-footer-destination i {
  color: #8fa3ff;
  font: 500 13px/1 "Geist Mono", ui-monospace, monospace;
  font-style: normal;
  transition: transform 180ms cubic-bezier(.22, 1, .36, 1), color 180ms ease;
}

.qesora-public-footer .qesora-footer-destination:hover,
.qesora-public-footer .qesora-footer-destination:focus-visible,
.qesora-public-footer .qesora-footer-destination[aria-current="page"] {
  background: #1e3fe0;
  color: #fff;
}

.qesora-public-footer .qesora-footer-destination:hover small,
.qesora-public-footer .qesora-footer-destination:focus-visible small,
.qesora-public-footer .qesora-footer-destination[aria-current="page"] small,
.qesora-public-footer .qesora-footer-destination:hover i,
.qesora-public-footer .qesora-footer-destination:focus-visible i,
.qesora-public-footer .qesora-footer-destination[aria-current="page"] i {
  color: #fff;
}

.qesora-public-footer .qesora-footer-destination:hover i,
.qesora-public-footer .qesora-footer-destination:focus-visible i {
  transform: translateX(4px);
}

.qesora-public-footer .qesora-footer-destination:active {
  transform: scale(.98);
}

.qesora-public-footer .qesora-footer-wordmark {
  position: relative;
  overflow: hidden;
  height: clamp(180px, 23vw, 288px);
  display: block;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: #1e3fe0;
  text-decoration: none;
}

.qesora-public-footer .qesora-footer-wordmark > span {
  position: absolute;
  inset: 14px 0 0;
  display: block;
  opacity: .96;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .52) 5%, #000 12% 88%, rgba(0, 0, 0, .52) 95%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 16% 82%, rgba(0, 0, 0, .34) 94%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .52) 5%, #000 12% 88%, rgba(0, 0, 0, .52) 95%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 16% 82%, rgba(0, 0, 0, .34) 94%, transparent 100%);
  mask-composite: intersect;
}

@media (max-width: 760px) {
  .qesora-public-footer .qesora-footer-shell {
    width: min(100% - 28px, 1240px);
  }

  .qesora-public-footer .qesora-footer-nav-row {
    padding: 42px 0 36px;
  }

  .qesora-public-footer .qesora-footer-nav.qesora-footer-destinations {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .qesora-public-footer .qesora-footer-destination {
    min-height: 78px;
    padding: 16px 14px;
    grid-template-columns: 22px minmax(0, 1fr) auto;
    gap: 8px;
  }

  .qesora-public-footer .qesora-footer-destination strong {
    font-size: 18px;
  }

  .qesora-public-footer .qesora-footer-wordmark {
    height: 148px;
  }
}

/* R374 final cascade · ordinary three-column footer navigation.
   This block intentionally follows the r355 compatibility layer. */
.qesora-public-footer .qesora-footer-nav.qesora-footer-destinations,
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-nav.qesora-footer-destinations {
  width: min(100%, 760px);
  margin-inline: auto;
  padding: 22px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-areas:
    "product pricing resources"
    "research privacy terms";
  column-gap: clamp(18px, 4vw, 58px);
  row-gap: 8px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, .18);
  border-radius: 0;
  overflow: visible;
  background: transparent;
}

.qesora-public-footer .qesora-footer-destination,
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination {
  width: auto;
  min-width: 0;
  min-height: 34px;
  padding: 6px 8px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  place-items: center;
  border: 0 !important;
  border-radius: 6px;
  background: transparent;
  text-align: center;
}

.qesora-public-footer .qesora-footer-destination:nth-child(1),
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:nth-child(1) { grid-area: product; }
.qesora-public-footer .qesora-footer-destination:nth-child(2),
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:nth-child(2) { grid-area: research; }
.qesora-public-footer .qesora-footer-destination:nth-child(3),
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:nth-child(3) { grid-area: pricing; }
.qesora-public-footer .qesora-footer-destination:nth-child(4),
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:nth-child(4) { grid-area: resources; }
.qesora-public-footer .qesora-footer-destination:nth-child(5),
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:nth-child(5) { grid-area: privacy; }
.qesora-public-footer .qesora-footer-destination:nth-child(6),
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:nth-child(6) { grid-area: terms; }

.qesora-public-footer .qesora-footer-destination:nth-child(1) strong,
.qesora-public-footer .qesora-footer-destination:nth-child(3) strong,
.qesora-public-footer .qesora-footer-destination:nth-child(4) strong,
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:nth-child(1) strong,
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:nth-child(3) strong,
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:nth-child(4) strong {
  margin: 0;
  color: #f6f6f3;
  font: 700 11px/1.2 "Geist Mono", ui-monospace, monospace;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.qesora-public-footer .qesora-footer-destination:nth-child(2) strong,
.qesora-public-footer .qesora-footer-destination:nth-child(5) strong,
.qesora-public-footer .qesora-footer-destination:nth-child(6) strong,
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:nth-child(2) strong,
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:nth-child(5) strong,
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:nth-child(6) strong {
  margin: 0;
  color: rgba(241, 241, 238, .68);
  font: 300 14px/1.25 "Fraunces", Georgia, serif;
  letter-spacing: 0;
  text-transform: none;
}

.qesora-public-footer .qesora-footer-destination:hover,
.qesora-public-footer .qesora-footer-destination:focus-visible,
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:hover,
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:focus-visible {
  background: rgba(30, 63, 224, .16);
  color: #fff;
}

@media (max-width: 760px) {
  .qesora-public-footer .qesora-footer-nav.qesora-footer-destinations,
  body.qesora-landing-chrome .qesora-public-footer .qesora-footer-nav.qesora-footer-destinations {
    padding-top: 18px;
    column-gap: 8px;
    row-gap: 5px;
  }

  .qesora-public-footer .qesora-footer-destination,
  body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination {
    min-height: 32px;
    padding: 5px 3px;
  }

  .qesora-public-footer .qesora-footer-destination:nth-child(1) strong,
  .qesora-public-footer .qesora-footer-destination:nth-child(3) strong,
  .qesora-public-footer .qesora-footer-destination:nth-child(4) strong,
  body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:nth-child(1) strong,
  body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:nth-child(3) strong,
  body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:nth-child(4) strong {
    font-size: 9.5px;
  }

  .qesora-public-footer .qesora-footer-destination:nth-child(2) strong,
  .qesora-public-footer .qesora-footer-destination:nth-child(5) strong,
  .qesora-public-footer .qesora-footer-destination:nth-child(6) strong,
  body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:nth-child(2) strong,
  body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:nth-child(5) strong,
  body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:nth-child(6) strong {
    font-size: 12.5px;
  }
}

/* R374 · three-column public destination footer.
   The six destinations read as three ordinary footer columns rather than a
   bordered 2x3 control grid: Product / Pricing / Resources are the anchors,
   with Research / Privacy / Terms directly beneath them. */
.qesora-public-footer .qesora-footer-nav.qesora-footer-destinations,
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-nav.qesora-footer-destinations {
  width: min(100%, 760px);
  padding: 22px 0 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-areas:
    "product pricing resources"
    "research privacy terms";
  column-gap: clamp(18px, 4vw, 58px);
  row-gap: 8px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, .18);
  border-radius: 0;
  overflow: visible;
  background: transparent;
}

.qesora-public-footer .qesora-footer-destination,
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination {
  min-height: 34px;
  padding: 6px 8px;
  border: 0 !important;
  border-radius: 6px;
  background: transparent;
}

.qesora-public-footer .qesora-footer-destination:nth-child(1),
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:nth-child(1) { grid-area: product; }
.qesora-public-footer .qesora-footer-destination:nth-child(2),
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:nth-child(2) { grid-area: research; }
.qesora-public-footer .qesora-footer-destination:nth-child(3),
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:nth-child(3) { grid-area: pricing; }
.qesora-public-footer .qesora-footer-destination:nth-child(4),
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:nth-child(4) { grid-area: resources; }
.qesora-public-footer .qesora-footer-destination:nth-child(5),
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:nth-child(5) { grid-area: privacy; }
.qesora-public-footer .qesora-footer-destination:nth-child(6),
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:nth-child(6) { grid-area: terms; }

.qesora-public-footer .qesora-footer-destination:nth-child(1) strong,
.qesora-public-footer .qesora-footer-destination:nth-child(3) strong,
.qesora-public-footer .qesora-footer-destination:nth-child(4) strong,
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:nth-child(1) strong,
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:nth-child(3) strong,
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:nth-child(4) strong {
  color: #f6f6f3;
  font: 700 11px/1.2 "Geist Mono", ui-monospace, monospace;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.qesora-public-footer .qesora-footer-destination:nth-child(2) strong,
.qesora-public-footer .qesora-footer-destination:nth-child(5) strong,
.qesora-public-footer .qesora-footer-destination:nth-child(6) strong,
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:nth-child(2) strong,
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:nth-child(5) strong,
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:nth-child(6) strong {
  color: rgba(241, 241, 238, .68);
  font: 300 14px/1.25 "Fraunces", Georgia, serif;
  letter-spacing: 0;
}

.qesora-public-footer .qesora-footer-destination:hover,
.qesora-public-footer .qesora-footer-destination:focus-visible,
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:hover,
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:focus-visible {
  background: rgba(30, 63, 224, .16);
  color: #fff;
}

@media (max-width: 760px) {
  .qesora-public-footer .qesora-footer-nav.qesora-footer-destinations,
  body.qesora-landing-chrome .qesora-public-footer .qesora-footer-nav.qesora-footer-destinations {
    padding-top: 18px;
    column-gap: 8px;
    row-gap: 5px;
  }

  .qesora-public-footer .qesora-footer-destination,
  body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination {
    min-height: 32px;
    padding: 5px 3px;
  }

  .qesora-public-footer .qesora-footer-destination:nth-child(1) strong,
  .qesora-public-footer .qesora-footer-destination:nth-child(3) strong,
  .qesora-public-footer .qesora-footer-destination:nth-child(4) strong,
  body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:nth-child(1) strong,
  body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:nth-child(3) strong,
  body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:nth-child(4) strong {
    font-size: 9.5px;
  }

  .qesora-public-footer .qesora-footer-destination:nth-child(2) strong,
  .qesora-public-footer .qesora-footer-destination:nth-child(5) strong,
  .qesora-public-footer .qesora-footer-destination:nth-child(6) strong,
  body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:nth-child(2) strong,
  body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:nth-child(5) strong,
  body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:nth-child(6) strong {
    font-size: 12.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .qesora-public-footer .qesora-footer-destination,
  .qesora-public-footer .qesora-footer-destination i {
    transition-duration: .01ms;
  }
}

/* Legal pages also load the original landing chrome rules. Keep those legacy
   anchor declarations from collapsing the new destination tiles to text width. */
body.qesora-landing-chrome .qesora-public-footer a.qesora-footer-destination {
  width: auto;
  color: #f1f1ee;
  font-size: inherit;
}

/* r355 · compact editorial destination index. */
.qesora-public-footer .qesora-footer-nav-row,
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-nav-row {
  padding: 38px 0 30px;
}

.qesora-public-footer .qesora-footer-nav.qesora-footer-destinations,
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-nav.qesora-footer-destinations {
  width: min(100%, 760px);
  margin-inline: auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, .16);
  border-right: 1px solid rgba(255, 255, 255, .16);
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  border-left: 1px solid rgba(255, 255, 255, .16);
  border-radius: 6px;
  overflow: hidden;
  background: transparent;
}

.qesora-public-footer .qesora-footer-destination,
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination {
  width: auto;
  min-width: 0;
  min-height: 46px;
  padding: 0 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  justify-items: center;
  gap: 8px;
  border-right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .11);
  background: transparent;
  color: rgba(241, 241, 238, .84);
  text-align: center;
  text-decoration: none;
  transform: none;
  transition: color 160ms ease, background-color 160ms ease;
}

.qesora-public-footer .qesora-footer-destination:nth-child(odd),
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, .11);
}

.qesora-public-footer .qesora-footer-destination:nth-last-child(-n + 2),
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.qesora-public-footer .qesora-footer-destination small,
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination small {
  color: rgba(143, 163, 255, .66);
  font: 500 7.5px/1 "Geist Mono", ui-monospace, monospace;
  letter-spacing: .12em;
}

.qesora-public-footer .qesora-footer-destination strong,
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination strong {
  margin: 0;
  color: inherit;
  font: 300 15px/1 "Fraunces", Georgia, serif;
  letter-spacing: -.012em;
  text-transform: none;
}

.qesora-public-footer .qesora-footer-destination i,
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination i {
  color: rgba(143, 163, 255, .7);
  font: 500 10px/1 "Geist Mono", ui-monospace, monospace;
  font-style: normal;
  transition: color 160ms ease, transform 180ms cubic-bezier(.22, 1, .36, 1);
}

.qesora-public-footer .qesora-footer-destination:hover,
.qesora-public-footer .qesora-footer-destination:focus-visible,
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:hover,
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:focus-visible {
  background: rgba(255, 255, 255, .035);
  color: #fff;
}

.qesora-public-footer .qesora-footer-destination[aria-current="page"],
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination[aria-current="page"] {
  background: transparent;
  color: #8fa3ff;
}

.qesora-public-footer .qesora-footer-destination:hover small,
.qesora-public-footer .qesora-footer-destination:focus-visible small,
.qesora-public-footer .qesora-footer-destination[aria-current="page"] small,
.qesora-public-footer .qesora-footer-destination:hover i,
.qesora-public-footer .qesora-footer-destination:focus-visible i,
.qesora-public-footer .qesora-footer-destination[aria-current="page"] i,
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:hover small,
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:focus-visible small,
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination[aria-current="page"] small,
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:hover i,
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:focus-visible i,
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination[aria-current="page"] i {
  color: currentColor;
}

.qesora-public-footer .qesora-footer-destination:hover i,
.qesora-public-footer .qesora-footer-destination:focus-visible i,
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:hover i,
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:focus-visible i {
  transform: translateX(3px);
}

.qesora-public-footer .qesora-footer-destination:active,
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:active {
  transform: none;
  background: rgba(30, 63, 224, .12);
}

@media (max-width: 760px) {
  .qesora-public-footer .qesora-footer-nav-row,
  body.qesora-landing-chrome .qesora-public-footer .qesora-footer-nav-row {
    padding: 28px 0 24px;
  }

  .qesora-public-footer .qesora-footer-destination,
  body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination {
    min-height: 44px;
    padding: 0 9px;
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
  }

  .qesora-public-footer .qesora-footer-destination strong,
  body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination strong {
    font-size: 14px;
  }
}

/* R374 final cascade guard: must remain last. */
.qesora-public-footer .qesora-footer-nav.qesora-footer-destinations,
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-nav.qesora-footer-destinations {
  padding: 22px 0 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-areas:
    "product pricing resources"
    "research privacy terms";
  column-gap: clamp(18px, 4vw, 58px);
  row-gap: 8px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, .18);
  border-radius: 0;
  overflow: visible;
}

.qesora-public-footer .qesora-footer-destination,
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination {
  min-height: 34px;
  padding: 6px 8px;
  border: 0 !important;
  border-radius: 6px;
}

.qesora-public-footer .qesora-footer-destination:hover,
.qesora-public-footer .qesora-footer-destination:focus-visible,
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:hover,
body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination:focus-visible {
  background: rgba(30, 63, 224, .16);
}

@media (max-width: 760px) {
  .qesora-public-footer .qesora-footer-nav.qesora-footer-destinations,
  body.qesora-landing-chrome .qesora-public-footer .qesora-footer-nav.qesora-footer-destinations {
    padding-top: 18px;
    column-gap: 8px;
    row-gap: 5px;
  }

  .qesora-public-footer .qesora-footer-destination,
  body.qesora-landing-chrome .qesora-public-footer .qesora-footer-destination {
    min-height: 32px;
    padding: 5px 3px;
  }
}
