@keyframes shineEffect{0%{left:-75%}to{left:125%}}.weather__icon-conditions{list-style-type:none;margin:0;padding:0}.weather{display:flex;flex-direction:row;flex-wrap:nowrap;position:relative}.weather__visual{align-items:center;background:var(--color-content-base-4);color:var(--color-surface-base-1);display:flex;flex-direction:column;height:90px;justify-content:center;width:90px}.weather__visual svg{height:32px;width:32px;fill:var(--color-surface-base-1)}.weather__visual p{font-size:1.25rem;line-height:1.25rem;margin-top:8px}.weather__data{color:var(--color-content-base-2);padding:8px 16px}.weather__pictogram svg{height:14px;width:14px;fill:var(--color-content-base-2)}.weather__icon-conditions{gap:8px}.weather__icon-conditions,.weather__icon-conditions>li{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap}.weather__icon-conditions>li span{display:flex;margin-top:2px}.weather__key{font-size:1.25rem;line-height:1.25rem;margin-bottom:8px}.weather__source{font-size:.875rem;font-weight:400;letter-spacing:-.0175rem;line-height:140%;margin-top:8px}.weather-section{margin-top:64px}@media only screen and (min-width:768px){.weather-section{margin-top:80px}}@media only screen and (min-width:1440px){.weather-section{margin-top:104px}}.weather-section{margin-bottom:64px}@media only screen and (min-width:768px){.weather-section{margin-bottom:80px}}@media only screen and (min-width:1440px){.weather-section{margin-bottom:104px}}.weather-section__container{display:flex;flex-direction:row;flex-wrap:wrap;margin-left:auto;margin-right:auto;width:var(--grid-base)}.weather-section__container .weather{flex-basis:auto;margin-inline:auto;padding-inline:calc(var(--grid-gutter)/2);width:auto}.weather-section__container .weather__visual{border-radius:var(--border-radius-l)}