/* Single Experience template */
.xrmust-xp-single {
  background: #f7f5f2;
  color: #3e3a35;
}

.xrmust-xp-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.xrmust-xp-hero {
  padding: 72px 0 64px;
  background:
    radial-gradient(circle at 18% 20%, rgba(239, 59, 45, 0.11), transparent 30%),
    radial-gradient(circle at 90% 12%, rgba(0, 177, 165, 0.14), transparent 34%),
    #f7f5f2;
  border-bottom: 1px solid rgba(62, 58, 53, 0.12);
}

.xrmust-xp-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 56px;
  align-items: end;
}

.xrmust-xp-back,
.xrmust-xp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  min-height: 42px;
  padding: 0 18px;
  background: #fff;
  border: 1px solid rgba(62, 58, 53, 0.14);
  color: #3e3a35;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(62, 58, 53, 0.08);
}

.xrmust-xp-back {
  margin-bottom: 36px;
}

.xrmust-xp-kicker {
  margin: 0 0 12px;
  color: #00b1a5;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 900;
}

.xrmust-xp-hero h1 {
  margin: 0;
  max-width: 900px;
  font-size: clamp(4rem, 9vw, 8.5rem);
  line-height: 0.86;
  letter-spacing: -0.09em;
  color: #3e3a35;
}

.xrmust-xp-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.xrmust-xp-meta-row span,
.xrmust-xp-chip,
.xrmust-xp-store,
.xrmust-xp-event em {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid rgba(62, 58, 53, 0.12);
  color: #3e3a35;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}


.xrmust-xp-chip:hover,
.xrmust-xp-store:hover,
.xrmust-xp-person-link:hover,
.xrmust-xp-event:hover {
  border-color: rgba(0, 177, 165, 0.5);
  color: #00b1a5;
}

.xrmust-xp-chip--muted {
  background: rgba(0, 177, 165, 0.08);
  color: #00b1a5;
}

.xrmust-xp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.xrmust-xp-button {
  background: #3e3a35;
  color: #fff;
  border-color: #3e3a35;
}

.xrmust-xp-button--ghost {
  background: #fff;
  color: #3e3a35;
}

.xrmust-xp-hero .xr-share,
.xrmust-xp-hero .xrmust-share,
.xrmust-xp-hero .xr-article-share {
  margin-top: 26px;
}

.xrmust-xp-hero__visual {
  display: flex;
  justify-content: flex-end;
}

.xrmust-xp-poster {
  width: min(320px, 100%);
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(62, 58, 53, 0.18);
  border: 1px solid rgba(62, 58, 53, 0.1);
}

.xrmust-xp-poster--placeholder {
  display: grid;
  place-items: center;
  color: #00b1a5;
  font-size: 4rem;
  font-weight: 950;
}

.xrmust-xp-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 36px;
  padding: 48px 0 84px;
  align-items: start;
}

.xrmust-xp-main,
.xrmust-xp-sidebar {
  display: grid;
  gap: 22px;
}

.xrmust-xp-section,
.xrmust-xp-card {
  background: #fff;
  border: 1px solid rgba(62, 58, 53, 0.12);
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 18px 45px rgba(62, 58, 53, 0.06);
}

.xrmust-xp-section h2,
.xrmust-xp-card h2 {
  margin: 0 0 18px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 0.95;
  letter-spacing: -0.07em;
  color: #3e3a35;
}

.xrmust-xp-card h2 {
  font-size: 1.8rem;
}

.xrmust-xp-section__content {
  color: rgba(62, 58, 53, 0.78);
  font-size: 1.06rem;
  line-height: 1.65;
}

.xrmust-xp-section__content p:first-child {
  margin-top: 0;
}

.xrmust-xp-section__content p:last-child {
  margin-bottom: 0;
}

.xrmust-xp-facts {
  display: grid;
  gap: 18px;
  margin: 0;
}

.xrmust-xp-facts div {
  display: grid;
  gap: 8px;
}

.xrmust-xp-facts dt {
  color: rgba(62, 58, 53, 0.62);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.xrmust-xp-facts dd {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

.xrmust-xp-team {
  display: grid;
  gap: 12px;
}

.xrmust-xp-team__row,
.xrmust-xp-event {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid rgba(62, 58, 53, 0.1);
  border-radius: 18px;
  background: #faf9f7;
  text-decoration: none;
  color: #3e3a35;
}

.xrmust-xp-person-link {
  color: #3e3a35;
  font-weight: 900;
  text-decoration: none;
}

.xrmust-xp-team__position {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.xrmust-xp-event-list,
.xrmust-xp-store-list {
  display: grid;
  gap: 10px;
}

.xrmust-xp-event span {
  font-weight: 900;
}

.xrmust-xp-event em {
  font-style: normal;
  flex: 0 0 auto;
}

.xrmust-xp-store-list {
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.xrmust-xp-store {
  justify-content: center;
}

@media (max-width: 920px) {
  .xrmust-xp-hero__grid,
  .xrmust-xp-layout {
    grid-template-columns: 1fr;
  }

  .xrmust-xp-hero__visual {
    justify-content: flex-start;
  }

  .xrmust-xp-poster {
    width: min(240px, 100%);
  }
}

@media (max-width: 640px) {
  .xrmust-xp-container {
    width: min(100% - 28px, 1180px);
  }

  .xrmust-xp-hero {
    padding: 42px 0 40px;
  }

  .xrmust-xp-hero h1 {
    font-size: clamp(3.2rem, 20vw, 5rem);
  }

  .xrmust-xp-section,
  .xrmust-xp-card {
    border-radius: 22px;
    padding: 22px;
  }

  .xrmust-xp-team__row,
  .xrmust-xp-event {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Refinements v2 */
.xrmust-xp-poster {
  object-fit: contain;
  background: #fff;
}

.xrmust-xp-share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.xrmust-xp-share span {
  color: rgba(62, 58, 53, 0.68);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-right: 4px;
}

.xrmust-xp-share a,
.xrmust-xp-selection-filter a,
.xrmust-xp-selection-filter button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 13px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(62, 58, 53, 0.14);
  color: #3e3a35;
  font-size: 0.86rem;
  font-weight: 850;
  text-decoration: none;
}

.xrmust-xp-selection-filter button {
  appearance: none;
  cursor: pointer;
}

.xrmust-xp-share a:hover,
.xrmust-xp-selection-filter a:hover,
.xrmust-xp-selection-filter button:hover,
.xrmust-xp-selection-filter a.is-active,
.xrmust-xp-selection-filter button.is-active {
  border-color: rgba(0, 177, 165, 0.5);
  color: #00b1a5;
}

.xrmust-xp-video {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #111;
}

.xrmust-xp-video iframe,
.xrmust-xp-video video,
.xrmust-xp-video embed,
.xrmust-xp-video object {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
}

.xrmust-xp-selection-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.xrmust-xp-selection-year {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding-top: 22px;
  border-top: 1px solid rgba(62, 58, 53, 0.1);
}

.xrmust-xp-selection-year:first-of-type {
  padding-top: 0;
  border-top: 0;
}

.xrmust-xp-selection-year h3 {
  margin: 0;
  color: #3e3a35;
  font-size: clamp(2.6rem, 6vw, 4.8rem);
  line-height: 0.9;
  letter-spacing: -0.08em;
}

.xrmust-xp-awards {
  grid-column: 2;
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(239, 59, 45, 0.18);
  border-radius: 22px;
  background: rgba(239, 59, 45, 0.06);
}

.xrmust-xp-awards__label {
  margin: 0;
  color: #ef3b2d;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.xrmust-xp-award {
  display: grid;
  gap: 10px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(239, 59, 45, 0.08);
  color: #3e3a35;
  text-decoration: none;
}

.xrmust-xp-award strong {
  font-size: 1.08rem;
}

.xrmust-xp-event-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.xrmust-xp-selection-year > .xrmust-xp-event-list {
  grid-column: 2;
}

.xrmust-xp-event {
  align-items: flex-start;
  flex-direction: column;
}

.xrmust-xp-meta-row .xrmust-xp-chip {
  min-height: 30px;
}

@media (max-width: 760px) {
  .xrmust-xp-selection-year {
    grid-template-columns: 1fr;
  }

  .xrmust-xp-awards,
  .xrmust-xp-selection-year > .xrmust-xp-event-list {
    grid-column: 1;
  }
}

/* Refinements v3 */
.xrmust-xp-awards--flat {
  grid-column: auto;
  margin-bottom: 16px;
}

.xrmust-xp-awards--flat .xrmust-xp-award {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.xrmust-xp-awards--flat .xrmust-xp-award .xrmust-xp-event-cats {
  grid-column: 1 / -1;
}

.xrmust-xp-social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.xrmust-xp-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  border-radius: 999px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid rgba(62, 58, 53, 0.12);
  color: #3e3a35;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

.xrmust-xp-social:hover {
  border-color: rgba(0, 177, 165, 0.5);
  color: #00b1a5;
}

.xrmust-xp-social--ifdigital {
  margin-left: auto;
  border-color: rgba(0, 177, 165, 0.28);
  color: #00b1a5;
}

.xrmust-xp-meta-row a.xrmust-xp-chip {
  min-height: 30px;
}

@media (max-width: 640px) {
  .xrmust-xp-awards--flat .xrmust-xp-award {
    grid-template-columns: 1fr;
  }

  .xrmust-xp-social--ifdigital {
    margin-left: 0;
  }
}

/* Refinements v4 */
.xrmust-xp-hero__visual {
  align-self: stretch;
  align-items: center;
}

.xrmust-xp-poster-frame {
  width: min(340px, 100%);
  min-height: 420px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border-radius: 32px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(62, 58, 53, 0.12);
  box-shadow: 0 24px 60px rgba(62, 58, 53, 0.14);
  backdrop-filter: blur(12px);
}

.xrmust-xp-poster {
  width: 100%;
  max-height: 460px;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 22px;
  box-shadow: none;
  border: 0;
  background: transparent;
}

.xrmust-xp-actions .xrmust-xp-button {
  min-width: 0;
}

.xrmust-xp-actions .xrmust-xp-button:nth-child(2) {
  background: #3e3a35;
  color: #fff;
  border-color: #3e3a35;
}

.xrmust-xp-selection-filter {
  margin-bottom: 24px;
}

.xrmust-xp-event-list {
  gap: 12px;
}

.xrmust-xp-selection-card {
  display: grid;
  gap: 10px;
  padding: 18px 20px;
  border: 1px solid rgba(62, 58, 53, 0.1);
  border-radius: 20px;
  background: #fff;
  color: #3e3a35;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(62, 58, 53, 0.035);
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.xrmust-xp-selection-card:hover {
  border-color: rgba(0,177,165,.42);
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(62, 58, 53, 0.07);
}

.xrmust-xp-selection-card__title {
  font-size: 1.05rem;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.xrmust-xp-selection-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.xrmust-xp-chip--year {
  background: #fff;
  color: #3e3a35;
}

.xrmust-xp-awards--flat {
  margin-bottom: 20px;
  padding: 18px;
  border-color: rgba(239,59,45,.18);
  background: rgba(239,59,45,.045);
}

.xrmust-xp-awards--flat .xrmust-xp-selection-card--award {
  border-color: rgba(239,59,45,.1);
}

.xrmust-xp-awards--flat .xrmust-xp-selection-card--award:hover {
  border-color: rgba(239,59,45,.35);
}

.xrmust-xp-awards--flat .xrmust-xp-selection-card {
  grid-template-columns: 1fr;
}

.xrmust-xp-social-list,
.xrmust-xp-social,
.xrmust-xp-social--ifdigital {
  display: none;
}

@media (max-width: 920px) {
  .xrmust-xp-poster-frame {
    width: min(280px, 100%);
    min-height: 0;
  }

  .xrmust-xp-poster {
    max-height: 390px;
  }
}

/* Refinements v5: keep each selection result in a single readable bubble. */
.xrmust-xp-selection-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.xrmust-xp-selection-card__title {
  display: block;
  color: #3e3a35;
  text-decoration: none;
}

.xrmust-xp-selection-card__title:hover {
  color: #00b1a5;
}

.xrmust-xp-selection-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0;
}

.xrmust-xp-awards--flat .xrmust-xp-selection-card,
.xrmust-xp-event-list .xrmust-xp-selection-card {
  width: 100%;
}

/* Refinements v6: selection countries and share moved to sidebar. */
.xrmust-xp-card--share .xrmust-xp-share {
  margin-top: 0;
}

.xrmust-xp-card--share .xrmust-xp-share span {
  flex-basis: 100%;
  margin-bottom: 4px;
}

.xrmust-xp-chip--country {
  background: rgba(62, 58, 53, 0.05);
  color: #3e3a35;
}

.xrmust-xp-social-list,
.xrmust-xp-social {
  display: flex;
}

.xrmust-xp-social-list {
  flex-wrap: wrap;
  gap: 8px;
}

.xrmust-xp-social {
  align-items: center;
  justify-content: center;
  min-height: 30px;
  border-radius: 999px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid rgba(62, 58, 53, 0.12);
  color: #3e3a35;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

.xrmust-xp-social:hover {
  border-color: rgba(0, 177, 165, 0.5);
  color: #00b1a5;
}

/* Engagement row: vote, average and user lists. */
.xrmust-xp-engagement {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 820px;
  margin-top: 24px;
}

.xrmust-xp-engagement__card {
  min-height: 96px;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(62, 58, 53, 0.12);
  box-shadow: 0 18px 44px rgba(62, 58, 53, 0.08);
}

.xrmust-xp-engagement__label {
  margin: 0 0 10px;
  color: #8b8580;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.xrmust-xp-vote-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.xrmust-xp-vote-stars {
  display: inline-flex;
  gap: 2px;
  align-items: center;
}

.xrmust-xp-vote-stars button {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(62, 58, 53, 0.26);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  transition: color 0.16s ease, transform 0.16s ease;
}

.xrmust-xp-vote-stars button.is-on,
.xrmust-xp-vote-stars button:hover,
.xrmust-xp-vote-stars button:hover ~ button.is-on {
  color: #ef3b2d;
}

.xrmust-xp-vote-stars button:hover {
  transform: translateY(-1px);
}

.xrmust-xp-clear-rating {
  border: 0;
  background: rgba(62, 58, 53, 0.08);
  color: #3e3a35;
  border-radius: 999px;
  min-height: 28px;
  padding: 0 10px;
  font-size: 0.78rem;
  font-weight: 850;
  cursor: pointer;
}

.xrmust-xp-average {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.xrmust-xp-average strong {
  font-size: 1.15rem;
  color: #3e3a35;
}

.xrmust-xp-average span:not(.xrmust-xp-stars span) {
  color: #7f7974;
  font-weight: 800;
  font-size: 0.86rem;
}

.xrmust-xp-average--empty {
  color: #7f7974;
  font-weight: 850;
}

.xrmust-xp-stars {
  display: inline-flex;
  gap: 1px;
  color: rgba(62, 58, 53, 0.22);
  font-size: 1rem;
  letter-spacing: -0.04em;
}

.xrmust-xp-stars .is-on {
  color: #ef3b2d;
}

.xrmust-xp-list-open,
.xrmust-xp-login-link,
.xrmust-xp-list-create button,
.xrmust-xp-list-option button {
  font-family: inherit;
}

.xrmust-xp-list-open,
.xrmust-xp-login-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border-radius: 999px;
  padding: 0 14px;
  background: #3e3a35;
  color: #fff;
  border: 1px solid #3e3a35;
  font-size: 0.86rem;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.xrmust-xp-saved-indicator {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-left: 8px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(0, 177, 165, 0.11);
  color: #00b1a5;
  font-size: 0.78rem;
  font-weight: 900;
}

.xrmust-xp-list-modal[aria-hidden="true"] {
  display: none;
}

.xrmust-xp-list-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
}

.xrmust-xp-list-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(34, 31, 29, 0.5);
  cursor: pointer;
}

.xrmust-xp-list-panel {
  position: relative;
  width: min(560px, calc(100vw - 32px));
  margin: 8vh auto 0;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(62, 58, 53, 0.12);
  box-shadow: 0 30px 100px rgba(34, 31, 29, 0.28);
  overflow: hidden;
}

.xrmust-xp-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(62, 58, 53, 0.1);
}

.xrmust-xp-list-head h3 {
  margin: 0;
  font-size: 1.5rem;
  letter-spacing: -0.06em;
}

.xrmust-xp-list-head button {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 0;
  background: rgba(62, 58, 53, 0.06);
  color: #3e3a35;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.xrmust-xp-list-body {
  padding: 20px 22px 22px;
}

.xrmust-xp-list-options {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.xrmust-xp-list-option button {
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 14px 0 16px;
  border-radius: 16px;
  background: #f7f5f2;
  border: 1px solid rgba(62, 58, 53, 0.12);
  color: #3e3a35;
  font-weight: 900;
  cursor: pointer;
}

.xrmust-xp-list-option button em {
  font-style: normal;
  color: #00b1a5;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.xrmust-xp-list-option button.is-active {
  background: rgba(0, 177, 165, 0.08);
  border-color: rgba(0, 177, 165, 0.35);
}

.xrmust-xp-list-empty {
  margin: 0 0 18px;
  color: #7f7974;
  font-weight: 800;
}

.xrmust-xp-list-create {
  display: flex;
  gap: 10px;
  padding-top: 16px;
  border-top: 1px solid rgba(62, 58, 53, 0.1);
}

.xrmust-xp-list-create input {
  flex: 1;
  min-width: 0;
  min-height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(62, 58, 53, 0.14);
  background: #f7f5f2;
  padding: 0 16px;
  color: #3e3a35;
  font-weight: 800;
}

.xrmust-xp-list-create button {
  min-height: 44px;
  border-radius: 999px;
  border: 0;
  background: #ef3b2d;
  color: #fff;
  padding: 0 16px;
  font-weight: 950;
  cursor: pointer;
}

.xrmust-xp-modal-open {
  overflow: hidden;
}

@media (max-width: 920px) {
  .xrmust-xp-engagement {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .xrmust-xp-list-create {
    flex-direction: column;
  }
}


/* Unified database single-page refinements */
.xrmust-xp-meta-row .xrmust-xp-chip,
.xrmust-xp-chip--country {
  gap: 6px;
  line-height: 1.1;
}

.xrmust-xp-hero {
  background: linear-gradient(110deg, #fff4f1 0%, #fbfaf7 52%, #effbf8 100%);
}

.xrmust-xp-poster-frame {
  background: #fff;
  border: 1px solid rgba(62, 58, 53, 0.1);
  border-radius: 30px;
  box-shadow: 0 24px 55px rgba(62, 58, 53, 0.13);
  padding: 14px;
}

.xrmust-xp-poster-frame .xrmust-xp-poster,
.xrmust-xp-poster {
  object-fit: contain;
  background: #fff;
}

.xrmust-xp-share a,
.xrmust-xp-sidebar .xrmust-xp-share a {
  background: #fff;
}

.xrmust-xp-selection-card__meta button.xrmust-xp-chip {
  appearance: none;
  cursor: pointer;
  font-family: inherit;
}


/* Similar Experiences */
.xrmust-xp-similar-section {
  width: 100%;
  margin: 0;
  padding: 54px 0 64px;
  background: #f7f3ee;
  border-top: 1px solid rgba(62, 58, 53, 0.1);
}

.xrmust-xp-similar-heading {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.xrmust-xp-similar-heading h2 {
  margin: 0;
  color: #3e3a35;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.xrmust-xp-similar-heading p:not(.xrmust-xp-kicker) {
  margin: 12px auto 0;
  color: rgba(62, 58, 53, 0.68);
  font-size: 15px;
  line-height: 1.5;
}

.xrmust-xp-similar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.xrmust-xp-similar-card {
  display: flex;
  gap: 14px;
  align-items: stretch;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(62, 58, 53, 0.12);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(62, 58, 53, 0.06);
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.xrmust-xp-similar-card:hover {
  transform: translateY(-2px);
  border-color: rgba(62, 58, 53, 0.22);
  box-shadow: 0 18px 44px rgba(62, 58, 53, 0.1);
}

.xrmust-xp-similar-card__visual {
  flex: 0 0 86px;
  width: 86px;
  min-height: 112px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  overflow: hidden;
  background: #eee7df;
  color: #00b1a5;
  font-weight: 950;
  text-decoration: none;
}

.xrmust-xp-similar-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.xrmust-xp-similar-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.xrmust-xp-similar-card__title {
  display: block;
  color: #3e3a35;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.025em;
  text-decoration: none;
}

.xrmust-xp-similar-card__title:hover {
  color: #00b1a5;
}

.xrmust-xp-similar-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 10px;
  color: rgba(62, 58, 53, 0.66);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.xrmust-xp-similar-card__meta span + span::before {
  content: "•";
  margin-right: 7px;
  color: rgba(62, 58, 53, 0.28);
}

@media (max-width: 980px) {
  .xrmust-xp-similar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .xrmust-xp-similar-section {
    padding: 42px 0 50px;
  }

  .xrmust-xp-similar-grid {
    grid-template-columns: 1fr;
  }
}


.xrmust-xp-similar-card__visual .xrmust-xp-similar-card__initial{
  display:grid;
  place-items:center;
  width:100%;
  height:100%;
  min-height:112px;
  color:#00b1a5;
  font-size:2.3rem;
  font-weight:950;
  line-height:1;
}

/* Main Experience poster fallback: same initials rule as Similar Experiences */
.xrmust-xp-poster-frame .xrmust-xp-poster--placeholder,
.xrmust-xp-poster--placeholder{
  display:grid;
  place-items:center;
  background:#eee7df;
  color:#00b1a5;
  text-decoration:none !important;
}
.xrmust-xp-poster-placeholder__initial{
  display:grid;
  place-items:center;
  width:100%;
  height:100%;
  background:transparent;
  border:0;
  box-shadow:none;
  color:#00b1a5;
  font-size:4rem;
  font-weight:950;
  line-height:1;
  text-decoration:none !important;
}

/* Experience main poster fallback: match People / Companies visual rule */
.xrmust-xp-poster-frame--placeholder{
  padding:0;
  background:transparent;
  border:0;
  box-shadow:none;
  backdrop-filter:none;
}
.xrmust-xp-poster-frame--placeholder .xrmust-xp-poster--placeholder{
  width:min(320px,100%);
  aspect-ratio:3 / 4;
  border-radius:28px;
  background:#eee7df;
  box-shadow:0 24px 55px rgba(62,58,53,.13);
  border:0;
}
.xrmust-xp-poster-frame--placeholder .xrmust-xp-poster-placeholder__initial{
  display:grid;
  place-items:center;
  width:100%;
  height:100%;
  background:transparent;
  border:0;
  box-shadow:none;
  color:#00b1a5;
  font-size:4rem;
  font-weight:950;
  line-height:1;
  text-decoration:none !important;
}

/* Experience single: Media Watch / related press block */
.xrd-press-review-section {
  padding: clamp(42px, 6vw, 76px) 0;
  border-top: 1px solid rgba(62, 58, 53, .08);
  background: #f6f1eb;
}
.xrd-press-review-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}
.xrd-press-review-item a {
  display: block;
  height: 100%;
  padding: 20px 22px;
  border: 1px solid rgba(62, 58, 53, .12);
  border-radius: 22px;
  background: rgba(255, 255, 255, .76);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(62, 58, 53, .06);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.xrd-press-review-item a:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 177, 165, .35);
  box-shadow: 0 18px 38px rgba(62, 58, 53, .09);
}
.xrd-press-review-title {
  display: block;
  font-size: 1.02rem;
  font-weight: 850;
  line-height: 1.18;
  color: #3e3a35;
}
.xrd-press-review-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.xrd-press-review-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 11px;
  border: 1px solid rgba(62, 58, 53, .12);
  border-radius: 999px;
  background: #fff;
  color: rgba(62, 58, 53, .78);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
}
.xrd-press-review-item--mediawatch .xrd-press-review-meta span:last-child {
  border-color: rgba(0, 177, 165, .22);
  background: rgba(0, 177, 165, .08);
  color: #00a69b;
}
@media (max-width: 760px) {
  .xrd-press-review-list {
    grid-template-columns: 1fr;
  }
}
.xrmust-xp-single .xrd-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}
.xrmust-xp-single .xrd-section-heading {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}
.xrmust-xp-single .xrd-section-heading h2 {
  margin: 0;
  color: #3e3a35;
  font-size: clamp(2.2rem, 4vw, 4.1rem);
  line-height: .9;
  letter-spacing: -.06em;
}
.xrmust-xp-single .xrd-section-heading p:not(.xrd-eyebrow) {
  margin: 14px 0 0;
  color: rgba(62, 58, 53, .68);
  font-size: 1rem;
}
.xrmust-xp-single .xrd-eyebrow {
  margin: 0 0 10px;
  color: #00b1a5;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .32em;
  text-transform: uppercase;
}


/* Unified Media Watch block across Database singles */
.xrd-press-review-section .xrd-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}
.xrd-press-review-section .xrd-section-heading {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.xrd-press-review-section .xrd-section-heading h2 {
  font-size: clamp(2.4rem, 5vw, 4.1rem);
  line-height: .92;
  margin: 8px 0 12px;
}
.xrd-press-review-section .xrd-section-heading p:last-child {
  color: rgba(62,58,53,.68);
  font-size: 1.02rem;
}
.xrd-press-review-section .xrd-press-review-list {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.xrd-press-review-meta span:last-child {
  border-color: rgba(62, 58, 53, .12);
  background: #fff;
  color: rgba(62, 58, 53, .78);
}
.xrd-press-review-item--mediawatch .xrd-press-review-meta span:last-child {
  border-color: rgba(62, 58, 53, .12);
  background: #fff;
  color: rgba(62, 58, 53, .78);
}


/* Experience comments block: native WordPress comments, placed before Media Watch. */
.xrmust-xp-comments-section {
  padding: 0 0 58px;
  margin-top: -34px;
}

.xrmust-xp-comments-card {
  max-width: 920px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(62, 58, 53, 0.12);
  box-shadow: 0 18px 45px rgba(62, 58, 53, 0.06);
}

.xrmust-xp-comments-card .comments-title,
.xrmust-xp-comments-card .comment-reply-title {
  margin: 0 0 18px;
  color: #3e3a35;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 0.95;
  letter-spacing: -0.07em;
}

.xrmust-xp-comments-card .comment-list {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.xrmust-xp-comments-card .comment {
  margin: 0 0 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(62, 58, 53, 0.1);
}

.xrmust-xp-comments-card .comment-author,
.xrmust-xp-comments-card .comment-metadata {
  color: rgba(62, 58, 53, 0.68);
  font-size: 0.9rem;
}

.xrmust-xp-comments-card .comment-content {
  color: rgba(62, 58, 53, 0.8);
  line-height: 1.65;
}

.xrmust-xp-comments-card .comment-content p:first-child {
  margin-top: 10px;
}

.xrmust-xp-comments-card .comment-content p:last-child {
  margin-bottom: 0;
}

.xrmust-xp-comments-card .comment-respond {
  margin-top: 24px;
}

.xrmust-xp-comments-card .comment-form {
  display: grid;
  gap: 14px;
}

.xrmust-xp-comments-card .comment-form p {
  margin: 0;
}

.xrmust-xp-comments-card label {
  display: block;
  margin-bottom: 7px;
  color: rgba(62, 58, 53, 0.68);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.xrmust-xp-comments-card input[type="text"],
.xrmust-xp-comments-card input[type="email"],
.xrmust-xp-comments-card input[type="url"],
.xrmust-xp-comments-card textarea {
  width: 100%;
  padding: 13px 15px;
  border: 1px solid rgba(62, 58, 53, 0.14);
  border-radius: 16px;
  background: #f7f5f2;
  color: #3e3a35;
  font: inherit;
}

.xrmust-xp-comments-card textarea {
  min-height: 150px;
  resize: vertical;
}

.xrmust-xp-comments-card input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: #ef3b2d;
  color: #fff;
  font-weight: 950;
  cursor: pointer;
}

.xrmust-xp-comments-card input[type="submit"]:hover {
  background: #3e3a35;
}

.xrmust-xp-comments-card .logged-in-as,
.xrmust-xp-comments-card .comment-notes,
.xrmust-xp-comments-card .comment-form-cookies-consent {
  color: rgba(62, 58, 53, 0.68);
  font-size: 0.92rem;
  line-height: 1.45;
}

.xrmust-xp-comments-card .comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.xrmust-xp-comments-card .comment-form-cookies-consent label {
  margin: 0;
  color: rgba(62, 58, 53, 0.72);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

@media (max-width: 640px) {
  .xrmust-xp-comments-section {
    margin-top: -44px;
    padding-bottom: 44px;
  }

  .xrmust-xp-comments-card {
    border-radius: 22px;
    padding: 22px;
  }
}
