:root{
    --staynest-text:#222222;
    --staynest-muted:#6b6b6b;
    --staynest-line:#ebebeb;
    --staynest-bg:#ffffff;
    --staynest-soft:#f7f7f7;
    --staynest-accent:#111111;
    --staynest-shadow:0 8px 30px rgba(0,0,0,.07);
    --staynest-shadow-lg:0 18px 40px rgba(0,0,0,.12);
    --staynest-radius:24px;
}
.staynest-wrap,.staynest-template-wrap{max-width:1240px;margin:0 auto;padding:28px 20px;color:var(--staynest-text)}
.staynest-filters{display:grid;grid-template-columns:1.4fr 1.25fr 1fr 1fr .7fr .8fr auto;gap:10px;margin:0 0 20px;padding:12px;border:1px solid var(--staynest-line);border-radius:999px;background:var(--staynest-bg);box-shadow:var(--staynest-shadow)}
.staynest-filters input,.staynest-filters button,.staynest-booking-form input,.staynest-booking-form textarea{width:100%;padding:14px 16px;border:1px solid var(--staynest-line);border-radius:16px;background:#fff;font-size:14px;box-sizing:border-box}
.staynest-filters input{border:none;background:transparent;padding:12px 14px}
.staynest-filters input:focus,.staynest-booking-form input:focus,.staynest-booking-form textarea:focus{outline:none;border-color:#c9c9c9;box-shadow:0 0 0 3px rgba(0,0,0,.04)}
.staynest-filters button,.staynest-btn{border:none;border-radius:16px;padding:14px 20px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;background:var(--staynest-accent);color:#fff;font-weight:600;transition:transform .2s ease,box-shadow .2s ease}
.staynest-filters button:hover,.staynest-btn:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(0,0,0,.16)}
.staynest-results-note{margin:0 0 18px;color:var(--staynest-muted);font-weight:600}
.staynest-grid-listings{display:grid;gap:24px}
.staynest-grid-columns-1{grid-template-columns:1fr}.staynest-grid-columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}.staynest-grid-columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}.staynest-grid-columns-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.staynest-card,.staynest-widget-panel{background:var(--staynest-bg);border:1px solid var(--staynest-line);border-radius:var(--staynest-radius);overflow:hidden;box-shadow:var(--staynest-shadow)}
.staynest-card{transition:transform .28s ease,box-shadow .28s ease}
.staynest-card:hover{transform:translateY(-6px);box-shadow:var(--staynest-shadow-lg)}
.staynest-thumb{position:relative;display:block;overflow:hidden;background:var(--staynest-soft)}
.staynest-thumb img{width:100%;height:290px;object-fit:cover;display:block;transition:transform .45s ease}
.staynest-card:hover .staynest-thumb img{transform:scale(1.05)}
.staynest-thumb-placeholder{height:290px;display:flex;align-items:center;justify-content:center;color:var(--staynest-muted);font-weight:600}
.staynest-card-badge{position:absolute;top:14px;left:14px;background:rgba(255,255,255,.95);padding:8px 12px;border-radius:999px;font-size:12px;font-weight:700;box-shadow:0 6px 18px rgba(0,0,0,.08)}
.staynest-card-body{padding:16px 18px 18px}
.staynest-card-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:8px}
.staynest-title,.staynest-title a{font-size:18px;line-height:1.3;margin:0;color:var(--staynest-text);text-decoration:none}
.staynest-location{font-size:13px;color:var(--staynest-muted);margin:0 0 6px}
.staynest-card-rating{font-size:13px;font-weight:700;white-space:nowrap}
.staynest-meta-row{display:flex;gap:8px;flex-wrap:wrap;color:var(--staynest-muted);font-size:13px;margin:10px 0 12px}
.staynest-meta-row span,.staynest-summary-topline span{padding:8px 12px;background:var(--staynest-soft);border-radius:999px;border:1px solid var(--staynest-line)}
.staynest-card-excerpt{margin:0 0 14px;color:#4a4a4a;line-height:1.55}
.staynest-card-bottom{display:flex;justify-content:space-between;align-items:center;gap:12px;border-top:1px solid var(--staynest-line);padding-top:14px}
.staynest-price{font-weight:800;font-size:16px}
.staynest-text-link{color:var(--staynest-text);font-weight:700;text-decoration:none}
.staynest-single-page{display:block}
.staynest-hero-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin:0 0 18px}
.staynest-hero-title{margin:0 0 10px;font-size:32px;line-height:1.15}
.staynest-hero-meta{display:flex;gap:10px;flex-wrap:wrap;color:var(--staynest-muted);font-size:14px}
.staynest-hero-price{font-size:24px;font-weight:800;white-space:nowrap}
.staynest-gallery-hero{margin-bottom:24px}
.staynest-gallery img{width:100%;max-height:520px;object-fit:cover;border-radius:28px;display:block}
.staynest-gallery-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:12px}.staynest-gallery-grid .staynest-gallery-tile{overflow:hidden;border-radius:22px}.staynest-gallery-grid .staynest-gallery-tile-1{grid-row:span 2;min-height:520px}.staynest-gallery-grid img{width:100%;height:100%;object-fit:cover;display:block}.staynest-gallery-grid .staynest-gallery-tile:not(.staynest-gallery-tile-1){min-height:250px}
.staynest-single{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.8fr);gap:32px;align-items:start}
.staynest-main{display:flex;flex-direction:column;gap:22px}
.staynest-summary-panel{padding:24px}
.staynest-summary-topline{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}
.staynest-book-box{position:sticky;top:28px}
.staynest-widget-panel{padding:22px;margin-bottom:18px}
.staynest-content{line-height:1.7}
.staynest-two-col{display:grid;grid-template-columns:1fr 1fr;gap:12px}.staynest-field-grid{display:grid;gap:12px;margin-bottom:12px}
.staynest-booking-form label{display:block;font-weight:600;margin-bottom:12px;font-size:14px}
.staynest-booking-price-row{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid var(--staynest-line)}
.staynest-price-xl{font-size:1.65rem;font-weight:800;margin:0 0 6px}
.staynest-booking-subtext,.staynest-form-note{font-size:13px;color:var(--staynest-muted);line-height:1.5}
.staynest-btn-full{width:100%}
.staynest-form-note{margin:12px 0 0}
.staynest-amenities{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;list-style:none;padding:0;margin:16px 0 0}
.staynest-amenities li{padding:14px 16px;background:var(--staynest-soft);border:1px solid var(--staynest-line);border-radius:18px}
.staynest-contact-link{display:flex;align-items:center;justify-content:center;margin-bottom:10px;text-decoration:none;padding:14px 16px;border-radius:16px;border:1px solid var(--staynest-line);color:var(--staynest-text);font-weight:700;background:#fff}
.staynest-contact-link:hover{background:var(--staynest-soft)}
.staynest-contact-link-whatsapp{background:#25D366;color:#fff;border-color:#25D366}
.staynest-contact-link-whatsapp:hover{background:#20bf5c;color:#fff}
.staynest-note{padding:16px 18px;border-radius:18px;background:var(--staynest-soft);margin-top:0;border:1px solid var(--staynest-line)}
.staynest-inline-calendar{max-width:720px}
.ui-datepicker{background:#fff;border:1px solid #d1d5db;border-radius:18px;padding:10px;box-shadow:0 10px 28px rgba(0,0,0,.08);z-index:999999!important}
.ui-datepicker .ui-datepicker-header{background:#111827;color:#fff;border:none;border-radius:12px;padding:8px 10px}
.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{top:10px;cursor:pointer}
.ui-datepicker .ui-datepicker-title{margin:0 28px;line-height:1.8;font-weight:600}
.ui-datepicker table{margin:.6em 0 0;width:100%}
.ui-datepicker th{padding:.45em;font-size:12px;color:#6b7280}
.ui-datepicker td{padding:2px}
.ui-datepicker td span,.ui-datepicker td a{border:1px solid transparent;background:#fff;text-align:center;padding:.55em .4em;border-radius:10px;text-decoration:none;color:#111827}
.ui-datepicker td a:hover{background:#f3f4f6}
.ui-datepicker td.staynest-date-unavailable span,.ui-datepicker td.staynest-date-unavailable a{background:#f3f4f6!important;color:#b0b0b0!important;text-decoration:line-through}
.ui-datepicker td.staynest-date-available a{background:#fff}
@media (max-width:1180px){.staynest-filters{grid-template-columns:repeat(3,minmax(0,1fr)) auto}.staynest-grid-columns-4{grid-template-columns:repeat(3,minmax(0,1fr))}.staynest-thumb img,.staynest-thumb-placeholder{height:250px}}
@media (max-width:900px){.staynest-grid-columns-3,.staynest-grid-columns-4,.staynest-grid-columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}.staynest-single{grid-template-columns:1fr}.staynest-book-box{position:static}.staynest-filters{grid-template-columns:1fr 1fr;border-radius:28px}.staynest-hero-head{flex-direction:column}.staynest-hero-price{font-size:22px}.staynest-gallery-grid{grid-template-columns:1fr 1fr}.staynest-gallery-grid .staynest-gallery-tile-1{grid-column:1/-1;grid-row:auto;min-height:340px}}
@media (max-width:600px){.staynest-grid-listings,.staynest-amenities,.staynest-two-col,.staynest-filters,.staynest-gallery-grid{grid-template-columns:1fr}.staynest-wrap,.staynest-template-wrap{padding:16px}.staynest-thumb img,.staynest-thumb-placeholder{height:220px}.staynest-gallery img{max-height:320px}.staynest-gallery-grid .staynest-gallery-tile-1,.staynest-gallery-grid .staynest-gallery-tile:not(.staynest-gallery-tile-1){min-height:220px}.staynest-hero-title{font-size:26px}.staynest-filters{padding:14px;border-radius:24px}}
.staynest-filters-airbnb{display:flex;flex-direction:column;gap:14px}
.staynest-filter-pill{display:grid;grid-template-columns:1.3fr 1fr 1fr .8fr auto;gap:0;background:#fff;border:1px solid var(--staynest-line);border-radius:999px;box-shadow:0 10px 35px rgba(0,0,0,.08);overflow:hidden}
.staynest-filter-pill label{display:flex;flex-direction:column;gap:4px;padding:14px 18px;font-size:12px;font-weight:700;color:var(--staynest-muted);border-right:1px solid var(--staynest-line)}
.staynest-filter-pill label input{border:none;box-shadow:none;padding:0;background:transparent;font-size:14px;color:var(--staynest-text)}
.staynest-filter-pill label:last-of-type{border-right:none}
.staynest-search-submit{margin:8px;padding:0 22px;border:none;border-radius:999px;background:#ff385c;color:#fff;font-weight:700;cursor:pointer}
.staynest-filter-secondary{display:grid;grid-template-columns:1fr 220px;gap:12px}
.staynest-filter-secondary input,.staynest-filter-secondary select{border-radius:16px;padding:14px 16px;border:1px solid var(--staynest-line);background:#fff;font-size:14px;box-sizing:border-box}
@media (max-width:900px){.staynest-filter-pill{grid-template-columns:1fr 1fr}.staynest-search-submit{min-height:52px}.staynest-filter-secondary{grid-template-columns:1fr 1fr}}
@media (max-width:600px){.staynest-filter-pill,.staynest-filter-secondary{grid-template-columns:1fr}.staynest-filter-pill{border-radius:28px}}


/* v1.7.1 mobile gallery and responsiveness */
.staynest-gallery-mobile-note{display:none;margin:0 0 10px;color:var(--staynest-muted);font-size:13px;font-weight:600}
.staynest-gallery-grid .staynest-gallery-tile{position:relative;background:var(--staynest-soft)}
.staynest-gallery-grid .staynest-gallery-tile img{border-radius:0}
@media (max-width:767px){
  .staynest-gallery-mobile-note{display:block}
  .staynest-card-body{padding:14px 14px 16px}
  .staynest-card-top,.staynest-card-bottom{gap:10px}
  .staynest-card-bottom{align-items:flex-start;flex-direction:column}
  .staynest-hero-meta{gap:8px}
  .staynest-summary-panel,.staynest-widget-panel{padding:18px}
  .staynest-filter-pill label,.staynest-filter-secondary input,.staynest-filter-secondary select{min-width:0}
  .staynest-gallery-hero{margin-left:-16px;margin-right:-16px}
  .staynest-gallery.staynest-gallery-grid{display:flex;gap:12px;overflow-x:auto;overflow-y:hidden;padding:0 16px 8px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;grid-template-columns:none}
  .staynest-gallery.staynest-gallery-grid::-webkit-scrollbar{height:8px}
  .staynest-gallery.staynest-gallery-grid::-webkit-scrollbar-thumb{background:#d6d6d6;border-radius:999px}
  .staynest-gallery.staynest-gallery-grid .staynest-gallery-tile,.staynest-gallery.staynest-gallery-grid .staynest-gallery-tile-1,.staynest-gallery.staynest-gallery-grid .staynest-gallery-tile:not(.staynest-gallery-tile-1){flex:0 0 84vw;min-width:84vw;max-width:84vw;min-height:250px;grid-column:auto;grid-row:auto;scroll-snap-align:start;border-radius:22px;overflow:hidden}
  .staynest-gallery.staynest-gallery-grid img{height:250px;width:100%;object-fit:cover;display:block}
  .staynest-gallery img{border-radius:0;max-height:none}
}
@media (max-width:480px){
  .staynest-wrap,.staynest-template-wrap{padding:14px}
  .staynest-thumb img,.staynest-thumb-placeholder{height:210px}
  .staynest-gallery.staynest-gallery-grid .staynest-gallery-tile,.staynest-gallery.staynest-gallery-grid .staynest-gallery-tile-1,.staynest-gallery.staynest-gallery-grid .staynest-gallery-tile:not(.staynest-gallery-tile-1){flex-basis:88vw;min-width:88vw;max-width:88vw}
  .staynest-gallery.staynest-gallery-grid img{height:230px}
}


.staynest-featured-categories{display:flex;gap:12px;overflow-x:auto;padding:0 2px 6px;margin:0 0 10px}
.staynest-featured-cat{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid var(--staynest-line);border-radius:999px;background:#fff;color:var(--staynest-text);text-decoration:none;font-weight:600;white-space:nowrap}
.staynest-featured-cat.is-active{border-color:var(--staynest-accent);box-shadow:var(--staynest-shadow)}
.staynest-featured-cat-icon{font-size:16px;line-height:1}
.staynest-amenity-filter-row{display:flex;flex-wrap:wrap;gap:10px}
.staynest-amenity-pill{position:relative;display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid var(--staynest-line);border-radius:999px;background:#fff;font-weight:600;cursor:pointer}
.staynest-amenity-pill input{position:absolute;inset:0;opacity:0;cursor:pointer}
.staynest-amenity-pill.is-active,.staynest-amenity-pill:has(input:checked){border-color:var(--staynest-accent);background:var(--staynest-soft)}
.staynest-category-chip{display:inline-flex;align-items:center;padding:8px 12px;background:var(--staynest-soft);border:1px solid var(--staynest-line);border-radius:999px}
@media (max-width:767px){.staynest-featured-categories{gap:10px;padding-bottom:2px}.staynest-amenity-filter-row{overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}.staynest-amenity-pill{white-space:nowrap}}


/* v1.9.2 permalink/mobile/checkout polish */
.staynest-card-headline-wrap{min-width:0;flex:1 1 auto}
.staynest-title,.staynest-title a{word-break:break-word}
.staynest-booking-widget .staynest-btn{min-height:52px}
@media (max-width:767px){
  .staynest-wrap,.staynest-template-wrap{padding:12px}
  .staynest-card{border-radius:20px}
  .staynest-card-badge{top:10px;left:10px;padding:7px 10px;font-size:11px}
  .staynest-title,.staynest-title a{font-size:16px;line-height:1.25}
  .staynest-location{font-size:12px;margin-bottom:4px}
  .staynest-card-rating{font-size:12px}
  .staynest-meta-row{gap:6px;margin:8px 0 10px}
  .staynest-meta-row span,.staynest-summary-topline span{padding:7px 10px;font-size:12px;line-height:1.2}
  .staynest-card-excerpt{font-size:13px;line-height:1.45;margin-bottom:12px}
  .staynest-price{font-size:15px}
  .staynest-hero-title{font-size:22px;line-height:1.15}
  .staynest-hero-meta{font-size:12px;gap:6px}
  .staynest-hero-price{font-size:20px}
  .staynest-summary-panel,.staynest-widget-panel,.staynest-booking-widget{padding:16px;border-radius:20px}
  .staynest-summary-topline{gap:8px;margin-bottom:14px}
  .staynest-content{font-size:14px;line-height:1.6}
  .staynest-amenities{grid-template-columns:1fr;gap:10px;margin-top:12px}
  .staynest-amenities li{padding:12px 14px;border-radius:16px;font-size:14px}
  .staynest-booking-price-row{gap:10px;align-items:center;margin-bottom:14px;padding-bottom:14px}
  .staynest-price-xl{font-size:1.35rem}
  .staynest-booking-subtext,.staynest-form-note{font-size:12px}
  .staynest-field-grid,.staynest-two-col{grid-template-columns:1fr;gap:10px}
  .staynest-booking-form label{margin-bottom:10px;font-size:13px}
  .staynest-booking-form input,.staynest-booking-form textarea{padding:13px 14px;font-size:14px;border-radius:14px}
  .staynest-multi-actions{display:grid;gap:10px}
  .staynest-gallery-mobile-note{padding:0 12px}
}
@media (max-width:480px){
  .staynest-card-body{padding:12px 12px 14px}
  .staynest-card-top{align-items:flex-start}
  .staynest-card-bottom{padding-top:12px}
  .staynest-thumb img,.staynest-thumb-placeholder{height:190px}
  .staynest-gallery.staynest-gallery-grid .staynest-gallery-tile,.staynest-gallery.staynest-gallery-grid .staynest-gallery-tile-1,.staynest-gallery.staynest-gallery-grid .staynest-gallery-tile:not(.staynest-gallery-tile-1){flex-basis:86vw;min-width:86vw;max-width:86vw;min-height:220px}
  .staynest-gallery.staynest-gallery-grid img{height:220px}
}


/* v1.9.4 mobile gallery + spacing polish */
.staynest-gallery-hero{display:flex;flex-direction:column;gap:14px;margin-bottom:22px}
.staynest-gallery-featured{background:var(--staynest-soft);border-radius:26px;overflow:hidden;box-shadow:var(--staynest-shadow)}
.staynest-gallery-featured img{width:100%;height:520px;object-fit:cover;display:block}
.staynest-gallery-carousel-wrap{overflow:hidden}
.staynest-gallery-carousel{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.staynest-gallery-carousel-item{background:var(--staynest-soft);border-radius:22px;overflow:hidden}
.staynest-gallery-carousel-item img{width:100%;height:180px;object-fit:cover;display:block}
.staynest-summary-panel{padding:26px 24px}
.staynest-summary-topline{gap:10px 8px}
.staynest-note{margin-top:2px}
@media (max-width:900px){
  .staynest-gallery-featured img{height:400px}
  .staynest-gallery-carousel{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:767px){
  .staynest-wrap,.staynest-template-wrap{padding:10px}
  .staynest-single-page{overflow:hidden}
  .staynest-hero-head{margin-bottom:14px}
  .staynest-hero-title{font-size:24px;line-height:1.15;margin-bottom:8px}
  .staynest-gallery-hero{gap:10px;margin-bottom:16px}
  .staynest-gallery-mobile-note{display:block;padding:0 4px;margin:0;color:var(--staynest-muted);font-size:12px}
  .staynest-gallery-featured{border-radius:18px}
  .staynest-gallery-featured img{height:240px;border-radius:0}
  .staynest-gallery-carousel-wrap{margin:0 -2px}
  .staynest-gallery-carousel{display:flex;gap:10px;overflow-x:auto;overflow-y:hidden;padding:2px 2px 8px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}
  .staynest-gallery-carousel::-webkit-scrollbar{height:6px}
  .staynest-gallery-carousel::-webkit-scrollbar-thumb{background:#d8d8d8;border-radius:999px}
  .staynest-gallery-carousel-item{flex:0 0 34vw;min-width:34vw;max-width:34vw;scroll-snap-align:start;border-radius:16px}
  .staynest-gallery-carousel-item img{height:96px}
  .staynest-summary-panel,.staynest-widget-panel,.staynest-booking-widget{padding:14px;border-radius:18px}
  .staynest-summary-topline{gap:8px 6px;margin-bottom:12px}
  .staynest-meta-row span,.staynest-summary-topline span,.staynest-category-chip{padding:7px 10px;font-size:12px}
  .staynest-content{font-size:14px;line-height:1.55}
  .staynest-note{padding:12px 14px;border-radius:14px}
  .staynest-amenities li{padding:11px 13px}
}
@media (max-width:480px){
  .staynest-gallery-featured img{height:220px}
  .staynest-gallery-carousel-item{flex-basis:38vw;min-width:38vw;max-width:38vw}
  .staynest-gallery-carousel-item img{height:88px}
  .staynest-hero-title{font-size:22px}
}


/* v1.9.5 desktop grid restored + improved mobile fitting */
.staynest-gallery-carousel{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;overflow:visible;padding:0}
.staynest-gallery-carousel-item{min-width:0;max-width:none;flex:none}
.staynest-gallery-carousel-item img{width:100%;height:170px;object-fit:cover;display:block}
.staynest-summary-panel,.staynest-widget-panel,.staynest-booking-widget{box-sizing:border-box}
.staynest-content p{margin:0}
.staynest-amenities{align-items:stretch}
.staynest-amenities li{min-width:0;word-break:break-word}
@media (max-width:767px){
  .staynest-wrap,.staynest-template-wrap{padding:10px 10px 18px}
  .staynest-hero-meta{row-gap:6px}
  .staynest-gallery-hero{gap:10px;margin-bottom:14px}
  .staynest-gallery-featured img{height:230px;object-position:center}
  .staynest-gallery-carousel-wrap{overflow:hidden}
  .staynest-gallery-carousel{display:flex;grid-template-columns:none;gap:10px;overflow-x:auto;overflow-y:hidden;padding:2px 2px 8px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}
  .staynest-gallery-carousel-item{flex:0 0 36vw;min-width:36vw;max-width:36vw;scroll-snap-align:start}
  .staynest-gallery-carousel-item img{height:92px}
  .staynest-single{gap:16px}
  .staynest-summary-panel,.staynest-widget-panel,.staynest-booking-widget{padding:14px}
  .staynest-summary-topline{display:flex;flex-wrap:wrap;gap:8px 6px}
  .staynest-meta-row{gap:8px}
  .staynest-amenities{grid-template-columns:1fr;gap:8px}
  .staynest-amenities li{padding:11px 12px;font-size:14px}
}
@media (max-width:480px){
  .staynest-hero-title{font-size:21px}
  .staynest-gallery-featured img{height:210px}
  .staynest-gallery-carousel-item{flex-basis:40vw;min-width:40vw;max-width:40vw}
  .staynest-gallery-carousel-item img{height:84px}
  .staynest-summary-topline span,.staynest-meta-row span,.staynest-category-chip{font-size:11px;padding:7px 9px}
}

/* v1.9.6 clearer booking action choices */
.staynest-action-heading{font-weight:600;margin:2px 0 4px;color:#1f2937}
.staynest-offer-field{display:block}


/* v1.9.8 desktop photo grid like Airbnb */
@media (min-width:768px){
  .staynest-gallery-hero{
    display:grid;
    grid-template-columns:minmax(0,1.55fr) minmax(360px,1fr);
    grid-template-areas:
      "featured thumbs"
      "featured thumbs";
    gap:12px;
    align-items:stretch;
  }
  .staynest-gallery-mobile-note{display:none}
  .staynest-gallery-featured{grid-area:featured; min-height:540px; border-radius:24px; overflow:hidden}
  .staynest-gallery-featured img{width:100%; height:100%; min-height:540px; object-fit:cover; display:block}
  .staynest-gallery-carousel-wrap{grid-area:thumbs; overflow:hidden}
  .staynest-gallery-carousel{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-auto-rows:minmax(0,1fr);
    gap:12px;
    height:540px;
    overflow:visible;
    padding:0;
  }
  .staynest-gallery-carousel-item{border-radius:18px; overflow:hidden; min-width:0; max-width:none; background:var(--staynest-soft)}
  .staynest-gallery-carousel-item img{width:100%; height:100%; min-height:0; object-fit:cover; display:block}
}
@media (min-width:768px) and (max-width:1024px){
  .staynest-gallery-hero{grid-template-columns:minmax(0,1.35fr) minmax(300px,.95fr)}
  .staynest-gallery-featured,
  .staynest-gallery-featured img,
  .staynest-gallery-carousel{height:460px; min-height:460px}
}


/* v1.9.9 desktop gallery widened + cleaner mobile section alignment */
@media (min-width: 768px){
  .staynest-gallery-hero{
    display:grid;
    grid-template-columns:minmax(0,1.55fr) minmax(340px,1fr);
    gap:14px;
    align-items:stretch;
  }
  .staynest-gallery-mobile-note{
    display:none;
  }
  .staynest-gallery-featured{
    min-height:0;
    height:100%;
  }
  .staynest-gallery-featured img{
    height:100%;
    min-height:520px;
    max-height:none;
  }
  .staynest-gallery-carousel-wrap{
    height:100%;
  }
  .staynest-gallery-carousel{
    height:100%;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-auto-rows:minmax(248px,1fr);
    gap:14px;
    align-content:stretch;
  }
  .staynest-gallery-carousel-item{
    border-radius:22px;
    overflow:hidden;
  }
  .staynest-gallery-carousel-item img{
    width:100%;
    height:100%;
    min-height:248px;
    object-fit:cover;
    display:block;
  }
}

@media (max-width: 767px){
  .staynest-single-page{
    background:transparent;
  }
  .staynest-main{
    gap:14px;
  }
  .staynest-summary-panel,
  .staynest-widget-panel,
  .staynest-booking-widget{
    width:100%;
    margin:0;
    padding:16px;
    border-radius:18px;
  }
  .staynest-widget-panel h3,
  .staynest-summary-panel h3,
  .staynest-booking-widget h3{
    margin:0 0 12px;
    font-size:15px;
    line-height:1.3;
  }
  .staynest-summary-topline{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-bottom:12px;
  }
  .staynest-summary-topline span,
  .staynest-meta-row span,
  .staynest-category-chip{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:34px;
    padding:8px 10px;
    border-radius:999px;
    box-sizing:border-box;
  }
  .staynest-note{
    margin:0 0 12px;
  }
  .staynest-meta-row{
    margin:0 0 12px;
  }
  .staynest-content{
    margin:0;
  }
  .staynest-amenities{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    margin:0;
    padding:0;
  }
  .staynest-amenities li{
    display:flex;
    align-items:center;
    width:100%;
    min-height:48px;
    margin:0;
    padding:12px 14px;
    border-radius:16px;
    box-sizing:border-box;
    line-height:1.35;
  }
  .staynest-inline-calendar{
    max-width:100%;
    overflow:hidden;
  }
}
@media (max-width: 480px){
  .staynest-summary-panel,
  .staynest-widget-panel,
  .staynest-booking-widget{
    padding:14px;
    border-radius:16px;
  }
  .staynest-widget-panel h3,
  .staynest-summary-panel h3,
  .staynest-booking-widget h3{
    font-size:14px;
    margin-bottom:10px;
  }
  .staynest-summary-topline span,
  .staynest-meta-row span,
  .staynest-category-chip{
    min-height:32px;
    padding:7px 9px;
    font-size:11px;
  }
}


/* v1.10.0 booking actions layout + desktop landscape gallery tuning */
.staynest-multi-actions{
  display:grid;
  gap:12px;
  clear:both;
}
.staynest-multi-actions .staynest-btn,
.staynest-multi-actions .staynest-offer-field,
.staynest-multi-actions .staynest-action-heading{
  margin:0;
  position:relative;
  z-index:1;
}
.staynest-multi-actions .staynest-btn{
  min-height:54px;
  width:100%;
}
.staynest-offer-field input{
  margin-top:8px;
}
@media (min-width: 768px){
  .staynest-gallery-hero{
    display:grid;
    grid-template-columns:minmax(0,1.18fr) minmax(0,1fr);
    gap:14px;
    align-items:stretch;
  }
  .staynest-gallery-featured,
  .staynest-gallery-carousel-wrap{
    min-width:0;
  }
  .staynest-gallery-featured{
    border-radius:24px;
    overflow:hidden;
  }
  .staynest-gallery-featured img{
    width:100%;
    height:100%;
    min-height:0;
    aspect-ratio: 16 / 10;
    object-fit:cover;
    display:block;
  }
  .staynest-gallery-carousel{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
    height:100%;
    align-content:start;
  }
  .staynest-gallery-carousel-item{
    border-radius:20px;
    overflow:hidden;
    min-width:0;
  }
  .staynest-gallery-carousel-item img{
    width:100%;
    height:auto;
    min-height:0;
    aspect-ratio: 16 / 9;
    object-fit:cover;
    display:block;
  }
}
@media (max-width: 767px){
  .staynest-single{
    gap:14px;
  }
  .staynest-main{
    gap:12px;
  }
  .staynest-summary-panel,
  .staynest-widget-panel,
  .staynest-booking-widget,
  .staynest-contact-box{
    width:100%;
    margin:0;
    box-sizing:border-box;
    border-radius:18px;
    padding:14px;
  }
  .staynest-amenities{
    gap:8px;
  }
  .staynest-amenities li{
    min-height:44px;
    padding:11px 12px;
    border-radius:14px;
  }
  .staynest-inline-calendar{
    max-width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
  }
  .staynest-inline-calendar .ui-datepicker,
  .staynest-inline-calendar .ui-datepicker-group,
  .staynest-inline-calendar table{
    max-width:100%;
    box-sizing:border-box;
  }
  .staynest-booking-form .staynest-two-col,
  .staynest-booking-form .staynest-field-grid{
    gap:10px;
  }
  .staynest-booking-form label{
    width:100%;
    box-sizing:border-box;
  }
}


/* v1.10.1 desktop Airbnb-style photo grid refinement */
@media (min-width: 768px){
  .staynest-gallery-hero{
    display:grid;
    grid-template-columns:minmax(0,1.42fr) minmax(0,1fr);
    gap:10px;
    align-items:stretch;
  }
  .staynest-gallery-featured,
  .staynest-gallery-carousel-wrap{
    min-width:0;
  }
  .staynest-gallery-featured{
    border-radius:18px;
    overflow:hidden;
    height:100%;
  }
  .staynest-gallery-featured img{
    width:100%;
    height:100%;
    aspect-ratio:auto;
    min-height:100%;
    object-fit:cover;
    display:block;
  }
  .staynest-gallery-carousel-wrap{
    height:100%;
  }
  .staynest-gallery-carousel{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-template-rows:repeat(2,minmax(0,1fr));
    gap:10px;
    height:100%;
    min-height:0;
  }
  .staynest-gallery-carousel-item{
    border-radius:0;
    overflow:hidden;
    min-width:0;
    background:var(--staynest-soft);
  }
  .staynest-gallery-carousel-item:first-child{border-top-left-radius:18px;}
  .staynest-gallery-carousel-item:nth-child(2){border-top-right-radius:18px;}
  .staynest-gallery-carousel-item:nth-child(3){border-bottom-left-radius:18px;}
  .staynest-gallery-carousel-item:nth-child(4){border-bottom-right-radius:18px;}
  .staynest-gallery-carousel-item img{
    width:100%;
    height:100%;
    min-height:0;
    aspect-ratio:auto;
    object-fit:cover;
    display:block;
  }
}
@media (min-width:768px) and (max-width: 1199px){
  .staynest-gallery-hero{grid-template-columns:minmax(0,1.28fr) minmax(0,1fr);}
}


/* v1.10.2 mobile fit polish */
.staynest-single-page,.staynest-main,.staynest-book-box,.staynest-widget-panel,.staynest-summary-panel,.staynest-booking-widget,.staynest-note,.staynest-inline-calendar{min-width:0;box-sizing:border-box}
.staynest-widget-panel,.staynest-summary-panel,.staynest-booking-widget,.staynest-note{overflow:hidden}
.staynest-inline-calendar{overflow-x:auto;overflow-y:hidden}
.staynest-inline-calendar .ui-datepicker{min-width:640px}
@media (max-width:767px){
  .staynest-wrap,.staynest-template-wrap{padding:10px 12px 18px}
  .staynest-single{gap:14px}
  .staynest-main{gap:14px}
  .staynest-widget-panel,.staynest-summary-panel,.staynest-booking-widget,.staynest-note{width:100%;max-width:100%;border-radius:18px;padding:14px 14px 16px}
  .staynest-content,.staynest-content p{font-size:14px;line-height:1.55;word-break:break-word}
  .staynest-summary-topline{display:flex;flex-wrap:wrap;gap:8px}
  .staynest-summary-topline span,.staynest-meta-row span,.staynest-category-chip{max-width:100%;white-space:normal}
  .staynest-amenities{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:10px}
  .staynest-amenities li{display:flex;align-items:center;min-height:50px;padding:10px 12px;border-radius:14px;line-height:1.35}
  .staynest-booking-price-row{display:block}
  .staynest-price-xl{margin-bottom:4px}
  .staynest-multi-actions{display:grid;grid-template-columns:1fr;gap:10px}
  .staynest-btn,.staynest-btn-full,.staynest-booking-widget .staynest-btn{width:100%;min-height:50px;border-radius:14px}
  .staynest-offer-field,.staynest-booking-form .staynest-offer-field{margin:0 0 2px}
  .staynest-booking-form input,.staynest-booking-form textarea{max-width:100%}
  .staynest-inline-calendar{margin-top:2px;border-radius:14px}
  .staynest-inline-calendar .ui-datepicker{padding:8px;border-radius:14px}
}
@media (max-width:560px){
  .staynest-wrap,.staynest-template-wrap{padding:8px 10px 16px}
  .staynest-widget-panel,.staynest-summary-panel,.staynest-booking-widget,.staynest-note{padding:13px 12px 14px;border-radius:16px}
  .staynest-hero-title{font-size:20px;line-height:1.15}
  .staynest-amenities{grid-template-columns:1fr;gap:8px}
  .staynest-amenities li{min-height:0;padding:10px 12px}
  .staynest-summary-topline{gap:6px}
  .staynest-summary-topline span,.staynest-meta-row span,.staynest-category-chip{padding:7px 9px;font-size:11px}
}


/* v1.10.3 calendar UI polish desktop + mobile */
.staynest-inline-calendar{max-width:100%;width:100%;}
.staynest-inline-calendar .ui-datepicker{
  width:100%;
  min-width:0;
  box-sizing:border-box;
  border-radius:20px;
  padding:14px;
  border:1px solid #d9dee6;
  box-shadow:0 10px 30px rgba(15,23,42,.08);
  background:#fff;
}
.staynest-inline-calendar .ui-datepicker-multi{width:100%!important;}
.staynest-inline-calendar .ui-datepicker-group{padding:0 4px; box-sizing:border-box;}
.staynest-inline-calendar .ui-datepicker-header{
  background:#0f172a;
  border-radius:14px;
  padding:12px 14px;
}
.staynest-inline-calendar .ui-datepicker .ui-datepicker-title{
  margin:0 34px;
  font-size:16px;
  font-weight:700;
}
.staynest-inline-calendar .ui-datepicker .ui-datepicker-prev,
.staynest-inline-calendar .ui-datepicker .ui-datepicker-next{
  top:12px;
}
.staynest-inline-calendar .ui-datepicker table{
  margin:12px 0 0;
  table-layout:fixed;
}
.staynest-inline-calendar .ui-datepicker th{
  padding:8px 4px;
  font-size:12px;
  font-weight:700;
  color:#64748b;
}
.staynest-inline-calendar .ui-datepicker td{
  padding:3px;
}
.staynest-inline-calendar .ui-datepicker td span,
.staynest-inline-calendar .ui-datepicker td a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0;
  border-radius:12px;
  font-weight:600;
  font-size:14px;
  border:1px solid #edf0f3;
}
.staynest-inline-calendar .ui-datepicker td a:hover{
  background:#f8fafc;
  border-color:#d7dde5;
}
.staynest-inline-calendar .ui-datepicker td.ui-datepicker-current-day a,
.staynest-inline-calendar .ui-datepicker td.ui-datepicker-today a{
  background:#111827;
  color:#fff;
  border-color:#111827;
}
.staynest-inline-calendar .ui-datepicker td.staynest-date-unavailable span,
.staynest-inline-calendar .ui-datepicker td.staynest-date-unavailable a{
  background:#f3f4f6!important;
  color:#b8b8b8!important;
  border-color:#eceff3!important;
  text-decoration:line-through;
}
.staynest-calendar-note{margin-top:10px;color:#6b7280;font-size:12px;line-height:1.45;}

@media (min-width: 768px){
  .staynest-inline-calendar .ui-datepicker-multi .ui-datepicker-group{
    width:50%;
  }
  .staynest-inline-calendar .ui-datepicker{
    padding:16px;
  }
}

@media (max-width: 767px){
  .staynest-inline-calendar{
    overflow:hidden;
    border-radius:18px;
  }
  .staynest-inline-calendar .ui-datepicker{
    padding:10px;
    border-radius:16px;
  }
  .staynest-inline-calendar .ui-datepicker-multi,
  .staynest-inline-calendar .ui-datepicker-group,
  .staynest-inline-calendar .ui-datepicker-group table{
    width:100%!important;
    float:none!important;
  }
  .staynest-inline-calendar .ui-datepicker-group{
    margin:0 0 10px;
    padding:0;
  }
  .staynest-inline-calendar .ui-datepicker .ui-datepicker-title{
    margin:0 28px;
    font-size:15px;
  }
  .staynest-inline-calendar .ui-datepicker th{
    font-size:11px;
    padding:6px 2px;
  }
  .staynest-inline-calendar .ui-datepicker td{
    padding:2px;
  }
  .staynest-inline-calendar .ui-datepicker td span,
  .staynest-inline-calendar .ui-datepicker td a{
    min-height:34px;
    font-size:13px;
    border-radius:10px;
  }
  .staynest-calendar-note{
    font-size:11px;
    margin-top:8px;
  }
}


/* v1.10.4 calendar nav buttons */
.staynest-inline-calendar .ui-datepicker .ui-datepicker-header{
  position:relative;
  min-height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.staynest-inline-calendar .ui-datepicker .ui-datepicker-prev,
.staynest-inline-calendar .ui-datepicker .ui-datepicker-next{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:auto;
  height:auto;
  padding:0;
  text-decoration:none;
  z-index:2;
}
.staynest-inline-calendar .ui-datepicker .ui-datepicker-prev{left:12px;}
.staynest-inline-calendar .ui-datepicker .ui-datepicker-next{right:12px;}
.staynest-inline-calendar .ui-datepicker .ui-datepicker-prev span,
.staynest-inline-calendar .ui-datepicker .ui-datepicker-next span{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  min-width:96px;
  height:34px;
  padding:0 12px;
  margin:0;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
  font-size:12px;
  font-weight:700;
  line-height:1;
  text-indent:0;
  overflow:visible;
  box-shadow:none;
  transition:background .2s ease,border-color .2s ease,transform .2s ease;
}
.staynest-inline-calendar .ui-datepicker .ui-datepicker-prev span::before{
  content:'←';
  font-size:13px;
  line-height:1;
}
.staynest-inline-calendar .ui-datepicker .ui-datepicker-next span::after{
  content:'→';
  font-size:13px;
  line-height:1;
}
.staynest-inline-calendar .ui-datepicker .ui-datepicker-prev:hover span,
.staynest-inline-calendar .ui-datepicker .ui-datepicker-next:hover span{
  background:rgba(255,255,255,.2);
  border-color:rgba(255,255,255,.28);
}
.staynest-inline-calendar .ui-datepicker .ui-datepicker-prev:active span,
.staynest-inline-calendar .ui-datepicker .ui-datepicker-next:active span{
  transform:scale(.98);
}
.staynest-inline-calendar .ui-datepicker .ui-datepicker-prev.ui-state-disabled span,
.staynest-inline-calendar .ui-datepicker .ui-datepicker-next.ui-state-disabled span{
  opacity:.45;
}

@media (max-width: 767px){
  .staynest-inline-calendar .ui-datepicker .ui-datepicker-header{
    min-height:52px;
    padding-left:8px;
    padding-right:8px;
  }
  .staynest-inline-calendar .ui-datepicker .ui-datepicker-prev{left:8px;}
  .staynest-inline-calendar .ui-datepicker .ui-datepicker-next{right:8px;}
  .staynest-inline-calendar .ui-datepicker .ui-datepicker-prev span,
  .staynest-inline-calendar .ui-datepicker .ui-datepicker-next span{
    min-width:78px;
    height:30px;
    padding:0 10px;
    font-size:11px;
    gap:4px;
  }
  .staynest-inline-calendar .ui-datepicker .ui-datepicker-title{
    margin:0 86px;
  }
}


/* v1.10.5 calendar fit + cleaner guest note */
.staynest-inline-calendar{max-width:none;width:100%;}
.staynest-inline-calendar .ui-datepicker{width:100%!important;box-sizing:border-box;padding:14px;border-radius:22px;overflow:hidden;}
.staynest-inline-calendar .ui-datepicker.ui-datepicker-multi{display:flex;gap:18px;align-items:flex-start;}
.staynest-inline-calendar .ui-datepicker-multi .ui-datepicker-group{float:none;width:calc(50% - 9px)!important;display:flex;flex-direction:column;}
.staynest-inline-calendar .ui-datepicker-multi .ui-datepicker-group table{table-layout:fixed;width:100%;}
.staynest-inline-calendar .ui-datepicker-header{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:72px;padding:14px 16px;border-radius:16px;}
.staynest-inline-calendar .ui-datepicker-title{margin:0!important;text-align:center;flex:1;font-size:28px;line-height:1.2;}
.staynest-inline-calendar .ui-datepicker-prev,.staynest-inline-calendar .ui-datepicker-next{position:static!important;top:auto!important;left:auto!important;right:auto!important;width:auto;height:auto;border:none;background:transparent;color:#60a5fa;font-weight:700;padding:8px 10px;border-radius:999px;}
.staynest-inline-calendar .ui-datepicker-prev:hover,.staynest-inline-calendar .ui-datepicker-next:hover{background:rgba(255,255,255,.08);}
.staynest-inline-calendar table{margin-top:12px;}
.staynest-inline-calendar th{padding:.6em .25em;font-size:13px;}
.staynest-inline-calendar td{padding:4px;}
.staynest-inline-calendar td span,.staynest-inline-calendar td a{padding:.72em .3em;border-radius:14px;font-weight:600;}
.staynest-form-note{margin-top:14px;color:#6b7280;line-height:1.65;}
@media (max-width: 1024px){
  .staynest-inline-calendar .ui-datepicker.ui-datepicker-multi{gap:12px;}
  .staynest-inline-calendar .ui-datepicker-multi .ui-datepicker-group{width:calc(50% - 6px)!important;}
  .staynest-inline-calendar .ui-datepicker-header{min-height:64px;padding:12px 14px;}
}
@media (max-width: 767px){
  .staynest-inline-calendar{overflow:hidden;}
  .staynest-inline-calendar .ui-datepicker{padding:10px 8px 12px;border-radius:18px;}
  .staynest-inline-calendar .ui-datepicker.ui-datepicker-multi,.staynest-inline-calendar .ui-datepicker.ui-datepicker-multi-2{display:block;}
  .staynest-inline-calendar .ui-datepicker-multi .ui-datepicker-group{width:100%!important;display:block;}
  .staynest-inline-calendar .ui-datepicker-multi .ui-datepicker-group + .ui-datepicker-group{margin-top:12px;}
  .staynest-inline-calendar .ui-datepicker-header{min-height:56px;padding:10px 12px;border-radius:14px;gap:8px;}
  .staynest-inline-calendar .ui-datepicker-title{font-size:22px;}
  .staynest-inline-calendar .ui-datepicker-prev,.staynest-inline-calendar .ui-datepicker-next{padding:6px 8px;font-size:13px;}
  .staynest-inline-calendar th{padding:.45em .15em;font-size:11px;}
  .staynest-inline-calendar td{padding:2px;}
  .staynest-inline-calendar td span,.staynest-inline-calendar td a{padding:.58em .1em;border-radius:10px;font-size:13px;}
}
@media (max-width: 420px){
  .staynest-inline-calendar .ui-datepicker{padding:8px 6px 10px;}
  .staynest-inline-calendar .ui-datepicker-header{padding:9px 10px;}
  .staynest-inline-calendar .ui-datepicker-title{font-size:19px;}
  .staynest-inline-calendar td span,.staynest-inline-calendar td a{font-size:12px;padding:.54em .05em;}
}


/* v1.10.6 deterministic full-width calendar + hard cache bust compatibility */
.staynest-inline-calendar{width:100%;max-width:none;overflow:hidden;}
.staynest-inline-calendar .ui-datepicker,
.staynest-inline-calendar .ui-datepicker.ui-datepicker-multi,
.staynest-inline-calendar .ui-datepicker.ui-datepicker-multi-2{
  display:block !important;
  width:100% !important;
  max-width:none !important;
  padding:14px;
  box-sizing:border-box;
}
.staynest-inline-calendar .ui-datepicker-group,
.staynest-inline-calendar .ui-datepicker-multi .ui-datepicker-group,
.staynest-inline-calendar .ui-datepicker-multi-2 .ui-datepicker-group{
  float:none !important;
  width:100% !important;
  display:block !important;
  margin:0 !important;
  padding:0 !important;
}
.staynest-inline-calendar .ui-datepicker-header{
  min-height:62px;
  padding:14px 16px;
}
.staynest-inline-calendar .ui-datepicker-title{
  font-size:30px;
}
.staynest-inline-calendar .ui-datepicker table{
  width:100% !important;
  table-layout:fixed;
  margin-top:14px;
}
.staynest-inline-calendar .ui-datepicker th{padding:.65em .2em;font-size:13px;}
.staynest-inline-calendar .ui-datepicker td{padding:5px;}
.staynest-inline-calendar .ui-datepicker td span,
.staynest-inline-calendar .ui-datepicker td a{
  min-height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  border-radius:14px;
}
@media (max-width: 767px){
  .staynest-inline-calendar .ui-datepicker,
  .staynest-inline-calendar .ui-datepicker.ui-datepicker-multi,
  .staynest-inline-calendar .ui-datepicker.ui-datepicker-multi-2{padding:10px 8px 12px;}
  .staynest-inline-calendar .ui-datepicker-header{min-height:54px;padding:10px 12px;}
  .staynest-inline-calendar .ui-datepicker-title{font-size:22px;}
  .staynest-inline-calendar .ui-datepicker th{font-size:11px;padding:.42em .1em;}
  .staynest-inline-calendar .ui-datepicker td{padding:2px;}
  .staynest-inline-calendar .ui-datepicker td span,
  .staynest-inline-calendar .ui-datepicker td a{min-height:36px;border-radius:10px;font-size:13px;}
}


/* v1.10.7 calendar nav alignment + mobile gallery note visibility */
.ui-datepicker{width:100%!important;max-width:none!important;box-sizing:border-box}
.ui-datepicker .ui-datepicker-header{
  display:grid;
  grid-template-columns:auto auto 1fr;
  align-items:center;
  gap:12px;
  min-height:62px;
  padding:12px 16px;
  box-sizing:border-box;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next{
  position:static!important;
  top:auto!important;
  left:auto!important;
  right:auto!important;
  width:auto!important;
  height:auto!important;
  margin:0!important;
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
  color:#fff!important;
  text-decoration:none;
  box-sizing:border-box;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover{
  background:rgba(255,255,255,.16);
}
.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon{
  position:static!important;
  margin:0!important;
  text-indent:0!important;
  overflow:visible!important;
  width:auto!important;
  height:auto!important;
  background:none!important;
}
.ui-datepicker .ui-datepicker-title{
  grid-column:3;
  margin:0!important;
  justify-self:center;
  text-align:center;
  width:100%;
}
.staynest-gallery-mobile-note{
  display:block;
  width:100%;
  max-width:100%;
  white-space:normal;
  overflow:visible;
  text-overflow:unset;
  line-height:1.45;
  word-break:normal;
}
@media (max-width:767px){
  .ui-datepicker .ui-datepicker-header{
    grid-template-columns:auto auto 1fr;
    gap:8px;
    min-height:56px;
    padding:10px 12px;
  }
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next{
    padding:8px 12px;
    font-size:12px;
  }
  .ui-datepicker .ui-datepicker-title{
    font-size:14px;
  }
  .staynest-gallery-mobile-note{
    font-size:12px;
    padding:0 2px 4px;
  }
}


/* v1.10.9 desktop header spacing fix */
.staynest-template-wrap,
.staynest-wrap{
  box-sizing:border-box;
}
.staynest-template-wrap{
  padding-top:40px;
}
.staynest-single-page{
  padding-top:4px;
}
.staynest-hero-head{
  align-items:flex-start;
}
.staynest-hero-title{
  max-width:min(820px, 100%);
  overflow-wrap:anywhere;
}
@media (max-width:767px){
  .staynest-template-wrap{padding-top:16px;}
  .staynest-single-page{padding-top:0;}
}


/* v1.10.10 hide gallery helper note on mobile */
@media (max-width:767px){
  .staynest-gallery-mobile-note{display:none !important;}
}

/* v1.10.14 desktop show-all + photo tour */
.staynest-gallery-zoomable{cursor:pointer;position:relative}
.staynest-show-all-photos{position:absolute;right:18px;bottom:18px;z-index:3;border:0;border-radius:14px;padding:14px 18px;background:#fff;color:#111;font-weight:700;box-shadow:0 10px 25px rgba(0,0,0,.18)}
.staynest-desktop-show-all-wrap{display:none}
.staynest-photo-tour{display:none}
.staynest-photo-tour.is-open{display:block}
body.staynest-photo-tour-open{overflow:hidden}
.staynest-photo-tour__backdrop{position:fixed;inset:0;background:rgba(255,255,255,.98);z-index:9997}
.staynest-photo-tour__dialog{position:fixed;inset:24px;z-index:9998;background:#fff;overflow:auto;border-radius:20px;padding:24px 24px 32px}
.staynest-photo-tour__topbar{display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:22px}
.staynest-photo-tour__close{position:absolute;left:0;top:50%;transform:translateY(-50%);border:0;background:#f4f4f4;border-radius:999px;width:44px;height:44px;font-size:28px;line-height:1;cursor:pointer}
.staynest-photo-tour__title{font-size:34px;font-weight:800;color:#111}
.staynest-photo-tour__chips{display:flex;gap:12px;overflow:auto;padding-bottom:10px;margin-bottom:26px}
.staynest-photo-tour__chip{border:1px solid #ddd;background:#fff;border-radius:999px;padding:10px 16px;font-weight:700;white-space:nowrap;cursor:pointer}
.staynest-photo-tour__chip.is-active{background:#111827;color:#fff;border-color:#111827}
.staynest-photo-tour__rail{display:flex;gap:14px;overflow:auto;padding-bottom:18px;margin-bottom:28px}
.staynest-photo-tour__thumb{border:0;background:transparent;min-width:126px;max-width:126px;text-align:left;cursor:pointer;padding:0}
.staynest-photo-tour__thumb-image{display:block;border-radius:18px;overflow:hidden;background:#f1f3f5;margin-bottom:8px}
.staynest-photo-tour__thumb img{display:block;width:126px;height:106px;object-fit:cover}
.staynest-photo-tour__thumb-label{display:block;font-size:15px;color:#555;line-height:1.35}
.staynest-photo-tour__thumb.is-active .staynest-photo-tour__thumb-image{outline:3px solid #111827}
.staynest-photo-tour__body{display:grid;grid-template-columns:minmax(220px,.42fr) minmax(0,1fr);gap:32px;align-items:start}
.staynest-photo-tour__heading{font-size:52px;line-height:1.05;margin:0 0 10px;color:#111;font-weight:800}
.staynest-photo-tour__sub{font-size:24px;color:#666;margin:0}
.staynest-photo-tour__stage-wrap{position:relative}
.staynest-photo-tour__stage{border-radius:24px;overflow:hidden;background:#f5f5f5;min-height:520px;display:flex;align-items:center;justify-content:center}
.staynest-photo-tour__stage img{display:block;width:100%;height:520px;object-fit:cover}
.staynest-photo-tour__nav{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border:0;border-radius:999px;background:rgba(255,255,255,.95);box-shadow:0 10px 24px rgba(0,0,0,.18);font-size:24px;cursor:pointer;z-index:2}
.staynest-photo-tour__nav--prev{left:16px}
.staynest-photo-tour__nav--next{right:16px}

@media (max-width: 900px){
  .staynest-show-all-photos{display:none !important}
  .staynest-photo-tour__dialog{inset:0;border-radius:0;padding:16px 14px 22px}
  .staynest-photo-tour__title{font-size:24px}
  .staynest-photo-tour__body{grid-template-columns:1fr;gap:18px}
  .staynest-photo-tour__heading{font-size:28px}
  .staynest-photo-tour__sub{font-size:16px}
  .staynest-photo-tour__thumb{min-width:92px;max-width:92px}
  .staynest-photo-tour__thumb img{width:92px;height:76px}
  .staynest-photo-tour__stage{min-height:unset}
  .staynest-photo-tour__stage img{width:100%;height:auto;max-height:72vh;object-fit:contain;background:#111}
  .staynest-photo-tour__nav{width:42px;height:42px;font-size:20px}
}


/* v1.10.16 mobile image full-view + desktop show-all only */
@media (min-width:768px){
  .staynest-gallery-zoomable{cursor:default;}
}
@media (max-width:767px){
  .staynest-gallery-zoomable{cursor:zoom-in;}
  .staynest-photo-tour__dialog{width:100vw;height:100vh;max-width:none;max-height:none;border-radius:0;padding:12px 12px 16px;display:flex;flex-direction:column;}
  .staynest-photo-tour__topbar{padding:4px 0 10px;}
  .staynest-photo-tour__title{font-size:18px;}
  .staynest-photo-tour__chips{display:none;}
  .staynest-photo-tour__body{display:block;padding:0;min-height:0;flex:1;}
  .staynest-photo-tour__meta{display:none;}
  .staynest-photo-tour__rail{order:3;display:flex;gap:8px;overflow-x:auto;padding:10px 0 0;}
  .staynest-photo-tour__thumb{min-width:72px;width:72px;}
  .staynest-photo-tour__thumb-label{display:none;}
  .staynest-photo-tour__stage-wrap{height:calc(100vh - 150px);min-height:320px;}
  .staynest-photo-tour__stage{height:100%;display:flex;align-items:center;justify-content:center;background:#000;border-radius:18px;overflow:hidden;}
  .staynest-photo-tour__stage img{width:100%;height:100%;object-fit:contain;background:#000;}
  .staynest-photo-tour__nav{width:40px;height:40px;}
}

/* v1.10.17 mobile photo viewer + booking popup datepicker fit */
.ui-datepicker{
  width:320px !important;
  max-width:calc(100vw - 24px);
  box-sizing:border-box;
}
.ui-datepicker table{
  width:100%;
  table-layout:fixed;
}
.ui-datepicker td span,
.ui-datepicker td a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
}
@media (max-width:767px){
  .ui-datepicker{
    width:min(320px, calc(100vw - 24px)) !important;
    max-width:calc(100vw - 24px);
    padding:10px;
    border-radius:16px;
  }
  .ui-datepicker th{font-size:11px;}
  .ui-datepicker td{padding:2px;}
  .ui-datepicker td span,
  .ui-datepicker td a{min-height:34px;font-size:13px;border-radius:10px;}
}

@media (max-width:767px){
  .staynest-photo-tour__dialog{
    width:100vw;
    height:100vh;
    max-width:none;
    max-height:none;
    border-radius:0;
    padding:12px 12px 16px;
    display:flex;
    flex-direction:column;
    background:#fff;
  }
  .staynest-photo-tour__topbar{padding:4px 0 10px;margin-bottom:8px;}
  .staynest-photo-tour__title{font-size:18px;}
  .staynest-photo-tour__chips{display:none;}
  .staynest-photo-tour__body{display:block;padding:0;min-height:0;flex:1;overflow:auto;}
  .staynest-photo-tour__meta{display:block;padding:8px 2px 10px;}
  .staynest-photo-tour__heading{font-size:20px;line-height:1.2;margin:0 0 4px;}
  .staynest-photo-tour__sub{font-size:13px;line-height:1.35;margin:0;color:#6b7280;}
  .staynest-photo-tour__rail{display:flex;gap:8px;overflow-x:auto;padding:10px 0 0;margin:0;}
  .staynest-photo-tour__thumb{min-width:72px;width:72px;}
  .staynest-photo-tour__thumb-label{display:none;}
  .staynest-photo-tour__stage-wrap{height:auto;min-height:0;}
  .staynest-photo-tour__stage{
    height:auto;
    min-height:0;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:none;
  }
  .staynest-photo-tour__stage img{
    display:block;
    width:100%;
    height:auto;
    max-height:62vh;
    object-fit:contain;
    background:#fff;
  }
  .staynest-photo-tour__nav{width:40px;height:40px;}
}
