<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/*--------------------------------------------------------------
Eggnews Weather Widget
--------------------------------------------------------------*/
.weather-forecast-widget ul{
    list-style:none;
    background-position:center center;
    background-size:cover;
    padding:0 10px;
    font-size:14px;
}

.current-weather{
    text-align:right;
}

.weather-forecast-days{
    position: relative;
    background: #f5f5f5;
    margin-bottom: 15px;
    padding: 10px;
}

.weather-forecast-days:after{
    content:"";
    display:block;
    clear:both;
}

.weather-forecast-days figure{
    float:left;
    width:25%;
    padding:30px 0;
    text-align:center;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
}

.forcast-day{
    margin:0;
    padding:0;
    width:75%;
    float:right;
}

.forcast-day li {
    line-height: 1.4;
}</pre></body></html>