/* ============================================================
   Kosovo — Country-specific CSS overrides
   ============================================================ */

:root {
  --country-accent: #1D438A; /* Kosovo flag blue */
}

.hero-title {
  background: linear-gradient(135deg, #1D438A, #D4A017, var(--accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.custom-marker {
  background: linear-gradient(135deg, #1D438A, var(--accent));
}
