/* Airport and cruise-port hotel results. Shared primitives live in buyreservations-design-system.css. */

.hotel-search-results-page {
  overflow-x: clip;
  background: var(--br-color-surface);
  color: var(--br-color-heading);
}

.hotel-search-results-page .cover-container > .float-md-start {
  float: none !important;
  min-width: 0;
  margin: 0;
}

.hotel-search-results-page .cover-container > .float-md-start img {
  display: block;
  width: min(100%, 400px) !important;
  max-width: 100% !important;
  height: auto;
}

.hotel-search-results-page .br-site-header > nav {
  align-self: center;
}

.hotel-search-results-page .br-site-header .navbar {
  min-width: 0;
}

.hotel-search-results-page .br-site-header .navbar-nav {
  align-items: center;
  gap: clamp(2px, 0.45vw, 10px);
}

.hotel-search-results-page .br-site-header .navbar-nav .nav-link {
  position: relative;
  padding: 0.65rem clamp(0.4rem, 0.75vw, 0.85rem);
  border-bottom: 2px solid transparent;
  color: var(--br-color-heading);
  font-size: 0.95rem;
  font-weight: 500;
  white-space: nowrap;
}

.hotel-search-results-page .br-site-header .navbar-nav .nav-link:hover,
.hotel-search-results-page .br-site-header .navbar-nav .nav-link:focus,
.hotel-search-results-page .br-site-header .navbar-nav .nav-link.navactive {
  border-bottom-color: var(--br-color-gold-500);
  color: var(--br-color-burgundy-700);
}

.hotel-search-results-page .cover-container {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--br-container-max);
  min-height: 100vh;
  height: auto !important;
  padding: 42px clamp(16px, 2.5vw, 48px) 32px !important;
}

.hotel-search-results-page .hotel-search-results {
  width: 100%;
  min-width: 0;
  text-align: left;
}

.hotel-search-results-page .hotel-search-results__container {
  max-width: none;
  padding-inline: 0;
}

.hotel-search-results-page .hotel-search-results__modify-heading {
  display: none;
}

.hotel-search-results-page .br-search-form {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 10px 12px;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hotel-search-results-page .br-search-form > [class*="col-"] {
  width: auto;
  max-width: none;
  min-width: 72px;
  padding: 0;
}

.hotel-search-results-page .br-search-form > .col-md-3 {
  flex: 1.55 1 210px;
}

.hotel-search-results-page .br-search-form > .col-md-2 {
  flex: 1 1 135px;
}

.hotel-search-results-page .br-search-form > .col-md-1 {
  flex: 0.65 1 70px;
}

.hotel-search-results-page .br-search-form > .col-md-1:last-child {
  flex: 0 1 120px;
  align-self: flex-end;
}

.hotel-search-results-page .br-search-form > .col-md-1:last-child > br {
  display: none;
}

.hotel-search-results-page .br-search-form .br-field-label {
  min-height: 1.15rem;
  white-space: nowrap;
}

.hotel-search-results-page .br-search-form .br-btn {
  width: 100%;
  padding: 0.5rem 0.8rem !important;
  text-shadow: none;
}

.hotel-search-results-page .hotel-search-results__benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 14px;
  padding: 5px 8px;
  border-color: var(--br-color-gold-200);
  background: linear-gradient(135deg, var(--br-color-surface) 0%, var(--br-color-cream-100) 100%);
}

.hotel-search-results-page .hotel-search-results__benefit {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  width: auto;
  justify-content: center;
  min-width: 0;
  padding: 9px 24px;
  text-align: left;
}

.hotel-search-results-page .hotel-search-results__benefit + .hotel-search-results__benefit {
  border-left: 1px solid var(--br-color-border);
}

.hotel-search-results-page .hotel-search-results__benefit:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -15px;
  z-index: 2;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  transform: translateY(-50%);
  border: 2px solid var(--br-color-surface);
  border-radius: 50%;
  background: var(--br-color-gold-500);
  color: var(--br-color-surface);
  content: "+";
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
}

.hotel-search-results-page .hotel-results-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  gap: var(--br-space-5);
  align-items: start;
  margin: var(--br-space-5) 0 20px;
}

.hotel-search-results-page .hotel-results-intro--date-check {
  grid-template-columns: minmax(0, 2.75fr) minmax(230px, 1fr) minmax(285px, 1.25fr);
  gap: clamp(16px, 1.5vw, 24px);
}

.hotel-search-results-page .hotel-results-intro__identity {
  align-self: start;
  min-width: 0;
  padding: 8px 0 8px var(--br-space-5);
  border-left: 4px solid var(--br-color-gold-500);
}

.hotel-search-results-page .hotel-results-intro__eyebrow,
.hotel-search-results-page .hotel-results-intro__summary-label {
  margin: 0 0 var(--br-space-2);
  color: var(--br-color-gold-600);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hotel-search-results-page .hotel-results-intro .pg-title {
  float: none !important;
  margin: 0 0 var(--br-space-2) !important;
  color: var(--br-color-heading) !important;
  font-size: clamp(2.25rem, 3.1vw, 3rem) !important;
  line-height: 1.04;
  letter-spacing: -0.02em;
  overflow-wrap: break-word;
  text-align: left !important;
}

.hotel-search-results-page .hotel-results-intro__subtitle {
  margin: 0 0 10px;
  color: var(--br-color-burgundy-700);
  font-family: oswald, sans-serif;
  font-size: clamp(1.25rem, 1.6vw, 1.55rem);
  font-weight: 700;
  line-height: 1.15;
}

.hotel-search-results-page .hotel-results-intro__description {
  max-width: 68ch;
  margin: 0;
  color: var(--br-color-body);
  font-family: var(--bs-body-font-family);
  font-size: 1rem;
  line-height: 1.45;
}

.hotel-search-results-page .hotel-results-intro__description a {
  color: var(--br-color-burgundy-700);
  font-weight: 600;
  text-underline-offset: 0.15em;
}

.hotel-search-results-page .hotel-results-intro__footnote {
  margin: 6px 0 0;
  color: var(--br-color-muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.hotel-search-results-page .hotel-results-intro__footnote a {
  color: var(--br-color-burgundy-700);
  font-weight: 600;
  text-underline-offset: 0.15em;
}

.hotel-search-results-page .hotel-results-intro__summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "label badge"
    "count badge"
    "rating badge"
    "reassurance badge";
  align-items: center;
  align-self: start;
  min-width: 0;
  gap: var(--br-space-2) var(--br-space-5);
  padding: clamp(20px, 1.5vw, 24px);
  border-color: var(--br-color-gold-200);
  background: linear-gradient(135deg, var(--br-color-surface) 0%, var(--br-color-cream-100) 100%);
}

.hotel-search-results-page .hotel-results-intro__summary-label {
  grid-area: label;
}

.hotel-search-results-page .hotel-results-intro__count {
  grid-area: count;
  margin: 0;
  color: var(--br-color-heading);
  font-family: oswald, sans-serif;
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
  line-height: 1.2;
}

.hotel-search-results-page .hotel-results-intro__count strong {
  color: var(--br-color-burgundy-700);
  font-size: 1.45em;
}

.hotel-search-results-page .hotel-results-intro__rating {
  grid-area: rating;
  margin: 0;
  color: var(--br-color-body);
  font-size: 0.92rem;
}

.hotel-search-results-page .hotel-results-intro__rating strong {
  color: var(--br-color-burgundy-700);
}

.hotel-search-results-page .hotel-results-intro__summary .shopperlink {
  grid-area: badge;
  display: block;
  align-self: center;
  width: 105px;
  max-width: 100%;
  overflow: hidden;
}

.hotel-search-results-page .hotel-results-intro__summary .shopperlink img {
  display: block;
  width: 105px;
  max-width: 100%;
  height: auto;
}

.hotel-search-results-page .hotel-results-intro__reassurance {
  grid-area: reassurance;
  margin: 0;
  color: var(--br-color-muted);
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
}

.hotel-search-results-page .hotel-search-results__benefit .br-package-benefit__media {
  width: 44px;
  height: 44px;
}

.hotel-search-results-page .hotel-search-results__benefit .br-package-benefit__media img {
  max-width: 44px;
  max-height: 42px;
}

.hotel-search-results-page .hotel-search-results__benefit .br-package-benefit__title-link,
.hotel-search-results-page .hotel-search-results__benefit .br-package-benefit__title-link:link,
.hotel-search-results-page .hotel-search-results__benefit .br-package-benefit__title-link:visited {
  color: var(--br-color-burgundy-700);
}

.hotel-search-results-page .hotel-search-results__benefit .br-package-benefit__title-link:hover,
.hotel-search-results-page .hotel-search-results__benefit .br-package-benefit__title-link:focus,
.hotel-search-results-page .hotel-search-results__benefit .br-package-benefit__title-link:active {
  color: var(--br-color-burgundy-900);
}

.hotel-search-results-page .hotel-search-results__benefit .br-package-benefit__title {
  line-height: 1.1;
}

.hotel-search-results-page .hotel-search-results__benefit .br-package-benefit__description {
  line-height: 1.25;
}

.hotel-search-results-page .hotel-result-card {
  display: grid;
  grid-template-columns: minmax(220px, 1.05fr) minmax(230px, 1.1fr) minmax(210px, 0.95fr) minmax(175px, 0.7fr);
  gap: clamp(16px, 2vw, 26px);
  align-items: start;
  width: 100%;
  margin: 0 0 var(--br-space-6);
  padding: clamp(18px, 2vw, 28px);
  overflow: hidden;
}

.hotel-search-results-page .hotel-result-card > [class*="col-"] {
  width: auto;
  max-width: none;
  min-width: 0;
  padding: 0;
}

.hotel-search-results-page .hotel-result-card > .col-md-12,
.hotel-search-results-page .hotel-result-card > h4,
.hotel-search-results-page .hotel-result-card > p,
.hotel-search-results-page .hotel-result-card > hr {
  grid-column: 1 / -1;
}

.hotel-search-results-page .hotel-result-card__image img {
  display: block;
  width: 100% !important;
  max-width: none;
  height: auto;
  aspect-ratio: 3 / 2;
  padding: 2px;
  border: 2px solid var(--br-color-gold-500);
  object-fit: cover;
}

.hotel-search-results-page .hotel-result-card__image .br-btn {
  width: 100%;
  max-width: none !important;
  margin-top: var(--br-space-3) !important;
}

.hotel-search-results-page .hotel-result-card__content h3 {
  margin: 0 0 var(--br-space-3);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.15;
}

.hotel-search-results-page .hotel-result-card__content h3 a,
.hotel-search-results-page .hotel-result-card__content a {
  color: var(--br-color-burgundy-700) !important;
  text-underline-offset: 0.16em;
}

.hotel-search-results-page .hotel-result-card__content p {
  color: var(--br-color-body) !important;
  line-height: 1.5;
}

.hotel-search-results-page .hotel-result-card__content > div > span {
  color: var(--br-color-burgundy-700) !important;
}

.hotel-search-results-page .hotel-result-card__services,
.hotel-search-results-page .hotel-result-card .rd-h-service {
  overflow: hidden;
  border: 1px solid var(--br-color-border);
  border-radius: var(--br-radius-md);
  background: var(--br-color-surface);
}

.hotel-search-results-page .hotel-result-card__services h3,
.hotel-search-results-page .hotel-result-card .rd-h-service h3 {
  margin: 0 !important;
  padding: 9px 12px !important;
  border-bottom: 1px solid var(--br-color-gold-200);
  border-radius: 0;
  background: var(--br-color-cream-100) !important;
  color: var(--br-color-burgundy-700) !important;
  font-size: 1rem !important;
  font-weight: 700;
  line-height: 1.25;
  text-align: left !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: none;
  cursor: default;
}

.hotel-search-results-page .hotel-result-card__services .list-group-item,
.hotel-search-results-page .hotel-result-card .rd-h-service .list-group-item {
  border-color: var(--br-color-border);
  background: var(--br-color-surface);
}

.hotel-search-results-page .hotel-result-card__price {
  text-align: center;
}

.hotel-search-results-page .hotel-result-card__price h4 {
  color: var(--br-color-burgundy-700) !important;
  font-size: clamp(2.25rem, 3vw, 3rem) !important;
  line-height: 1;
}

.hotel-search-results-page .hotel-result-card__price .br-btn {
  width: 100%;
  max-width: 260px;
  margin-inline: auto !important;
}

.hotel-search-results-page .hotel-result-card__price .btn-secondary {
  border-color: var(--br-color-gold-600);
  background: var(--br-color-gold-500) !important;
  color: var(--br-color-burgundy-900);
}

.hotel-search-results-page .hotel-result-card .modal-content {
  border-color: var(--br-color-gold-200);
  border-radius: var(--br-radius-lg);
}

.hotel-search-results-page .hotel-search-results__reviews,
.hotel-search-results-page .hotel-search-results__location-content {
  margin-block: var(--br-space-6);
}

.hotel-search-results-page .hotel-search-results__location-content {
  width: 100%;
  box-sizing: border-box;
  font-family: var(--bs-body-font-family);
  line-height: 1.65;
}

.hotel-search-results-page .hotel-search-results__reviews {
  padding: clamp(18px, 2vw, 28px);
}

.hotel-search-results-page .search-destination-guide__heading h2 {
  margin-bottom: 0;
}

.hotel-search-results-page .search-destination-guide__card {
  clear: both;
  float: none;
  color: var(--br-color-text-muted);
  text-align: left;
}

.hotel-search-results-page .search-destination-guide__inner {
  padding: clamp(24px, 3vw, 36px);
}

.hotel-search-results-page .search-destination-guide__inner > .row {
  margin-inline: 0;
}

.hotel-search-results-page .search-destination-guide__inner > .row:first-child {
  align-items: flex-start;
}

.hotel-search-results-page .search-destination-guide__inner img {
  display: block;
  max-width: 100% !important;
  height: auto;
  float: none !important;
}

.hotel-search-results-page .search-destination-guide__inner > :first-child,
.hotel-search-results-page .search-destination-guide__inner > .row:first-child > [class*="col-"] > :first-child {
  margin-top: 0;
}

.hotel-search-results-page .search-destination-guide__inner > :last-child {
  margin-bottom: 0;
}

.hotel-search-results-page .search-destination-guide__disclaimer {
  margin: 0;
  font-size: 0.6875rem;
}

@media (max-width: 767.98px) {
  .hotel-search-results-page .search-destination-guide__inner > .row:first-child > [class*="col-"] + [class*="col-"] {
    margin-top: var(--br-space-4);
  }
}

@media (min-width: 992px) {
  .hotel-search-results-page .cover-container {
    display: grid !important;
    grid-template-columns: minmax(320px, 520px) minmax(0, 1fr);
    grid-template-rows: auto auto auto auto;
    column-gap: clamp(24px, 3vw, 64px);
    align-items: center;
  }

  .hotel-search-results-page .cover-container > .float-md-start {
    grid-column: 1;
    grid-row: 1;
  }

  .hotel-search-results-page .cover-container > .br-site-header {
    display: contents;
  }

  .hotel-search-results-page .br-site-header > nav {
    grid-column: 2;
    grid-row: 1;
  }

  .hotel-search-results-page .cover-container > .br-hotel-search__sticky-shell {
    grid-column: 1 / -1;
    grid-row: 2;
    align-self: start;
  }

  .hotel-search-results-page .cover-container > main {
    grid-column: 1 / -1;
    grid-row: 3;
  }

  .hotel-search-results-page .cover-container > footer {
    grid-column: 1 / -1;
    grid-row: 4;
  }
}

@media (max-width: 1199.98px) {
  .hotel-search-results-page .cover-container {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .hotel-search-results-page .cover-container > .float-md-start img {
    width: min(100%, 380px) !important;
  }

  .hotel-search-results-page .br-search-form {
    gap: 8px;
  }

  .hotel-search-results-page .br-search-form .form-label {
    white-space: normal;
  }

  .hotel-search-results-page .br-search-form > .col-md-3 {
    flex-basis: 180px;
  }

  .hotel-search-results-page .br-search-form > .col-md-2 {
    flex-basis: 125px;
  }

  .hotel-search-results-page .br-search-form > .col-md-1 {
    flex-basis: 68px;
  }

  .hotel-search-results-page .br-search-form > .col-md-1:last-child {
    flex-basis: 112px;
  }

  .hotel-search-results-page .hotel-search-results__benefit {
    padding-right: 18px;
    padding-left: 18px;
  }

  .hotel-search-results-page .hotel-result-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .hotel-search-results-page .hotel-results-intro,
  .hotel-search-results-page .hotel-results-intro--date-check {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--br-space-5);
  }

  .hotel-search-results-page .hotel-results-intro__summary {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

@media (max-width: 767.98px) {
  .hotel-search-results-page .cover-container {
    padding-inline: 12px !important;
  }

  .hotel-search-results-page .hotel-results-intro__identity {
    padding-left: var(--br-space-4);
  }

  .hotel-search-results-page .hotel-search-results__benefit {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    text-align: left;
  }

  .hotel-search-results-page .hotel-search-results__benefits {
    grid-template-columns: minmax(0, 1fr);
  }

  .hotel-search-results-page .hotel-search-results__benefit + .hotel-search-results__benefit {
    border-top: 1px solid var(--br-color-border);
    border-left: 0;
  }

  .hotel-search-results-page .hotel-search-results__benefit:not(:last-child)::after {
    display: none;
  }

  .hotel-search-results-page .hotel-search-results__benefit > div {
    grid-row: 1 / span 2;
    height: auto !important;
    margin: 0 !important;
  }

  .hotel-search-results-page .hotel-search-results__benefit img {
    max-width: 76px !important;
    max-height: 64px;
  }

  .hotel-search-results-page .hotel-result-card {
    grid-template-columns: minmax(0, 1fr);
    padding: var(--br-space-4);
  }

  .hotel-search-results-page .hotel-result-card__price {
    padding-top: var(--br-space-4);
    border-top: 1px solid var(--br-color-border);
  }
}

@media (max-width: 575.98px) {
  .hotel-search-results-page .cover-container > .float-md-start img {
    width: min(100%, 340px) !important;
  }

  .hotel-search-results-page .br-search-form {
    gap: 9px 10px;
    padding: 12px;
  }

  .hotel-search-results-page .br-search-form > .col-md-3 {
    flex: 1 1 100%;
  }

  .hotel-search-results-page .br-search-form > .col-md-2 {
    flex: 1 1 calc(58% - 5px);
  }

  .hotel-search-results-page .br-search-form > .col-md-1 {
    flex: 1 1 calc(33.333% - 7px);
  }

  .hotel-search-results-page .br-search-form > .col-md-1:last-child {
    flex: 1 1 100%;
  }

  .hotel-search-results-page .br-search-form .form-label {
    font-size: 0.72rem;
  }

  .hotel-search-results-page .br-search-form .form-control,
  .hotel-search-results-page .br-search-form .form-select {
    font-size: 0.84rem;
  }

  .hotel-search-results-page .hotel-results-intro__summary {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "label badge"
      "count badge"
      "rating badge"
      "reassurance badge";
    gap: var(--br-space-2) var(--br-space-3);
  }

  .hotel-search-results-page .hotel-results-intro__summary .shopperlink {
    align-self: center;
    justify-self: end;
    width: 90px;
  }

  .hotel-search-results-page .hotel-results-intro__summary .shopperlink img {
    width: 90px;
    max-width: 90px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hotel-search-results-page * {
    scroll-behavior: auto !important;
  }
}


/* Migrated from psf-search.cfm; keep page scoped. */
.hotel-search-results-page .form-step {
	display: none;
}
.hotel-search-results-page .form-step.active {
	display: block;
}
.hotel-search-results-page .form-container {
	max-width: 400px;
	margin: auto;
	padding: 20px;
	border: 1px solid var(--br-color-control-border);
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.hotel-search-results-page .form-step button {
	margin-top: 10px;
}
.hotel-search-results-page .ui-menu-item-wrapper {
	font-family: oswald;
}
.hotel-search-results-page #overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
}
.hotel-search-results-page #loading {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
}
.hotel-search-results-page #loading img {
	width: 50px;
	height: 50px;
}
.hotel-search-results-page .ui-menu {
	z-index:10000;
}
.hotel-search-results-page .carousel-control-prev-icon,
.hotel-search-results-page .carousel-control-next-icon {
      background-color: #c7ae46;
      border-radius: 50%;
}
.hotel-search-results-page .hotel-results-date-check-page {
  width: min(calc(100% - 2rem), 72rem);
  margin: clamp(2rem, 6vw, 5rem) auto;
}

.hotel-search-results-page .hotel-results-date-check-page--intro {
  align-self: start;
  width: 100%;
  min-width: 0;
  margin: 0;
}

.hotel-search-results-page .hotel-results-date-check {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(18rem, .75fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: end;
  padding: clamp(1.5rem, 4vw, 3rem);
  text-align: left;
}

.hotel-search-results-page .hotel-results-date-check-page--intro .hotel-results-date-check {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  gap: var(--br-space-3);
  height: auto;
  padding: clamp(16px, 1.5vw, 22px);
}

.hotel-search-results-page .hotel-results-date-check-page--intro .hotel-results-date-check__eyebrow,
.hotel-search-results-page .hotel-results-date-check-page--intro .hotel-results-date-check__copy > p:last-child {
  display: none;
}

.hotel-search-results-page .hotel-results-date-check-page--intro .hotel-results-date-check h2 {
  font-size: clamp(1.3rem, 1.6vw, 1.65rem);
  line-height: 1.15;
}

.hotel-search-results-page .hotel-results-date-check-page--intro .hotel-results-date-check__form {
  gap: var(--br-space-3);
}

.hotel-search-results-page #hotel-results-date-check-title {
  scroll-margin-top: calc(var(--br-utility-height) + var(--br-mobile-search-sticky-height) + var(--br-sticky-anchor-gap));
}

@media (min-width: 1200px) {
  .hotel-search-results-page #hotel-results-date-check-title {
    scroll-margin-top: calc(
      var(--br-utility-height) +
      var(--hotel-detail-sticky-stack-height, 0px) +
      var(--br-sticky-anchor-gap)
    );
  }
}

.hotel-search-results-page .hotel-results-date-check__eyebrow {
  margin: 0 0 .5rem;
  color: var(--br-color-gold-600);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hotel-search-results-page .hotel-results-date-check h2 {
  margin: 0;
  color: var(--br-color-burgundy-700);
  font-size: clamp(1.8rem, 4vw, 2.75rem);
}

.hotel-search-results-page .hotel-results-date-check__copy > p:last-child {
  max-width: 44rem;
  margin: 1rem 0 0;
  color: var(--br-color-muted);
  line-height: 1.65;
}

.hotel-search-results-page .hotel-results-date-check__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: .85rem;
}

.hotel-search-results-page .hotel-results-date-check__form .br-btn {
  width: 100%;
}

.hotel-search-results-page .hotel-results-date-check__advanced-toggle {
  font-size: .85rem;
}

.hotel-search-results-page .br-hotel-search[data-results-basic-price-check="true"] .br-hotel-search__mobile-toggle {
  display: none;
}

.hotel-search-results-page .br-hotel-search[data-results-basic-price-check="true"] .br-hotel-search__panel {
  margin-top: 0;
}

.hotel-search-results-page .br-hotel-search[data-results-basic-price-check="true"].br-hotel-search--expanded .br-hotel-search__panel {
  margin-top: 8px;
}

.hotel-search-results-page .hotel-result-card__price-prompt {
  display: grid;
  gap: .4rem;
  padding: 1rem .5rem;
  color: var(--br-color-burgundy-700);
  text-align: center;
}

.hotel-search-results-page .hotel-result-card__price-prompt span {
  display: block;
}

.hotel-search-results-page .hotel-result-card__price-prompt .br-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.hotel-search-results-page .hotel-result-card__price-prompt span {
  color: var(--br-color-muted);
  font-size: .8rem;
  line-height: 1.4;
}

.hotel-search-results-page .hotel-search-results__reviews {
  margin: var(--br-space-7) 0 var(--br-space-6);
  padding: clamp(1.25rem, 3vw, 2rem);
  overflow: hidden;
  border-color: var(--br-color-gold-200);
  background:
    linear-gradient(135deg, rgba(249, 244, 232, 0.9), rgba(255, 255, 255, 0.98) 42%),
    var(--br-color-surface);
  text-align: left;
}

.hotel-search-results-page .hotel-search-results__reviews-header {
  max-width: 760px;
  margin-bottom: var(--br-space-5);
}

.hotel-search-results-page .hotel-search-results__reviews-eyebrow {
  margin: 0 0 var(--br-space-2);
  color: var(--br-color-gold-700);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hotel-search-results-page .hotel-search-results__reviews-header h2 {
  margin: 0;
  color: var(--br-color-burgundy-900);
  font-family: oswald, sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 700;
  line-height: 1.15;
}

.hotel-search-results-page .hotel-search-results__reviews-header > p:last-child {
  margin: var(--br-space-2) 0 0;
  color: var(--br-color-muted);
  font-size: 1rem;
  line-height: 1.5;
}

.hotel-search-results-page .hotel-search-results__reviews-layout {
  display: grid;
  grid-template-columns: minmax(190px, 220px) minmax(0, 1fr);
  gap: var(--br-space-5);
  align-items: stretch;
}

.hotel-search-results-page .hotel-search-results__trust-support {
  display: flex;
  min-height: 190px;
  flex-direction: column;
  justify-content: center;
  padding: var(--br-space-5);
  border: 1px solid var(--br-color-gold-200);
  border-radius: var(--br-radius-md);
  background: var(--br-color-cream-100);
  color: var(--br-color-body);
  text-align: left;
}

.hotel-search-results-page .hotel-search-results__trust-eyebrow {
  margin: 0 0 var(--br-space-2);
  color: var(--br-color-gold-700);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hotel-search-results-page .hotel-search-results__trust-support h3 {
  margin: 0;
  color: var(--br-color-burgundy-800);
  font-family: oswald, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.25;
}

.hotel-search-results-page .hotel-search-results__trust-support ul {
  display: grid;
  gap: .35rem;
  padding: 0;
  margin: var(--br-space-3) 0 var(--br-space-4);
  list-style: none;
}

.hotel-search-results-page .hotel-search-results__trust-support li {
  position: relative;
  padding-left: 1.15rem;
  color: var(--br-color-body);
  font-size: .78rem;
  line-height: 1.35;
}

.hotel-search-results-page .hotel-search-results__trust-support li::before {
  position: absolute;
  top: .05rem;
  left: 0;
  color: var(--br-color-success);
  content: "\2713";
  font-weight: 800;
}

.hotel-search-results-page .hotel-search-results__trust-phone {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: .6rem .7rem;
  border-radius: var(--br-radius-sm);
  background: var(--br-color-burgundy-900);
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.hotel-search-results-page .hotel-search-results__trust-phone:hover,
.hotel-search-results-page .hotel-search-results__trust-phone:focus {
  background: var(--br-color-burgundy-700);
  color: #fff;
  text-decoration: none;
}

.hotel-search-results-page .hotel-search-results__trust-phone:focus-visible {
  outline: var(--br-focus-ring);
  outline-offset: 2px;
}

.hotel-search-results-page .hotel-search-results__reviews-widget {
  min-width: 0;
  min-height: 190px;
  padding: var(--br-space-4);
  border: 1px solid var(--br-color-border);
  border-radius: var(--br-radius-md);
  background: var(--br-color-surface);
}

.hotel-search-results-page .hotel-search-results__reviews-widget #SA_wrapper_default,
.hotel-search-results-page .hotel-search-results__reviews-widget .SA__wrapper {
  width: 100% !important;
  min-height: 158px;
  margin: 0 !important;
}

.hotel-search-results-page .hotel-search-results__reviews-widget .shopperapproved_widget {
  max-width: 100% !important;
  margin: 0 auto !important;
  color: var(--br-color-body) !important;
  font-family: inherit !important;
}

.hotel-search-results-page .hotel-search-results__reviews-action {
  display: flex;
  justify-content: center;
  margin-top: var(--br-space-5);
}

.hotel-search-results-page .hotel-search-results__reviews-action .br-btn {
  gap: var(--br-space-2);
  min-width: min(100%, 255px);
}

.hotel-search-results-page .package-closing-card {
  margin: 0 0 var(--br-space-6);
  padding: clamp(1.25rem, 3vw, 2rem);
  border-color: var(--br-color-gold-200);
  background:
    linear-gradient(135deg, var(--br-color-cream-100), rgba(255, 255, 255, .98) 48%),
    var(--br-color-surface);
  text-align: left;
}

.hotel-search-results-page .package-closing-card__header {
  max-width: 820px;
}

.hotel-search-results-page .package-closing-card__eyebrow {
  margin: 0 0 var(--br-space-2);
  color: var(--br-color-gold-700);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hotel-search-results-page .package-closing-card__header h2 {
  margin: 0;
  color: var(--br-color-burgundy-900);
  font-family: oswald, sans-serif;
  font-size: clamp(1.65rem, 3vw, 2.2rem);
  font-weight: 700;
  line-height: 1.15;
}

.hotel-search-results-page .package-closing-card__header > p:last-child {
  margin: var(--br-space-3) 0 0;
  color: var(--br-color-body);
  font-size: .98rem;
  line-height: 1.6;
}

.hotel-search-results-page .package-closing-card__benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--br-space-4);
  margin-top: var(--br-space-5);
}

.hotel-search-results-page .package-closing-card__benefits article {
  position: relative;
  padding: var(--br-space-4);
  border: 1px solid var(--br-color-border);
  border-top: 3px solid var(--br-color-gold-500);
  border-radius: var(--br-radius-sm);
  background: rgba(255, 255, 255, .88);
}

.hotel-search-results-page .package-closing-card__benefits h3 {
  margin: 0;
  color: var(--br-color-burgundy-700);
  font-size: 1rem;
  font-weight: 700;
}

.hotel-search-results-page .package-closing-card__benefits p {
  margin: var(--br-space-2) 0 0;
  color: var(--br-color-muted);
  font-size: .86rem;
  line-height: 1.5;
}

.hotel-search-results-page .package-closing-card__action {
  margin-top: var(--br-space-5);
}

.hotel-search-results-page .package-closing-card__action .br-btn {
  gap: var(--br-space-2);
}

@media (max-width: 767.98px) {
  .hotel-search-results-page .hotel-results-date-check {
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
  }

  .hotel-search-results-page .hotel-search-results__reviews {
    margin-top: var(--br-space-5);
    padding: var(--br-space-5);
  }

  .hotel-search-results-page .hotel-search-results__reviews-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .hotel-search-results-page .hotel-search-results__trust-support {
    min-height: 0;
    padding: var(--br-space-4);
  }

  .hotel-search-results-page .hotel-search-results__reviews-widget {
    min-height: 180px;
    padding: var(--br-space-3);
  }

  .hotel-search-results-page .hotel-search-results__reviews-action .br-btn {
    width: 100%;
  }

  .hotel-search-results-page .package-closing-card {
    padding: var(--br-space-5);
  }

  .hotel-search-results-page .package-closing-card__benefits {
    grid-template-columns: minmax(0, 1fr);
  }

  .hotel-search-results-page .package-closing-card__action .br-btn {
    width: 100%;
  }
}
