/* Minification failed. Returning unminified contents.
(294,25): run-time error CSS1046: Expect comma, found '198'
(294,33): run-time error CSS1046: Expect comma, found '/'
 */
.hero-section {
    padding: 20px 10px;
    color: #ffffff;
    text-align: center;
    /*background-color: #994f6e;*/
    /*background: linear-gradient(90deg,#ff6043 0,#f0761c);*/
    background-color: #007777;
}

    .hero-section h1 {
        font-size: clamp(1.1rem,5vw,1.5rem);
        margin-bottom: 9px;
    }

    .hero-section p {
        font-style: italic;
        font-size: 1rem;
    }

.Visited {
    margin: 10px auto 15px auto;
    font-size: 1rem;
    text-align: center;
}

    .Visited p {
        padding: 10px;
        color: #333;
        font-family: verdana;
        text-transform: uppercase;
        font-size: 1rem;
    }

    h2 {
    font-size: clamp(0.9rem, calc(3.3vw + 0.2rem), 1.2rem);
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-top: 13px; 
    text-transform: uppercase;
    letter-spacing: 0.06rem;
    border-bottom: 2px solid #ff6600;
    padding-bottom: 10px;
}
.SectionAlert h3 {
    border-bottom: 2px solid #ff6600;
    padding-bottom: 10px;
}

.mainsection {
    background-color:#fff;
    padding:25px 0;
    border-bottom:1px solid #ddd;
}
.features-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: auto;
    align-items: stretch;
}
    .features-section a {
      /*  color: #333;*/
        font-size: 1.438rem;
        text-decoration: none;
        color: inherit;
    }
    .features-section > a {
        width: calc(20% - 16px);
        min-width: 180px;
        max-width: 320px;
        display: flex;
        align-items: stretch;
    }
.feature {
    background-color: #ffffff;
    padding: 20px 5px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    border-radius: 18px;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
    text-align: center;
    border: 1px solid #ddd;
}
.mainsection .feature {
    /* background: linear-gradient(180deg, #fff 0%, #b7d1f4 100%);*/
    /*  border: 1px solid #60789087;*/
    /*    box-shadow: 0 14px 32px rgba(43, 121, 235, 0.14);*/
    box-shadow: rgba(0,0,0,.5) 0 0 1px;
    /*    background: linear-gradient(180deg,#fff 0%,#ebeff4 100%);*/
    /*    background: linear-gradient(180deg,#fff 0%,#f4f4f4 100%);*/
    border: 1px solid #b9d3f98f;
    /*    background: linear-gradient(to bottom,#fff 0%,#f1f1f1 50%,#fafafa 51%,#fafafa 100%);*/
    /*    background: linear-gradient(to bottom,#fff 0%,#f1f1f1 50%,#fafafa 51%,#fafafa 100%);*/
    /*    background: linear-gradient(to bottom,#fff 0%,#dfe8f4 51.7%,#fafafa 50%,#fafafa 100%);*/
/*    background: linear-gradient(to bottom,#fff 0%,#e4eee7 51.7%,#fafafa 50%,#fafafa 100%);*/
    background: linear-gradient(to bottom,#fff 0%,#ececf6 51.7%,#fafafa 50%,#fafafa 100%);
  
}
    .mainsection .feature:hover {
        background: linear-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 2%, rgba(255, 255, 255, 0.91) 47%, rgba(255, 192, 203, 0.8) 100%);
    }

.feature h3 {
    margin: auto; 
    font-size: 1.438rem;
    color: #2c3e50;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.15;
    font-size: clamp(1.37rem,calc(4vw + .1rem),1.438rem);
}

.iconsvg {
    width: 60px;
    height: 60px;
}

.temperature {
    display: flex;
  /*  font-size: 2.375rem;  */
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    color: #333;
    font-size: 1.313rem;
    font-weight: bold;
    flex-direction: column;
    margin-top: auto;
}

.day-night-label {
    font-size: 1rem;
    margin-right: 4px;
    color: #666666f0;
    width: 40%;
    text-align: right;
}

.day-temp, .night-temp {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    width: 100%;
}

.day-temp {
    border-bottom: 1px solid #ddd;
    width: 66%;
}

.temp {
    width: 40%;
    text-align: left;
    margin-left: 4px;
}

.aligncenter {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 10px;
}

    .aligncenter > a {
        flex: 1;
        max-width: 220px;
    }
.divider {
    height: 2px;
    background-color: #ddd;
    width: 70%;
    margin: 15px auto 0 auto;
    max-width: 500px;
}

.firstPager {
    border: 1px solid #E4E4E4;
    border-radius: 8px;
    padding:3px;
    width:99%;
    background-color:#fff;
    margin:auto;
   max-width:1100px;
}
.pageCurrent {
    padding: 10px;
}
.downPager {
    padding: 1px 2px;
    font-weight: bold;
    font-size: 1.6rem;
    color: #4f4c4c;
    text-decoration: none;
    letter-spacing: 0.02em;
    border: 1px solid #E4E4E4;
    background-color: #fafafa;
    max-width: 100%;
    border-radius: 8px;
    clear: both;
    text-align: center;
    margin:  10px;
    display: block;
}

    .downPager a {
        font-weight: bold;
        font-size: 1.6rem;
        color: #607890;
        text-decoration: none;      
    }

.pageNumber {
    padding: 6px 14px;
    border: 1px solid #CCCCCC;
    display: inline-block;
    border-radius: 4px;
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%,rgb(241, 241, 241) 50%,rgb(250, 250, 250) 51%,rgb(250, 250, 250) 100%);
    font-weight: normal;
  margin:10px 5px;
    letter-spacing: normal;
}

    .pageNumber:hover {
        background: rgba(255,255,255,1);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 2%, rgba(255,255,255,0.91) 47%, rgba(255,192,203,0.8) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(2%, rgba(255,255,255,1)), color-stop(47%, rgba(255,255,255,0.91)), color-stop(100%, rgba(255,192,203,0.8)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 2%, rgba(255,255,255,0.91) 47%, rgba(255,192,203,0.8) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 2%, rgba(255,255,255,0.91) 47%, rgba(255,192,203,0.8) 100%);
    }

.aspNetDisabled {
    visibility: hidden !important;
    display: none !important;
    height: 0 !important;
    width: 0 !important;
}

/* Kontejner za linkove */
.weather-category-footer {
    margin: 37px auto 70px auto;
    max-width: 1200px;
    padding: 0 20px;
    text-align: center;
}

.footer-link-title {
    font-size: 1.2rem;
    color: #444;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}


.footer-links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 15px;
}

.footer-data-link {
    display: flex;
    align-items: center;
    background: #ffffff;
    /* border: 1px solid #fbc820d1;*/
    padding: 18px 25px;
    border-radius: 12px;
    text-decoration: none;
    color: #2c3e50;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.3s ease;
    /*    box-shadow: 0 0 10px rgba(0,0,0,.1);*/
    text-align: left;
    border: 1px solid #d0d6df;
    box-shadow: rgb(173 198 237 / 50%) 0 0 1px;
}

.footer-data-link:hover {
    border-color:#a2c1d0;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(52, 152, 219, 0.1);
}

.link-icon {
    margin-right: 15px;
    font-size: 1.2rem;
}

.usa-info-section {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.about-card {
    background-color:#fff;
    padding: 20px 30px;
    border-radius: 10px;
    border: 1px solid #e0e6ed;
    box-shadow: 0 2px 5px rgba(0,0,0,0.03);
    transition: border-color 0.3s ease;
}

    .about-card h3 {
        font-size: 1.15rem;
        line-height: 1.5;
        color: #202124;
        margin: 0;
        font-weight: 500;
        display: flex;
        align-items: center;
    }

        .about-card h3::before {
            content: "⠿";
            color: #1a73e8;
            font-weight: bold;
            display: inline-block;
            width: 1em;
            margin-right: 10px;
            font-size: 1.5rem;
        }

.data-disclaimer-wrapper {
    max-width: 1200px;
    margin: 0 auto 60px;
    padding: 0 20px;
}

.disclaimer-box {
    background-color: #fffbe6;
    border: 1px solid #ffe58f;
    padding: 15px 25px;
    border-radius: 8px;
    font-size: 0.9rem;
    color: #856404;
}
    .disclaimer-box p {
        margin: 0;
    }

    .disclaimer-box strong {
        color: #533f03;
    }

.empty-state {
    grid-column: 1 / -1;
    text-align: center;
    padding: 80px 20px;
    background: #fcfcfc;
    border-radius: 20px;
    border: 2px dashed #e0e0e0;
    margin: 20px auto;
    max-width: 600px;
}

.empty-state h2 {
    border: none;
    margin: 0 0 15px 0;
    padding: 0;
    color: #333;
    font-size: 1.8rem;
    text-transform: none;
    letter-spacing: normal;
}

.empty-state p {
    color: #777;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.back-btn {
    display: inline-block;
    padding: 14px 30px;
    background-color: rgb(26, 115, 232);
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    transition: opacity 0.2s;
}
    .back-btn:hover {
        opacity: 0.9;
    }


@media (max-width: 1100px) {
    .features-section {
        gap: 17px;
        padding: 15px;
    }

        .features-section > a {
            width: calc(25% - 13px);
        }

    .divider {
        margin: 10px auto 0 auto;
    }
}

@media (max-width: 900px) {
    .features-section {
        gap: 14px;
        padding: 15px 12px;
    }

        .features-section > a {
            width: calc(33.333% - 10px);
        }   
}

@media (max-width: 600px) {
    .mainsection .feature {     
        background: linear-gradient(to bottom,#fff 0%,#ececf6e0 51.5%,#fafafa 50%,#fafafa 100%);
    }
        .features-section {
        gap: 10px;
        padding: 15px 10px;
    }
        .features-section > a {
            width: calc(50% - 5px);
            min-width: unset;
        }

    .usa-info-section {
        padding: 0 10px;
    }
    .about-card {
        padding: 20px;
    }
        .about-card h3 {
            font-size: 1rem;
        }

    .footer-links-grid {
        grid-template-columns: 1fr;
    }

    .footer-data-link {
        font-size: 0.9rem;
        padding: 15px;
    }

    .footer-link-title {
        font-size: 1rem;
    }
}

@media (max-width: 400px) {
    .hero-section p {
        font-size: 0.9rem;
    }
    .features-section {
        gap: 9px;
    }
    .feature {
        background-color: #ffffff;
        padding: 18px 4px;
    }
}

@media (max-width: 385px) {
    .aligncenter {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
        padding: 10px;
    }
    .aligncenter > a {      
        width: 100%;
        margin: auto;
        max-width: 99%;
    }
    .feature h3 {
        font-size: 1.438rem;
    }
        .features-section {     
        padding: 15px 6px;
    }
    .features-section > a {
        width: 100%;
    }
}

@media (max-width: 374px) {
    .hero-section p {
        font-size: 0.84rem;
    }   
}

.ws-state-filter {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    max-width: 520px;
    /*    margin: 18px 10px 14px auto;*/
    position: relative;
    z-index: 50;
    margin: auto;
    max-width: 1100px;
}

.ws-state-filter-label {
    font-weight: 700;
    color: #4d5f73;
    white-space: nowrap;
    font-size: 0.813rem;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.ws-state-dropdown {
    position: relative;
    width: 100%;
    max-width:375px;
}

    .ws-state-dropdown summary {
        list-style: none;
    }

        .ws-state-dropdown summary::-webkit-details-marker {
            display: none;
        }

.ws-state-dropdown-summary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 45px;
    padding: 0 18px;
    background: #ffffff;
    border: 1px solid #d8b550;
    border-radius: 14px;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

    .ws-state-dropdown-summary:hover {
        border-color: #c69c2d;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    }

.ws-state-dropdown[open] .ws-state-dropdown-summary {
    border-color: #c69c2d;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.10);
}

.ws-state-dropdown-text {
    display: block;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 600;
    color: #2c3e50;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.4px;
   margin:auto;
}

.ws-state-dropdown-icon {
    position: relative;
    width: 12px;
    height: 12px;
    margin-left: 14px;
    flex-shrink: 0;
}

    .ws-state-dropdown-icon::before {
        content: "";
        position: absolute;
        top: 1px;
        left: 1px;
        width: 8px;
        height: 8px;
        border-right: 2px solid #2b79eb;
        border-bottom: 2px solid #2b79eb;
        transform: rotate(45deg);
        transition: transform 0.18s ease, top 0.18s ease;
    }

.ws-state-dropdown[open] .ws-state-dropdown-icon::before {
    top: 5px;
    transform: rotate(-135deg);
}

.ws-state-dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #ffffff;
    border: 1px solid #d8b550;
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
    overflow: hidden;
}

.ws-state-dropdown-scroll {
    max-height: 347px;
    overflow-y: auto;
}

    .ws-state-dropdown-scroll a {
        display: block;
        padding: 17px 15px 17px 28px;
        text-decoration: none;
        font-size: 1rem;
        line-height: 1.35;
        font-weight: 600;
        color: #2c3e50;
        background: #ffffff;   
        border-bottom: 1px solid #ddd;       
        transition: background-color .3s ease, color .3s ease;
    }
        .ws-state-dropdown-scroll a:hover,
        .ws-state-dropdown-scroll a:focus {
            background: #f4f8ff;
            color: #155da4;
            outline: none;
        }

        .ws-state-dropdown-scroll a + a {
            border-top: 1px solid #eef2f6;
        }

    /* scrollbar */
    .ws-state-dropdown-scroll::-webkit-scrollbar {
        width: 10px;
    }

    .ws-state-dropdown-scroll::-webkit-scrollbar-track {
        background: #f4f4f4;
        border-radius: 10px;
    }

    .ws-state-dropdown-scroll::-webkit-scrollbar-thumb {
        background: #cfcfcf;
        border-radius: 10px;
        border: 2px solid #f4f4f4;
    }

        .ws-state-dropdown-scroll::-webkit-scrollbar-thumb:hover {
            background: #b8b8b8;
        }

@media (max-width: 767px) {
    .ws-state-filter {
        max-width: 100%;
        margin: 7px auto 15px auto;
        padding: 0 12px;
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .ws-state-dropdown-summary {
        min-height: 48px;
        padding: 0 14px;
        border-radius: 12px;
    }
    .ws-state-filter-label {
        text-align: center;
    }

    .ws-state-dropdown {
        margin: auto;
    }
    .ws-state-dropdown-text {    
        margin: initial;
    }

    .ws-state-dropdown-menu {
        top: calc(100% + 6px);
        border-radius: 12px;
    }

    .ws-state-dropdown-scroll {
        max-height: 305px;
    }

        .ws-state-dropdown-scroll a {
            padding: 11px 14px;
            font-size: 0.938rem;
        }
}
