.weather-api-box{
    margin-bottom:40px;
}

.weather-loading{
    background:#fff;
    padding:30px;
    border-radius:18px;
    text-align:center;
}

.weather-error{
    background:#ffe5e5;
    border:1px solid #ffb8b8;
    color:#b10000;
    padding:25px;
    border-radius:18px;
}
.weather-search-section{
    max-width:900px;
    margin:25px auto 35px;
    padding:35px 30px;
    background:linear-gradient(135deg,#eef5ff,#ffffff);
    border-radius:24px;
    text-align:center;
    box-shadow:0 4px 20px rgba(0,0,0,0.06);
}

.weather-search-section h2{
    font-size:32px;
    font-weight:800;
    margin-bottom:10px;
    color:#1f2937;
}

.weather-search-section p{
    font-size:18px;
    color:#555;
    margin-bottom:25px;
}

.weather-search-form{
    display:flex;
    gap:12px;
    max-width:700px;
    margin:0 auto;
}

.weather-search-input{
    flex:1;
    height:58px;
    border:2px solid #d7e3ff;
    border-radius:16px;
    padding:0 20px;
    font-size:18px;
    outline:none;
}

.weather-search-input:focus{
    border-color:#2d6cdf;
    box-shadow:0 0 0 4px rgba(45,108,223,0.12);
}

.weather-search-button{
    height:58px;
    padding:0 28px;
    border:none;
    border-radius:16px;
    background:#2d6cdf;
    color:#fff;
    font-size:18px;
    font-weight:700;
    cursor:pointer;
}

.weather-search-button:hover{
    background:#1f52b7;
}

@media(max-width:768px){
    .weather-search-section{
        padding:25px 18px;
        margin:20px auto 30px;
    }

    .weather-search-section h2{
        font-size:24px;
    }

    .weather-search-section p{
        font-size:16px;
    }

    .weather-search-form{
        flex-direction:column;
    }

    .weather-search-input,
    .weather-search-button{
        width:100%;
    }
}
@media(max-width:768px){

.weather-search-section{
    margin:15px 0 25px;
    padding:22px 16px;
    border-radius:0;
}

.weather-search-section h2{
    font-size:28px;
    line-height:1.25;
    text-align:left;
}

.weather-search-section p{
    font-size:18px;
    line-height:1.5;
    text-align:left;
}

.weather-search-form{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.weather-search-input{
    width:100%;
    height:52px;
    font-size:17px;
}

.weather-search-button{
    width:100%;
    height:52px;
    font-size:18px;
    border-radius:12px;
}

.weather-current{
    display:block;
    padding:28px 22px;
    border-radius:22px;
    overflow:hidden;
}

.weather-main{
    min-width:0;
    margin-bottom:25px;
}

.weather-temp{
    font-size:62px;
}

.weather-desc{
    font-size:28px;
    line-height:1.35;
}

.weather-info-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
    min-width:0;
}

.weather-info-grid div{
    padding:16px;
}

.weather-info-grid span{
    font-size:22px;
    word-break:break-word;
}

}
.weather-sidebar-list{
    list-style:none;
    padding:0;
    margin:0 0 30px;
}

.weather-sidebar-list li{
    margin-bottom:10px;
}

.weather-sidebar-list a{
    display:block;
    padding:12px 14px;
    background:#f5f8ff;
    border-radius:12px;
    color:#1f2937;
    text-decoration:none;
    font-weight:600;
    transition:.2s;
}

.weather-sidebar-list a:hover{
    background:#2d6cdf;
    color:#fff;
}
/* Search results page */

.com-finder.view-search #sp-main-body{
    background:#f7faff;
}

.com-finder.view-search .com-finder{
    max-width:900px;
    margin:0 auto;
}

.com-finder.view-search h1,
.com-finder.view-search .page-title{
    font-size:34px;
    font-weight:800;
    margin-bottom:25px;
}

.com-finder.view-search .form-search,
.com-finder.view-search .js-finder-searchform{
    background:#fff;
    padding:24px;
    border-radius:20px;
    box-shadow:0 4px 18px rgba(0,0,0,0.06);
    margin-bottom:30px;
}

.com-finder.view-search .input-group{
    display:flex;
    gap:10px;
}

.com-finder.view-search input[type="text"]{
    height:52px;
    border:2px solid #d7e3ff;
    border-radius:14px;
    padding:0 16px;
    font-size:18px;
}

.com-finder.view-search .btn{
    height:52px;
    border-radius:14px;
    font-weight:700;
}

.com-finder.view-search .result__item,
.com-finder.view-search .result-item,
.com-finder.view-search li.result{
    background:#fff;
    padding:22px 24px;
    border-radius:18px;
    margin-bottom:18px;
    box-shadow:0 3px 14px rgba(0,0,0,0.06);
    border:none;
}

.com-finder.view-search .result__title,
.com-finder.view-search .result-title{
    font-size:22px;
    font-weight:800;
    margin-bottom:8px;
}

.com-finder.view-search .result__title a,
.com-finder.view-search .result-title a{
    color:#1f52b7;
    text-decoration:none;
}

.com-finder.view-search .result__title a:hover,
.com-finder.view-search .result-title a:hover{
    color:#2d6cdf;
    text-decoration:underline;
}

.com-finder.view-search .result__taxonomy,
.com-finder.view-search .result-taxonomy,
.com-finder.view-search .result__date,
.com-finder.view-search .result__url{
    color:#666;
    font-size:14px;
}

@media(max-width:768px){
    .com-finder.view-search #sp-main-body{
        padding-top:10px;
    }

    .com-finder.view-search .form-search,
    .com-finder.view-search .js-finder-searchform{
        padding:18px;
    }

    .com-finder.view-search .input-group{
        flex-direction:column;
    }

    .com-finder.view-search input[type="text"],
    .com-finder.view-search .btn{
        width:100%;
    }

    .com-finder.view-search .result__item,
    .com-finder.view-search .result-item,
    .com-finder.view-search li.result{
        padding:18px;
    }
}
/* Finder hide meta */

.com-finder .result__url,
.com-finder .result-url,
.com-finder small,
.com-finder .small,
.com-finder .result__taxonomy,
.com-finder .result-taxonomy,
.com-finder .result__metainfo,
.com-finder .search-results .result .result-text,
.com-finder .search-results .result .result-created,
.com-finder .search-results .result .result-category{
    display:none !important;
}
.com-finder .result-url{
    display:none !important;
}

.com-finder .result__url{
    display:none !important;
}

.com-finder .small{
    display:none !important;
}

.com-finder small{
    display:none !important;
}

.com-finder .search-results dt{
    margin-bottom:12px;
}

.com-finder .search-results dd{
    margin-left:0;
}
.weather-oblasts{
    margin-top:50px;
}

.weather-oblasts h4{
    font-size:34px;
    font-weight:800;
    margin-bottom:28px;
}

.weather-oblasts-grid{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(260px,1fr));
    gap:14px;
}

.weather-oblasts-grid a{
    display:flex;
    align-items:center;
    min-height:64px;
    padding:14px 18px;
    background:#f5f8ff;
    border-radius:16px;
    text-decoration:none;
    color:#1f2937;
    font-weight:700;
    font-size:17px;
    transition:.2s;
    border:1px solid #e3ebff;
}

.weather-oblasts-grid a:hover{
    background:#2d6cdf;
    color:#fff;
    transform:translateY(-2px);
}

@media(max-width:768px){

.weather-oblasts{
    margin-top:35px;
}

.weather-oblasts h2{
    font-size:28px;
    margin-bottom:20px;
}

.weather-oblasts-grid{
    grid-template-columns:1fr;
    gap:10px;
}

.weather-oblasts-grid a{
    min-height:56px;
    font-size:16px;
    border-radius:14px;
}

}
.weather-footer{
    background:#111827;
    color:#fff;
    margin-top:60px;
    padding:55px 0 0;
}

.weather-footer .container{
    max-width:1300px;
}

.weather-footer-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:40px;
    padding:0 25px 45px;
}

.weather-footer-col h3{
    font-size:22px;
    font-weight:800;
    margin-bottom:20px;
    color:#fff;
}

.weather-footer-col p{
    color:#cbd5e1;
    line-height:1.7;
    font-size:16px;
}

.weather-footer-col ul{
    list-style:none;
    padding:0;
    margin:0;
}

.weather-footer-col li{
    margin-bottom:12px;
}

.weather-footer-col a{
    color:#cbd5e1;
    text-decoration:none;
    transition:.2s;
}

.weather-footer-col a:hover{
    color:#fff;
}

.weather-footer-bottom{
    border-top:1px solid rgba(255,255,255,0.08);
    padding:22px;
    text-align:center;
    color:#94a3b8;
    font-size:15px;
}

@media(max-width:768px){

.weather-footer{
    padding-top:40px;
}

.weather-footer-grid{
    gap:28px;
    padding:0 18px 35px;
}

.weather-footer-col h3{
    font-size:20px;
}

.ukraine-weather-map-box{
    margin:45px 0;
    padding:30px;
    background:#f5f8ff;
    border-radius:22px;
}

.ukraine-weather-map-box h2{
    margin-bottom:10px;
    font-size:30px;
    font-weight:800;
}

.ukraine-weather-map-box p{
    margin-bottom:25px;
    color:#4b5563;
}

.ukraine-weather-map{
    position:relative;
    width:100%;
    max-width:760px;
    height:520px;
    margin:0 auto;
    background:linear-gradient(135deg,#dbeafe,#eff6ff);
    border:2px solid #bfdbfe;
    border-radius:28px;
    overflow:hidden;
}

.map-region{
    position:absolute;
    display:block;
    padding:7px 11px;
    background:#2d6cdf;
    color:#fff;
    border-radius:999px;
    font-size:13px;
    font-weight:700;
    text-decoration:none;
    box-shadow:0 6px 14px rgba(45,108,223,.22);
    transition:.2s;
    white-space:nowrap;
}

.map-region:hover{
    background:#1f52b7;
    color:#fff;
    transform:translateY(-2px);
}

/* позиції областей */
.volyn{left:80px;top:90px;}
.lviv{left:70px;top:210px;}
.zakarpattia{left:75px;top:345px;}
.frankivsk{left:145px;top:285px;}
.ternopil{left:180px;top:215px;}
.rivne{left:175px;top:105px;}
.zhytomyr{left:285px;top:125px;}
.kyivska{left:365px;top:160px;}
.chernihiv{left:460px;top:70px;}
.sumy{left:575px;top:95px;}
.kharkiv{left:610px;top:210px;}
.luhansk{left:635px;top:330px;}
.donetsk{left:575px;top:360px;}
.dnipro{left:465px;top:320px;}
.zaporizhzhia{left:475px;top:410px;}
.kherson{left:365px;top:445px;}
.mykolaiv{left:285px;top:405px;}
.odesa{left:190px;top:420px;}
.vinnytsia{left:280px;top:245px;}
.khmelnytskyi{left:215px;top:260px;}
.chernivtsi{left:190px;top:335px;}
.kropyvnytskyi{left:370px;top:315px;}
.poltava{left:480px;top:230px;}
.cherkasy{left:375px;top:250px;}
.krym{left:455px;top:480px;}

@media(max-width:768px){
    .ukraine-weather-map{
        height:auto;
        padding:18px;
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:10px;
    }

    .map-region{
        position:static;
        text-align:center;
        font-size:14px;
        border-radius:12px;
    }
    .weather-map-links{
    margin:35px 0;
    padding:28px;
    background:#f5f8ff;
    border-radius:22px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.weather-map-links h2{
    margin:0 0 10px;
    font-size:30px;
    font-weight:800;
    color:#1f2937;
}

.weather-map-links p{
    margin:0 0 22px;
    color:#4b5563;
}

.weather-map-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
}

.weather-map-grid a{
    display:block;
    padding:13px 15px;
    background:#ffffff;
    border:1px solid #dbeafe;
    border-radius:14px;
    color:#1d4ed8;
    font-weight:700;
    text-decoration:none;
    transition:.2s;
}

.weather-map-grid a:hover{
    background:#2d6cdf;
    color:#fff;
    transform:translateY(-2px);
}

@media(max-width:768px){
    .weather-map-links{
        padding:20px;
    }

    .weather-map-links h2{
        font-size:24px;
    }

    .weather-map-grid{
        grid-template-columns:1fr;
    }
}