.each-entity-container{max-width:1200px;margin:0 auto;padding:2rem;font-family:Arial,sans-serif;color:#333;line-height:1.6;background-color:#fff}.title-container{width:100%;text-align:center;margin-bottom:40px}.shared-search-bar-container{width:100%;max-width:400px;margin:20px auto;position:relative}.search-bar{width:100%;padding:10px;font-size:16px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}.page-title{font-size:64px;margin-bottom:2rem;padding:40px 0 24px;text-align:left;font-family:var(--page-title);font-weight:700;color:#1f2937;line-height:1.1;letter-spacing:-.02em;display:block;margin-left:0;margin-right:0}.population-heading,.population-value{text-align:center;color:#000;margin:0}.population-heading{font-size:2rem;margin-bottom:.5rem}.population-value{font-size:1.8rem;margin-bottom:2rem}.content-split{display:flex;justify-content:space-between;gap:2rem;flex-wrap:wrap}.content-left{flex:0 0 15%;max-width:15%;padding-top:0}.content-right{flex:0 0 70%;max-width:70%;display:flex;flex-direction:column;align-items:center}.entity-details{margin:0;padding:0;background-color:transparent;box-shadow:none}.entity-details h3{margin:0;color:#2c3e50;font-size:1rem}.entity-details p{font-size:.9rem;font-weight:700;color:#3498db}.entity-divider{border-bottom:1px solid #ccc;margin:.5rem 0}.entity-details:hover{transform:none;box-shadow:none}.content-left-paragraph{margin-top:1rem;font-size:.9rem;color:#555}.main-entity-content{width:100%;display:flex;flex-direction:column;align-items:center}.about-paragraphs-each-entity{margin-bottom:2rem}.about-paragraphs-each-entity h3{font-size:1.3rem;color:#2c3e50;margin-bottom:.5rem}.about-paragraphs-each-entity p{margin-bottom:1rem}.red-content-divider{height:50px;margin:3rem 0;width:100%;position:relative;border-radius:0}.red-content-divider.left-to-right{background:linear-gradient(90deg,#ffcccc,white);border-left:3px solid #fc5736}.red-content-divider.right-to-left{background:linear-gradient(270deg,#ffcccc,white);border-right:3px solid #fc5736}.data-viz-each-entity{display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem;margin-bottom:3rem}.population-pyramid-each-entity{flex:1;min-width:300px;background-color:#fff}.population-pyramid-each-entity h3{text-align:center;margin-bottom:1rem}.median-age-section{flex:1;min-width:300px}.median-age-section h3{text-align:center;margin-bottom:1rem}.median-age-content{padding:1rem;font-size:1rem}.median-age-content p{margin:.5rem 0}.pyramid-container{width:100%;position:relative}.pyramid-tooltip{font-size:.9rem;pointer-events:none;z-index:10}.bar{cursor:pointer}.age-label{font-size:10px;fill:#000}.median-age-section{width:100%;max-width:400px;margin:0 auto}.median-age-content{margin-top:10px}.median-age-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0}.median-age-value{text-align:left;flex:1}.median-age-label{text-align:right;flex:1}.entity-divider{border:none;border-top:1px solid #ccc;margin:0}.additional-content-split{display:flex;justify-content:space-between;gap:2rem;align-items:flex-start}.additional-content-left{flex:0 0 40%;max-width:40%}.additional-content-right{flex:1;display:flex;justify-content:center;align-items:center}.city-list-item{margin-bottom:.5rem}.highlight{background-color:#ffcccb}.population-change-section{margin:3rem 0}.population-change-content{justify-content:space-between}.population-change-left,.population-change-right{flex:1}.population-change-left h3,.population-change-right h3{font-size:1.5rem;margin-bottom:1rem;text-align:center}.population-component{display:flex;align-items:center;margin-bottom:1rem}.population-component p{flex:1;margin:0;font-size:1rem}.progress-bar{flex:1;background-color:#e0e0e0;border-radius:5px;height:20px;margin-left:1rem}.progress-fill{background-color:#7ebf7c;animation-name:progressAnimation;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes progressAnimation{0%{width:0}to{width:100%}}.progress-fill.birth-progress{background-color:#7ebf7c}.progress-fill.death-progress{background-color:#f0868a}.progress-fill.migration-progress{background-color:#455f7c}.progress-fill.net-change-progress{background-color:#7ebf7c}.population-clock-table{width:100%;border-collapse:collapse}.population-clock-table td{padding:.5rem;border:none}.population-clock-table tr:nth-child(2n){border-left:3px solid red}.population-clock-table tr:nth-child(odd) td{background-color:white}.population-clock-table tr:nth-child(2n) td{background:linear-gradient(90deg,#ffcccc,white)}.population-clock-table td:first-child{font-weight:700}.notable-info{display:flex;justify-content:space-between;gap:2rem;margin-bottom:3rem}.notable-food,.notable-sports-teams{flex:1;background-color:#f8f8f8;padding:1.5rem;border-radius:4px;box-shadow:none}.notable-food h3,.notable-sports-teams h3{font-size:1.3rem;color:#2c3e50;margin-bottom:1rem}.notable-food ul,.notable-sports-teams ul{list-style-type:none;padding:0}.notable-food li,.notable-sports-teams li{margin-bottom:.5rem;font-size:1rem}.sources{margin-bottom:3rem}.sources h3{font-size:1.3rem;color:#2c3e50;margin-bottom:1rem}.sources ul{list-style-type:none;padding:0}.sources li{margin-bottom:.5rem}.sources a{color:#3498db;text-decoration:none;transition:color .3s ease}.sources a:hover{color:#2980b9;text-decoration:underline}.entity-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;margin-top:20px}.entity-item{background-color:#f0f0f0;padding:15px;border-radius:5px;text-align:center;text-decoration:none;color:#333;transition:background-color .3s ease,transform .3s ease}.entity-item:hover{transform:translateY(-5px);background-color:#e0e0e0;color:#fc5736}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.each-entity-container{animation:fadeIn .5s ease-in}.content-left,.content-right{margin-bottom:1rem}.each-entity--related-topics-wrapper{display:grid;grid-template-columns:repeat(4,1fr);gap:36px;grid-auto-rows:minmax(100px,auto)}@media (max-width:768px){.each-entity-container{padding:5px}.each-entity--related-topics-wrapper{grid-template-columns:repeat(2,1fr)}.content-split{flex-direction:column-reverse}.content-left,.content-right{flex:0 0 100%;max-width:100%}.content-right{order:-1;align-items:flex-start}.additional-content-split{flex-direction:column}.additional-content-left{flex:0 0 100%;max-width:100%}.additional-content-right{align-self:center}.data-viz-each-entity,.notable-info{flex-direction:column}.notable-food,.notable-sports-teams{width:100%}.entity-grid{grid-template-columns:repeat(2,1fr)}.median-age-section{margin-top:40px}}@media (max-width:480px){.population-change-content{flex-direction:column}.each-entity--related-topics-wrapper,.entity-grid{grid-template-columns:repeat(1,1fr)}.median-age-section{margin-top:40px}}.state-header{padding:2rem 0;border-bottom:1px solid #e2e8f0;margin-bottom:2rem}.state-title-section{margin-bottom:1.5rem}.state-name{font-size:4rem;font-weight:700;color:#1e293b;margin:0 0 .5rem;font-family:var(--page-title)}.state-subtitle{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:1.1rem}.state-separator{color:#cbd5e1}.state-stats-bar{display:flex;gap:2rem;flex-wrap:wrap;padding:1.5rem;background:#f8fafc;border-radius:12px;margin-bottom:1rem}.state-stat{display:flex;flex-direction:column;gap:.25rem}.state-stat .stat-value{font-size:1.5rem;font-weight:700;color:#1e293b}.state-stat .stat-value.positive{color:#22c55e}.state-stat .stat-value.negative{color:#ef4444}.state-stat .stat-label{font-size:.875rem;color:#64748b}.state-page-layout{display:grid;grid-template-columns:200px 1fr;gap:2rem;max-width:1200px;margin:0 auto;padding:0 1rem}@media (max-width:900px){.state-page-layout{grid-template-columns:1fr}.state-contents{position:static;margin-bottom:1rem}.state-name{font-size:1.75rem}.state-stats-bar{gap:1rem}.state-stat .stat-value{font-size:1.25rem}}.state-main-content{min-width:0}.state-contents{position:sticky;top:100px;background:white;padding:1rem;border-radius:8px;border:1px solid #e2e8f0}.contents-title{font-size:.875rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .75rem}.contents-list{list-style:none;margin:0;padding:0}.contents-list li{margin-bottom:.25rem}.contents-link{display:block;padding:.5rem .75rem;color:#475569;text-decoration:none;border-radius:4px;font-size:.9rem;transition:all .2s ease;background:none;border:none;cursor:pointer;width:100%;text-align:left}.contents-link:hover{background:#f1f5f9;color:#1e293b}.contents-link.active{background:#fef2f0;color:#fc5736;font-weight:500}.state-section{padding:2rem 0;border-bottom:1px solid #e2e8f0}.state-section:last-child{border-bottom:none}.section-title{font-size:1.75rem;font-weight:700;color:#1e293b;margin:0 0 .75rem;font-family:var(--page-title)}.section-description{color:#64748b;line-height:1.6;margin-bottom:1.5rem}.no-data{padding:2rem;text-align:center;color:#64748b;background:#f8fafc;border-radius:8px}.population-clock-container{background:#f8fafc;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.population-clock-table-new{width:100%;border-collapse:collapse}.population-clock-table-new td{padding:.75rem 1rem;border-bottom:1px solid #e2e8f0}.population-clock-table-new tr:last-child td{border-bottom:none}.population-clock-table-new td:first-child{font-weight:500;color:#475569}.population-clock-table-new td:last-child{text-align:right;font-weight:600;color:#1e293b}.cities-table-container{background:#f8fafc;border-radius:12px;overflow:hidden;margin-bottom:1.5rem}.cities-table{width:100%;border-collapse:collapse;font-size:.9rem}.cities-table th{background:#f1f5f9;padding:.75rem 1rem;text-align:left;font-weight:600;color:#475569;font-size:.75rem;text-transform:uppercase;letter-spacing:.03em}.cities-table td{padding:.625rem 1rem;border-bottom:1px solid #e2e8f0}.cities-table tr:last-child td{border-bottom:none}.cities-table .rank-cell{color:#94a3b8;font-weight:500;width:50px}.cities-table .city-name{font-weight:500;color:#1e293b}.cities-table .pop-cell{text-align:right;color:#475569}.sources-list-detailed{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.source-item{display:flex;gap:1rem;padding:1rem;background:#f8fafc;border-radius:8px}.source-number{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#fc5736;color:white;border-radius:50%;font-size:.875rem;font-weight:600;flex-shrink:0}.source-content{flex:1}.source-title{display:block;color:#1e293b;font-weight:600;text-decoration:none;margin-bottom:.25rem}.source-title:hover{color:#fc5736;text-decoration:underline}.source-description{color:#64748b;font-size:.875rem;margin:0}.data-disclaimer{padding:1.5rem;background:#fef2f0;border-radius:8px;border-left:4px solid #fc5736}.data-disclaimer h4{color:#1e293b;margin:0 0 .5rem;font-size:1rem}.data-disclaimer p{color:#64748b;font-size:.875rem;margin:0;line-height:1.6}.demographics-grid-state{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:1.5rem}@media (max-width:768px){.demographics-grid-state{grid-template-columns:1fr}}.population-change-content{display:flex;gap:2rem;align-items:flex-start}.population-change-left{flex:1}.population-component{margin-bottom:1.25rem}.population-component p{color:#475569;font-size:.95rem;margin:0 0 .5rem;font-weight:500}.progress-bar{height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden;position:relative}.progress-fill{height:100%;width:0;border-radius:4px;animation:fillProgress linear infinite}.birth-progress{background:linear-gradient(90deg,#22c55e,#16a34a)}.death-progress{background:linear-gradient(90deg,#ef4444,#dc2626)}.migration-progress{background:linear-gradient(90deg,#3b82f6,#2563eb)}.net-change-progress{background:linear-gradient(90deg,#8b5cf6,#7c3aed)}@keyframes fillProgress{0%{width:0}to{width:100%}}@media (max-width:768px){.population-change-content{flex-direction:column;gap:1rem}.population-component p{font-size:.875rem}.progress-bar{height:6px}.state-section [style*="grid-template-columns: 1fr 1fr"],.state-section [style*="grid-template-columns: repeat(3, 1fr)"]{grid-template-columns:1fr!important}}.state-homepage{max-width:1400px;margin:0 auto;padding:2rem 1rem}.state-homepage-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.state-hero-section{margin-bottom:3rem}.state-hero-header{margin-bottom:1.5rem}.state-hero-title{font-size:4rem;font-weight:700;color:#1e293b;margin:0 0 .5rem;font-family:var(--page-title)}.state-count{color:#64748b;font-size:1rem;margin:0}.state-hero-controls{display:flex;justify-content:flex-end;align-items:center;gap:.75rem;margin-bottom:1rem}.hero-search-container{display:flex;align-items:center;gap:.5rem;background:white;border:1px solid #e2e8f0;border-radius:8px;padding:.625rem 1rem;min-width:200px}.hero-search-icon{color:#94a3b8;stroke:#94a3b8;flex-shrink:0;position:static;width:18px;height:18px}.hero-search-input{border:none;background:transparent;outline:none;font-size:.9rem;width:100%;color:#1e293b}.hero-search-input::placeholder{color:#94a3b8}.download-btn{display:flex;align-items:center;justify-content:center;width:42px;height:42px;background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;color:#475569;cursor:pointer;transition:all .15s ease}.download-btn svg{width:18px;height:18px;stroke:#475569;stroke-width:2px;flex-shrink:0}.download-btn:hover{background:#fef2f0;border-color:#fc5736}.download-btn:hover svg{stroke:#fc5736}.state-hero-table-container{max-height:600px;overflow-y:auto;border:1px solid #e2e8f0;border-radius:12px;background:white}.state-hero-table{width:100%;border-collapse:collapse;font-size:.9rem}.state-hero-table thead{position:sticky;top:0;z-index:10}.state-hero-table th{background:#f8fafc;padding:.875rem 1rem;text-align:left;font-weight:600;color:#475569;font-size:.75rem;text-transform:uppercase;letter-spacing:.03em;border-bottom:1px solid #e2e8f0}.state-hero-table th.sortable{cursor:pointer}.state-hero-table td{padding:.75rem 1rem;border-bottom:1px solid #f1f5f9}.state-hero-table tr:hover td{background:#fef7f5}.state-hero-table .state-link{color:#1e293b;text-decoration:none;font-weight:500;display:flex;align-items:center;gap:.75rem}.state-hero-table .state-link:hover{color:#fc5736;text-decoration:underline}.state-flag{width:28px;height:20px;object-fit:cover;border-radius:2px;box-shadow:0 1px 2px rgba(0,0,0,.1)}.state-hero-table .pop-cell{font-family:system-ui,sans-serif;text-align:right;color:#475569}.state-hero-table .change-cell{text-align:right}.state-hero-table .density-cell{text-align:right;color:#64748b}.change-badge{display:inline-block;padding:.25rem .5rem;border-radius:4px;font-size:.8rem;font-weight:500}.change-badge.positive{background:#dcfce7;color:#15803d}.change-badge.negative{background:#fee2e2;color:#b91c1c}.change-badge.neutral{background:#f1f5f9;color:#64748b}.table-note{margin-top:.75rem;text-align:center;color:#64748b;font-size:.875rem}.state-content-grid{display:grid;grid-template-columns:200px 1fr;gap:2rem}@media (max-width:900px){.state-content-grid{grid-template-columns:1fr}.state-sidebar{order:2}.state-main-area{order:1}}.state-sidebar{background:#f8fafc;border-radius:12px;padding:1.25rem;height:fit-content;position:sticky;top:100px}.sidebar-title{font-size:.875rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem}.regions-grid{display:flex;flex-direction:column;gap:.25rem}.region-link{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;border-radius:6px;text-decoration:none;color:#334155;transition:all .15s ease;font-size:.9rem}.region-link:hover{background:#e2e8f0;color:#fc5736}.state-main-area{min-width:0}.state-map-section{margin-bottom:2.5rem}.state-map-wrapper{background:#f8fafc;border-radius:12px;padding:1rem;min-height:400px}.state-map-container{position:relative;width:100%;min-height:400px}.top-states-summary{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;margin-bottom:2rem;padding:1.5rem;background:linear-gradient(135deg,#fef2f0,#fff);border-radius:12px;border:1px solid #fbd5cc}@media (max-width:900px){.top-states-summary{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.top-states-summary{grid-template-columns:repeat(2,1fr)}}.top-state-card{text-align:center;padding:1rem;background:white;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.08);text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.top-state-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.12)}.top-state-rank{font-size:.75rem;color:#94a3b8;margin-bottom:.25rem}.top-state-name{font-weight:600;color:#1e293b;margin-bottom:.25rem;font-size:.95rem}.top-state-pop{color:#fc5736;font-weight:700;font-size:1.1rem}.trends-section{margin-bottom:2rem}.trends-title{font-size:1.75rem;font-weight:700;color:#1e293b;margin:0 0 1.5rem;font-family:var(--page-title)}.trends-subsection{margin-bottom:2rem}.trends-subsection h3{font-size:1.1rem;font-weight:600;color:#1e293b;margin:0 0 .75rem}.trends-description{color:#475569;line-height:1.7;margin:0 0 1rem;font-size:.95rem}.inline-link{color:#3b82f6;text-decoration:none}.inline-link:hover{text-decoration:underline}.mini-table-container{background:#f8fafc;border-radius:10px;overflow:hidden;margin-bottom:1rem}.mini-table{width:100%;border-collapse:collapse;font-size:.875rem}.mini-table th{background:#f1f5f9;padding:.75rem 1rem;text-align:left;font-weight:500;color:#64748b;font-size:.75rem;text-transform:uppercase;letter-spacing:.03em}.mini-table td{padding:.625rem 1rem;border-bottom:1px solid #e2e8f0}.mini-table tr:last-child td{border-bottom:none}.mini-table .positive{color:#22c55e;font-weight:500}.mini-table .negative{color:#ef4444;font-weight:500}.map-section{margin:2rem 0}.state-map-full{background:#f8fafc;border-radius:12px;padding:1rem}.state-map-full,.state-map-full .state-map-container{min-height:450px}.state-sources-section{padding:1.5rem;background:#f8fafc;border-radius:12px}.sources-title{font-size:1rem;font-weight:600;color:#1e293b;margin:0 0 .75rem}.sources-list{margin:0;padding-left:1.25rem;color:#64748b;font-size:.875rem}.sources-list li{margin-bottom:.375rem}.sources-list a{color:#3b82f6;text-decoration:none}.sources-list a:hover{text-decoration:underline}.skeleton-row td{padding:.875rem 1rem}.skeleton-text{height:16px;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite;border-radius:4px}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.growth-tabs{display:flex;gap:.5rem;margin-bottom:1rem}.growth-tab{padding:.5rem 1rem;background:#f1f5f9;border:none;border-radius:6px;color:#64748b;cursor:pointer;font-size:.875rem;transition:all .15s ease}.growth-tab:hover{background:#e2e8f0;color:#1e293b}.growth-tab.active{background:#fc5736;color:white}@media (max-width:768px){.state-hero-title{font-size:1.75rem}.state-hero-controls{flex-direction:column;align-items:stretch}.state-hero-table-container{max-height:400px}.state-hero-table td,.state-hero-table th{padding:.5rem .75rem;font-size:.8rem}.trends-title{font-size:1.5rem}.top-states-summary{padding:1rem;gap:.5rem}.top-state-card{padding:.75rem}}.country-page-layout{display:grid;grid-template-columns:220px 1fr;gap:2rem;max-width:1200px;margin:0 auto;padding:2rem 1rem}.country-sidebar{position:sticky;top:100px;height:fit-content;max-height:calc(100vh - 120px);overflow-y:auto}.country-main-content{min-width:0}.indicators-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem}.indicator-card{background:white;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;text-align:center;transition:box-shadow .2s ease}.indicator-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.08)}.indicator-icon{font-size:1.5rem;margin-bottom:.5rem}.indicator-value{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:.25rem}.indicator-label{font-size:.8rem;color:#64748b}.comparison-section{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}.comparison-card{background:#f8fafc;border-radius:12px;padding:1.5rem}.comparison-card h4{font-size:.9rem;color:#64748b;margin-bottom:.75rem;font-weight:500}.comparison-bar-container{margin-bottom:.5rem}.comparison-bar-label{display:flex;justify-content:space-between;margin-bottom:.25rem;font-size:.85rem;color:#475569}.comparison-bar{height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.comparison-bar-fill{height:100%;border-radius:4px;transition:width .5s ease}.comparison-bar-fill.green{background:linear-gradient(90deg,#22c55e,#16a34a)}.comparison-bar-fill.blue{background:linear-gradient(90deg,#3b82f6,#2563eb)}.comparison-bar-fill.purple{background:linear-gradient(90deg,#8b5cf6,#7c3aed)}.comparison-bar-fill.orange{background:linear-gradient(90deg,#f97316,#ea580c)}.metrics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem}.metric-card{background:white;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem}.metric-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.metric-emoji{font-size:1.25rem}.metric-title{font-size:.85rem;color:#64748b}.metric-value{font-size:1.5rem;font-weight:700;color:#1e293b}.metric-change{font-size:.8rem;margin-top:.25rem}.metric-change.positive{color:#22c55e}.metric-change.negative{color:#ef4444}.facts-list{background:#f8fafc;border-radius:12px;padding:1.5rem;margin-bottom:2rem}.fact-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #e2e8f0}.fact-item:last-child{border-bottom:none}.fact-icon{font-size:1.25rem;flex-shrink:0}.fact-content{flex:1}.fact-title{font-weight:600;color:#1e293b;margin-bottom:.25rem}.fact-value{color:#475569;font-size:.9rem}@media (max-width:900px){.country-page-layout{grid-template-columns:1fr}.country-sidebar{display:none}.indicators-grid{grid-template-columns:repeat(2,1fr)}.comparison-section,.metrics-grid{grid-template-columns:1fr}}@media (max-width:480px){.indicators-grid{grid-template-columns:1fr}}