nearby-weather-stations-box-view{display:block;box-sizing:border-box;position:relative;overflow:hidden;font-size:.9rem}nearby-weather-stations-box-view .title{text-transform:uppercase;padding:8px 16px;background-color:rgba(0,0,0,.02);border-bottom:1px solid var(--chart-section-border-color);font-size:.85rem;font-weight:700;color:var(--color-secondary-font);opacity:.7;letter-spacing:1.2px}nearby-weather-stations-box-view .grid{display:grid;grid-template-columns:repeat(10,minmax(64px,1fr));overflow-x:scroll;text-align:center;font-size:.8rem;gap:4px;align-items:center}nearby-weather-stations-box-view .grid.header{font-weight:500;background-color:var(--bg-color)}nearby-weather-stations-box-view .grid a,nearby-weather-stations-box-view .grid div{padding:16px 8px;text-wrap:balance}nearby-weather-stations-box-view .grid a:first-child,nearby-weather-stations-box-view .grid div:first-child{position:sticky;left:0}nearby-weather-stations-box-view .grid.header a:first-child,nearby-weather-stations-box-view .grid.header div:first-child{background-color:var(--bg-color)}nearby-weather-stations-box-view .grid a:first-child,nearby-weather-stations-box-view .grid div:first-child{background-color:var(--bg-color)}