/* ============================================================
   Bosnia & Herzegovina — Country-specific CSS overrides
   ============================================================ */

/* Country-specific accent color (optional per-country theming) */
:root {
  --country-accent: #002395; /* BiH flag blue */
}

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

/* Custom marker color for BiH */
.custom-marker {
  background: linear-gradient(135deg, #002395, var(--accent));
}
