.weather-widget-container{margin:0 auto;box-sizing:border-box;font-family:Quicksand,Arial;color:#000;font-weight:700}.weather-widget-content{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.left-column{display:flex;flex-direction:column;margin-right:40px}#city-selector{text-align:left;margin-bottom:20px;color:#3B3D42;font-size:14px;font-weight:500}#city-select{font-size:14px;font-weight:500;padding:5px;width:200px;box-sizing:border-box}.forecast-container{display:flex;flex-direction:row;align-items:center;margin-right:20px}.forecast-day{display:flex;flex-direction:column;align-items:center;margin:0 5px;position:relative;color:#000}.date-label{font-size:14px;font-weight:700;color:#000;margin-bottom:5px}.forecast-day img{width:60px;height:60px}.forecast-day p{margin:5px 0 0;font-size:14px;font-weight:700}.forecast-day .fas{font-size:40px;margin:10px 0;color:#8656FC;transition:transform 0.3s ease,color 0.3s ease}.forecast-day .fas:hover{transform:scale(1.2);color:#6B2FFF}.weather-comment{flex:1;font-size:20px;font-weight:500;line-height:2.2rem;text-align:left;margin-top:-8px;border-radius:10px;color:#0D0F16}.text-weather-highlighted{font-weight:700}.text-weather-highlighted a{text-decoration:none}@media (max-width:767px){.weather-widget-container{width:100%}.weather-widget-content{flex-direction:column;align-items:center}.weather-comment{margin-left:0;margin-top:20px;text-align:left}#city-select{width:100%}.left-column{margin-right:0}}