:root {
  --tvr-specials-navy: #07263b;
  --tvr-specials-navy-soft: #103c55;
  --tvr-specials-coral: #ef5558;
  --tvr-specials-cream: #f8f3eb;
  --tvr-specials-sand: #e8dfd3;
  --tvr-specials-ink: #193344;
  --tvr-specials-white: #ffffff;
}

.tvr-rate-reduction__heading {
  display: grid;
  gap: 0.3rem;
}

.tvr-rate-reduction__heading h4,
.tvr-rate-reduction__heading p {
  margin: 0;
}

.tvr-rate-reduction__automatic {
  color: #b9f0c8;
  font-size: 0.92rem;
}

.tvr-rate-reduction__ladder {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.4rem;
  margin: 0.75rem 0;
  padding: 0;
  list-style: none;
}

.tvr-rate-reduction__ladder li {
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 8px;
  padding: 0.5rem 0.35rem;
  text-align: center;
  font-size: 0.84rem;
}

.tvr-rate-reduction__dates {
  margin: 0.35rem 0 0.75rem;
}

.tvr-rate-reduction__result {
  display: grid;
  gap: 0.65rem;
  margin: 0.65rem 0;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 5px solid var(--tvr-specials-coral);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.15);
}

.tvr-rate-reduction__result[hidden] {
  display: none !important;
}

.tvr-rate-reduction__headline {
  color: var(--tvr-specials-white);
  font-size: 1rem;
  line-height: 1.3;
}

.tvr-rate-reduction__totals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  gap: 0.75rem;
}

.tvr-rate-reduction__totals > span {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.75rem;
  font-weight: 750;
  line-height: 1.25;
}

.tvr-rate-reduction__totals b,
.tvr-rate-reduction__totals s {
  color: var(--tvr-specials-white);
  font-size: 1.12rem;
  font-weight: 850;
  line-height: 1.15;
}

.tvr-rate-reduction__regular s {
  opacity: 0.72;
  text-decoration-color: var(--tvr-specials-coral);
  text-decoration-thickness: 3px;
}

.tvr-rate-reduction__discounted {
  padding-left: 0.75rem;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.tvr-rate-reduction__discounted b {
  color: #ffffff;
  font-size: 1.35rem;
}

.tvr-rate-reduction__savings {
  padding-left: 0.75rem;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.tvr-rate-reduction__savings b {
  color: #b9f0c8;
  font-size: 1.2rem;
}

.tvr-rate-reduction__total-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.72rem;
  line-height: 1.45;
}

@media (max-width: 640px) {
  .tvr-rate-reduction__ladder {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tvr-rate-reduction__ladder li:last-child {
    grid-column: 1 / -1;
  }

  .tvr-rate-reduction__totals {
    grid-template-columns: 1fr;
  }

  .tvr-rate-reduction__discounted,
  .tvr-rate-reduction__savings {
    padding-top: 0.65rem;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-left: 0;
  }
}

.tvr-specials,
.tvr-specials * {
  box-sizing: border-box;
}

.tvr-specials {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  padding: 30px 0 80px;
  color: var(--tvr-specials-ink);
}

.tvr-specials__hero {
  position: relative;
  display: grid;
  width: 100vw;
  min-height: clamp(340px, 34vw, 470px);
  overflow: hidden;
  margin-left: calc(50% - 50vw);
  padding: clamp(44px, 7vw, 84px) max(24px, calc((100vw - 1120px) / 2));
  place-items: center;
  color: var(--tvr-specials-white);
  text-align: center;
}

.tvr-specials__hero-media {
  position: absolute;
  inset: 0;
  display: block;
}

.tvr-specials__hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.tvr-specials__hero::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(7, 38, 59, 0.52), rgba(7, 38, 59, 0.58));
  content: "";
}

.tvr-specials__hero-content {
  position: relative;
  z-index: 1;
  width: min(820px, 100%);
}

.tvr-specials__hero h1,
.tvr-specials__section-heading h2,
.tvr-specials__property-heading h3,
.tvr-specials__offer h4,
.tvr-specials__global-card h3 {
  margin: 0;
  line-height: 1.13;
}

.tvr-specials__hero h1 {
  margin: 0;
  color: var(--tvr-specials-white);
  font-size: clamp(2.15rem, 4.5vw, 3.75rem);
  line-height: 1.12;
  text-shadow: 0 2px 18px rgba(7, 38, 59, 0.42);
}

.tvr-specials__hero p {
  margin: 18px auto 0;
  color: var(--tvr-specials-white);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.6;
  text-shadow: 0 2px 12px rgba(7, 38, 59, 0.5);
}

.tvr-specials__eyebrow {
  margin: 0 0 10px;
  color: var(--tvr-specials-coral);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tvr-specials__section {
  margin-top: clamp(54px, 8vw, 86px);
}

.tvr-specials__section-heading {
  margin-bottom: 24px;
}

.tvr-specials__section-heading h2 {
  color: var(--tvr-specials-navy);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
}

.tvr-specials__global-grid,
.tvr-specials__properties {
  display: grid;
  gap: 24px;
}

.tvr-specials__global-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.tvr-specials__global-card {
  display: flex;
  min-width: 0;
  padding: 24px;
  flex-direction: column;
  border: 1px solid var(--tvr-specials-sand);
  border-left: 4px solid var(--tvr-specials-navy);
  border-radius: 10px;
  background: var(--tvr-specials-white);
  box-shadow: 0 4px 16px rgba(7, 38, 59, 0.07);
}

.tvr-specials__global-card h3 {
  color: var(--tvr-specials-navy);
  font-size: clamp(1.35rem, 2vw, 1.7rem);
}

.tvr-specials__global-card .tvr-specials__code-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px 10px;
  align-items: center;
  margin: 16px 0 0;
}

.tvr-specials__global-card .tvr-specials__copy {
  grid-column: 1 / -1;
  width: 100%;
  justify-self: stretch;
}

.tvr-specials__global-card .tvr-specials__eligibility {
  margin: 14px 0 0;
  padding: 9px 11px;
  background: #f4ece2;
  color: var(--tvr-specials-ink);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-transform: uppercase;
  opacity: 1;
}

.tvr-specials__global-terms {
  margin: 14px 0 0;
  line-height: 1.5;
}

.tvr-specials__global-card .tvr-specials__primary-link {
  margin-top: auto;
  padding: 16px 0 0;
  border: 0;
  background: transparent;
  color: var(--tvr-specials-navy);
  justify-content: flex-start;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tvr-specials__savings {
  margin: 0 0 8px;
  color: var(--tvr-specials-coral);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tvr-specials__property {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.58fr);
  align-items: stretch;
  min-height: 300px;
  overflow: hidden;
  border: 1px solid #dce3e7;
  border-radius: 18px;
  background: var(--tvr-specials-white);
  box-shadow: 0 14px 40px rgba(7, 38, 59, 0.12);
}

.tvr-specials__media {
  min-width: 0;
  height: 100%;
  overflow: hidden;
  background: var(--tvr-specials-navy);
}

.tvr-specials__property-image-link {
  display: block;
  height: 100%;
  min-height: 300px;
}

.tvr-specials__property-image,
.tvr-specials__photo-fallback {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  object-position: center center;
}

.tvr-specials__photo-fallback {
  display: grid;
  place-items: center;
  padding: 30px;
  color: var(--tvr-specials-white);
  text-align: center;
}

.tvr-specials__property-content {
  display: grid;
  grid-template-columns: minmax(180px, 0.78fr) minmax(310px, 1.22fr);
  grid-template-rows: auto auto 1fr;
  column-gap: 20px;
  align-content: center;
  min-width: 0;
  padding: 10px 14px;
}

.tvr-specials__property-heading,
.tvr-specials__facts,
.tvr-specials__amenities {
  grid-column: 1;
}

.tvr-specials__location {
  margin: 0 0 6px;
  color: #526b7a;
  font-weight: 700;
}

.tvr-specials__property-heading h3 {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.tvr-specials__property-heading a {
  color: var(--tvr-specials-navy);
  text-decoration-thickness: 2px;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
}

.tvr-specials__property-heading a:hover {
  text-decoration-color: var(--tvr-specials-coral);
}

.tvr-specials__facts,
.tvr-specials__amenities {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 6px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.tvr-specials__facts li,
.tvr-specials__amenities li {
  padding: 5px 8px;
  border-radius: 999px;
  background: #eef3f5;
  font-size: 0.75rem;
  font-weight: 700;
}

.tvr-specials__amenities li {
  background: var(--tvr-specials-cream);
}

.tvr-specials__offers {
  display: grid;
  grid-column: 2;
  grid-row: 1 / span 3;
  gap: 18px;
  align-self: center;
  min-width: 0;
  margin-top: 0;
}

.tvr-specials__offer {
  min-width: 0;
  height: 100%;
  padding: 16px;
  border-radius: 12px;
  background: var(--tvr-specials-navy);
  color: var(--tvr-specials-white);
}

.tvr-specials__offer h4 {
  font-size: clamp(1.1rem, 1.7vw, 1.4rem);
}

.tvr-specials__offer .tvr-specials__savings {
  margin-bottom: 4px;
  font-size: 0.72rem;
}

.tvr-specials__offer .tvr-specials__code-row {
  gap: 7px;
  margin: 12px 0;
}

.tvr-specials__code-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 18px 0;
}

.tvr-specials__code-row code {
  padding: 9px 12px;
  border: 2px dashed var(--tvr-specials-coral);
  border-radius: 7px;
  background: var(--tvr-specials-white);
  color: var(--tvr-specials-navy);
  font-size: 1rem;
  font-weight: 900;
}

.tvr-specials__copy,
.tvr-specials__primary-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 2px solid var(--tvr-specials-coral);
  border-radius: 7px;
  background: var(--tvr-specials-coral);
  color: var(--tvr-specials-white);
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.tvr-specials__global-card .tvr-specials__copy {
  color: var(--tvr-specials-white);
}

.tvr-specials__stays {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.tvr-specials__stay-card {
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.07);
}

.tvr-specials__stay {
  display: flex;
  width: 100%;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 8px 9px;
  border-radius: 7px;
  background: var(--tvr-specials-white);
  color: var(--tvr-specials-navy);
  font-size: 0.8rem;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.tvr-specials__price {
  margin: 8px 0 0;
  font-size: 0.86rem;
}

.tvr-specials__price-trigger {
  min-height: 28px;
  padding: 2px 0;
  border: 0;
  background: transparent;
  color: #ffce5c;
  font: inherit;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.tvr-specials__price-trigger:disabled {
  cursor: wait;
  opacity: 0.88;
}

.tvr-specials__price-note,
.tvr-specials__terms,
.tvr-specials__eligibility {
  margin: 6px 0 0;
  font-size: 0.8rem;
  line-height: 1.5;
  opacity: 0.88;
}

.tvr-specials__terms {
  margin-top: 16px;
}

.tvr-specials__offer .tvr-specials__price-note,
.tvr-specials__offer .tvr-specials__terms {
  font-size: 0.68rem;
  line-height: 1.35;
}

.tvr-specials__offer .tvr-specials__terms {
  margin-top: 8px;
}

.tvr-specials__window-offer {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.tvr-specials__window-offer p,
.tvr-specials__windows {
  margin: 0;
}

.tvr-specials__windows {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 0;
  list-style: none;
}

.tvr-specials__windows li {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  font-size: 0.78rem;
  font-weight: 800;
}

.tvr-specials__window-offer .tvr-specials__primary-link {
  width: fit-content;
  margin-top: 2px;
}

.tvr-property-special,
.tvr-property-special * {
  box-sizing: border-box;
}

.tvr-property-special {
  position: relative;
  display: grid;
  container-name: tvr-property-special;
  container-type: inline-size;
  gap: 8px;
  width: 100%;
  margin: 16px 0;
  padding: 14px 18px;
  border-left: 6px solid var(--tvr-specials-coral);
  border-radius: 7px;
  background: var(--tvr-specials-navy);
  color: var(--tvr-specials-white);
  box-shadow: 0 7px 18px rgba(7, 38, 59, 0.2);
}

.tvr-property-special__offer + .tvr-property-special__offer {
  margin-top: 6px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.tvr-property-special__summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.tvr-property-special__headline {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.tvr-property-special__meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tvr-property-special .tvr-property-special__title {
  margin: 0;
  color: var(--tvr-specials-white) !important;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 800 !important;
  line-height: 1.1;
  white-space: normal;
}

.tvr-property-special__eyebrow {
  display: inline-flex;
  width: fit-content;
  margin: 0;
  padding: 3px 7px;
  border-radius: 2px;
  background: var(--tvr-specials-coral);
  color: var(--tvr-specials-white);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

.tvr-property-special__code-row {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 8px;
  margin: 0;
  white-space: nowrap;
}

.tvr-property-special__code-row > span:first-child {
  font-size: 0.78rem;
  font-weight: 700;
  opacity: 0.88;
}

.tvr-property-special__code-row code {
  padding: 7px 10px;
  border: 2px dashed var(--tvr-specials-coral);
  border-radius: 6px;
  background: var(--tvr-specials-white);
  color: var(--tvr-specials-navy);
  font-size: 0.95rem;
  font-weight: 900;
}

.tvr-property-special__code-row .tvr-specials__copy {
  min-height: 44px;
  padding: 8px 14px;
}

.tvr-property-special__eligible {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, auto);
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.tvr-property-special__choices {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.tvr-property-special__eligible-label {
  flex: 0 0 auto;
  font-size: 0.82rem;
  font-weight: 800;
  white-space: nowrap;
}

.tvr-property-special__weeks {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.tvr-property-special__window {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 5px 9px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.25;
  white-space: nowrap;
}

.tvr-property-special__week {
  min-height: 44px;
  padding: 6px 2px;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 0;
  background: transparent;
  color: var(--tvr-specials-white);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.25;
  cursor: pointer;
}

.tvr-property-special__week:hover,
.tvr-property-special__week--selected {
  border-bottom-color: #ffce5c;
  background: transparent;
  color: #ffce5c;
}

.tvr-property-special__result {
  display: grid;
  justify-items: end;
  gap: 3px;
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.3;
  text-align: right;
}

.tvr-property-special__result > span {
  color: #ffce5c;
  font-weight: 800;
}

.tvr-property-special__details {
  width: fit-content;
  margin-left: 0;
  color: var(--tvr-specials-white);
  font-size: 0.75rem;
  line-height: 1.4;
  opacity: 0.9;
}

.tvr-property-special__details summary {
  min-height: 24px;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tvr-property-special__details p {
  max-width: 760px;
  margin: 6px 0 0;
}

.tvr-property-special__details[open] {
  grid-column: 1 / -1;
}

.tvr-property-special .tvr-property-special__availability {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  justify-self: end;
  padding: 8px 13px;
  border: 2px solid var(--tvr-specials-coral);
  border-radius: 6px;
  background: var(--tvr-specials-coral);
  color: var(--tvr-specials-white) !important;
  font-size: 0.78rem;
  font-weight: 850;
  text-align: center;
  text-decoration: none;
}

.tvr-property-special button:focus-visible,
.tvr-property-special a:focus-visible {
  outline: 3px solid #ffce5c;
  outline-offset: 3px;
}

.tvr-checkout-special-fallback {
  display: grid;
  gap: 10px;
  margin: 12px 0;
  padding: 14px;
  border: 2px solid var(--tvr-specials-coral);
  border-radius: 7px;
  background: var(--tvr-specials-cream);
  color: var(--tvr-specials-navy);
}

.tvr-checkout-marina-no-stack {
  margin: 0.65rem 0 0;
  padding: 0.7rem 0.85rem;
  border-left: 4px solid #b88a3b;
  background: #fff8e8;
  color: #24343c;
  font-size: 0.92rem;
  line-height: 1.45;
}

.tvr-checkout-special-fallback p {
  margin: 0;
  line-height: 1.45;
}

.tvr-checkout-special-fallback code {
  width: fit-content;
  padding: 8px 11px;
  border: 2px dashed var(--tvr-specials-coral);
  border-radius: 6px;
  background: var(--tvr-specials-white);
  color: var(--tvr-specials-navy);
  font-size: 1.05rem;
  font-weight: 900;
}

.tvr-checkout-special-fallback button {
  min-height: 44px;
  padding: 9px 14px;
  border: 0;
  border-radius: 6px;
  background: var(--tvr-specials-coral);
  color: var(--tvr-specials-white);
  font-weight: 800;
  cursor: pointer;
}

.tvr-specials button:focus-visible,
.tvr-specials a:focus-visible {
  outline: 3px solid #ffce5c;
  outline-offset: 3px;
}

@media (max-width: 1050px) {
  .tvr-specials__global-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tvr-specials__property {
    grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  }

  .tvr-specials__property-content {
    display: block;
    padding: 22px;
  }

  .tvr-specials__offers {
    margin-top: 18px;
  }

  .tvr-specials__stays {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .tvr-specials__property {
    grid-template-columns: 1fr;
  }

  .tvr-specials__property-image-link,
  .tvr-specials__property-image,
  .tvr-specials__photo-fallback {
    min-height: 320px;
  }

  .tvr-property-special__summary,
  .tvr-property-special__eligible {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .tvr-property-special__result {
    width: 100%;
    margin-left: 0;
    white-space: normal;
  }
}

@media (max-width: 640px) {
  .tvr-specials__global-grid {
    grid-template-columns: 1fr;
  }

  .tvr-specials {
    width: min(100% - 32px, 1200px);
    padding: 12px 0 48px;
  }

  .tvr-specials__hero {
    min-height: 300px;
    padding: 38px 22px;
  }

  .tvr-specials__hero::after {
    background: linear-gradient(rgba(7, 38, 59, 0.56), rgba(7, 38, 59, 0.64));
  }

  .tvr-specials__hero h1 {
    font-size: clamp(2rem, 9vw, 2.55rem);
  }

  .tvr-specials__hero p {
    margin-top: 14px;
    font-size: 1rem;
    line-height: 1.5;
  }

  .tvr-specials__section {
    margin-top: 36px;
  }

  .tvr-specials__section-heading {
    margin-bottom: 16px;
  }

  .tvr-specials__section-heading h2 {
    font-size: 1.7rem;
  }

  .tvr-specials__global-grid,
  .tvr-specials__properties {
    gap: 18px;
  }

  .tvr-specials__global-card {
    padding: 18px;
    border-left-width: 4px;
  }

  .tvr-specials__global-card h3 {
    font-size: 1.48rem;
  }

  .tvr-specials__global-card > p:not([class]) {
    margin: 12px 0 0;
    line-height: 1.5;
  }

  .tvr-specials__global-card .tvr-specials__code-row {
    grid-template-columns: auto 1fr;
    margin: 14px 0 0;
  }

  .tvr-specials__global-card .tvr-specials__copy {
    grid-column: 1 / -1;
    width: 100%;
    justify-self: stretch;
  }

  .tvr-specials__global-card .tvr-specials__eligibility {
    margin-top: 10px;
  }

  .tvr-specials__global-card .tvr-specials__primary-link {
    margin-top: 14px;
  }

  .tvr-specials__property {
    min-height: 0;
    border-radius: 14px;
  }

  .tvr-specials__property-content {
    padding: 18px;
  }

  .tvr-specials__media,
  .tvr-specials__property-image-link,
  .tvr-specials__property-image,
  .tvr-specials__photo-fallback {
    height: 224px;
    min-height: 224px;
  }

  .tvr-specials__property-heading h3 {
    font-size: 1.42rem;
  }

  .tvr-specials__facts,
  .tvr-specials__amenities {
    margin-top: 10px;
  }

  .tvr-specials__offer {
    padding: 14px;
  }

  .tvr-specials__offers {
    gap: 14px;
    margin-top: 16px;
  }

  .tvr-specials__code-row,
  .tvr-specials__copy,
  .tvr-specials__primary-link,
  .tvr-specials__stay {
    width: 100%;
  }

  .tvr-property-special {
    margin: 16px 0;
    padding: 14px 16px;
  }

  .tvr-property-special__summary,
  .tvr-property-special__eligible,
  .tvr-property-special__headline,
  .tvr-property-special__code-row,
  .tvr-property-special__result {
    width: 100%;
  }

  .tvr-property-special__summary,
  .tvr-property-special__eligible {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .tvr-property-special__code-row {
    flex-wrap: wrap;
    white-space: normal;
  }

  .tvr-property-special__code-row .tvr-specials__copy,
  .tvr-property-special__week {
    width: 100%;
  }

  .tvr-property-special__weeks {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .tvr-property-special__week {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    text-align: center;
  }

  .tvr-property-special__week:hover,
  .tvr-property-special__week--selected {
    border-color: #ffce5c;
  }

  .tvr-property-special__details {
    width: 100%;
    margin-left: 0;
  }
}

@container tvr-property-special (max-width: 520px) {
  .tvr-property-special__summary,
  .tvr-property-special__eligible {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .tvr-property-special__code-row,
  .tvr-property-special__choices {
    width: 100%;
    flex-wrap: wrap;
    white-space: normal;
  }

  .tvr-property-special__result {
    justify-items: start;
    text-align: left;
  }

  .tvr-property-special__availability {
    justify-self: stretch;
  }
}

#abe-result-container .abe-image-container {
  position: relative;
}

.tvr-search-special-ribbon {
  position: absolute;
  bottom: 14px;
  left: -8px;
  z-index: 20;
  max-width: calc(100% - 12px);
  padding: 10px 15px 10px 18px;
  border-left: 6px solid #ef4545;
  background: #07263b;
  box-shadow: 0 5px 14px rgba(7, 38, 59, 0.28);
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  pointer-events: none;
}

.tvr-search-special-ribbon::after {
  position: absolute;
  bottom: -7px;
  left: -6px;
  border-top: 7px solid #03131f;
  border-left: 8px solid transparent;
  content: '';
}

.tvr-search-special-ribbon__headline,
.tvr-search-special-ribbon__detail {
  display: block;
  color: #fff;
}

.tvr-search-special-ribbon__detail {
  margin-top: 5px;
  font-size: 10px;
  line-height: 1.25;
  letter-spacing: 0.035em;
}

@media (max-width: 767px) {
  .tvr-search-special-ribbon {
    bottom: 12px;
    padding: 9px 12px 9px 14px;
    font-size: 11px;
  }

  .tvr-search-special-ribbon__detail {
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tvr-specials *,
  .tvr-specials *::before,
  .tvr-specials *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
body.tvr-specials-property-active [data-tvr-nostress3k="detail"] {
  display: none !important;
}
