body {
  background-image: url(../img/bg-ua-2.jpg);
  background-position: center top;
  background-repeat: no-repeat no-repeat;
  background-color: #ddd;
  background-size: cover;
  background-attachment: fixed;
}

.navbar-nav .nav-link {
    font-size: 0.825rem!important;  /* 14px, если базовый размер шрифта 16px */
}

@media (max-width: 1199.98px) {
    .navbar-nav {
        margin-bottom: 1rem;
    }
    .navbar-collapse {
        background-color: #343a40;
        padding: 1rem;
        border-radius: 0.25rem;
    }
    .navbar-collapse .nav-link {
        padding: 0.5rem 0;
        text-align: left;
    }
    .navbar-collapse .btn {
        text-align: center;
        padding: 0.5rem 1rem;
    }
    .navbar-collapse .dropdown-menu {
        background-color: #2c3136;
        border: none;
    }
    .navbar-collapse .dropdown-item {
        color: #fff;
        text-align: left;
    }
    .navbar-collapse .dropdown-item:hover,
    .navbar-collapse .dropdown-item:focus {
        background-color: #23272b;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.85)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .navbar-toggler {
        border-color: rgba(255, 255, 255, 0.1);
    }
    .navbar-toggler:focus {
        box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
    }

    .navbar-nav .nav-link {
        font-size: 0.870rem;
    }
}

/* Стили для экранов шире 1200px */
@media (min-width: 1200px) {
    .navbar-nav {
        align-items: left;
    }
    .navbar-nav .nav-link {
        padding: 0.5rem 1rem;
        font-size: 0.875rem;
    }
}

.weather-container {
    position: relative;
}

#weather-widget {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

.fuel-prices-sidebar {
    font-size: 0.9rem;
}

.fuel-prices-sidebar .list-group-item {
    padding: 0.5rem 1rem;
    transition: all 0.2s ease;
}

.fuel-type {
    font-weight: bold;
}

.fuel-type small {
    font-weight: normal;
    opacity: 0.7;
}

.badge {
    font-size: 0.8rem;
    font-weight: normal;
    transition: transform 0.2s ease;
}

