/* SAFIRA.id V9.2.0 — Global Country Flag & Location Identity */
.country-identity{display:inline-flex;align-items:center;gap:7px;min-width:0;max-width:100%;vertical-align:middle;color:inherit;text-decoration:none;line-height:1.25}
.country-identity:hover{color:inherit;text-decoration:none}
.country-flag{display:inline-block;flex:0 0 auto;object-fit:contain;object-position:center;background:#fff;border:1px solid rgba(15,35,61,.14);border-radius:3px;box-shadow:0 1px 2px rgba(15,35,61,.08)}
.country-flag--xs{width:18px;height:14px}
.country-flag--sm{width:22px;height:16px}
.country-flag--md{width:28px;height:20px}
.country-flag--lg{width:38px;height:28px}
.country-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.country-identity--xs{gap:5px;font-size:.82rem}
.country-identity--sm{font-size:.9rem}
.country-identity--md{font-size:1rem;font-weight:600}
.country-identity--lg{font-size:1.08rem;font-weight:700}
.country-chip{display:inline-flex;align-items:center;gap:7px;padding:6px 10px;border:1px solid #dce5ec;border-radius:999px;background:#fff;color:#14324d;line-height:1}
.country-route{display:inline-flex;align-items:center;gap:8px;max-width:100%}
.country-route-arrow{color:#0f8068;font-weight:800}
.country-meta-line{display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:#617087}
.country-select{background-position:right .75rem center}
.country-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.country-card{display:flex;align-items:center;gap:12px;padding:14px;border:1px solid #e0e7ef;border-radius:14px;background:#fff;text-decoration:none;color:#10233d;transition:.2s ease}
.country-card:hover{border-color:#9bcfc3;box-shadow:0 10px 24px rgba(15,35,61,.08);transform:translateY(-1px);color:#10233d}
.country-card .country-flag{width:34px;height:25px}
.country-card strong{display:block;font-size:.96rem}
.country-card small{display:block;color:#718096;margin-top:2px}
.country-directory-header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.country-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.country-summary-card{padding:18px;border:1px solid #e0e7ef;border-radius:16px;background:#fff}
.country-summary-card strong{font-size:1.65rem;color:#0f6b57}
.country-summary-card span{display:block;color:#617087;margin-top:4px}
.country-table-flag{display:flex;align-items:center;gap:8px}
.v8-requirement-card .country-identity,.v8-supplier-grid .country-identity,.v8-directory-grid .country-identity{margin-top:4px}
.v8-requirement-card dl dd .country-identity{justify-content:flex-end}
.country-card-location{display:flex;align-items:center;gap:8px;color:#56657a;margin:.35rem 0 .7rem}
.country-location-hero{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.country-location-hero .country-flag{width:54px;height:40px;border-radius:6px}
@media(max-width:1199px){.country-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:767px){
 .country-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
 .country-card{padding:12px;gap:9px}
 .country-card .country-flag{width:28px;height:21px}
 .country-summary-grid{grid-template-columns:1fr}
 .country-name{white-space:normal}
 .v8-requirement-card dl dd .country-identity{justify-content:flex-start}
}
@media(max-width:390px){.country-grid{grid-template-columns:1fr}.country-flag--sm{width:20px;height:15px}}
