.icon-arrow{height:2.4rem;width:2.4rem}.icon-arrow.direction-up{transform:rotate(-90deg)}.icon-arrow.direction-left{transform:rotate(-180deg)}.icon-arrow.direction-down{transform:rotate(90deg)}.component-weather-tile{align-items:center;background:linear-gradient(174.4deg,#8b6ae9,#f4747c);color:var(--color-white);display:flex;flex-direction:row;height:6.4rem;justify-content:space-between;max-width:100vw;overflow:hidden;padding:0 1.6rem;width:100%}@media screen and (min-width:1060px){.component-weather-tile{max-width:var(--container-max-width);width:var(--container-width)}}.component-weather-tile+input[type=hidden]+.component-traffic-tile{margin-top:calc(var(--grid-vertical-spacing)*-1)}.component-weather-tile .tile-container{display:flex;flex-direction:row;flex-wrap:nowrap;height:100%;justify-content:space-between;width:100%}.component-weather-tile a{color:currentColor;display:inline-flex;height:100%;text-decoration:none}.component-weather-tile .current-weather{flex-direction:column;justify-content:center}.component-weather-tile .current-weather .location,.component-weather-tile .current-weather .title{display:block}.component-weather-tile .current-weather .title{font-size:1.2rem;line-height:1.6rem}.component-weather-tile .current-weather .location{font-size:1.6rem;font-weight:500;line-height:2rem}.component-weather-tile .conditions-icon,.component-weather-tile .conditions-icon .weather-details{align-items:center;flex-direction:row;justify-content:space-between}.component-weather-tile .conditions-icon .weather-details{display:inline-flex;padding:1.5rem}.component-weather-tile .conditions-icon .weather-details .icon-weather{transform:scale(.4)}.component-weather-tile .conditions-icon .weather-details .icon-weather .weather-fill{fill:var(--weather-icon-color)}.component-weather-tile .conditions-icon .weather-details .temp-current{font-size:1.8rem;font-weight:700;letter-spacing:-.02rem;line-height:2.2rem;padding:0 1rem 0 0}.component-weather-tile .conditions-icon .icon-arrow>path{fill:currentColor}