@media (max-width: 520px) {
  body.page-home .dual-entry {
    margin-top: 0 !important;
  }
}

.product-campaign.sam-polar :where(
  .hero-intro,
  .market-claim-note,
  .editorial-section > header > p:last-child,
  .highlight-copy p,
  .route-copy p:last-child,
  .day-body p,
  .ship-lead > p:last-child,
  .cabin-copy p,
  .cabin-copy small,
  .fee-columns li,
  .fee-note,
  .note-list p,
  .note-list li,
  .final-cta-copy > p
) {
  text-align: justify;
  text-justify: inter-character;
}

.product-campaign.sam-polar.campaign-en :where(
  .hero-intro,
  .market-claim-note,
  .editorial-section > header > p:last-child,
  .highlight-copy p,
  .route-copy p:last-child,
  .day-body p,
  .ship-lead > p:last-child,
  .cabin-copy p,
  .cabin-copy small,
  .fee-columns li,
  .fee-note,
  .note-list p,
  .note-list li,
  .final-cta-copy > p
) {
  hyphens: auto;
  text-justify: inter-word;
}
