.country-sector-panel{min-width:0}
.country-sector-head{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;margin-bottom:20px}
.country-sector-head h2{margin:5px 0 8px;color:#203a36}
.country-sector-head p{margin:0;max-width:760px;color:#6f7f7a;font-size:.82rem;line-height:1.55}
.country-sector-scroll{overflow:auto;border:1px solid #ddd8ce;background:#fbfaf6;scrollbar-width:thin;scrollbar-color:#bbb5aa #f3f0e8}
.country-sector-table{width:100%;min-width:930px;border-collapse:separate;border-spacing:0;color:#2f4641;font-size:.79rem}
.country-sector-table th,.country-sector-table td{padding:15px 16px;border-bottom:1px solid #e3ded4;text-align:end;white-space:nowrap}
.country-sector-table thead th{position:sticky;top:0;z-index:2;background:#f0ece3;color:#66766f;font-size:.68rem;font-weight:800;letter-spacing:.035em;text-transform:uppercase}
.country-sector-table thead th:first-child,.country-sector-table tbody th{position:sticky;inset-inline-start:0;text-align:start;z-index:3;background:#f7f4ed}
.country-sector-table thead th:first-child{z-index:4;background:#f0ece3}
.country-sector-table tbody th{color:#243d38;font-weight:720}
.country-sector-table tbody th b{display:inline-block;min-width:29px;margin-inline-end:8px;color:#2f7f8d;font-size:.68rem;letter-spacing:.05em}
.country-sector-table tbody th span{color:#3e5650}
.country-sector-table tbody td{font-variant-numeric:tabular-nums;color:var(--sector-color,#405a54);font-weight:720}
.country-sector-table .country-sector-total{color:#203a36;font-weight:850;background:#f0ede5}
.country-sector-table tr:last-child th,.country-sector-table tr:last-child td{border-bottom:0}
.country-sector-table thead th i{display:inline-block;width:7px;height:7px;margin-inline-end:7px;background:var(--sector-color,#2f7f8d)}
.country-sector-foot{margin:10px 0 0;color:#7b8984;font-size:.72rem;line-height:1.5}
.country-sector-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px}
.country-sector-summary>div{padding:17px 18px;border:1px solid #ddd8ce;background:#f4f1e9;min-width:0}
.country-sector-summary span{display:block;color:#7b8984;font-size:.67rem;letter-spacing:.08em;text-transform:uppercase}
.country-sector-summary strong{display:block;margin-top:7px;color:#203a36;font-size:1.15rem;line-height:1.2;overflow:hidden;text-overflow:ellipsis}
.country-sector-state{margin:12px 0 0;min-height:1em;color:#7b8984;font-size:.76rem}
.country-sector-skeleton td,.country-sector-skeleton th{height:49px}
.country-sector-skeleton i,.country-sector-table .is-loading:after{display:block;height:9px;border-radius:999px;background:linear-gradient(90deg,#e1ddd4,#f2efe8,#e1ddd4);background-size:200% 100%;animation:countrySectorPulse 1.15s linear infinite}
.country-sector-skeleton td i{width:54px;margin-inline-start:auto}.country-sector-skeleton th i{width:120px;margin-inline-start:0}
.country-sector-table .is-loading{font-size:0}.country-sector-table .is-loading:after{content:"";width:58px}
@keyframes countrySectorPulse{to{background-position:-200% 0}}
html[dir="rtl"] .country-sector-table th,html[dir="rtl"] .country-sector-table td{text-align:start}
@media(max-width:760px){.country-sector-head{display:block}.country-sector-summary{grid-template-columns:1fr}.country-sector-table{min-width:820px}}
@media(prefers-reduced-motion:reduce){.country-sector-skeleton i,.country-sector-table .is-loading:after{animation:none}}
