/* Festival x country matrix — thin accent layer only.
   Shared hero, trust strip, FAQ, and card styling come from festival.css +
   locality-hub.css + pickles.css. Do not duplicate those rules here. */

.festival-country-page main section[id] {
  scroll-margin-top: 110px;
}

.festival-country-page .ship-by-card {
  max-width: 720px;
  margin: 0 auto;
  padding: 1.5rem 1.75rem;
  border-radius: var(--r-lg, 20px);
  background: #ffffff;
  box-shadow: var(--shadow-md, 0 10px 40px rgba(0, 0, 0, 0.06));
}

.festival-country-page .ship-by-card .ship-by-date {
  display: block;
  margin: 0.35rem 0 0.75rem;
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  font-weight: 700;
  color: #4a0072;
}

.festival-country-page .sibling-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.festival-country-page .sibling-chip-row a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(74, 0, 114, 0.06);
  color: #4a0072;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.15s ease;
}

.festival-country-page .sibling-chip-row a:hover,
.festival-country-page .sibling-chip-row a:focus-visible {
  background: rgba(74, 0, 114, 0.12);
}
