.news-house-ads {
  position: sticky;
  top: 112px;
  display: grid;
  width: 100%;
  max-width: 320px;
  gap: 10px;
  align-self: start;
}

.news-house-ads--nested,
.news-house-ads--inline {
  position: static;
}

.news-house-ads--inline {
  margin: 30px auto 34px;
}

.news-house-ad {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(10, 23, 48, 0.14);
  isolation: isolate;
  transition: transform 170ms ease, box-shadow 170ms ease;
}

.news-house-ad:hover,
.news-house-ad:focus-visible {
  color: inherit;
  transform: translateY(-3px);
  box-shadow: 0 20px 38px rgba(10, 23, 48, 0.22);
}

.news-house-ad:focus-visible {
  outline: 4px solid #2c84d5;
  outline-offset: 3px;
}

.news-house-ad__copy,
.news-house-ad__eyebrow,
.news-house-ad__description,
.news-house-ad__action,
.news-house-ad__booking-subhead,
.news-house-ad__booking-examples {
  display: block;
}

.news-house-ad__copy {
  position: relative;
  z-index: 3;
}

.news-house-ad__eyebrow {
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.news-house-ad__description {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 9.5px;
  font-weight: 600;
  line-height: 1.26;
}

.news-house-ad__action {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 9px;
  margin-top: 9px;
  border: 1px solid currentColor;
  border-radius: 6px;
  padding: 6px 9px;
  font-size: 9.5px;
  font-weight: 800;
  line-height: 1;
}

.news-house-ad__action svg {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  fill: currentColor;
}

.news-house-ad--park {
  height: 150px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 82% 66%, rgba(65, 189, 255, 0.14), transparent 42%),
    linear-gradient(135deg, #173372 0%, #10255f 58%, #0b1e51 100%);
}

.news-house-ad--park::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(16, 37, 95, 0.98) 0%, rgba(16, 37, 95, 0.88) 42%, rgba(16, 37, 95, 0.08) 78%);
  content: "";
  pointer-events: none;
}

.news-house-ad--park .news-house-ad__copy {
  width: 64%;
  padding: 12px 0 20px 17px;
}

.news-house-ad--park .news-house-ad__eyebrow {
  color: #84d8ff;
}

.news-house-ad--park .news-house-ad__action {
  margin-top: 8px;
}

.news-house-ad__park-name {
  display: -webkit-box;
  max-width: 178px;
  margin-top: 5px;
  overflow: hidden;
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.88;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news-house-ad__park-name--long {
  font-size: 17px;
  letter-spacing: -0.045em;
  line-height: 0.92;
}

.news-house-ad__park-chart {
  position: absolute;
  top: 15px;
  right: 4px;
  z-index: 1;
  width: 51%;
  height: 118px;
  object-fit: contain;
  object-position: center;
  opacity: 0.98;
}

.news-house-ad--crowd {
  height: 146px;
  border: 1px solid rgba(7, 19, 39, 0.08);
  border-radius: 14px;
  background: #ffcd2e;
  color: #071327;
}

.news-house-ad--crowd .news-house-ad__copy {
  width: 65%;
  padding: 13px 0 12px 17px;
}

.news-house-ad--crowd .news-house-ad__description {
  color: rgba(7, 19, 39, 0.78);
}

.news-house-ad--crowd .news-house-ad__action {
  border-color: #071327;
  background: #071327;
  color: #fff;
}

.news-house-ad__crowd-title {
  display: block;
  margin-top: 7px;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.96;
  text-transform: uppercase;
  word-spacing: 0.09em;
}

.news-house-ad__crowd-meter {
  --meter-color: #43a047;
  --meter-value: 42%;
  position: absolute;
  top: 26px;
  right: 14px;
  z-index: 2;
  display: grid;
  width: 90px;
  height: 90px;
  place-items: center;
  border-radius: 999px;
  background: conic-gradient(var(--meter-color) var(--meter-value), #ecf0f3 var(--meter-value) 100%);
  box-shadow: 0 10px 23px rgba(78, 63, 11, 0.18);
}

.news-house-ad__crowd-meter-inner {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  align-content: center;
  border-radius: 999px;
  background: #fff;
  text-align: center;
}

.news-house-ad__crowd-meter-inner strong {
  color: #071327;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
}

.news-house-ad__crowd-meter-inner span {
  margin-top: 5px;
  color: #677388;
  font-size: 7.5px;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1;
  text-transform: uppercase;
}

.news-house-ad--booking {
  height: 152px;
  border: 1px solid #afd6fb;
  border-radius: 14px;
  background: #dcefff;
  color: #071327;
}

.news-house-ad--booking .news-house-ad__copy {
  width: 52%;
  padding: 13px 0 11px 17px;
}

.news-house-ad--booking .news-house-ad__eyebrow {
  color: #2c69c8;
}

.news-house-ad--booking .news-house-ad__action {
  margin-top: 8px;
  border: 0;
  padding: 0;
  color: #286bca;
}

.news-house-ad__booking-title {
  display: block;
  margin-top: 5px;
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.88;
  text-transform: uppercase;
}

.news-house-ad__booking-subhead {
  margin-top: 5px;
  color: #253650;
  font-size: 9.5px;
  font-weight: 600;
  line-height: 1.25;
}

.news-house-ad__date-strip {
  position: absolute;
  top: 31px;
  right: 12px;
  z-index: 2;
  display: grid;
  width: 154px;
  height: 70px;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.82);
}

.news-house-ad__date-tile {
  display: grid;
  place-items: center;
  align-content: center;
  color: #326bc3;
  font-size: 8px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.news-house-ad__date-tile strong {
  margin: 4px 0;
  font-size: 23px;
  letter-spacing: -0.05em;
}

.news-house-ad__date-tile small {
  font-size: 8px;
  font-weight: 800;
}

.news-house-ad__date-tile--active {
  background: #326bc3;
  color: #fff;
}

.news-house-ad__booking-examples {
  position: absolute;
  right: 12px;
  bottom: 9px;
  left: 17px;
  z-index: 3;
  overflow: hidden;
  color: #286bca;
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.story-layout.news-house-ads-layout {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
  justify-content: stretch;
  gap: 26px;
}

@media (max-width: 980px) {
  .story-layout.news-house-ads-layout {
    display: block;
  }

  .news-house-ads {
    position: static;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 380px) {
  .news-house-ad__park-chart {
    right: 3px;
    width: 47%;
  }

  .news-house-ad__crowd-meter {
    right: 13px;
  }

  .news-house-ad__date-strip {
    right: 13px;
    width: 148px;
  }
}
