/* Team: all four hosts in one row, same 4:5 portrait framing (photos pre-cropped with heads aligned) */
.team{grid-template-columns:repeat(4,minmax(0,1fr))!important}
.team img{aspect-ratio:4/5!important;max-height:none!important;height:auto;object-fit:cover;object-position:50% 0}
@media(max-width:600px){
  .team{display:grid;grid-auto-flow:column;grid-template-columns:none!important;grid-auto-columns:62%;gap:14px!important;
    overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}
  .team::-webkit-scrollbar{display:none}
  .team>div{scroll-snap-align:start}
}

/* where the NPS numbers come from */
.nps-note{margin:14px 0 0;font-size:12.5px;line-height:1.5;color:var(--mut,#6b736d);max-width:62ch}

/* country flags in participant cards + stars in villa facts */
.pcard .meta .flag{display:inline-block;width:18px;height:13.5px;border-radius:2px;vertical-align:-2px;margin-right:4px;box-shadow:0 0 0 1px #0000001a}
.facts .stars{display:block;color:#E3A21A;letter-spacing:2px;font-size:14px;margin-bottom:4px}
.photo-credit{flex-basis:100%;font-size:11px;opacity:.6}
.photo-credit a{text-decoration:underline}
