/* GSC priority pages: calmer typography, scan-friendly answers and readable cards. */
.content-polished :is(h1, h2, h3, p, li, summary) {
  text-wrap: pretty;
}

.content-polished .article > p,
.content-polished .article__content > p,
.content-polished main > .container > p {
  max-width: 76ch;
}

.content-polished.magazin-v2 .article > p {
  margin-block: 0 1.35rem;
  line-height: 1.78;
}

.content-polished.magazin-v2 .article > ul > li,
.content-polished.magazin-v2 .article > ol > li,
.content-polished.magazin-v2 .article li + li {
  margin-top: .7rem;
}

.content-polished .content-answer {
  max-width: 76ch;
  margin: 1.25rem 0 2.25rem;
  padding: 1.25rem 1.4rem;
  border-left: 4px solid var(--gold, #b08d57);
  border-radius: 0 14px 14px 0;
  background: color-mix(in srgb, var(--ivory, #f7f3eb) 88%, white);
  box-shadow: 0 12px 32px rgba(19, 31, 43, .07);
}

.content-polished .content-answer__label {
  display: block;
  margin-bottom: .4rem;
  color: var(--navy, #142736);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.content-polished .content-answer p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.72;
}

.content-polished .content-faq {
  margin: 3rem 0;
}

.content-polished .content-faq details {
  margin: 0 0 .75rem;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(20, 39, 54, .13);
  border-radius: 12px;
  background: #fff;
}

.content-polished .content-faq summary {
  cursor: pointer;
  color: var(--navy, #142736);
  font-weight: 750;
  line-height: 1.45;
}

.content-polished .content-faq details p {
  margin: .8rem 0 0;
  line-height: 1.7;
}

.content-polished .page-hero__text,
.content-polished .section-header > p,
.content-polished .text-lead {
  max-width: 70ch;
}

.content-polished .hub-intro__text > p,
.content-polished .ms-premium-highlight__text {
  max-width: 76ch;
}

.content-polished .card__scan-list {
  margin: .75rem 0 0;
  padding-left: 1.1rem;
  line-height: 1.65;
}

.content-polished .card__scan-list li + li {
  margin-top: .5rem;
}

.content-polished .ms-card__text,
.content-polished .ship-card p,
.content-polished .fleet-card p {
  font-size: .98rem;
  line-height: 1.72;
}

.content-polished .ms-cabin-grid,
.content-polished .ms-routes-grid,
.content-polished .ms-dining-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.content-polished .ship-section__head h2 {
  max-width: 18ch;
  font-size: clamp(1.95rem, 3.5vw, 3.2rem);
  line-height: 1.08;
}

.content-polished .ship-source-note,
.content-polished .ship-source-status {
  font-size: .82rem;
  line-height: 1.55;
}

@media (max-width: 760px) {
  .content-polished .content-answer {
    margin-bottom: 1.75rem;
    padding: 1rem 1.05rem;
  }

  .content-polished .ms-cabin-grid,
  .content-polished .ms-routes-grid,
  .content-polished .ms-dining-grid {
    grid-template-columns: 1fr;
  }
}
