/* Minification failed. Returning unminified contents.
(1113,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1114,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1115,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1116,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1117,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1118,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1163,22): run-time error CSS1039: Token not allowed after unary operator: '-soft'
 */
.navigation-wrapper {
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #007777;
    border-bottom: 1px solid #ccc;
    justify-content: center;
}

.navigation-menu-container {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    white-space: nowrap;
    padding: 10px 0;
}

.navigation-menu {
    display: flex;
}
    .navigation-menu .nav-link {
        padding: 10px 20px;
        text-decoration: none;
        color: #333;
        font-size: 1rem;
        position: relative;
        font-weight: bold;
        color:#fff;
    }

        .navigation-menu .nav-link.active {
            font-weight: bold;
            color: #c5ff2b;
        }

            .navigation-menu .nav-link.active::after {
                content: '';
                position: absolute;
                bottom: -10px;
                left: 50%;
                transform: translateX(-50%);
                width: 30px;
                height: 3px;
                background-color: #fff;
            }

        .navigation-menu .nav-link:hover::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 30px;
            height: 3px;
            background-color: #fff;
        }

    .navigation-menu::-webkit-scrollbar {
        display: none;
    }

.navigation-menu-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.scroll-btn {
    cursor: pointer;
    user-select: none;
    padding: 10px;
    background-color: #007777;
    color: #fff;
    border: none;
    font-size: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .scroll-btn.scroll-left {
        display: none;
    }

/*//endlinkovi*/
.DivWarning {
    background: linear-gradient(90deg,#d74123 0,#f48838);
    color: #fff;
    padding: 14px 10px 10px 10px;
    margin: auto;
    font-weight: bold;
    font-family: Segoe UI;
    background: linear-gradient(90deg,#d74123 0,#a62b0f);
    font-size: clamp(0.6rem, calc(3.4vw + 0.1rem), 1rem);  
}
.Wtxt {
    font-size: clamp(1rem, calc(3.4vw + 0.1rem), 1.05rem);    
}
.WtxtMore {
    font-weight: normal;
    display: block;
    margin-bottom: 8px;
}
.containerExactHourDiv {
    margin: 17px 4px 17px 13px;
    font-size: 1.1rem;
    color: #333;
    line-height: 1.4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
    .containerExactHourDiv .WExact {
        color: #077;
        font-family: system-ui;
        letter-spacing: 0.03rem;
        font-weight: 700;
        padding: 0 0.8px 0 4px;
    }
    #mainID .containerExactHourDiv {
        margin: 0;
    }

.TodTomor {
    font-weight: bold;
    font-family: Verdana;
}

.linksAll nav {
    max-width: 900px;
    margin: auto;
}

.linksAll ul {
    list-style: none;
    padding: 0;
}

    .linksAll ul li {
        border-radius: 5px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        background-color: #f9f9f9;
    }

.linksAll nav ul {
    display: block;
    padding: 0;
}

    .linksAll nav ul li {
        margin: 0.5rem 0;
        padding: 0.5rem 0;
        border-bottom: 1px solid #ddd;
    }

        .linksAll nav ul li:hover {
            background-color: #f0f0f0;
        }

.linksAll nav a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

    .linksAll nav a:hover {
        color: #000;
    }

    .linksAll nav a::after {
        content: '➔';
        font-size: 1rem;
        color: #aaa;
        transition: color 0.3s;
    }

    .linksAll nav a:hover::after {
        color: #333;
    }

.divLinksMore {
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin: 10px auto;
    max-width: 300px;
    text-align: center;
    box-shadow: 0 0 4px rgb(248, 196, 113);
}

    .divLinksMore:hover {
        background-color: #fff8bd85;
        box-shadow: 0 0 4px rgb(198, 196, 196);
    }

    .divLinksMore a {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1rem 0.5rem;
        color: #333;
        text-decoration: none;
        transition: background-color 0.3s, color 0.3s;
        font-size: 1.094rem;
        position: relative;
    }

        .divLinksMore a:hover {
            color: #000;
        }

        .divLinksMore a::after {
            content: '➔';
            font-size: 1rem;
            color: #aaa;
            transition: color 0.3s;
            position: absolute;
            right: 8.5px;
        }

        .divLinksMore a:hover::after {
            color: #333;
        }
       /* //Month*/
.divLinksMoreMonth a::after {
    content: '←';
    font-size: 1.9rem;
    color: #aaa;
    transition: color 0.3s;
    position: absolute;
    left: 8.5px;
    right: unset;
    font-weight: bold;
}
.AdsDiv {margin:13px auto;
}
                                          /*//AQI*/
.AQIh2::before, .AQIh2::after {
    background-color: rgb(0,228,0);
}

.aqi-section {
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 0 10px;
    overflow: hidden;
}

.section-title {
    font-size: 1rem;
    font-size: clamp(1rem,calc(3.4vw + .1rem),1.2rem);
}

.aqi-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.aqi-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 200px;
    background-color: #f7f7f7;
    border-left: 5px solid;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    background-color: #f9f9f9;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left-color: #4f7aa2;
}

    .aqi-card:hover {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    }

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-bottom: 8px;
}

.card-time {
    font-size: 1.1rem;
}

.aqi-value-container {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.aqi-label {
    font-size: 0.875rem;
    font-weight: bold;
    color: #666;
    letter-spacing: .3px;
}

.aqi-value {
    font-size: 1.75rem;
    line-height: 1;
    padding: 11px;
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}

.card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    font-size: 0.875rem;
    color: #666363;
}

.dominant-pollutant {
    white-space: normal;
    text-align: center;
    overflow: visible;
    text-overflow: clip;
}

.details-button {
    width: 100%;
    margin-top: 10px;
    padding: 8px;
    background-color: #4f7aa2;
    color: white;
    border: none;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    .details-button:hover {
        background-color: #2c3e50;
    }

.forecast-details {
    display: none;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}

    .forecast-details h4 {
        font-size: 0.875rem;
        margin: 4px 0 5px 0;
    }

    .forecast-details ul, .forecast-details p {
        margin: 0;
        padding-left: 1rem;
        font-size: 0.75rem;
        line-height: 1.4;
    }

.pollutants-list li {
    padding-bottom: 3px;
}

.aqi-category {
    font-size: 0.8rem;
    font-weight: bold;
    color: #333;
}

.aqi-category-good {
    border-left-color: rgb(0,228,0);
}

.aqi-category-moderate {
    border-left-color: #ffb900;
}

.aqi-category-unhealthy {
    border-left-color: #f9360f;
}

.aqi-category-hazardous {
    border-left-color: #7e0023;
}

.AUnit {
    font-size: 0.8rem;
    font-weight: bold;
    padding: 3px;
}

.DUnit {
    font-size: 0.8rem;
    font-weight: bold;
    color: #333;
}

.aqi-link-container {
    text-align: center;
    border-top: 1px solid #ddd;
    padding: 10px;
    margin: 30px 10px 0 10px;
}

.aqi-link {
    display: inline-block;
    padding: 12px 24px;
    font-family: Arial, sans-serif;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    background-color: #077;
    border: 1px solid #00e400;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
}

    .aqi-link:hover {
        color: #fff;
        background-color: #007bff;
    }
@media (min-width: 1200px) {
    .aqi-container {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 600px) {
   
    .divLinksMore {
        max-width: 98%;
    }

    .linksAll nav {
        width: 98%;
    }

    .linksAll ul li {
        background-color: #fff;
    }
    #mainID .containerExactHourDiv {
        font-size: 1rem;
    }
                                          /*  AQI*/
    .aqi-section {
        margin-bottom: 20px;
        padding: 0 5px;
    }

    .aqi-container {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .aqi-card {
        flex: 1 1 100%;
    }

    .card-body {
    }

    .details-button {
        display: block;
    }
}

@media screen and (max-width: 500px) {
    #mainID .containerExactHourDiv {
        font-size: 0.843rem;
    }
    .containerExactHourDiv {
        font-size: 1.03rem;
        margin: 17px 4px 17px 12px;       
    }
    .uptime {
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 400px) {
    .containerExactHourDiv {
        font-size: 0.96rem;
    }
    .navigation-menu .nav-link {
        font-size: 1rem;
        padding: 10px 18px;
    }
}

@media screen and (max-width: 390px) {
    #mainID .containerExactHourDiv {
        text-align: center;
    }

    .uptime {
        display: block;
    }
}
@media screen and (max-width: 375px) {
    .containerExactHourDiv {
        margin: 17px 2px;
     text-align:center;
    }
}
    @media screen and (max-width: 370px) {
        .containerExactHourDiv {
            font-size: 0.91rem;
        }

        .navigation-menu .nav-link {
            font-size: 0.98rem;
            padding: 10px 17px;
        }
    }
h1 {  
    text-align: center;
    color: #555;   
    font-family: Segoe UI;
    font-weight: 600;
    color: #1f1f1f;
    letter-spacing: 0.01rem;
}
.h1Update{color:green;}
img {
    max-width: 100%;
}
.tempToday {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
    background-color: #fff;    
    margin: auto;
    max-width: 900px;
    border: 1px solid #ddd8d8;
    padding:20px 0 0 0;
}
.CityName {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 17px 4px;
    border: 1px solid #ddd8d8;
    max-width: 900px;
    border-radius: 8px 8px 0 0;
    background-color: #fff;
    color: #333;
    font-size: 1.16rem;
    font-family: Segoe UI;
    line-height: 1.4em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
    .CityName h1 {
        text-align: center;     
        color: #333;
        font-size: 1.16rem;        
        line-height: 1.4em;
        flex: 1;
        white-space: normal;
        margin: 0;
        font-size: clamp(1rem,calc(4vw + .1rem),1.16rem);
        /*font-size: clamp(0.9rem, 2.5vw, 1.16rem);*/       
      font-weight:bold;
    }
        .CityName h1 .h1span {
            color: #007777;
        }
.SpanTimeMain {
    color: green;
    padding: 0 0 0 5px;
    font-size: 1.16rem;
    width: 108px;
    flex-shrink: 0;
    font-weight: bold;
}
.weather-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    flex-direction: row;
    padding: 0 20px;
}

.current-weather, .weather-details {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.current-weather {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 20px;
    border-right: 1px solid #ddd;
    margin-right: 20px;
}

.weather-header {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
    margin: 0 13px 3px 0;
}

.weather-containerExact {
    justify-content: left;
}

.weather-headerExact {
    font-size: 1.313rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #4a90e2;
    text-align: left;
}

.dayOfWeek {
    color: #4a90e2;
}

.divider2 {
    height: 1px;
    background-color: #ddd;
    width: 80%;
    margin: 15px 0;
    max-width: 50%;
}

.weather-icon {
    width: 50px;
    height: 50px;
    margin: 10px auto auto auto;
}

.temperature {
    display: flex;
    font-size: 3rem;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.iconName {
    display: flex;
    align-items: baseline;
    align-items: center;
    width: 100%;
}

    .iconName .headerNow {
        color: green;
    }

.iconsvg {
    width: 65px;
    height: 65px;
}

.unit {
    font-size: 1.5rem;
    margin-left: 5px;
}

.realfeel {
    margin: 10px auto auto auto
}

.weather-details {
    display: flex;
    flex-direction: column;
}

.weather-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
/*  .weather-detail:last-child {
        border-bottom: none;
    }*/
.label2 {
    font-size: 1.063rem;
    color: #333;
    font-family: Segoe UI;
}

.value2 {
    font-size: 1.188rem;
    font-weight: bold;
    color: #333;
}

.label {
    font-size: 1rem;
}

.value {
    font-size: 1rem;
    font-weight: bold;
    color: #333;
}

.air-quality {
    color: green;
}

.air-red {
    color: #ec0000;
    font-weight: bold;
}

.divider {
    height: 2px;
    background-color: #ddd;
/*    width: 100%;*/
    margin: 15px auto;
    width: calc(100% - 40px);
}

.day-night-label {
    font-size: 1.125rem;
    margin-right: 8px;
    color: #555;
}

.day-temp, .night-temp {
    display: flex;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    width: 100%;
}

.containerAlternative {
    margin: 0 auto;
    font-size: 1rem;
    color: #555;
    border-bottom: 1px solid #ddd;
    padding-bottom:20px !important;
    margin-bottom:15px;
}

    .containerAlternative p {
        line-height: 1.5;
        margin-top: 10px;
    }

.AlternativeL { 
    font-family: Segoe UI;
    color: #2d2a2a;
    width:100%;
}

.AlternativeD {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ddd;
}

.warning-container {
    margin: 10px auto;
}

    .warning-container h3 {
        margin-bottom: 10px;
        font-size: 1.2rem;
    }

    .warning-container .warningBoldDiv {
        font-weight: bold;
        margin: 8px auto;
    }

.warningBold {
    font-weight: 600;
}

.other {
    font-size: 1rem;
}
.downloadimg {
    text-align: center;
/*    border: 1px solid #ddd8d8;*/
    max-width: 900px;
    border-radius: 0 0 8px 8px;
    background-color: #fff;
    color: #333;
    font-family: Segoe UI;
    line-height: 1.4em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #f9f9f9;
/*    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);*/
    font-size:1rem;
    margin-top:5px;
}
  /*//STARTtestif*/
    /*.weather-history * {
    margin: revert;
   padding: revert;
}*/
    .weather-history {
        margin: 10px auto;
        padding: 14px 0;
        background: #ffffff;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
    }

    .weather-history h2 {
        text-align: center;
        color: #317edd;
        margin: 16px auto;
        font-size: 1.28em;
    }

.weather-date {
    text-align: center;
    font-size: 0.96em;
    color: #666;
    margin: 0 auto 13px auto;
}
.weather-date .value {
   font-size:inherit;
}

.weather-icon {
    flex: 0 0 50px;
    margin: auto;
}

.iconsvgHistory {
    width: 50px;
    height: 50px;
    margin: auto;
}

.weather-temp {
    display: flex;
    gap:50px;
    justify-content: center;
}

.weather-day h3, .weather-night h3 {
    font-size: 1em;
    margin-bottom: 5px;
    color: #2375d8;
    margin: 9px auto 5px auto;
}

.weather-day p, .weather-night p {
    font-size: 1.8em;
    color: #333;
    margin: 14.5px auto 10px auto;
    text-align: center;
}

.Historydetails {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 0;
}

.detail-item {
    text-align: center;
    flex: 1;
    border-left: 1px solid #e0e0e0;
    padding: 0 10px;
}

    .detail-item:first-child {
        border-left: none;
    }

    .detail-item h4 {
        font-size: 0.9em;
        margin: 15px auto;
        color: #2375d8;
    }

    .detail-item p {
        font-size: 1rem;
        color: #666;
    }

.weather-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 0;
}
/*//StartDays*/
.exactToday {
    padding-top:1px;
}
    .exactToday .tempExact {
        box-shadow: none;
        border: 1.5px solid #ddd8d8;
    }
.tempExact {
padding-bottom:20px !important;
}
.weather-Days {
    border-radius: 8px;
    max-width: 900px;
    margin: auto;
    font-size: 0.938rem;
}

    .weather-Days a {
        text-decoration: none;
        color: inherit;
    }

.weather-itemDay {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px 0;
    margin: 0 auto 7.5px auto;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
    border-bottom: 1px solid #ddd;
    color: #333;
    cursor: pointer;
    flex-wrap: wrap;
    padding: 0.625rem 0.5rem 0.625rem 0.625rem;
}

    .weather-itemDay::after {
        content: '➔';
        font-size: 1rem;
        color: green;
        transition: color 0.3s;
    }

    .weather-itemDay::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 5px;
        background-color: #e74c3c;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        background-color: #ffb900;
    }

    .weather-itemDay:last-child {
        margin-bottom: 0;
    }
.daysWarning::before {
    background-color: #f9360f !important;
}
.timeDay {
    display: flex;
    align-items: center;
    max-width: 100px;
    justify-content: center;
    flex: 1;
    flex-direction: column;
    font-size: 0.963rem;
}

.shortname {
    font-weight: bold;
    margin-bottom: 4px;
}

.icon-Days {
    display: flex;
    align-items: center;
    max-width: 140px;
    text-align: right;
    justify-content: right;
    flex: 1;
}

.iconsvgDay {
    width: 40px;
    height: 40px;
}

.tempDay {
    display: flex;
    color: #555;
    flex: 1;
    align-items: center;
    justify-content: center;
}

.day-tempDay {
    margin: 0 10px;
    text-align: center;
}

.leftspanday {
    margin: 0 10px 0 0;
}

.tempLabelDay {
    font-size: 1.375rem;
    font-weight: bold;
}

.day-night-labelDay {
    margin-right: 8px;
}

.spanNight {
    font-size: 1.125rem;
    font-weight: normal;
}

.dropDay {
    color: #666363;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: right;
    display: flex;
    align-items: center;
    max-width: 100px;
    margin-right: 5px;
    flex: 1;
}


.svgdrop {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}
.UpdateAllDiv {
    padding: 3px 0 20px 0;
    font-family: Segoe UI;
}
.DivUpdate {
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 13px 0 9px 0;*/
    overflow: hidden;
    white-space: nowrap;
    font-size: 1rem;
    font-size: clamp(0.6rem, calc(3.4vw + 0.1rem), 1.05rem);
    min-width: 0;
}
    .DivUpdate h2 {
        text-align: center;
        color: #555;
        font-family: Segoe UI;
        font-weight: 600;
        color: #1f1f1f;
        letter-spacing: 0.01rem;
    }
    .DivUpdate h2, .DivUpdate .update-time {
        font-size: inherit; 
        flex-shrink: 1; 
        margin: 0;
    }
    .DivUpdate .update-time {
        color: green;
        font-weight: 600;
        overflow: hidden;
        white-space: nowrap;
        margin-left: 9px;
    }
.cssFullDate {
    text-align: center;
    display: block;
    padding: 15px 4px 5px 0;
    font-size: 1rem;
    font-size: clamp(0.6rem, calc(3.4vw + 0.1rem), 1.05rem);
}
    .cssFullDate .txtupdateon {
        font-family: Segoe UI;
        font-weight: 600;
        color: #1f1f1f;
        letter-spacing: 0.01rem;
    }


    /*//AQI*/
:root {
    --bg: #f7f8fb;
    --card: #fff;
    --text: #222;
    --soft: #eef1f6;
    --usg: #f57c00;
    --radius: 18px;
}
.AqiCytiName {
    color: #007777;
    font-size: clamp(1rem,calc(4vw + .1rem),1.2rem);
}
.aqi-section {
    padding: 1px;
    font-family: Segoe UI,Arial,sans-serif;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0 0 8px 8px;
}

.aqi-container {
    grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
    align-items: stretch;
}

.aqi-card {
    border: none;
    background-color: unset;
    box-shadow:none;
    border:none;
}
    .aqi-card:hover {
        box-shadow: none;
    }

.card-header {
    /* padding:14px 14px 8px 14px;*/
    padding: 4px 14px 4px 14px;
    margin-bottom: 4px;
}

.card-time {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    color: green;
}

.aqi-value-container {
    align-items: center;
    gap: 8px;
    background: var(--soft);
    padding: 7px 13px;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(162,146,146,.5) inset;
}

.aqi-value {
    padding: 6px 10px;
    border-radius: 12px;
}

.aqi-label {
    color: #334155;
    font-weight: 600;
    letter-spacing: .3px;
}

.card-body {
    padding: 0 14px 10px 14px;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.aqi-category {
    font-weight: 700;
    font-size: 1rem;
}

.dominant-pollutant {
    font-size: 1rem;
}

.aqi-details-all {
    padding: 2px 14px 14px 14px;
    border-top: 1px solid #ddd;
}

    .aqi-details-all h4 {
        margin: 13px 0;
        font-size: 0.94rem;
    }

    .aqi-details-all p {
        margin: 0;
        padding-left: 1rem;
        font-size: 0.9rem;
        line-height: 1.4;
    }

.pollutants-list {
    margin: 8px 0 4px 0;
    padding-left: 18px;
    line-height: 1.7;
    color: #1f2937;
}

    .pollutants-list .AUnit {
        font-weight: 700;
        margin: 0 4px;
    }

.pollutants-legend {
    font-size: 0.75rem;
    color: #555;
    background: #f4f7fa;
    border-radius: 10px;
    padding: 8px 10px 6px 10px;
    margin: 6px 0 0 0;
    flex-wrap: wrap;
    line-height: 1.5;
    gap: 8px 10px;
    grid-template-columns: repeat(auto-fit, minmax(198px, 1fr));
    display: grid;
}
/* Canvas wrap */
.chart-wrap {
    margin: 8px 0 4px 0;
}

    .chart-wrap canvas {
        width: 100%;
        height: 140px;
    }

.pv-wrap {
    margin: 6px 0 8px
}

.pv-grid {
    display: grid;
    gap: 8px 12px;
    grid-template-columns: repeat(3,1fr);
}

.pv-item {
    background: #f9fbff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 6px 10px;
    font-size: 0.875rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pv-name {
    font-weight: 600;
    color: #111827
}

.pv-val {
    color: #111
}

.pv-item.pv-dominant {
    border-color: #ddd;
    background-color: #ffe5f9bf;
    color: #000;
    box-shadow: 0 1px 2px rgba(162,146,146,.5);
}
@media (min-width: 600px) {
    .weather-detail:last-child {
        border-bottom: none;
    }
}

@media (max-width: 700px) {
    .dropDay {
        max-width: 45px;
    }
}

@media (max-width: 600px) {
    .CityName {
        border-radius: unset;       
    }
        .CityName h1 {
            text-shadow: 0.5px 0 #a55933;
        }
    .weather-itemDay {
        width: 98%;
    }

    .icon-Days {
        text-align: center;
        justify-content: center;
        max-width: 80px;
    }

    .tempLabelDay {
        font-size: 1.313rem;
    }

    .svgdrop {
        margin-right: 0.5px;
    }

    .iconNameExact {
        justify-content: center;
    }

    .weather-container {
        flex-direction: column;
        align-items: flex-start;
    }
    .current-weather {
        flex-direction: row;
        align-items: center;
        width: 100%;
        padding-right: 0;
        border-right: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
        .current-weather > * {
            flex: 1;
        }

    .weather-icon {
        margin-bottom: 0;
        margin-right: 10px;
        flex: none;
    }

    .temperature {
        font-size: 2.25rem;
    }

    .tempTodayother {
        flex-direction: column;
    }

    .day-temp {
        border-bottom: 1px solid #ddd;
        width: 99%;
    }

    .night-temp {
        width: 99%;
    }

    .unit {
        font-size: 1.125rem;
    }

    .realfeel {
        display: flex;
        align-items: center;
        justify-content: right;
        text-align: center;
        width: 100%;
        flex: 1;
        margin: auto;
    }

    .label2 {
        margin-right: 12px;
        font-size: 1rem;
    }

    .weather-details {
        width: 100%;
    }

    .weather-detail {
        padding: 10px 0;
    }

    .label, .value {
       
        color: #333;
    }

    .divider {
        background-color: unset;
        margin: 15px 0;
    }

    .containerAlternative {
        font-size: 0.91rem;
    }


   /* //AQI*/
    .aqi-container {
        grid-template-columns: 1fr;
    }

    .aqi-card {
        padding: 10px
    }

    .card-header {
        padding: 8px 12px;
        margin-bottom: 8px;
    }

    .card-body {
        padding: 0 12px 10px 12px;
    }

    .aqi-details-all {
        padding: 4px;
    }

        .aqi-details-all p {
            padding-left: 0.01rem;
        }

    .pv-grid {
        display: grid;
        gap: 8px 12px;
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }
}

@media (max-width: 500px) {
    .containerAlternative {
        font-size: 0.88rem;
    }

    .warning-container h3 {
        margin-bottom: 10px;
        font-size: 1.15rem;
    }
    .DivUpdate .update-time {
        margin-left: 6px;
    }

@media (max-width: 400px) {
 
    .tempToday {
        padding: 15px 0 0 0;
    }
        .weather-container {
        padding: 0 11px;
    }

    .timeDay {
        max-width: 90px;
    }

    .icon-Days {
        max-width: 60px;
    }

    .tempLabelDay {
        font-size: 1.219rem;
    }
    .label2 {
        margin-right: 9px;
    }
}

@media (max-width: 380px) {
    .warning-container h3 {
        font-size: 1.1rem;
    }
    .weather-date {
        font-size: 0.9em;     
    }   
}

@media (max-width: 360px) {
   
    .tempLabelDay {
        font-size: 1.188rem;
    }
    .warning-container h3 {
        font-size: 1rem;
    }
    .label2 {
        margin-right: 5px;
    } 
}

@media (max-width: 359px) {
    .day-tempDay {
        margin: 0 5px;
        text-align: center;
    }

    .tempLabelDay {
        font-size: 1.1rem;
    }
}

