.weather-container{display:grid;width:100%;column-gap:2rem;grid-template-rows:auto;grid:auto-flow dense/40% 60%;align-items:start}.weather-block{margin:0 auto;display:flex;width:100%;flex-direction:row;align-items:center;height:fit-content;justify-content:space-around;border-radius:var(--border-radius);overflow:hidden;background-color:var(--surface);height:200px}.line-container{grid-column:1/span 2;background-color:transparent;margin-top:1rem}.weather-block.week-forecast{background-color:var(--background)}.week-forecast .details:nth-child(odd){background-color:var(--surface-light)}@media screen and (max-width:435px){.weather-block{border-radius:0;max-height:130px}.weather-container{column-gap:0;display:flex;flex-direction:column;gap:.5rem}}