/* Rediscover Earth v1.5.6 - price index and photo text contrast */

/* Price index inside each place profile card. */
.story-price-index {
  padding: 22px 26px 24px;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(239, 245, 235, .52), rgba(255, 255, 255, .92));
}

.story-price-head,
.story-price-overall,
.story-price-row {
  display: flex;
  align-items: center;
}

.story-price-head {
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.story-price-head > span {
  color: #65736c;
  font-size: .67rem;
  font-weight: 500;
  letter-spacing: .105em;
  text-transform: uppercase;
}

.story-price-head > small {
  padding: 5px 8px;
  border: 1px solid rgba(56, 90, 72, .12);
  border-radius: 999px;
  background: #f3f6f1;
  color: #7b8781;
  font-size: .58rem;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.story-price-overall {
  justify-content: space-between;
  gap: 16px;
  padding: 0 0 15px;
  border-bottom: 1px solid var(--line);
}

.story-price-overall span {
  color: #6f7b75;
  font-size: .72rem;
}

.story-price-overall strong {
  color: #2f5f4b;
  font-size: .82rem;
  font-weight: 600;
}

.story-price-list {
  display: grid;
  gap: 0;
}

.story-price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 78px;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(35, 55, 50, .08);
}

.story-price-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.story-price-row > span {
  color: #65716c;
  font-size: .74rem;
  line-height: 1.25;
}

.story-price-row > strong {
  color: #35443e;
  font-size: .72rem;
  font-weight: 500;
  text-align: right;
}

.story-price-dots {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.story-price-dots i {
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(47, 95, 75, .26);
  border-radius: 50%;
  background: transparent;
}

.story-price-dots i.is-active {
  border-color: #5f8b4d;
  background: #5f8b4d;
}

/* Text on photography must stay readable regardless of the selected image. */
.daily-visual-overlay {
  background:
    linear-gradient(180deg, rgba(8, 17, 14, .16), rgba(8, 17, 14, .18) 34%, rgba(6, 13, 11, .82)),
    linear-gradient(90deg, rgba(7, 15, 12, .10), transparent 56%) !important;
}

.daily-stamp,
.daily-stamp span,
.daily-question,
.daily-coordinate {
  color: #ffffff !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .72);
}

.daily-question {
  font-weight: 600;
}

.daily-coordinate {
  font-family: Avenir Next, Avenir, Inter, Segoe UI, system-ui, Arial, sans-serif !important;
  color: rgba(255, 255, 255, .9) !important;
}

.alt-shade {
  background: linear-gradient(180deg, rgba(5, 12, 10, .08), rgba(5, 12, 10, .24) 42%, rgba(4, 10, 8, .88)) !important;
}

.alt-place small,
.alt-place h3,
.alt-label,
.alt-card-action {
  color: #ffffff !important;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .72);
}

.alt-place h3 {
  font-weight: 600;
}

.alt-label,
.alt-card-action {
  border-color: rgba(255, 255, 255, .34) !important;
  background: rgba(7, 15, 12, .58) !important;
}

.alt-quiet:hover .alt-card-action,
.alt-quiet:focus-visible .alt-card-action {
  background: #356a54 !important;
  color: #ffffff !important;
}

@media (max-width: 720px) {
  .story-price-index {
    padding: 20px 20px 22px;
  }
  .story-price-row {
    grid-template-columns: minmax(0, 1fr) auto 70px;
    gap: 10px;
  }
}
