.industry-region-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.industry-region-card{display:flex;flex-direction:column;text-align:left;gap:8px;padding:16px;border:1px solid #d8d5cc;border-radius:12px;background:#fff;cursor:pointer}.industry-region-card:hover,.industry-region-card.active{border-color:#2447f9;box-shadow:0 6px 18px #2447f91c}.industry-region-card b{font-size:15px;color:#172033}.industry-region-card span{font-size:12px;color:#687080;line-height:1.55}.industry-region-card small{color:#2447f9;font-size:11px}.industry-region-detail{margin-top:15px;padding:16px;border-left:3px solid #2447f9;background:#f7f9ff;font-size:13px;line-height:1.8;color:#3c4658}.industry-region-detail span{color:#687080}.detail-title{display:flex;justify-content:space-between;gap:12px;align-items:center}.detail-title>b{font-size:17px;color:#172033}.detail-title>span{font-size:11px;color:#2447f9}.metric-chips{display:flex;flex-wrap:wrap;gap:7px;margin:4px 0 8px}.metric-chip{display:inline-block;padding:4px 8px;border:1px solid #d8dff7;border-radius:99px;background:#fff;color:#33446d!important;font-size:12px}.detail-note{font-size:12px;color:#687080}.industry-region-detail a{color:#2447f9}@media(max-width:800px){.industry-region-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.industry-region-grid{grid-template-columns:1fr}}
