/* ═══════════════════════════════════════════════════
   Independence Day 2026 — Gyanarthi Foundation (v1, refined)
   True flag palette: saffron / white / green, with the
   authentic Ashoka Chakra navy for a few deliberate dark
   sections. Gold accents removed from the main page (kept
   only, sparingly, on the printable receipt).
   ═══════════════════════════════════════════════════ */

:root {
  --saffron: #FF9933;
  --saffron-deep: #E17A16;
  --flag-green: #138808;
  --flag-green-deep: #0D6606;
  --navy: #06038D;
  --navy-deep: #04026B;
  --gold: #D4AF37;
  --gold-soft: #F1D89A;
  --cream: #FFFBF2;
  --cream-deep: #FBF3DF;
  --ink: #1C1710;
  --muted: #6B5F4E;
  --border: #E9DDC4;
  --white: #FFFFFF;
  --radius: 16px;
  --shadow-soft: 0 10px 40px rgba(6,3,141,.08);
  --shadow-card: 0 18px 50px rgba(6,3,141,.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: 'Mukta','Work Sans',sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-family: 'Rajdhani','Mukta',sans-serif; margin: 0; }

.id-container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.id-narrow { max-width: 720px; }
.id-section { padding: 64px 0; }

/* ── Bilingual toggle: Hindi shown by default ── */
.id-lang-en { display: none; }

/* ── Scroll-reveal (fail-safe: only hides content once JS confirms it is running,
      so content is never stuck invisible if JS fails or loads slowly) ── */
html.id-js [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
html.id-js [data-reveal].revealed { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  html.id-js [data-reveal] { opacity: 1; transform: none; transition: none; }
}

/* ── Mini header ── */
.id-miniheader { display: flex; align-items: center; justify-content: space-between; padding: 12px 24px; background: var(--navy-deep); border-bottom: 1px solid rgba(255,153,51,.3); gap: 12px; flex-wrap: wrap; }
.id-brand { display: flex; align-items: center; gap: 10px; }
.id-brand-logo { width: 32px; height: 32px; border-radius: 7px; object-fit: cover; }
.id-brand-text { color: var(--cream); font-size: 15px; font-weight: 600; letter-spacing: .2px; }
.id-header-right { display: flex; align-items: center; gap: 14px; }
.id-lang-toggle { display: flex; background: rgba(255,255,255,.08); border-radius: 999px; padding: 3px; gap: 2px; }
.lang-btn { border: none; background: transparent; color: rgba(255,255,255,.65); font-size: 12px; font-weight: 700; padding: 5px 11px; border-radius: 999px; cursor: pointer; }
.lang-btn.active { background: var(--saffron); color: var(--white); }
.id-back-link { color: var(--gold-soft); font-size: 12.5px; opacity: .85; }

/* ── Hero ── */
.id-hero { position: relative; background: linear-gradient(180deg, var(--saffron-tint, #FFF3E0) 0%, var(--white) 55%); overflow: hidden; padding-bottom: 56px; }
.id-tricolor-bar { height: 6px; width: 100%; background: linear-gradient(90deg, var(--saffron) 0 33.3%, var(--white) 33.3% 66.6%, var(--flag-green) 66.6% 100%); background-size: 200% 100%; animation: idShimmer 6s linear infinite; }
@keyframes idShimmer { 0% { background-position: 0% 0; } 100% { background-position: 200% 0; } }

.id-hero-inner { position: relative; z-index: 2; max-width: 640px; margin: 0 auto; padding: 48px 24px 0; text-align: center; }
.id-chakra { width: 108px; height: 108px; margin: 0 auto 18px; opacity: .95; animation: idSpin 40s linear infinite; }
/* chakra strokes are set to navy directly in the SVG now (see markup) */
@keyframes idSpin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

.id-eyebrow { color: var(--saffron-deep); font-family: 'Work Sans', sans-serif; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; margin: 0 0 10px; font-weight: 600; }
.id-hero-title { color: var(--ink); font-size: clamp(38px, 8.5vw, 62px); font-weight: 700; line-height: 1.08; }
.id-hero-title .id-ordinal { color: var(--saffron-deep); font-size: .55em; vertical-align: middle; }
.id-hero-year { color: var(--flag-green-deep); font-family: 'Rajdhani', sans-serif; font-weight: 600; font-size: 18px; margin: 10px 0 4px; }
.id-hero-sub { color: var(--muted); font-size: 15px; line-height: 1.6; max-width: 460px; margin: 10px auto 22px; }

.id-live-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--white); border: 1.5px solid var(--saffron); box-shadow: var(--shadow-soft); border-radius: 999px; padding: 8px 16px; margin-bottom: 26px; font-size: 13px; color: var(--ink); }
.id-live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--flag-green); box-shadow: 0 0 0 rgba(19,136,8,.5); animation: idPulseDot 1.8s infinite; }
@keyframes idPulseDot { 0% { box-shadow: 0 0 0 0 rgba(61,220,90,.5); } 70% { box-shadow: 0 0 0 8px rgba(61,220,90,0); } 100% { box-shadow: 0 0 0 0 rgba(61,220,90,0); } }
.id-live-badge strong, .id-live-badge #raisedAmount, .id-live-badge #donorCount { color: var(--saffron-deep); font-weight: 700; }

.id-countdown { display: flex; justify-content: center; gap: 12px; margin-bottom: 30px; flex-wrap: wrap; }
.id-cd-box { background: var(--white); border: 1px solid var(--border); border-bottom: 3px solid var(--saffron); box-shadow: var(--shadow-soft); border-radius: 12px; padding: 12px 10px 10px; min-width: 70px; }
.id-cd-box:nth-child(2) { border-bottom-color: var(--navy); }
.id-cd-box:nth-child(3) { border-bottom-color: var(--flag-green); }
.id-cd-box:nth-child(4) { border-bottom-color: var(--saffron); }
.id-cd-box > span { display: block; font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 32px; color: var(--ink); line-height: 1; font-variant-numeric: tabular-nums; }
.id-cd-box label { display: block; margin-top: 6px; font-size: 11px; color: var(--muted); letter-spacing: 1px; text-transform: uppercase; }

.id-hero-cta { display: inline-block; background: linear-gradient(135deg, var(--saffron), var(--saffron-deep)); color: var(--white); font-weight: 600; font-size: 16.5px; padding: 15px 40px; border-radius: 999px; box-shadow: 0 12px 30px rgba(255,153,51,.35); transition: transform .2s ease, box-shadow .2s ease; }
.id-hero-cta:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(255,153,51,.45); }

/* ── Story ── */
.id-story { background: var(--white); text-align: center; }
.id-kicker { display: block; font-family: 'Work Sans', sans-serif; font-size: 12.5px; letter-spacing: 1.8px; text-transform: uppercase; color: var(--saffron-deep); font-weight: 600; margin-bottom: 14px; }
.id-kicker-light { color: var(--saffron); }
.id-story-p { font-size: 17px; line-height: 1.85; color: var(--muted); margin: 0 0 18px; }
.id-story-p:last-child { margin-bottom: 0; }

/* ── Budget ── */
.id-budget { background: var(--cream); text-align: center; }
.id-section-title { color: var(--ink); font-size: 30px; font-weight: 700; margin: 6px 0 40px; }
.id-section-title-dark { color: var(--ink); }
.id-budget-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; text-align: left; }
.id-budget-item { background: var(--white); border: 1px solid var(--border); box-shadow: var(--shadow-soft); border-radius: var(--radius); padding: 22px 18px; display: flex; align-items: center; gap: 16px; transition: border-color .2s, transform .2s; }
.id-budget-item:hover { border-color: var(--saffron); transform: translateY(-3px); }
.id-b-icon { width: 40px; height: 40px; flex-shrink: 0; color: var(--saffron-deep); }
.id-b-text { display: flex; flex-direction: column; gap: 4px; }
.id-b-text > span { color: var(--muted); font-size: 13.5px; }
.id-b-text strong { color: var(--ink); font-family: 'Rajdhani', sans-serif; font-size: 21px; font-weight: 700; }
.id-budget-note { color: var(--muted); font-size: 15px; line-height: 1.7; max-width: 560px; margin: 40px auto 0; }

/* ── Hero donor ticker (rotating social proof) ── */
.id-ticker { margin: 26px auto 0; max-width: 420px; }
.id-ticker-inner { display: flex; align-items: center; gap: 11px; background: var(--white); border: 1px solid var(--border); box-shadow: var(--shadow-soft); border-radius: 999px; padding: 8px 18px 8px 8px; text-align: left; transition: opacity .45s ease, transform .45s ease; }
.id-ticker-inner.id-ticker-out { opacity: 0; transform: translateY(-8px); }
.id-ticker-avatar { width: 34px; height: 34px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-weight: 700; font-size: 13px; color: var(--white); background: var(--saffron); }
.id-ticker-text { display: flex; flex-direction: column; line-height: 1.35; min-width: 0; }
.id-ticker-label { font-size: 10.5px; letter-spacing: 1px; text-transform: uppercase; color: var(--saffron-deep); font-weight: 600; }
.id-ticker-line { font-size: 13.5px; color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* ── Live tracker ── */
.id-tracker { background: var(--cream-deep); }
.id-tracker-card { background: var(--white); border-radius: 20px; padding: 30px 28px; box-shadow: var(--shadow-card); border: 1px solid var(--border); border-top: 5px solid var(--saffron); text-align: center; }
.id-tracker-goal-label { font-size: 13px; color: var(--muted); letter-spacing: .5px; margin: 0 0 2px; }
.id-tracker-goal-amount { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 40px; color: var(--navy); margin: 0 0 22px; line-height: 1; }

.id-tracker-stats { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 20px; }
.id-tracker-stat { flex: 1; text-align: center; }
.id-tracker-stat > span { display: block; font-size: 12px; color: var(--muted); margin-bottom: 4px; }
.id-tracker-stat strong { font-family: 'Rajdhani', sans-serif; font-size: 25px; font-weight: 700; color: var(--flag-green-deep); }
.id-tracker-stat-right strong { color: var(--saffron-deep); }
.id-tracker-ring { position: relative; width: 84px; height: 84px; flex-shrink: 0; }
.id-tracker-ring svg { width: 100%; height: 100%; }
#progressRing { transition: stroke-dashoffset 1.2s cubic-bezier(.4,0,.2,1); }
.id-tracker-ring > span { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: center; font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 18px; color: var(--navy); }

.id-progress-track { height: 14px; border-radius: 999px; background: var(--cream-deep); border: 1px solid var(--border); overflow: hidden; }
.id-progress-fill { height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--saffron), var(--flag-green)); transition: width 1.1s cubic-bezier(.4,0,.2,1); }
.id-tracker-footer { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin: 12px 0 0; font-size: 12.5px; color: var(--muted); flex-wrap: wrap; }

/* ── Recent donors (WhatsApp-style contact rows) ── */
.id-recent { background: var(--white); text-align: center; }
.id-recent-list { display: flex; flex-direction: column; gap: 2px; margin-top: 24px; text-align: left; border: 1px solid var(--border); border-radius: 14px; overflow: hidden; }
.id-donor-row { display: flex; align-items: center; gap: 13px; padding: 13px 16px; background: var(--white); border-bottom: 1px solid var(--border); }
.id-donor-row:last-child { border-bottom: none; }
.id-donor-row:nth-child(even) { background: var(--cream); }
.id-donor-avatar { width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-weight: 700; font-size: 15px; color: var(--white); background: var(--saffron); }
.id-donor-info { flex: 1; min-width: 0; }
.id-donor-name { display: block; font-weight: 600; font-size: 14.5px; color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.id-donor-when { display: block; font-size: 11.5px; color: var(--muted); margin-top: 2px; }
.id-donor-amt { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 17px; color: var(--flag-green-deep); white-space: nowrap; }

/* ── Waiting / verifying overlay ── */
.id-wait-overlay { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1000; background: rgba(6,3,141,.88); backdrop-filter: blur(5px); align-items: center; justify-content: center; padding: 24px; }
.id-wait-overlay.open { display: flex; }
.id-wait-box { background: var(--white); border-radius: 20px; padding: 34px 28px; max-width: 340px; text-align: center; box-shadow: 0 30px 70px rgba(0,0,0,.4); border-top: 5px solid var(--saffron); }
.id-wait-chakra { width: 68px; height: 68px; margin: 0 auto 16px; animation: idSpin 1.1s linear infinite; }
.id-wait-title { font-family: 'Rajdhani', sans-serif; font-size: 21px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.id-wait-text { font-size: 14px; color: var(--ink); margin: 0 0 8px; line-height: 1.6; }
.id-wait-sub { font-size: 12.5px; color: var(--flag-green-deep); margin: 0; }

/* ── Donation form ── */
.id-donate { background: var(--white); text-align: center; }
.id-form-card { text-align: left; background: var(--cream); border: 1px solid var(--border); border-radius: 20px; padding: 32px; box-shadow: var(--shadow-soft); }
.id-field-group { margin-bottom: 24px; }
.id-label { display: block; font-weight: 600; font-size: 14.5px; margin-bottom: 8px; color: var(--ink); }
.id-req { color: var(--saffron-deep); }
.id-opt { color: var(--muted); font-weight: 400; font-size: 13px; }
.id-input { width: 100%; padding: 13px 14px; border-radius: 10px; border: 1.5px solid var(--border); background: var(--white); font-family: inherit; font-size: 15.5px; color: var(--ink); transition: border-color .2s, box-shadow .2s; }
.id-input:focus { outline: none; border-color: var(--saffron); box-shadow: 0 0 0 3px rgba(255,153,51,.15); }
.id-input:disabled { background: var(--cream-deep); color: var(--muted); }
.id-textarea { resize: vertical; min-height: 70px; }
.id-hint { font-size: 12.5px; color: var(--muted); margin: 7px 2px 0; }

.id-amount-pills { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 10px; }
.id-amt-pill { flex: 1; min-width: 78px; padding: 12px 8px; border-radius: 10px; border: 1.5px solid var(--border); background: var(--white); font-family: 'Rajdhani', sans-serif; font-weight: 600; font-size: 17px; color: var(--ink); cursor: pointer; transition: all .18s; }
.id-amt-pill:hover { border-color: var(--saffron); }
.id-amt-pill.active { background: linear-gradient(135deg, var(--saffron), var(--saffron-deep)); border-color: var(--saffron-deep); color: var(--white); }

.id-toggle-row { display: flex; align-items: center; gap: 12px; cursor: pointer; }
.id-toggle-row input { position: absolute; opacity: 0; width: 0; height: 0; }
.id-toggle-switch { width: 42px; height: 24px; border-radius: 999px; background: var(--border); position: relative; flex-shrink: 0; transition: background .2s; }
.id-toggle-switch::after { content: ''; position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: var(--white); transition: transform .2s; box-shadow: 0 1px 3px rgba(0,0,0,.2); }
.id-toggle-row input:checked + .id-toggle-switch { background: var(--flag-green); }
.id-toggle-row input:checked + .id-toggle-switch::after { transform: translateX(18px); }
.id-toggle-text { font-weight: 600; font-size: 14.5px; }

.id-tax-panel { display: none; margin-top: 16px; padding: 18px; background: var(--white); border: 1px dashed var(--border); border-radius: 12px; }
.id-tax-panel.open { display: block; }
.id-idtype-row { display: flex; gap: 10px; margin-bottom: 12px; }
.id-idtype-btn { flex: 1; padding: 10px; border-radius: 8px; border: 1.5px solid var(--border); background: var(--white); font-weight: 600; font-size: 14px; cursor: pointer; transition: all .18s; }
.id-idtype-btn.active { background: var(--navy); border-color: var(--navy); color: var(--white); }

.id-form-error { background: #FDECEC; border: 1px solid #F3B9B9; border-radius: 10px; padding: 12px 14px; margin-bottom: 18px; }
.id-form-error p { margin: 0; color: #A32424; font-size: 14px; }

.id-pay-btn { width: 100%; padding: 17px; border: none; border-radius: 12px; background: linear-gradient(135deg, var(--flag-green), var(--flag-green-deep)); color: var(--white); font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 19px; letter-spacing: .3px; cursor: pointer; box-shadow: 0 12px 28px rgba(19,136,8,.28); transition: transform .2s, box-shadow .2s; }
.id-pay-btn:hover { transform: translateY(-2px); }
.id-pay-btn:disabled { opacity: .6; cursor: not-allowed; transform: none; }
.id-secure-note { text-align: center; font-size: 12.5px; color: var(--muted); margin: 14px 0 0; }

/* ── Contact / footer ── */
.id-contact { background: var(--cream-deep); text-align: center; }
.id-contact h3 { font-size: 18px; margin-bottom: 8px; }
.id-contact p { color: var(--muted); font-size: 14.5px; }
.id-contact a { color: var(--saffron-deep); font-weight: 600; }
.id-footer { text-align: center; padding: 24px; background: var(--navy-deep); color: rgba(255,255,255,.55); font-size: 12.5px; }
.id-footer a { color: var(--saffron); }

/* ── Receipt overlay (gold kept here only, as a small premium touch) ── */
.id-receipt-overlay { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 999; background: rgba(6,3,141,.82); backdrop-filter: blur(4px); align-items: center; justify-content: center; flex-direction: column; padding: 24px; overflow-y: auto; }
.id-receipt-overlay.open { display: flex; }
.id-receipt-card { width: 100%; max-width: 380px; aspect-ratio: 3/4; background: linear-gradient(165deg, #FFFDF7 0%, #FBF3DF 100%); border: 2px solid var(--gold); border-radius: 18px; padding: 34px 28px; text-align: center; position: relative; overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 30px 70px rgba(0,0,0,.4); }
.id-receipt-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: linear-gradient(90deg, var(--saffron) 0 33.3%, var(--white) 33.3% 66.6%, var(--flag-green) 66.6% 100%); }
.id-receipt-chakra { width: 46px; height: 46px; margin: 10px auto 6px; }
.id-rc-eyebrow { color: var(--saffron-deep); font-weight: 600; font-size: 13px; letter-spacing: 1.5px; margin: 0; }
.id-rc-title { font-family: 'Rajdhani', sans-serif; font-size: 23px; font-weight: 700; color: var(--navy); margin: 6px 0 4px; }
.id-rc-line { color: var(--muted); font-size: 14.5px; margin: 0 0 18px; }
.id-rc-amount-block { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 14px; margin-bottom: 16px; }
.id-rc-amount-block > span { display: block; font-size: 12px; color: var(--muted); margin-bottom: 4px; }
.id-rc-amount-block strong { font-family: 'Rajdhani', sans-serif; font-size: 30px; color: var(--flag-green-deep); }
.id-rc-details { flex: 1; text-align: left; }
.id-rc-row { display: flex; justify-content: space-between; padding: 7px 0; border-bottom: 1px dashed var(--border); font-size: 13px; }
.id-rc-row span { color: var(--muted); }
.id-rc-row strong { color: var(--ink); font-family: 'Rajdhani', sans-serif; font-size: 14.5px; }
.id-rc-footer { font-size: 10.5px; color: var(--muted); line-height: 1.6; margin: 14px 0 0; }

.id-receipt-actions { display: flex; gap: 10px; margin-top: 20px; flex-wrap: wrap; justify-content: center; }
.id-rc-btn { padding: 12px 18px; border-radius: 10px; border: none; background: var(--saffron); color: var(--white); font-weight: 600; font-size: 13.5px; cursor: pointer; }
.id-rc-btn-ghost { background: transparent; border: 1px solid rgba(255,255,255,.4); color: var(--white); }

/* ── Responsive ── */
@media (max-width: 720px) {
  .id-section { padding: 48px 0; }
  .id-budget-grid { grid-template-columns: 1fr; }
  .id-cd-box { min-width: 64px; padding: 10px 6px 8px; }
  .id-cd-box > span { font-size: 26px; }
  .id-tracker-card { padding: 24px 18px; }
  .id-tracker-goal-amount { font-size: 34px; }
  .id-tracker-stats { gap: 8px; }
  .id-tracker-stat strong { font-size: 20px; }
  .id-tracker-ring { width: 70px; height: 70px; }
  .id-tracker-ring > span { font-size: 15px; }
  .id-tracker-footer { justify-content: center; font-size: 12px; }
  .id-ticker-line { font-size: 12.5px; }
  .id-hero-title { font-size: 44px; }
  .id-form-card { padding: 22px; }

  /* Tighter hero rhythm so the "सहयोग करें" button sits closer to the first
     screen on typical phones, instead of needing an extra scroll to reach. */
  .id-hero { padding-bottom: 28px; }
  .id-hero-inner { padding: 26px 20px 0; }
  .id-chakra { width: 72px; height: 72px; margin: 0 auto 10px; }
  .id-eyebrow { margin: 0 0 6px; }
  .id-hero-year { margin: 6px 0 2px; }
  .id-hero-sub { margin: 8px auto 16px; }
  .id-live-badge { margin-bottom: 16px; }
  .id-countdown { margin-bottom: 20px; gap: 8px; }
}

/* ── Campaign closed state (auto-shown after the event) ── */
.id-closed { background: var(--cream); }
.id-closed-card { background: var(--white); border: 1px solid var(--border); border-top: 5px solid var(--flag-green); border-radius: 20px; padding: 40px 30px; text-align: center; box-shadow: var(--shadow-card); }
.id-closed-flag { font-size: 44px; display: block; margin-bottom: 14px; }
.id-closed-title { font-family: 'Rajdhani', sans-serif; font-size: 26px; font-weight: 700; color: var(--ink); margin-bottom: 12px; }
.id-closed-text { font-size: 15px; line-height: 1.8; color: var(--muted); margin: 0 0 26px; }
.id-closed-stats { display: flex; justify-content: center; gap: 40px; margin-bottom: 28px; flex-wrap: wrap; }
.id-closed-stats > div { text-align: center; }
.id-closed-stats strong { display: block; font-family: 'Rajdhani', sans-serif; font-size: 30px; font-weight: 700; color: var(--flag-green-deep); }
.id-closed-stats > div > span { font-size: 12.5px; color: var(--muted); }
.id-closed-btn { display: inline-block; background: var(--saffron); color: var(--white); font-weight: 600; font-size: 15px; padding: 13px 30px; border-radius: 999px; box-shadow: 0 8px 20px rgba(255,153,51,.3); }

/* ── Flag icon (SVG, replaces the 🇮🇳 emoji which doesn't render on many
   Windows fonts — shows as "IN" text instead of an actual flag) ── */
.id-flag-icon { width: 20px; height: 13.3px; vertical-align: -2px; border-radius: 2px; box-shadow: 0 0 0 1px rgba(0,0,0,.06); }
.id-closed-flag svg { width: 56px; height: 37px; display: block; margin: 0 auto 14px; border-radius: 4px; box-shadow: 0 2px 8px rgba(0,0,0,.12); }
