<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Desktop*/
a.weather-bug.weather-bug-desktop{
    border:none !important;
    display: flex;
    align-items: center;
    color:white;
}

.weather-bug-desktop-widget-wrapper{
    display: inline;
    justify-content: end;
    align-items: center;
}

.momentous-weather-bug-desktop-wrapper{
    display: inline-flex;
}

.momentous-weather-bug-desktop-wrapper:before{
    content: '|';
    color: #717171;
}

.momentous-weather-bug-desktop-wrapper .weather-bug img.weather-bug-icon{
    height:20px;
    margin-left:5px;
}

.momentous-weather-bug-desktop-wrapper .weather-bug .weather-bug-temperature{
    font-size:1rem;
    margin-left:5px;
}

/* Mobile */
@media screen and (min-width: 992px) {
    .weather-bug.weather-bug-mobile {
        display: none !important;
    }
}

.weather-bug.weather-bug-mobile{
    display: flex;
    align-items: center;
    color: black;
    justify-self: end;
    padding-right: 20px;
    border-right: 1px solid #D5D5D5;
    margin-right: 10px;
    margin-left: auto;
}

.weather-bug.weather-bug-mobile .weather-bug-temperature{
    color:black;
    font-size: 12px;
}

/* All */
.weather-bug img.weather-bug-icon{
    height:30px;
    margin-bottom:0;
}

.weather-bug-temperature{
    font-weight: bold;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

/* Overrides */
@media screen and (max-width: 991px) {
    .navbar-brand &gt; svg {
        max-height: 50px !important;
    }
    .navbar-toggler{
        margin-left: 0 !important;
    }
}
</pre></body></html>