/* =========================================================
   ANTALYA TURLARI — OTELLER
   Responsive hotel listing page
   ========================================================= */

.ks27-hotels{
    --hotel-navy:#041a30;
    --hotel-navy-2:#062a48;
    --hotel-cyan:#14c6dc;
    --hotel-blue:#1676df;
    --hotel-coral:#ff664f;
    --hotel-coral-2:#ff7a54;
    --hotel-text:#0a2340;
    --hotel-muted:#6f7e91;
    --hotel-border:#dbe6ef;
    --hotel-bg:#f4f8fb;
    background:var(--hotel-bg);
    color:var(--hotel-text);
    font-family:inherit;
    overflow:hidden;
}

.ks27-hotels *,
.ks27-hotels *::before,
.ks27-hotels *::after{box-sizing:border-box}

.ks27-hotels__container{width:min(1360px,calc(100% - 48px));margin-inline:auto}

.ks27-hotels__hero{
    position:relative;
    min-height:390px;
    display:flex;
    align-items:center;
    background-image:var(--ks27-hotels-hero-image);
    background-size:cover;
    background-position:center;
    isolation:isolate;
}
.ks27-hotels__hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(1,17,34,.94) 0%,rgba(2,30,52,.78) 42%,rgba(2,32,52,.32) 72%,rgba(2,20,34,.15) 100%);z-index:-2}
.ks27-hotels__hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,18,34,.2),rgba(0,18,34,.08));z-index:-1}
.ks27-hotels__hero-inner{min-height:390px;display:flex;align-items:center;padding:44px 0 64px}
.ks27-hotels__hero-copy{width:min(720px,100%);color:#fff}
.ks27-hotels__breadcrumb{display:flex;align-items:center;gap:9px;margin:0 0 18px;font-size:13px;font-weight:650;color:rgba(255,255,255,.72)}
.ks27-hotels__breadcrumb a{color:#25cce1;text-decoration:none}.ks27-hotels__breadcrumb strong{font-weight:650;color:rgba(255,255,255,.78)}
.ks27-hotels__eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:9px;color:#29d2e5;font-size:12px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.ks27-hotels__eyebrow span{width:28px;height:2px;background:#27d4e7;border-radius:2px}
.ks27-hotels__hero h1{margin:0;max-width:690px;color:#fff;font-size:clamp(45px,4.3vw,64px);line-height:1.03;letter-spacing:-.045em;font-weight:850}
.ks27-hotels__hero-copy>p{max-width:650px;margin:15px 0 0;color:rgba(255,255,255,.88);font-size:16px;line-height:1.55}
.ks27-hotels__hero-actions{display:flex;gap:12px;margin-top:22px}
.ks27-hotels__btn{min-height:48px;padding:0 19px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;gap:9px;color:#fff;text-decoration:none;font-size:13px;font-weight:800;transition:.2s ease}
.ks27-hotels__btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ks27-hotels__btn--primary{background:linear-gradient(135deg,var(--hotel-coral),var(--hotel-coral-2));box-shadow:0 12px 28px rgba(255,100,75,.25)}
.ks27-hotels__btn--ghost{border:1px solid rgba(255,255,255,.55);background:rgba(4,26,48,.28);backdrop-filter:blur(8px)}
.ks27-hotels__btn:hover{transform:translateY(-2px)}

.ks27-hotels__search-wrap{position:relative;z-index:8;margin-top:-30px}
.ks27-hotels__search{display:grid;grid-template-columns:1.35fr 1fr 1fr 1.25fr .8fr;gap:10px;padding:15px;border-radius:19px;background:rgba(255,255,255,.98);box-shadow:0 18px 50px rgba(16,44,71,.14);border:1px solid rgba(216,228,238,.9)}
.ks27-hotels__search-field,.ks27-hotels__guest-trigger{min-height:63px;display:flex;align-items:center;gap:10px;padding:9px 12px;border:1px solid var(--hotel-border);border-radius:12px;background:#fbfdff;color:var(--hotel-text)}
.ks27-hotels__field-icon{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:10px;background:#eef5ff;color:#2b74e8}
.ks27-hotels__field-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.ks27-hotels__field-copy{display:flex;min-width:0;flex:1;flex-direction:column;gap:2px;text-align:left}
.ks27-hotels__field-copy small{font-size:10px;font-weight:750;color:#8491a2}
.ks27-hotels__field-copy select,.ks27-hotels__field-copy input{width:100%;min-width:0;padding:0;border:0;outline:0;background:transparent;color:#243b56;font:inherit;font-size:13px;font-weight:700}
.ks27-hotels__field-copy input[type="date"]{appearance:none}
.ks27-hotels__guest-field{position:relative}.ks27-hotels__guest-trigger{width:100%;cursor:pointer}.ks27-hotels__field-copy strong{font-size:13px;color:#243b56;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ks27-hotels__guest-popover{position:absolute;top:calc(100% + 9px);left:0;width:320px;padding:14px;border-radius:15px;background:#fff;border:1px solid var(--hotel-border);box-shadow:0 18px 44px rgba(11,39,67,.2);z-index:20}
.ks27-hotels__guest-popover>div{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 2px}.ks27-hotels__guest-popover>div+div{border-top:1px solid #edf2f6}
.ks27-hotels__guest-popover span{display:flex;flex-direction:column}.ks27-hotels__guest-popover strong{font-size:13px}.ks27-hotels__guest-popover small{font-size:10px;color:#8390a0;margin-top:2px}
.ks27-hotels__counter{display:flex;align-items:center;gap:9px}.ks27-hotels__counter button{width:30px;height:30px;border:1px solid #d9e4ed;border-radius:50%;background:#f5f9fc;color:#173c5e;font-size:17px;cursor:pointer}.ks27-hotels__counter b{min-width:18px;text-align:center;font-size:13px}
.ks27-hotels__guest-done{width:100%;min-height:38px;margin-top:7px;border:0;border-radius:10px;background:var(--hotel-navy);color:#fff;font-weight:800;cursor:pointer}
.ks27-hotels__search-submit{border:0;border-radius:12px;background:linear-gradient(135deg,var(--hotel-coral),var(--hotel-coral-2));color:#fff;font-size:14px;font-weight:850;cursor:pointer;box-shadow:0 10px 22px rgba(255,101,75,.2)}

.ks27-hotels__benefits{padding:21px 0 10px}.ks27-hotels__benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:18px 22px;border-radius:16px;background:#fff;border:1px solid #edf2f6;box-shadow:0 8px 28px rgba(26,55,82,.05)}
.ks27-hotels__benefit-grid article{min-width:0;display:flex;align-items:center;gap:12px;padding:0 20px}.ks27-hotels__benefit-grid article+article{border-left:1px solid #e9eef4}.ks27-hotels__benefit-grid article>span{width:40px;height:40px;flex:0 0 40px;display:grid;place-items:center;border-radius:50%;background:#edf4ff;color:#2873df}.ks27-hotels__benefit-grid svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.ks27-hotels__benefit-grid div{display:flex;flex-direction:column;gap:3px}.ks27-hotels__benefit-grid strong{font-size:13px;color:#17324e}.ks27-hotels__benefit-grid small{font-size:10px;color:#8490a0}

.ks27-hotels__section{padding:46px 0}.ks27-hotels__section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}.ks27-hotels__section-head>div>span{display:block;margin-bottom:7px;color:#16bed2;font-size:11px;font-weight:900;letter-spacing:.13em}.ks27-hotels__section-head h2{margin:0;color:#0b2745;font-size:clamp(29px,3vw,42px);line-height:1.05;letter-spacing:-.035em}.ks27-hotels__section-head p{margin:8px 0 0;color:#7b899b;font-size:13px}.ks27-hotels__section-head>a{padding:10px 14px;border:1px solid #bfcbd7;border-radius:9px;color:#243d57;text-decoration:none;font-size:11px;font-weight:800;background:#fff}

.ks27-hotels__hotel-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.ks27-hotels__hotel-card{min-width:0;border-radius:18px;overflow:hidden;background:#fff;border:1px solid #e1e9f0;box-shadow:0 12px 35px rgba(14,47,78,.08)}
.ks27-hotels__hotel-image{position:relative;aspect-ratio:1.42/1;overflow:hidden;background:#082642}.ks27-hotels__hotel-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.ks27-hotels__hotel-card:hover .ks27-hotels__hotel-image img{transform:scale(1.035)}
.ks27-hotels__featured-badge{position:absolute;top:12px;left:12px;padding:7px 10px;border-radius:9px;background:#1479e4;color:#fff;font-size:10px;font-weight:900;box-shadow:0 8px 20px rgba(20,121,228,.28)}
.ks27-hotels__favorite{position:absolute;top:11px;right:11px;width:34px;height:34px;border:1px solid rgba(255,255,255,.8);border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.95);color:#ff6d5b;cursor:pointer}.ks27-hotels__favorite svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}
.ks27-hotels__hotel-body{padding:15px}.ks27-hotels__hotel-title{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.ks27-hotels__hotel-title h3{margin:0;color:#122d49;font-size:15px;line-height:1.25}.ks27-hotels__hotel-title span{flex:0 0 auto;color:#ffad16;font-size:11px;letter-spacing:1px;white-space:nowrap}.ks27-hotels__location{display:flex;align-items:center;gap:5px;margin-top:8px;color:#8290a0;font-size:10px}.ks27-hotels__location svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.8}.ks27-hotels__hotel-body>p{min-height:52px;margin:11px 0 0;color:#69788a;font-size:11px;line-height:1.55}.ks27-hotels__amenities{display:flex;flex-wrap:wrap;gap:8px 11px;min-height:24px;margin-top:11px;color:#586a7d;font-size:9px}.ks27-hotels__amenities span::before{content:"✓";margin-right:4px;color:#1db8cb;font-weight:900}
.ks27-hotels__hotel-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-top:15px;padding-top:13px;border-top:1px solid #edf1f5}.ks27-hotels__hotel-footer>div{display:flex;flex-direction:column}.ks27-hotels__hotel-footer small{font-size:8px;color:#8b97a6}.ks27-hotels__hotel-footer strong{margin-top:3px;font-size:17px;color:#0a2340}.ks27-hotels__hotel-footer strong em{margin-left:3px;font-size:8px;font-style:normal;font-weight:600;color:#8793a0}.ks27-hotels__hotel-footer a{padding:9px 10px;border:1px solid #c8d3dd;border-radius:9px;color:#203b58;text-decoration:none;font-size:9px;font-weight:800;white-space:nowrap}
.ks27-hotels__empty{padding:50px 24px;border:1px dashed #cbd7e2;border-radius:18px;background:#fff;text-align:center}.ks27-hotels__empty strong{font-size:20px}.ks27-hotels__empty p{margin:7px 0 0;color:#7d8998}

.ks27-hotels__section--regions{padding-top:24px}.ks27-hotels__region-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:15px}.ks27-hotels__region-card{position:relative;min-height:150px;border-radius:16px;overflow:hidden;color:#fff;text-decoration:none;background:#0b2a45}.ks27-hotels__region-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.ks27-hotels__region-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,19,35,.82),rgba(3,19,35,.2))}.ks27-hotels__region-copy{position:absolute;left:16px;top:18px;display:flex;flex-direction:column;gap:5px}.ks27-hotels__region-copy strong{font-size:22px}.ks27-hotels__region-copy small{font-size:11px;color:rgba(255,255,255,.86)}.ks27-hotels__region-card>b{position:absolute;left:16px;bottom:15px;padding:8px 11px;border-radius:8px;background:#fff;color:#183752;font-size:9px}

.ks27-hotels__section--why{padding-top:34px}.ks27-hotels__why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.ks27-hotels__why-grid article{display:flex;gap:13px;padding:21px;border-radius:15px;background:#fff;border:1px solid #edf1f5;box-shadow:0 8px 24px rgba(20,49,78,.045)}.ks27-hotels__why-grid article>span{width:40px;height:40px;flex:0 0 40px;display:grid;place-items:center;border-radius:50%;background:#edf4ff;color:#2672df;font-size:17px;font-weight:900}.ks27-hotels__why-grid strong{font-size:13px}.ks27-hotels__why-grid p{margin:5px 0 0;color:#7c8999;font-size:10px;line-height:1.5}

.ks27-hotels__cta{padding:12px 0 55px}.ks27-hotels__cta-box{min-height:130px;padding:25px 36px;border-radius:20px;display:flex;align-items:center;justify-content:space-between;gap:30px;background:linear-gradient(115deg,#05345b,#021b35);color:#fff;overflow:hidden;position:relative}.ks27-hotels__cta-box::after{content:"";position:absolute;right:-40px;top:-70px;width:280px;height:280px;border-radius:50%;border:1px solid rgba(28,207,224,.15);box-shadow:0 0 0 25px rgba(28,207,224,.035),0 0 0 55px rgba(28,207,224,.02)}.ks27-hotels__cta-box>div{position:relative;z-index:1}.ks27-hotels__cta-box small{color:#26cada;font-size:10px;font-weight:900;letter-spacing:.13em}.ks27-hotels__cta-box h2{margin:5px 0 0;font-size:28px;letter-spacing:-.035em}.ks27-hotels__cta-box p{margin:7px 0 0;color:rgba(255,255,255,.75);font-size:11px}.ks27-hotels__cta-box>a{position:relative;z-index:1;min-width:150px;min-height:48px;padding:0 20px;border-radius:11px;display:flex;align-items:center;justify-content:center;gap:8px;background:var(--hotel-coral);color:#fff;text-decoration:none;font-size:12px;font-weight:900}

@media (max-width:1100px){
    .ks27-hotels__container{width:min(100% - 34px,1000px)}
    .ks27-hotels__search{grid-template-columns:repeat(2,1fr)}
    .ks27-hotels__search-submit{min-height:58px;grid-column:span 2}
    .ks27-hotels__benefit-grid{grid-template-columns:repeat(2,1fr);gap:14px}.ks27-hotels__benefit-grid article{border-left:0!important;padding:8px 14px}.ks27-hotels__benefit-grid article:nth-child(even){border-left:1px solid #e9eef4!important}
    .ks27-hotels__hotel-grid{grid-template-columns:repeat(2,1fr)}
    .ks27-hotels__region-grid{grid-template-columns:repeat(3,1fr)}
    .ks27-hotels__why-grid{grid-template-columns:repeat(2,1fr)}
}

@media (max-width:760px){
    .ks27-hotels__container{width:calc(100% - 28px)}
    .ks27-hotels__hero{min-height:0;background-position:center}
    .ks27-hotels__hero::before{background:linear-gradient(180deg,rgba(2,18,34,.55),rgba(2,20,38,.88))}
    .ks27-hotels__hero-inner{min-height:0;padding:22px 0 58px;align-items:flex-start}
    .ks27-hotels__breadcrumb{margin-bottom:13px;font-size:11px}
    .ks27-hotels__eyebrow{font-size:9px;letter-spacing:.1em}.ks27-hotels__eyebrow span{width:20px}
    .ks27-hotels__hero h1{max-width:420px;font-size:clamp(30px,8.5vw,42px);line-height:1.07}
    .ks27-hotels__hero-copy>p{font-size:13px;line-height:1.5}
    .ks27-hotels__hero-actions{display:grid;grid-template-columns:1fr;margin-top:18px}.ks27-hotels__btn{width:100%;min-height:50px}
    .ks27-hotels__search-wrap{margin-top:-28px}
    .ks27-hotels__search{grid-template-columns:1fr;padding:14px;border-radius:18px}.ks27-hotels__search-submit{grid-column:auto;min-height:54px}
    .ks27-hotels__search-field,.ks27-hotels__guest-trigger{min-height:58px}
    .ks27-hotels__guest-popover{position:fixed;left:14px;right:14px;bottom:14px;top:auto;width:auto;z-index:200}
    .ks27-hotels__benefits{padding-top:17px}.ks27-hotels__benefit-grid{grid-template-columns:repeat(2,1fr);padding:12px 8px;gap:0}.ks27-hotels__benefit-grid article{align-items:flex-start;padding:12px 8px}.ks27-hotels__benefit-grid article:nth-child(even){border-left:1px solid #edf1f5!important}.ks27-hotels__benefit-grid article:nth-child(n+3){border-top:1px solid #edf1f5}.ks27-hotels__benefit-grid article>span{width:34px;height:34px;flex-basis:34px}.ks27-hotels__benefit-grid strong{font-size:10px}.ks27-hotels__benefit-grid small{font-size:8px;line-height:1.35}
    .ks27-hotels__section{padding:34px 0}.ks27-hotels__section-head{align-items:flex-start;margin-bottom:18px}.ks27-hotels__section-head h2{font-size:29px}.ks27-hotels__section-head p{font-size:11px}.ks27-hotels__section-head>a{display:none}
    .ks27-hotels__hotel-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;padding-bottom:7px;scrollbar-width:none}.ks27-hotels__hotel-grid::-webkit-scrollbar{display:none}.ks27-hotels__hotel-card{flex:0 0 min(88vw,380px);scroll-snap-align:start}
    .ks27-hotels__hotel-body>p{min-height:0}.ks27-hotels__hotel-title h3{font-size:16px}
    .ks27-hotels__region-grid{grid-template-columns:1fr;gap:11px}.ks27-hotels__region-card{min-height:116px}.ks27-hotels__region-copy strong{font-size:20px}
    .ks27-hotels__why-grid{grid-template-columns:1fr;gap:10px}.ks27-hotels__why-grid article{padding:16px}
    .ks27-hotels__cta{padding-bottom:38px}.ks27-hotels__cta-box{min-height:0;padding:25px 20px;display:block}.ks27-hotels__cta-box h2{font-size:25px;line-height:1.1}.ks27-hotels__cta-box p{font-size:11px;line-height:1.5}.ks27-hotels__cta-box>a{width:100%;margin-top:19px}
}

@media (max-width:390px){
    .ks27-hotels__container{width:calc(100% - 22px)}
    .ks27-hotels__hero-inner{padding-top:16px}
    .ks27-hotels__hero h1{font-size:29px}
    .ks27-hotels__benefit-grid{grid-template-columns:1fr}.ks27-hotels__benefit-grid article:nth-child(even){border-left:0!important}.ks27-hotels__benefit-grid article:nth-child(n+2){border-top:1px solid #edf1f5}
}


/* =========================================================
   OTELLER SAYFASI — VISUAL FINAL OVERRIDE
   Hero: /resimler/otelhero.png
   Desktop / tablet / mobile production responsive
   ========================================================= */

.ks27-hotels__hero{
    min-height:410px;
    background-position:center 47%;
    background-repeat:no-repeat;
}
.ks27-hotels__hero::before{
    background:linear-gradient(90deg,rgba(1,16,31,.94) 0%,rgba(2,26,47,.78) 43%,rgba(2,28,47,.25) 72%,rgba(2,18,30,.08) 100%);
}
.ks27-hotels__hero::after{
    background:linear-gradient(180deg,rgba(0,15,29,.10),rgba(0,15,29,.18));
}
.ks27-hotels__hero-inner{
    min-height:410px;
    padding-top:46px;
    padding-bottom:74px;
}
.ks27-hotels__hero-copy{width:min(780px,100%)}
.ks27-hotels__hero h1{
    max-width:760px;
    font-size:clamp(46px,3.85vw,58px);
    line-height:1.02;
    letter-spacing:-.042em;
}
.ks27-hotels__hero-copy>p{max-width:670px}
.ks27-hotels__search-wrap{margin-top:-34px}
.ks27-hotels__search{box-shadow:0 20px 55px rgba(15,43,70,.16)}
.ks27-hotels__hotel-card,.ks27-hotels__region-card,.ks27-hotels__why-grid article{transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.ks27-hotels__hotel-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(14,47,78,.13)}
.ks27-hotels__region-card:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(12,45,73,.18)}
.ks27-hotels__why-grid article:hover{transform:translateY(-2px);border-color:#d7e6f1;box-shadow:0 12px 28px rgba(20,49,78,.08)}

@media (max-width:1100px){
    .ks27-hotels__hero{min-height:390px;background-position:center}
    .ks27-hotels__hero-inner{min-height:390px;padding-top:42px;padding-bottom:70px}
    .ks27-hotels__hero h1{font-size:clamp(42px,5vw,54px)}
}

@media (max-width:760px){
    .ks27-hotels__hero{
        min-height:0;
        height:auto;
        background-position:center center;
    }
    .ks27-hotels__hero::before{
        background:linear-gradient(180deg,rgba(2,18,34,.50) 0%,rgba(2,20,38,.86) 70%,rgba(2,20,38,.94) 100%);
    }
    .ks27-hotels__hero-inner{
        min-height:0;
        height:auto;
        padding-top:18px;
        padding-bottom:48px;
    }
    .ks27-hotels__hero-copy{width:100%}
    .ks27-hotels__hero h1{
        max-width:100%;
        font-size:clamp(30px,8.1vw,40px);
        line-height:1.06;
    }
    .ks27-hotels__hero-copy>p{max-width:100%;margin-top:11px}
    .ks27-hotels__hero-actions{margin-top:16px}
    .ks27-hotels__search-wrap{margin-top:-25px}
}

@media (max-width:390px){
    .ks27-hotels__hero-inner{padding-top:14px;padding-bottom:42px}
    .ks27-hotels__hero h1{font-size:29px}
}


/* =========================================================
   OTELLER — TÜM KAYITLAR / 4'ER 4'ER DAHA FAZLA FINAL
   Desktop 4 / Tablet 2 / Mobile 1
   ========================================================= */
.ks27-hotels__hotel-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:20px;
    align-items:stretch;
}
.ks27-hotels__hotel-card{
    width:100%;
    min-width:0;
    height:100%;
}
.ks27-hotels__hotel-card.is-hotel-hidden{display:none!important}

.ks27-hotels__load-more-wrap{
    display:flex;
    justify-content:center;
    margin-top:28px;
}
.ks27-hotels__load-more{
    min-width:270px;
    min-height:56px;
    padding:9px 20px;
    display:grid;
    grid-template-columns:1fr auto;
    grid-template-rows:auto auto;
    align-items:center;
    column-gap:14px;
    border:1px solid #cbd8e3;
    border-radius:14px;
    background:#fff;
    color:#0d2b47;
    box-shadow:0 10px 28px rgba(12,43,72,.08);
    cursor:pointer;
    font:inherit;
    transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.ks27-hotels__load-more:hover,
.ks27-hotels__load-more:focus-visible{
    transform:translateY(-2px);
    border-color:#15bfd3;
    box-shadow:0 15px 34px rgba(12,43,72,.13);
    outline:0;
}
.ks27-hotels__load-more span{
    grid-column:1;
    grid-row:1;
    font-size:13px;
    font-weight:900;
    text-align:left;
}
.ks27-hotels__load-more small{
    grid-column:1;
    grid-row:2;
    margin-top:2px;
    color:#78899b;
    font-size:9px;
    font-weight:700;
    text-align:left;
}
.ks27-hotels__load-more svg{
    grid-column:2;
    grid-row:1 / span 2;
    width:22px;
    height:22px;
    fill:none;
    stroke:currentColor;
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.ks27-hotels__load-more.is-complete{display:none!important}

@media (min-width:1500px){
    .ks27-hotels__container{width:min(1480px,calc(100% - 64px))}
    .ks27-hotels__hotel-grid{gap:22px}
}
@media (max-width:1100px){
    .ks27-hotels__container{width:min(100% - 34px,1040px)}
    .ks27-hotels__hotel-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
}
@media (max-width:760px){
    .ks27-hotels__hotel-grid{
        display:grid!important;
        grid-template-columns:1fr!important;
        overflow:visible!important;
        scroll-snap-type:none!important;
        gap:16px!important;
        padding-bottom:0!important;
    }
    .ks27-hotels__hotel-card{
        flex:none!important;
        width:100%!important;
        max-width:none!important;
        scroll-snap-align:none!important;
    }
    .ks27-hotels__load-more-wrap{margin-top:22px}
    .ks27-hotels__load-more{width:100%;min-width:0}
}
