/* Styles for RW Weather plugin */
#rw-weather-container{
    display:flex;
    gap: 10px
}
#rw-weather-degrees{
    font-family: 'Work Sans';
    font-weight: 400;
    font-size: 24px;
    color: #fff;
}

