/* ============================================================
   collage.css — Global overrides for all destination pages
   ============================================================ */

/* Map piece: 2× size, fixed as base layer behind all others */
.collage-canvas .p3 {
  left: 8px !important;
  top: 210px !important;
  width: 450px !important;
  z-index: 1 !important;
}

/* Five moments — all text ~20% larger */
.highlights .hl-title {
  font-size: 11px !important;
  margin-bottom: 28px !important;
}
.highlights .hl-item {
  padding: 20px 0 !important;
  gap: 20px !important;
}
.highlights .hl-num {
  font-size: 36px !important;
  width: 40px !important;
}
.highlights .hl-title-text {
  font-size: 16px !important;
  margin-bottom: 5px !important;
}
.highlights .hl-desc {
  font-size: 15px !important;
  line-height: 1.72 !important;
}
