.weather-nav-widget {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 600;
    line-height: 1;
    margin-left: 12px;
}

.weather-nav-widget img {
    width: 34px;
    height: 34px;
    display: block;
    background-color: #e9ecf2;
    border-radius: 50%;
    padding: 1px;
    box-sizing: border-box;
}

@media (max-width: 1100px) {
    #weather-icon-widget {
        display: none !important;
    }
}