/* Project overrides layered on top of the template CSS. */

/* Country hero background is set per-country via an inline style; drop the
   hard-coded image from the template so countries without an image stay clean. */
.hero{background-image:none}
.hero[style*="background-image"]{}

/* Rows hidden behind the "show more" button. */
.tr.is-hidden[hidden]{display:none}

/* Generic flag fallback when a country has no dedicated CSS flag. */
.flag-generic{background:linear-gradient(135deg,#c9d6ea,#93a7c7)}
