:root {
  --aam-hotel-guide-blue: #004b66;
  --aam-hotel-guide-blue-deep: #013647;
  --aam-hotel-guide-aqua: #00abc8;
  --aam-hotel-guide-aqua-light: #70d9e0;
  --aam-hotel-guide-orange: #ff8615;
  --aam-hotel-guide-orange-strong: #ff6f00;
  --aam-hotel-guide-ink: #14313a;
  --aam-hotel-guide-muted: #52636c;
  --aam-hotel-guide-line: #cbe8ee;
  --aam-hotel-guide-soft: #eefafb;
  --aam-hotel-guide-white: #fff;
  --aam-hotel-guide-radius: 7px;
  --aam-hotel-guide-shadow: 0 10px 24px rgba(0, 75, 102, .08);
}

.aam-hotel-guide {
  overflow: hidden;
  background: var(--aam-hotel-guide-soft);
  color: var(--aam-hotel-guide-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.58;
}

.aam-hotel-guide *,
.aam-hotel-guide *::before,
.aam-hotel-guide *::after {
  box-sizing: border-box;
}

.aam-hotel-guide-breadcrumbs {
  min-height: 55px;
  border-bottom: 1px solid var(--aam-hotel-guide-line);
  background: var(--aam-hotel-guide-white);
}

.aam-hotel-guide-breadcrumbs__inner {
  display: flex;
  width: min(1180px, calc(100% - 48px));
  min-height: 55px;
  align-items: center;
  margin-inline: auto;
}

.aam-hotel-guide-breadcrumbs nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: var(--aam-hotel-guide-muted);
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.4;
}

.aam-hotel-guide-breadcrumbs a {
  color: var(--aam-hotel-guide-blue);
  font-weight: 700;
  text-decoration: none;
}

.aam-hotel-guide-breadcrumbs a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.aam-hotel-guide-wrap {
  width: min(1132px, calc(100% - 48px));
  margin-inline: auto;
}

.aam-hotel-guide h1,
.aam-hotel-guide h2,
.aam-hotel-guide h3,
.aam-hotel-guide strong,
.aam-hotel-guide a,
.aam-hotel-guide button,
.aam-hotel-guide summary {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.aam-hotel-guide h1,
.aam-hotel-guide h2,
.aam-hotel-guide h3,
.aam-hotel-guide p {
  margin-top: 0;
}

.aam-hotel-guide h2 {
  max-width: 870px;
  margin-bottom: 12px;
  color: var(--aam-hotel-guide-blue);
  font-size: 42px;
  font-weight: 800;
  line-height: 1.15;
}

.aam-hotel-guide h3 {
  margin-bottom: 10px;
  color: #006277;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.15;
}

.aam-hotel-guide a:focus-visible,
.aam-hotel-guide summary:focus-visible,
.aam-hotel-guide-tour-row:focus-visible {
  outline: 3px solid var(--aam-hotel-guide-orange-strong);
  outline-offset: 3px;
}

.aam-hotel-guide-kicker {
  margin-bottom: 10px;
  color: var(--aam-hotel-guide-orange);
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.aam-hotel-guide-lead {
  max-width: 860px;
  margin-bottom: 0;
  color: var(--aam-hotel-guide-muted);
  font-size: 18px;
  line-height: 1.58;
}

.aam-hotel-guide-section {
  padding-block: 68px;
}

.aam-hotel-guide-hero {
  display: grid;
  width: min(1180px, calc(100% - 48px));
  min-height: 600px;
  margin-inline: auto;
  background: #dff6f8;
  color: var(--aam-hotel-guide-white);
}

.aam-hotel-guide-hero__image,
.aam-hotel-guide-hero__inner {
  grid-area: 1 / 1;
}

.aam-hotel-guide-hero__image {
  aspect-ratio: 2 / 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 600px;
  object-fit: cover;
}

.aam-hotel-guide-hero__inner {
  display: flex;
  width: 100%;
  min-height: 600px;
  flex-direction: column;
  justify-content: center;
  padding: 42px max(24px, calc((100% - 1132px) / 2));
  background: linear-gradient(90deg, rgba(1, 44, 60, .76), rgba(1, 44, 60, .16));
}

.aam-hotel-guide-hero__copy {
  max-width: 830px;
}

.aam-hotel-guide-hero h1 {
  max-width: 620px;
  margin-bottom: 0;
  color: var(--aam-hotel-guide-white);
  font-size: 46px;
  font-weight: 900;
  line-height: 1.12;
  text-transform: uppercase;
}

.aam-hotel-guide-hero__copy > p:not(.aam-hotel-guide-kicker) {
  max-width: 650px;
  margin: 22px 0 0;
  color: var(--aam-hotel-guide-white);
  font-size: 21px;
  line-height: 1.58;
}

.aam-hotel-guide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.aam-hotel-guide .aam-hotel-guide-button,
.aam-hotel-guide .aam-hotel-guide-tour-card__button,
.aam-hotel-guide .aam-hotel-guide-small-button {
  display: inline-flex;
  min-height: 49px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 0;
  border-radius: 5px;
  background: var(--aam-hotel-guide-aqua);
  color: var(--aam-hotel-guide-white);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.58;
  text-align: center;
  text-decoration: none;
  transition: background-color .18s ease, color .18s ease;
}

.aam-hotel-guide .aam-hotel-guide-button:visited,
.aam-hotel-guide .aam-hotel-guide-tour-card__button:visited,
.aam-hotel-guide .aam-hotel-guide-small-button:visited {
  color: var(--aam-hotel-guide-white);
}

.aam-hotel-guide .aam-hotel-guide-button:hover,
.aam-hotel-guide .aam-hotel-guide-tour-card__button:hover,
.aam-hotel-guide .aam-hotel-guide-small-button:hover {
  background: var(--aam-hotel-guide-orange-strong);
  color: var(--aam-hotel-guide-white);
}

.aam-hotel-guide .aam-hotel-guide-button--light {
  background: var(--aam-hotel-guide-white);
  color: var(--aam-hotel-guide-blue-deep);
}

.aam-hotel-guide .aam-hotel-guide-button--light:visited {
  background: #e8f8fa;
  color: var(--aam-hotel-guide-blue-deep);
}

.aam-hotel-guide .aam-hotel-guide-button--light:hover {
  background: var(--aam-hotel-guide-orange-strong);
  color: var(--aam-hotel-guide-white);
}

.aam-hotel-guide-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 96px;
  margin: 34px 0 0;
  padding: 0;
  border-radius: 8px;
  background: var(--aam-hotel-guide-white);
  box-shadow: 0 18px 45px rgba(1, 44, 60, .2);
  list-style: none;
}

.aam-hotel-guide-facts li {
  min-width: 0;
  padding: 18px 20px;
  border-right: 1px solid var(--aam-hotel-guide-line);
  border-left: 4px solid var(--aam-hotel-guide-orange-strong);
}

.aam-hotel-guide-facts li:last-child {
  border-right: 0;
}

.aam-hotel-guide-facts strong,
.aam-hotel-guide-facts span {
  display: block;
}

.aam-hotel-guide-facts strong {
  color: var(--aam-hotel-guide-blue);
  font-size: 14px;
  line-height: 1.25;
}

.aam-hotel-guide-facts span {
  margin-top: 4px;
  color: var(--aam-hotel-guide-muted);
  font-size: 16px;
  line-height: 1.45;
}

.aam-hotel-guide-intro {
  background: linear-gradient(180deg, #eefafb 0%, #fff 34%, #f5fdfe 72%, #eefdff 100%);
}

.aam-hotel-guide-rich p {
  margin-bottom: 14px;
}

.aam-hotel-guide-rich p:last-child {
  margin-bottom: 0;
}

.aam-hotel-guide-rich a,
.aam-hotel-guide-faq-answer a {
  color: #006f79;
  font-weight: 700;
  text-underline-offset: 3px;
}

.aam-hotel-guide-rich-section {
  border-top: 1px solid var(--aam-hotel-guide-line);
  background: var(--aam-hotel-guide-white);
}

.aam-hotel-guide-rich-section__content {
  max-width: 900px;
  color: var(--aam-hotel-guide-muted);
  font-size: 17px;
  line-height: 1.68;
}

.aam-hotel-guide-table-wrap {
  max-width: 100%;
  margin-top: 28px;
  overflow-x: auto;
  border: 1px solid var(--aam-hotel-guide-line);
  border-radius: var(--aam-hotel-guide-radius);
}

.aam-hotel-guide-property-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  background: var(--aam-hotel-guide-white);
  color: var(--aam-hotel-guide-ink);
}

.aam-hotel-guide-property-table caption {
  padding: 16px 18px;
  background: var(--aam-hotel-guide-blue-deep);
  color: var(--aam-hotel-guide-white);
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 800;
  text-align: left;
}

.aam-hotel-guide-property-table th,
.aam-hotel-guide-property-table td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--aam-hotel-guide-line);
  line-height: 1.45;
  text-align: left;
  vertical-align: top;
}

.aam-hotel-guide-property-table th {
  background: var(--aam-hotel-guide-soft);
  color: var(--aam-hotel-guide-blue);
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.aam-hotel-guide-property-table tbody tr:last-child td {
  border-bottom: 0;
}

.aam-hotel-guide-two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
  margin-top: 30px;
}

.aam-hotel-guide-panel {
  padding: 30px 32px;
  border: 1px solid var(--aam-hotel-guide-line);
  border-radius: 8px;
  background: var(--aam-hotel-guide-white);
  box-shadow: var(--aam-hotel-guide-shadow);
}

.aam-hotel-guide-panel h3 {
  font-size: 20px;
}

.aam-hotel-guide-check-list {
  display: grid;
  gap: 14px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.aam-hotel-guide-check-list li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: var(--aam-hotel-guide-muted);
  font-size: 16px;
  line-height: 1.5;
}

.aam-hotel-guide-check-list li::before {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: #e4f8f2;
  color: #168a62;
  content: "\2713";
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}

.aam-hotel-guide-map {
  display: grid;
  min-height: 556px;
  overflow: hidden;
  border: 1px solid #d9edf2;
  border-radius: 6px;
  background: #eef8fb;
  box-shadow: var(--aam-hotel-guide-shadow);
}

.aam-hotel-guide-map__static,
.aam-hotel-guide-google-map {
  grid-area: 1 / 1;
  width: 100%;
  min-height: 556px;
}

.aam-hotel-guide-map__static {
  display: grid;
  place-items: center;
  background: #eef8fb;
  color: var(--aam-hotel-guide-blue);
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.aam-hotel-guide-map__static img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 556px;
  object-fit: cover;
}

.aam-hotel-guide-google-map {
  width: 100%;
  min-height: 556px;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  visibility: hidden;
}

.aam-hotel-guide-map.is-interactive .aam-hotel-guide-google-map {
  visibility: visible;
}

.aam-hotel-guide-map.is-interactive .aam-hotel-guide-map__static {
  visibility: hidden;
}

.aam-hotel-guide-map__notice {
  align-self: center;
  padding: 30px;
  color: var(--aam-hotel-guide-muted);
  text-align: center;
}

.aam-hotel-guide-tours {
  padding: 82px 0 54px;
  background: linear-gradient(180deg, #eefdff 0%, #c8f3f6 18%, #70d9e0 58%, #eefdff 100%);
}

.aam-hotel-guide-tour-row {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 30px;
  padding: 0 0 16px;
  scroll-snap-type: x proximity;
  scrollbar-color: var(--aam-hotel-guide-orange-strong) #d9edf2;
  scrollbar-gutter: stable;
  scrollbar-width: auto;
}

.aam-hotel-guide-tour-row::-webkit-scrollbar {
  height: 12px;
}

.aam-hotel-guide-tour-row::-webkit-scrollbar-track {
  border-radius: 6px;
  background: #d9edf2;
}

.aam-hotel-guide-tour-row::-webkit-scrollbar-thumb {
  border: 2px solid #d9edf2;
  border-radius: 6px;
  background: var(--aam-hotel-guide-orange-strong);
}

.aam-hotel-guide-tour-card {
  display: flex;
  width: 271px;
  min-width: 271px;
  min-height: 529px;
  flex-direction: column;
  overflow: hidden;
  border: 0;
  border-radius: var(--aam-hotel-guide-radius);
  background: var(--aam-hotel-guide-white);
  color: var(--aam-hotel-guide-blue);
  box-shadow: var(--aam-hotel-guide-shadow);
  scroll-snap-align: start;
}

.aam-hotel-guide-tour-card > img {
  display: block;
  width: 100%;
  height: 191px;
  object-fit: cover;
}

.aam-hotel-guide-tour-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 22px 22px;
}

.aam-hotel-guide-badge {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 10px;
  border-radius: 5px;
  background: #fff1e6;
  color: var(--aam-hotel-guide-orange-strong);
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.aam-hotel-guide-tour-card h3 {
  margin-bottom: 10px;
  color: var(--aam-hotel-guide-blue);
  font-size: 22px;
  line-height: 1.08;
}

.aam-hotel-guide-tour-card p {
  margin-bottom: 20px;
  color: var(--aam-hotel-guide-muted);
  font-size: 16px;
  line-height: 1.48;
}

.aam-hotel-guide .aam-hotel-guide-tour-card__button {
  width: auto;
  margin-top: auto;
  padding: 12px 16px;
}

.aam-hotel-guide-tour-card--all {
  border-top: 5px solid var(--aam-hotel-guide-orange-strong);
}

.aam-hotel-guide-tour-card--all .aam-hotel-guide-tour-card__body {
  padding-top: 24px;
}

.aam-hotel-guide-tour-tags {
  display: grid;
  gap: 8px;
  width: 100%;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.aam-hotel-guide-tour-tags li {
  padding: 10px 12px;
  border-left: 4px solid var(--aam-hotel-guide-aqua-light);
  background: var(--aam-hotel-guide-soft);
  color: var(--aam-hotel-guide-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.aam-hotel-guide-compare {
  background: linear-gradient(180deg, #eefdff 0%, #f7fefe 42%, #eefafb 100%);
}

.aam-hotel-guide-trip-groups {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.aam-hotel-guide-trip-group {
  display: grid;
  grid-template-columns: 400px minmax(0, 1fr);
  min-height: 302px;
  overflow: hidden;
  border: 1px solid var(--aam-hotel-guide-line);
  border-left: 5px solid var(--aam-hotel-guide-orange-strong);
  border-radius: 8px;
  background: var(--aam-hotel-guide-white);
  box-shadow: 0 12px 18px rgba(0, 75, 102, .06);
}

.aam-hotel-guide-trip-media {
  display: grid;
  min-width: 0;
  height: 300px;
  margin: 0;
  overflow: hidden;
  background: #f3fcfd;
}

.aam-hotel-guide-trip-media__link,
.aam-hotel-guide-trip-media figcaption {
  grid-area: 1 / 1;
}

.aam-hotel-guide-trip-media__link {
  display: block;
  width: 100%;
  height: 300px;
}

.aam-hotel-guide-trip-media img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.aam-hotel-guide-trip-media figcaption {
  display: flex;
  gap: 7px;
  align-self: end;
  justify-self: start;
  margin: 14px;
}

.aam-hotel-guide-trip-media figcaption strong,
.aam-hotel-guide-trip-media figcaption span {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 5px 8px;
  border-radius: 4px;
  background: var(--aam-hotel-guide-white);
  box-shadow: 0 6px 14px rgba(0, 75, 102, .1);
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.aam-hotel-guide-trip-media figcaption strong {
  color: var(--aam-hotel-guide-blue-deep);
}

.aam-hotel-guide-trip-media figcaption span {
  background: #fff1e6;
  color: #9c4d00;
}

.aam-hotel-guide-trip-options {
  display: grid;
  min-width: 0;
  grid-auto-rows: minmax(150px, auto);
}

.aam-hotel-guide-trip-option {
  display: grid;
  grid-template-columns: minmax(210px, 1.1fr) minmax(210px, .9fr) 145px;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border-top: 1px solid #e6f3f6;
}

.aam-hotel-guide-trip-option:first-child {
  border-top: 0;
}

.aam-hotel-guide-trip-copy h3 {
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 1.2;
}

.aam-hotel-guide-trip-copy p {
  margin-bottom: 0;
  color: var(--aam-hotel-guide-muted);
  font-size: 14px;
  line-height: 1.45;
}

.aam-hotel-guide-trip-option dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.aam-hotel-guide-trip-option dl div {
  min-width: 0;
}

.aam-hotel-guide-trip-option dt {
  margin-bottom: 5px;
  color: var(--aam-hotel-guide-blue);
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.aam-hotel-guide-trip-option dd {
  margin: 0;
  color: var(--aam-hotel-guide-muted);
  font-size: 14px;
  line-height: 1.45;
}

.aam-hotel-guide-activities span {
  display: block;
}

.aam-hotel-guide .aam-hotel-guide-small-button {
  width: 145px;
  min-height: 40px;
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.2;
}

.aam-hotel-guide-pickup {
  background: linear-gradient(180deg, #eefafb 0%, #f5fafa 22%, #f5f7f7 58%, #f5fafa 100%);
}

.aam-hotel-guide-pickup .aam-hotel-guide-panel {
  box-shadow: none;
}

.aam-hotel-guide-faq {
  padding-block: 76px;
  background: linear-gradient(180deg, #f5fafa 0%, #f5f7f7 48%, #eefafb 100%);
}

.aam-hotel-guide-faq-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.aam-hotel-guide-faq-list details {
  overflow: hidden;
  border: 1px solid #bfe5ee;
  border-radius: 0;
  background: var(--aam-hotel-guide-white);
  box-shadow: var(--aam-hotel-guide-shadow);
}

.aam-hotel-guide-faq-list summary {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 4px;
  align-items: center;
  min-height: 64px;
  padding: 20px 22px 20px 18px;
  color: var(--aam-hotel-guide-aqua);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  list-style: none;
}

.aam-hotel-guide-faq-list summary::-webkit-details-marker {
  display: none;
}

.aam-hotel-guide-faq-list summary > span:first-child {
  grid-column: 2;
}

.aam-hotel-guide-faq-icon {
  grid-column: 1;
  grid-row: 1;
}

.aam-hotel-guide-faq-icon::before {
  color: var(--aam-hotel-guide-aqua);
  content: "\25B8";
  font-size: 18px;
  font-weight: 900;
}

.aam-hotel-guide-faq-list details[open] .aam-hotel-guide-faq-icon::before {
  content: "\25BE";
}

.aam-hotel-guide-faq-answer {
  padding: 0 22px 20px 40px;
  color: var(--aam-hotel-guide-muted);
  font-size: 16px;
  line-height: 1.58;
}

.aam-hotel-guide-faq-answer p {
  margin: 0 0 12px;
}

.aam-hotel-guide-faq-answer p:last-child {
  margin-bottom: 0;
}

.aam-hotel-guide-trust {
  padding: 64px 0 72px;
  background: linear-gradient(180deg, #eefafb 0%, #fff 34%, #f3fcfd 100%);
}

.aam-hotel-guide-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.aam-hotel-guide-trust-grid article {
  padding: 24px 24px 22px;
  border-top: 4px solid var(--aam-hotel-guide-aqua-light);
  background: var(--aam-hotel-guide-white);
}

.aam-hotel-guide-trust-grid p {
  margin-bottom: 0;
  color: var(--aam-hotel-guide-muted);
  font-size: 16px;
}

.aam-hotel-guide-cta {
  padding-block: 62px;
  background: linear-gradient(180deg, #f3fcfd 0%, #b8edf2 18%, #65d5dd 100%);
  color: var(--aam-hotel-guide-blue);
}

.aam-hotel-guide-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 224px;
  gap: 36px;
  align-items: center;
}

.aam-hotel-guide-cta h2 {
  color: var(--aam-hotel-guide-blue);
}

.aam-hotel-guide-cta p:not(.aam-hotel-guide-kicker) {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--aam-hotel-guide-muted);
  font-size: 17px;
}

.aam-hotel-guide-cta .aam-hotel-guide-button--light,
.aam-hotel-guide-cta .aam-hotel-guide-button--light:visited {
  background: var(--aam-hotel-guide-orange-strong);
  color: var(--aam-hotel-guide-white);
}

.aam-hotel-guide-cta .aam-hotel-guide-button--light:hover {
  background: #dc6000;
  color: var(--aam-hotel-guide-white);
}

@media (max-width: 1080px) {
  .aam-hotel-guide-two-column,
  .aam-hotel-guide-cta__inner {
    grid-template-columns: 1fr;
  }

  .aam-hotel-guide-trip-group {
    grid-template-columns: minmax(300px, 340px) minmax(0, 1fr);
  }

  .aam-hotel-guide-trip-option {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .aam-hotel-guide .aam-hotel-guide-small-button {
    justify-self: start;
  }

  .aam-hotel-guide-cta .aam-hotel-guide-button {
    width: fit-content;
  }
}

@media (max-width: 780px) {
  .aam-hotel-guide-breadcrumbs__inner,
  .aam-hotel-guide-wrap,
  .aam-hotel-guide-hero {
    width: calc(100% - 32px);
  }

  .aam-hotel-guide {
    font-size: 16px;
  }

  .aam-hotel-guide-section,
  .aam-hotel-guide-trust {
    padding-block: 54px;
  }

  .aam-hotel-guide h2 {
    font-size: 34px;
  }

  .aam-hotel-guide-hero,
  .aam-hotel-guide-hero__image,
  .aam-hotel-guide-hero__inner {
    min-height: 680px;
  }

  .aam-hotel-guide-hero__inner {
    justify-content: flex-end;
    padding: 34px 16px;
    background: linear-gradient(180deg, rgba(1, 44, 60, .2), rgba(1, 44, 60, .88));
  }

  .aam-hotel-guide-hero h1 {
    font-size: 34px;
  }

  .aam-hotel-guide-hero__copy > p:not(.aam-hotel-guide-kicker) {
    font-size: 17px;
  }

  .aam-hotel-guide-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .aam-hotel-guide-facts {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .aam-hotel-guide-facts li {
    border-right: 0;
    border-bottom: 1px solid var(--aam-hotel-guide-line);
  }

  .aam-hotel-guide-facts li:last-child {
    border-bottom: 0;
  }

  .aam-hotel-guide-two-column {
    grid-template-columns: 1fr;
  }

  .aam-hotel-guide-panel {
    padding: 24px;
  }

  .aam-hotel-guide-map,
  .aam-hotel-guide-map__static,
  .aam-hotel-guide-map__static img,
  .aam-hotel-guide-google-map {
    min-height: 340px;
  }

  .aam-hotel-guide-tours {
    padding-block: 56px;
  }

  .aam-hotel-guide-tour-row {
    scroll-padding-inline: 0;
  }

  .aam-hotel-guide-tour-card {
    width: min(82vw, 300px);
    min-width: min(82vw, 300px);
    min-height: 500px;
  }

  .aam-hotel-guide-tour-card > img {
    height: 188px;
  }

  .aam-hotel-guide-trip-group {
    grid-template-columns: 1fr;
  }

  .aam-hotel-guide-trip-media,
  .aam-hotel-guide-trip-media__link,
  .aam-hotel-guide-trip-media img {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .aam-hotel-guide-trip-option,
  .aam-hotel-guide-trip-option dl {
    grid-template-columns: 1fr;
  }

  .aam-hotel-guide .aam-hotel-guide-small-button {
    width: 100%;
  }

  .aam-hotel-guide-faq {
    padding-block: 56px;
  }

  .aam-hotel-guide-faq-list summary {
    font-size: 17px;
  }

  .aam-hotel-guide-trust-grid {
    grid-template-columns: 1fr;
  }

  .aam-hotel-guide-cta {
    padding-block: 56px;
  }

  .aam-hotel-guide-cta .aam-hotel-guide-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .aam-hotel-guide * {
    scroll-behavior: auto;
    transition: none;
  }
}
