.shnb{
  color: var(--e-global-color-text, #333333);
  font-family: var(--e-global-typography-text-font-family, Sans-serif);
  font-size: var(--e-global-typography-text-font-size, 16px);
  font-weight: var(--e-global-typography-text-font-weight, 400);
  line-height: var(--e-global-typography-text-line-height, 1.6);
  max-width: 100%;
}
.shnb *{box-sizing:border-box}
.shnb.is-rounded{--shnb-card-radius:28px}
.shnb.is-square{--shnb-card-radius:0px}
.shnb-title,.shnb-results-title,.shnb-checkout-title,.shnb-cover-title,.shnb-rental-field-title{
  margin:0;
  color: var(--e-global-color-primary, #1f1f1f);
  font-family: var(--e-global-typography-accent-font-family, var(--e-global-typography-primary-font-family, Sans-serif)) !important;
  font-size: var(--e-global-typography-accent-font-size, clamp(36px, 4vw, 56px)) !important;
  font-weight: var(--e-global-typography-accent-font-weight, 600) !important;
  line-height: 1.08;
}
.shnb-search-wrap,.shnb-room-widget,.shnb-results-wrap,.shnb-checkout-wrap,.shnb-grid-wrap,.shnb-gallery-wrap{background:transparent;border:0;padding:0;box-shadow:none;max-width:100%}
.shnb-search-shell,.shnb-checkout-shell,.shnb-results-shell,.shnb-gallery-shell{background:#fff;border:1px solid rgba(0,0,0,.08);padding:28px;overflow:visible;max-width:100%;border-radius:var(--shnb-card-radius)}
.shnb-search-wrap.is-compact .shnb-search-shell{padding:0;border:0;background:transparent}
.shnb-results-shell{padding:34px}
.shnb-kicker{margin:0 0 10px;font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--e-global-color-secondary, #777777)}
.shnb-summary,.shnb-note,.shnb-card-address,.shnb-price-label,.shnb-empty,.shnb-availability-text,.shnb-checkout-intro,.shnb-cover-bubble-meta{color:var(--e-global-color-secondary, #777777);font-size:15px;line-height:1.6}

.shnb-search-form,.shnb-checkout-form{display:grid;gap:16px;align-items:end;max-width:100%}
.shnb-search-form{grid-template-columns:minmax(180px,1.2fr) minmax(180px,1.2fr) minmax(140px,.8fr) minmax(150px,190px)}
.shnb-search-form.has-children{grid-template-columns:minmax(180px,1.15fr) minmax(180px,1.15fr) minmax(120px,.7fr) minmax(120px,.7fr) minmax(150px,190px)}
.shnb-search-wrap.is-compact .shnb-search-form{grid-template-columns:minmax(180px,1.2fr) minmax(180px,1.2fr) minmax(140px,.8fr) minmax(150px,190px)}
.shnb-search-wrap.is-compact .shnb-search-form.has-children{grid-template-columns:minmax(180px,1.15fr) minmax(180px,1.15fr) minmax(120px,.7fr) minmax(120px,.7fr) minmax(150px,190px)}
.shnb-field{display:flex;flex-direction:column;gap:8px;position:relative;min-width:0}
.shnb-field label{font-size:13px;text-transform:uppercase;letter-spacing:.14em;color:var(--e-global-color-secondary, #777777)}
.shnb-field input,.shnb-field select,.shnb-field textarea{height:58px;border:1px solid rgba(0,0,0,.14);border-radius:12px;background:#fff;color:var(--e-global-color-text, #333333);padding:0 16px;font:inherit;box-shadow:none;width:100%;min-width:0}
.shnb.is-square .shnb-field input,.shnb.is-square .shnb-field select,.shnb.is-square .shnb-field textarea,.shnb.is-square .shnb-button{border-radius:0}
.shnb-field input:focus,.shnb-field select:focus,.shnb-field textarea:focus{outline:none;border-color:var(--e-global-color-primary, #1f1f1f);box-shadow:0 0 0 1px var(--e-global-color-primary, #1f1f1f)}
.shnb-field input::-webkit-calendar-picker-indicator{display:none!important}
.shnb-field textarea{height:auto;min-height:120px;padding:14px 16px}
.shnb-field input::placeholder,.shnb-field textarea::placeholder{color:#9f9f9f}
.shnb-actions{display:flex;align-items:end;min-width:0}
.shnb-button,.shnb-card-link-button{display:inline-flex;align-items:center;justify-content:center;min-height:58px;padding:15px 28px;border:none;border-radius:14px;background:var(--e-global-color-primary, #1f1f1f);color:#fff!important;text-decoration:none!important;font-family:var(--e-global-typography-text-font-family, Sans-serif)!important;font-size:17px;font-weight:500;cursor:pointer;transition:opacity .15s ease;white-space:nowrap;box-shadow:none}
.shnb-button:hover,.shnb-card-link-button:hover{opacity:.92}
.shnb-button-full{width:100%}
.shnb-button.is-loading{opacity:.8;pointer-events:none}
.shnb-feedback{grid-column:1/-1;min-height:20px;font-size:14px;color:var(--e-global-color-secondary, #777777)}
.shnb-datepicker-toggle{position:absolute;right:12px;bottom:14px;width:28px;height:28px;border:0;background:transparent;cursor:pointer;color:var(--e-global-color-text, #333);font-size:18px;line-height:1;padding:0}

.shnb-search-reserve-cta{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:18px;padding:18px 20px;border:1px solid rgba(0,0,0,.08);border-radius:22px;background:rgba(0,0,0,.02)}
.shnb-search-reserve-cta.is-top{margin-top:0;margin-bottom:18px}
.shnb-search-reserve-copy{display:flex;flex-direction:column;gap:4px;min-width:0}
.shnb-search-reserve-title{font-size:18px;line-height:1.2;color:var(--e-global-color-primary,#1f1f1f)}
.shnb-search-reserve-summary{font-size:14px;line-height:1.55;color:var(--e-global-color-secondary,#777777)}
.shnb-search-reserve-summary:empty{display:none}
.shnb-search-reserve-cta.is-hidden{display:none}
.shnb-button-reserve{min-width:190px;text-transform:uppercase;font-weight:700;letter-spacing:.04em}
.shnb-search-toggle{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:11px 18px;border:1px solid rgba(0,0,0,.12);border-radius:14px;background:#fff;color:var(--e-global-color-text,#333333);font:inherit;font-weight:600;cursor:pointer;margin:0 0 18px;text-align:center}
.shnb-search-toggle:hover{opacity:.92}
.shnb-search-form[hidden],.shnb-search-form.is-collapsed{display:none!important}
.shnb-amenities li span{word-break:normal;overflow-wrap:anywhere;hyphens:none}

.shnb-results-header{display:block;margin-bottom:14px}
.shnb-header-bar{margin:0 0 30px;max-width:100%;clear:both}
.shnb-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.shnb-card{background:#fff;border:1px solid rgba(0,0,0,.09);overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start;min-width:0;border-radius:var(--shnb-card-radius)}
.shnb-card-media,.shnb-gallery-shell{position:relative;background:#f6f6f6;overflow:hidden}
.shnb-card-media{height:320px;min-height:320px}
.shnb-card-track,.shnb-gallery-track{display:flex;transition:transform .35s ease}
.shnb-card-track,.shnb-card-slide{height:100%}
.shnb-card-slide,.shnb-gallery-slide{min-width:100%}
.shnb-card-image{display:block;width:100%;height:100%!important;max-height:none!important;object-fit:cover;background:#f6f6f6;cursor:zoom-in}
.shnb-gallery-image{display:block;width:100%;object-fit:cover;background:#f6f6f6;cursor:zoom-in}
.shnb-card-image-placeholder{height:100%;min-height:320px;background:linear-gradient(135deg,#f2f2f2,#fafafa)}
.shnb-card-nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border:0;background:rgba(255,255,255,.9);color:var(--e-global-color-text, #333);cursor:pointer;font-size:28px;line-height:1;display:flex;align-items:center;justify-content:center;border-radius:12px;z-index:2}
.shnb-card-nav.is-prev{left:10px}.shnb-card-nav.is-next{right:10px}
.shnb-card-dots{position:absolute;left:14px;right:14px;bottom:12px;display:flex;gap:8px;justify-content:center;z-index:2}
.shnb-card-dot{width:9px;height:9px;border-radius:999px;border:0;background:rgba(255,255,255,.55);cursor:pointer;padding:0}
.shnb-card-dot.is-active{background:#fff}
.shnb-open-gallery{position:absolute;top:14px;right:14px;width:40px;height:40px;border:0;border-radius:999px;background:rgba(0,0,0,.54);color:#fff;font-size:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}
.shnb-card-body{padding:22px;display:flex;flex-direction:column;gap:14px;flex:1;min-width:0}
.shnb-card-top{display:flex;gap:12px;justify-content:space-between;align-items:flex-start}
.shnb-card-title{margin:0!important;flex:1;min-width:0;font-family:var(--e-global-typography-primary-font-family, var(--e-global-typography-text-font-family, Sans-serif))!important;font-size:22px!important;font-weight:600!important;line-height:1.28!important;color:var(--e-global-color-primary, #1f1f1f)}
.shnb-card-title a{text-decoration:none;color:inherit}
.shnb-badge{display:inline-flex;white-space:nowrap;align-items:center;justify-content:center;padding:6px 11px;border-radius:999px;background:rgba(0,0,0,.05);color:var(--e-global-color-text, #333);font-size:12px;font-weight:600}
.shnb-meta{display:flex;flex-wrap:wrap;gap:8px 10px;font-size:14px;color:var(--e-global-color-text, #333)}
.shnb-meta span{background:rgba(0,0,0,.04);border-radius:999px;padding:7px 11px}
.shnb-card-footer{display:flex;justify-content:space-between;gap:16px;align-items:end;margin-top:auto}
.shnb-card-footer .shnb-button,.shnb-card-link-button{width:auto;min-width:160px}
.shnb-price{display:block;font-size:30px;color:var(--e-global-color-primary, #1f1f1f);font-weight:700;line-height:1.05}
.shnb-empty{padding:20px;background:#fff;border:1px solid rgba(0,0,0,.09);border-radius:var(--shnb-card-radius)}

.shnb-cover-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.shnb-cover-card{position:relative;min-height:460px;border-radius:var(--shnb-card-radius);overflow:hidden}
.shnb-cover-link{display:block;position:absolute;inset:0;text-decoration:none;color:#fff}
.shnb-cover-image{display:block;width:100%;height:100%;object-fit:cover}
.shnb-cover-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(0,0,0,.45) 100%)}
.shnb-cover-bottom{position:absolute;left:24px;right:24px;bottom:22px;z-index:2}
.shnb-cover-title{color:#fff; font-size: clamp(28px, 3vw, 42px)!important;}
.shnb-cover-bubble{position:absolute;top:18px;left:18px;z-index:3;min-width:220px;max-width:78%;background:#fff;border-radius:22px;padding:16px 22px;box-shadow:0 8px 24px rgba(0,0,0,.16)}
.shnb-cover-bubble-title{font-size:20px;font-weight:700;color:var(--e-global-color-primary, #1f1f1f);line-height:1.2}
.shnb-cover-bubble-meta{font-size:14px;line-height:1.4}
.shnb-cover-grid.columns-1{grid-template-columns:1fr}
.shnb-cover-grid.columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.shnb-cover-grid.columns-4{grid-template-columns:repeat(4,minmax(0,1fr))}

.shnb-checkout-shell{margin-bottom:30px}
.shnb-checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.shnb-checkout-summary{background:rgba(0,0,0,.025);border:1px solid rgba(0,0,0,.09);padding:18px;margin-bottom:20px;border-radius:var(--shnb-card-radius)}
.shnb-checkout-summary strong{color:var(--e-global-color-primary, #1f1f1f)}
.shnb-alert{padding:14px 16px;margin:0 0 18px;border-left:3px solid var(--e-global-color-primary, #1f1f1f);background:rgba(0,0,0,.025)}
.shnb-alert.is-success{border-left-color:#4f8b53;background:#f2faf3}
.shnb-alert.is-error{border-left-color:#b24848;background:#fbf1f1}

.shnb-amenities{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.shnb-amenities li{display:flex;align-items:center;gap:12px;padding:16px;border:1px solid rgba(0,0,0,.08);border-radius:var(--shnb-card-radius);background:#fff}
.shnb-amenities img{width:28px;height:28px;object-fit:contain}
.shnb-amenity-icon{width:28px;min-width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;font-size:24px;line-height:1;color:var(--e-global-color-primary,#1f1f1f)}
.shnb-amenities span{display:block;line-height:1.4}

.shnb-date-display[readonly]{cursor:pointer;caret-color:transparent}
body.shnb-datepicker-mobile-open{overflow:hidden}
.shnb-datepicker-overlay{position:fixed;inset:0;background:rgba(0,0,0,.42);opacity:0;pointer-events:none;transition:opacity .18s ease;z-index:2147483645}
.shnb-datepicker-overlay.is-visible{opacity:1;pointer-events:auto}
.shnb-datepicker-overlay{touch-action:none}
#ui-datepicker-div.shnb-datepicker-ui{z-index:2147483640!important}
body.shnb-datepicker-mobile-open .ui-widget-overlay{display:none!important}

#ui-datepicker-div.shnb-datepicker-ui{z-index:2147483000!important;background:#fff;border:1px solid rgba(0,0,0,.12);padding:10px;box-shadow:0 16px 35px rgba(0,0,0,.08);font-family:var(--e-global-typography-text-font-family, Sans-serif);border-radius:16px}
#ui-datepicker-div .ui-datepicker{width:auto}
#ui-datepicker-div .ui-datepicker-header{background:#fff;border:0;color:var(--e-global-color-text, #333);padding:4px 0 10px}
#ui-datepicker-div .ui-datepicker-prev,#ui-datepicker-div .ui-datepicker-next{top:5px;cursor:pointer;touch-action:manipulation}
#ui-datepicker-div table{margin:0}
#ui-datepicker-div th{color:var(--e-global-color-secondary, #777);font-size:12px;font-weight:500;padding:.4em}
#ui-datepicker-div .ui-state-default,#ui-datepicker-div .ui-widget-content .ui-state-default{border:0;background:#fff;text-align:center;padding:.55em;color:var(--e-global-color-text, #333)}
#ui-datepicker-div .ui-state-hover{background:rgba(0,0,0,.04);border:0}
#ui-datepicker-div .ui-state-active,#ui-datepicker-div .ui-widget-content .ui-state-active{background:var(--e-global-color-primary, #1f1f1f);color:#fff}
#ui-datepicker-div .ui-state-highlight{border:1px solid rgba(0,0,0,.12);background:#fff}

.shnb-lightbox{position:fixed;inset:0;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.92);z-index:2147483646;padding:32px}
.shnb-lightbox.is-open{display:flex}
.shnb-lightbox-inner{position:relative;max-width:min(1400px,94vw);width:100%;height:min(88vh,900px)}
.shnb-lightbox-image{display:block;width:100%;height:100%;object-fit:contain}
.shnb-lightbox-close,.shnb-lightbox-prev,.shnb-lightbox-next{position:absolute;border:0;background:rgba(255,255,255,.12);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}
.shnb-lightbox-close{top:-14px;right:-14px;width:48px;height:48px;border-radius:999px;font-size:28px}
.shnb-lightbox-prev,.shnb-lightbox-next{top:50%;transform:translateY(-50%);width:54px;height:54px;border-radius:16px;font-size:34px}
.shnb-lightbox-prev{left:-18px}.shnb-lightbox-next{right:-18px}
.shnb-lightbox-caption{position:absolute;left:0;right:0;bottom:-34px;color:#fff;text-align:center;font-size:15px}

@media (max-width:1200px){
  .shnb-grid,.shnb-cover-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .shnb-search-form,.shnb-search-wrap.is-compact .shnb-search-form{grid-template-columns:repeat(2,minmax(0,1fr))}
  .shnb-search-form.has-children,.shnb-search-wrap.is-compact .shnb-search-form.has-children{grid-template-columns:repeat(2,minmax(0,1fr))}
  .shnb-checkout-grid,.shnb-amenities{grid-template-columns:1fr}
}
@media (max-width:767px){
  .shnb-search-shell,.shnb-checkout-shell,.shnb-results-shell,.shnb-gallery-shell{padding:22px}
  .shnb-grid,.shnb-search-form,.shnb-search-form.has-children,.shnb-search-wrap.is-compact .shnb-search-form,.shnb-search-wrap.is-compact .shnb-search-form.has-children,.shnb-cover-grid{grid-template-columns:1fr}
  .shnb-actions{display:block}
  .shnb-search-reserve-cta{flex-direction:column;align-items:stretch;padding:16px}
  .shnb-button-reserve{width:100%}
  .shnb-results-title,.shnb-title,.shnb-checkout-title{font-size:clamp(30px,8vw,44px)!important}
  .shnb-card-footer{flex-direction:column;align-items:stretch}
  .shnb-card-footer .shnb-button,.shnb-card-link-button{width:100%}
  .shnb-card-media{height:250px;min-height:250px}
  .shnb-card-image,.shnb-card-image-placeholder{height:100%!important;min-height:250px}
  .shnb-cover-card{min-height:380px}
  .shnb-cover-bubble{min-width:0;max-width:88%;padding:14px 18px}
  .shnb-lightbox{padding:14px}
  .shnb-lightbox-prev{left:0}.shnb-lightbox-next{right:0}.shnb-lightbox-close{top:0;right:0}
  #ui-datepicker-div.shnb-datepicker-ui.is-mobile{position:fixed!important;top:50%!important;left:50%!important;right:auto!important;bottom:auto!important;inset:auto!important;margin:0!important;transform:translate(-50%,-50%)!important;width:min(94vw,360px)!important;max-width:94vw;max-height:min(78vh,560px);overflow:auto;padding:14px;border-radius:20px;box-shadow:0 22px 48px rgba(0,0,0,.18);display:block!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;z-index:2147483646!important}
  #ui-datepicker-div.shnb-datepicker-ui.is-mobile .ui-datepicker{width:100%!important}
  #ui-datepicker-div.shnb-datepicker-ui.is-mobile .ui-datepicker-group{float:none;width:100%}
  #ui-datepicker-div.shnb-datepicker-ui.is-mobile table{width:100%}
  #ui-datepicker-div.shnb-datepicker-ui.is-mobile th{padding:.45em .2em}
  #ui-datepicker-div.shnb-datepicker-ui.is-mobile td a,
  #ui-datepicker-div.shnb-datepicker-ui.is-mobile td span{padding:.78em .28em}
  #ui-datepicker-div.shnb-datepicker-ui.is-mobile .ui-datepicker-header{padding:0 28px 14px}
  #ui-datepicker-div.shnb-datepicker-ui.is-mobile .ui-datepicker-prev,
  #ui-datepicker-div.shnb-datepicker-ui.is-mobile .ui-datepicker-next{top:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:12px}
}

.shnb-popup-wrap{background:transparent;border:0;padding:0;box-shadow:none;max-width:100%}
.shnb-popup-wrap.is-floating{position:relative;width:100%}
.shnb-popup-wrap.is-floating .shnb-popup-shell,.shnb-popup-wrap.is-floating .shnb-direct-shell{position:sticky;top:var(--shnb-popup-top);width:100%;max-width:min(100%,var(--shnb-popup-width));margin-left:auto;margin-right:auto;max-height:calc(100vh - var(--shnb-popup-top) - 24px)}
.shnb-popup-shell,.shnb-direct-shell{display:flex;flex-direction:column;gap:18px;border:1px solid rgba(0,0,0,.08);padding:26px;border-radius:var(--shnb-card-radius);overflow:hidden}
.shnb-popup-title{margin:0;font-size:clamp(28px,3vw,42px)!important;line-height:1.08!important}
.shnb-popup-subtitle{margin:-4px 0 0;font-size:15px;line-height:1.6}
.shnb-popup-property{display:flex;gap:14px;align-items:center;padding:14px;border:1px solid rgba(0,0,0,.08);border-radius:20px;background:rgba(0,0,0,.02)}
.shnb-popup-property.is-compact{margin-bottom:6px}
.shnb-popup-property-media{width:86px;min-width:86px;height:72px;overflow:hidden;border-radius:16px;background:#f4f4f4}
.shnb-popup-property-media img{display:block;width:100%;height:100%;object-fit:cover}
.shnb-popup-property-content{display:flex;flex-direction:column;gap:4px;min-width:0}
.shnb-popup-property-content strong{font-size:17px;line-height:1.25;color:var(--e-global-color-primary,#1f1f1f)}
.shnb-popup-property-content span,.shnb-popup-property-content small{line-height:1.4;color:var(--e-global-color-secondary,#777777)}
.shnb-step-progress{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.shnb-step-progress-item{display:flex;flex-direction:column;gap:7px;align-items:flex-start;min-width:0}
.shnb-step-progress-item.is-hidden{display:none}
.shnb-step-progress-item span{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;background:rgba(0,0,0,.06);font-weight:700;color:var(--e-global-color-text,#333)}
.shnb-step-progress-item strong{font-size:13px;line-height:1.35;font-weight:600;color:var(--e-global-color-secondary,#777777)}
.shnb-popup-body{display:flex;flex-direction:column;gap:14px;min-height:340px;overflow:auto;padding-right:2px;overflow-x:hidden}
.shnb-step-panel{display:none;flex-direction:column;gap:16px;border:1px solid rgba(0,0,0,.08);padding:18px;border-radius:22px;background:#fff}
.shnb-step-panel.is-active{display:flex}
.shnb-step-actions{display:flex;gap:12px;align-items:center;justify-content:flex-end}
.shnb-step-actions.is-split{justify-content:space-between}
.shnb-button-secondary{background:rgba(0,0,0,.06)!important;color:var(--e-global-color-text,#333)!important}
.shnb-popup-grid{grid-template-columns:1fr 1fr}
.shnb-field-full{grid-column:1/-1}
.shnb-popup-legend{font-size:12px;letter-spacing:.16em;text-transform:uppercase}
.shnb-step-note{margin:0;font-size:14px;line-height:1.6}
.shnb-step-empty{display:none;padding:14px 16px;border-radius:16px;background:rgba(0,0,0,.03);border:1px dashed rgba(0,0,0,.12)}
.shnb-service-options{display:flex;flex-direction:column;gap:12px}
.shnb-service-option{display:flex;align-items:flex-start;gap:14px;padding:16px 18px;border:1px solid rgba(0,0,0,.09);border-radius:18px;background:#fff;cursor:pointer;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}
.shnb-service-option:hover{transform:translateY(-1px);box-shadow:0 8px 24px rgba(0,0,0,.05)}
.shnb-service-option input{margin:4px 0 0;width:18px;height:18px;min-width:18px}
.shnb-service-option em{margin-left:auto;font-style:normal;font-weight:700;white-space:nowrap}
.shnb-service-option .shnb-service-quantity{display:flex;align-items:center;justify-content:center;margin-left:auto;margin-right:14px}
.shnb-service-option [data-service-quantity]{width:88px;padding:8px 10px;border:1px solid rgba(0,0,0,.12);border-radius:12px;background:#fff;text-align:center}
.shnb-service-copy{display:flex;flex-direction:column;gap:4px;min-width:0}
.shnb-service-copy strong{font-size:16px;line-height:1.35;color:var(--e-global-color-primary,#1f1f1f)}
.shnb-service-copy small{font-size:13px;line-height:1.5;color:var(--e-global-color-secondary,#777777)}
.shnb-service-option.is-selected{border-color:transparent;box-shadow:0 12px 28px rgba(0,0,0,.08)}
.shnb-service-option.is-selected .shnb-service-copy strong,
.shnb-service-option.is-selected .shnb-service-copy small,
.shnb-service-option.is-selected em{color:inherit}
.shnb-service-option.is-selected input{accent-color:currentColor}
.shnb-popup-summary{display:flex;flex-direction:column;gap:12px;padding:18px;border:1px solid rgba(0,0,0,.08);border-radius:22px;background:rgba(0,0,0,.02)}
.shnb-summary-line{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}
.shnb-summary-line span{font-size:14px;line-height:1.5;color:var(--e-global-color-secondary,#777777)}
.shnb-summary-line strong{display:block;text-align:right;font-size:15px;line-height:1.5;color:var(--e-global-color-primary,#1f1f1f)}
.shnb-summary-line small{display:block;margin-top:3px;font-size:12px;line-height:1.4}
.shnb-summary-total{padding-top:12px;border-top:1px solid rgba(0,0,0,.08)}
.shnb-summary-total strong{font-size:18px;font-weight:800}
.shnb-payment-note .shnb-alert{margin:0}
.shnb-stripe-element{min-height:58px;display:flex;align-items:center;padding:18px 16px;border:1px solid rgba(0,0,0,.14);border-radius:14px;background:#fff;overflow:visible;cursor:text}
.shnb-stripe-element iframe,.shnb-stripe-element .__PrivateStripeElement{width:100% !important;max-width:100% !important}
.shnb-loveroom-payment-panel[hidden]{display:none !important}
.shnb-stripe-inline-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.shnb-stripe-element-number{min-height:58px}
.shnb-stripe-element-expiry,.shnb-stripe-element-cvc{min-height:54px}

.shnb-step-success{display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:center;text-align:center;min-height:260px}
.shnb-step-success h3{margin:0;font-size:28px;line-height:1.2;color:var(--e-global-color-primary,#1f1f1f)}
.shnb-step-success p{margin:0;max-width:36ch}
.shnb-step-success-icon{display:flex;align-items:center;justify-content:center;width:70px;height:70px;border-radius:999px;background:rgba(79,139,83,.12);color:#4f8b53;font-size:32px;font-weight:700}
.shnb-feedback.is-error{color:#b24848}
.shnb-feedback.is-success{color:#4f8b53}
.shnb-feedback.is-info{color:var(--e-global-color-secondary,#777777)}
.shnb-field input.is-invalid{border-color:#b24848;box-shadow:0 0 0 1px #b24848}
.shnb-direct-shell .shnb-search-form{grid-template-columns:minmax(160px,1fr) minmax(160px,1fr) minmax(120px,.8fr) minmax(120px,.8fr)}

@media (max-width:1200px){
  .shnb-popup-grid{grid-template-columns:1fr}
  .shnb-popup-wrap.is-floating .shnb-popup-shell{max-width:100%}
}
@media (max-width:767px){
  .shnb-popup-shell,.shnb-direct-shell{padding:20px}
  .shnb-popup-wrap.is-floating .shnb-popup-shell{position:relative;top:auto;max-height:none}
  .shnb-step-progress{grid-template-columns:repeat(2,minmax(0,1fr))}
  .shnb-step-actions,.shnb-step-actions.is-split{flex-direction:column-reverse;align-items:stretch;justify-content:stretch}
  .shnb-popup-property{padding:12px}
  .shnb-popup-property-media{width:74px;min-width:74px;height:64px}
  .shnb-popup-body{min-height:0;overflow:visible}
  .shnb-summary-line{flex-direction:column;align-items:flex-start}
  .shnb-summary-line strong{text-align:left}
  .shnb-direct-shell .shnb-search-form{grid-template-columns:1fr}
}

.shnb-destination-wrap{display:flex;flex-direction:column;gap:18px}
.shnb-destination-wrap.shnb-destination-redirect{align-items:flex-start}
.shnb-superhote-iframe{display:block;width:100%;min-height:480px;border:1px solid rgba(0,0,0,.08);border-radius:var(--shnb-card-radius);background:#fff}


.shnb-search-unavailable{display:none;gap:14px;align-items:center;justify-content:space-between;padding:18px 20px;border:1px solid rgba(178,72,72,.18);background:rgba(178,72,72,.05);border-radius:20px;margin:18px 0}
.shnb-search-unavailable.is-visible{display:flex}
.shnb-search-unavailable-copy{display:flex;flex-direction:column;gap:4px}
.shnb-search-unavailable-title{color:#b24848;font-size:18px;line-height:1.3}
.shnb-search-unavailable-note{color:var(--e-global-color-secondary,#777);font-size:14px;line-height:1.5}
.shnb-search-unavailable-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}
.shnb-cover-grid{display:grid;gap:26px}
.shnb-cover-card{position:relative;display:flex;min-height:410px;overflow:hidden;border-radius:var(--shnb-card-radius);background:#d9d9d9}
.shnb-cover-link{position:absolute;inset:0;display:flex;align-items:flex-end;text-decoration:none;color:inherit}
.shnb-cover-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.shnb-cover-overlay{position:absolute;inset:0;background:linear-gradient(to bottom, rgba(255,255,255,0) 30%, rgba(0,0,0,.08) 58%, rgba(0,0,0,.28) 100%)}
.shnb-cover-bottom{position:absolute;left:0;right:0;bottom:0;padding:30px 22px 22px;background:linear-gradient(to top, rgba(214,214,214,.92) 0%, rgba(214,214,214,.78) 56%, rgba(214,214,214,0) 100%)}
.shnb-cover-title{font-size:clamp(28px,2.8vw,40px)!important;line-height:1.02;max-width:92%;word-break:break-word}
.shnb-cover-bubble{position:absolute;top:16px;left:16px;z-index:2;display:flex;flex-direction:column;gap:4px;min-width:min(72%,260px);max-width:78%;padding:16px 18px;background:rgba(255,255,255,.96);border-radius:22px;box-shadow:0 18px 36px rgba(0,0,0,.08)}
.shnb-cover-bubble-title{font-size:17px;font-weight:700;line-height:1.2;color:var(--e-global-color-primary,#1f1f1f)}
.shnb-cover-bubble-meta{font-size:14px;line-height:1.4;color:var(--e-global-color-text,#333)}
.shnb-availability-calendar-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:22px}
.shnb-availability-month{border:1px solid rgba(0,0,0,.08);background:#fff;border-radius:24px;padding:18px}
.shnb-availability-month-head{font-size:20px;font-weight:700;color:var(--e-global-color-primary,#1f1f1f);margin-bottom:14px}
.shnb-availability-weekdays,.shnb-availability-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}
.shnb-availability-weekdays span{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--e-global-color-secondary,#777);text-align:center}
.shnb-availability-day{display:flex;align-items:center;justify-content:center;min-height:38px;border-radius:12px;background:rgba(0,0,0,.03);font-size:14px}
.shnb-availability-day.is-available{background:rgba(79,139,83,.12);color:#2f6f38;font-weight:700}
.shnb-availability-day.is-unavailable{background:rgba(178,72,72,.12);color:#b24848;font-weight:700}
.shnb-availability-day.is-unknown{background:rgba(0,0,0,.05);color:#666}
.shnb-availability-day.is-past{opacity:.35}
.shnb-availability-day.is-empty{background:transparent}
.shnb-availability-legend{display:flex;gap:14px;flex-wrap:wrap;margin-top:14px;font-size:13px;color:var(--e-global-color-secondary,#777)}
.shnb-availability-legend span{display:inline-flex;align-items:center;gap:8px}
.shnb-availability-legend i{display:inline-block;width:12px;height:12px;border-radius:999px;background:rgba(0,0,0,.1)}
.shnb-availability-legend i.is-available{background:rgba(79,139,83,.6)}
.shnb-availability-legend i.is-unavailable{background:rgba(178,72,72,.6)}
.shnb-availability-legend i.is-unknown{background:rgba(0,0,0,.22)}
@media (max-width:767px){
  .shnb-search-unavailable,.shnb-search-unavailable.is-visible{flex-direction:column;align-items:stretch}
  .shnb-search-unavailable-actions{flex-direction:column;align-items:stretch}
  .shnb-search-unavailable-actions .shnb-button{width:100%}
  .shnb-cover-card{min-height:460px}
  .shnb-cover-title{font-size:clamp(24px,8vw,36px)!important;max-width:100%}
  .shnb-cover-bottom{padding:26px 18px 18px}
  .shnb-cover-bubble{left:12px;right:12px;max-width:none;min-width:0;padding:14px 16px}
}

.shnb-results-grid-compact{grid-template-columns:1fr!important;gap:18px}
.shnb-card.is-compact{display:grid;grid-template-columns:minmax(220px,320px) minmax(0,1fr);align-items:stretch}
.shnb-card.is-compact .shnb-card-media{min-height:100%;height:100%}
.shnb-card.is-compact .shnb-card-image{min-height:100%;height:100%}
.shnb-card.is-compact .shnb-card-body{padding:22px}
.shnb-minimal-grid{display:grid;gap:24px}
.shnb-minimal-card{display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.08);border-radius:var(--shnb-card-radius);overflow:hidden;background:#fff}
.shnb-minimal-image{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}
.shnb-minimal-body{display:flex;flex-direction:column;gap:10px;padding:18px}
.shnb-minimal-city{font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:var(--e-global-color-secondary,#777)}
.shnb-minimal-title{margin:0;font-size:24px;line-height:1.15;color:var(--e-global-color-primary,#1f1f1f)}
.shnb-minimal-title a{text-decoration:none;color:inherit}
.shnb-minimal-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-top:auto}
@media (max-width:767px){.shnb-card.is-compact{grid-template-columns:1fr}.shnb-popup-wrap.is-floating .shnb-popup-shell,.shnb-popup-wrap.is-floating .shnb-direct-shell{position:relative;top:auto;max-height:none}}

/* ===== v2.4.0 booking UX overrides ===== */
.shnb-visually-hidden{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
.shnb-field.has-icon .shnb-field-icon{
  position:absolute;
  left:15px;
  top:50%;
  transform:translateY(-50%);
  font-size:20px;
  line-height:1;
  color:var(--e-global-color-secondary,#777777);
  pointer-events:none;
  z-index:1;
}
.shnb-field.has-icon input,
.shnb-field.has-icon select,
.shnb-field.has-icon textarea{padding-left:48px}
.shnb-field.has-icon.shnb-date-field input{padding-right:48px}
.shnb-datepicker-toggle .material-icons{font-size:20px;line-height:1}
.shnb-search-form,
.shnb-search-wrap.is-compact .shnb-search-form{grid-template-columns:minmax(190px,1.2fr) minmax(190px,1.2fr) minmax(150px,.9fr) minmax(150px,190px)}
.shnb-search-form.has-children,
.shnb-search-wrap.is-compact .shnb-search-form.has-children{grid-template-columns:minmax(180px,1.1fr) minmax(180px,1.1fr) minmax(145px,.78fr) minmax(145px,.78fr) minmax(150px,190px)}
.shnb-direct-shell .shnb-search-form{grid-template-columns:minmax(170px,1fr) minmax(170px,1fr) minmax(150px,.9fr)}
.shnb-direct-shell .shnb-search-form.has-children{grid-template-columns:minmax(160px,1fr) minmax(160px,1fr) minmax(130px,.8fr) minmax(130px,.8fr)}
.shnb-direct-booking-form .shnb-step-actions,
.shnb-direct-booking-form .shnb-feedback{grid-column:1/-1}
.shnb-template-meta,
.shnb-meta-with-icons{display:flex;flex-wrap:wrap;gap:14px 22px;align-items:center}
.shnb-template-meta .shnb-meta-item,
.shnb-meta-with-icons > span,
.shnb-meta-with-icons > div{display:inline-flex;align-items:center;gap:8px}
.shnb-template-meta .material-icons,
.shnb-meta-with-icons .material-icons{font-size:22px;line-height:1;color:var(--e-global-color-secondary,#777777)}
.shnb-template-meta .shnb-price-label-inline{font-size:inherit;color:inherit}
.shnb-rental-hero{
  position:relative;
  overflow:hidden;
  width:100%;
  border-radius:0;
  min-height:680px;
}
.shnb-rental-hero-track,
.shnb-rental-hero-slide{height:100%}
.shnb-rental-hero-track{
  position:absolute;
  inset:0;
  display:flex;
}
.shnb-rental-hero-slide{
  min-width:100%;
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
}
.shnb-rental-hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.2) 0%,rgba(0,0,0,.4) 100%);
}
.shnb-rental-hero-content{
  position:relative;
  z-index:2;
  min-height:inherit;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:14px;
  padding:120px 24px;
  text-align:center;
}
.shnb-rental-hero-kicker{
  margin:0;
  color:#fff;
  letter-spacing:.22em;
  text-transform:uppercase;
  font-size:13px;
  opacity:.92;
}
.shnb-rental-hero-title{
  margin:0;
  color:#fff;
  font-family:var(--e-global-typography-accent-font-family,var(--e-global-typography-primary-font-family,Sans-serif))!important;
  font-size:clamp(44px,7vw,92px)!important;
  line-height:.95!important;
}
.shnb-rental-hero-subtitle{
  margin:0;
  color:#fff;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-size:14px;
}
.shnb-rental-hero .shnb-card-dots{bottom:26px;z-index:3}
.shnb-popup-wrap.is-floating{
  position:sticky;
  top:var(--shnb-popup-top);
  align-self:flex-start;
  width:100%;
}
.shnb-popup-wrap.is-floating .shnb-popup-shell,
.shnb-popup-wrap.is-floating .shnb-direct-shell{
  position:relative;
  top:auto;
  width:100%;
  max-width:min(100%,var(--shnb-popup-width));
  margin-left:auto;
  margin-right:auto;
  max-height:none;
}
.shnb-popup-shell,
.shnb-direct-shell{
  display:flex;
  flex-direction:column;
  gap:16px;
}
.shnb-popup-body{
  min-height:0;
  overflow:visible;
  overflow-x:visible;
  padding-right:0;
}
.shnb-popup-wrap.is-floating .shnb-popup-summary,
.shnb-popup-wrap.is-floating .shnb-direct-shell .shnb-feedback{position:relative}
.shnb-popup-wrap.has-mobile-modal .shnb-mobile-booking-fab,
.shnb-popup-wrap.has-mobile-modal .shnb-mobile-booking-overlay,
.shnb-popup-wrap.has-mobile-modal .shnb-mobile-booking-close{display:none}
@media (min-width:768px){
  .shnb-popup-wrap.has-mobile-modal .shnb-mobile-booking-fab,
  .shnb-popup-wrap.has-mobile-modal .shnb-mobile-booking-overlay,
  .shnb-popup-wrap.has-mobile-modal .shnb-mobile-booking-close{display:none!important}
}
@media (max-width:767px){
  body.shnb-modal-open{overflow:hidden}
  .shnb-rental-hero{min-height:520px}
  .shnb-rental-hero-content{padding:110px 20px 90px}
  .shnb-popup-wrap.has-mobile-modal{position:relative;top:auto}
  .shnb-popup-wrap.has-mobile-modal .shnb-mobile-booking-fab{
    position:fixed;
    right:0;
    top:50%;
    transform:translateY(-50%);
    z-index:10001;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:10px;
    width:52px;
    min-height:170px;
    padding:14px 8px;
    border:0;
    border-radius:18px 0 0 18px;
    background:var(--e-global-color-primary,#1f1f1f);
    color:#fff;
    box-shadow:0 14px 34px rgba(0,0,0,.18);
  }
  .shnb-popup-wrap.has-mobile-modal .shnb-mobile-booking-fab .material-icons{font-size:20px;line-height:1}
  .shnb-popup-wrap.has-mobile-modal .shnb-mobile-booking-fab span:last-child{
    writing-mode:vertical-rl;
    text-orientation:mixed;
    transform:rotate(180deg);
    text-transform:uppercase;
    letter-spacing:.18em;
    font-size:12px;
    font-weight:700;
  }
  .shnb-popup-wrap.has-mobile-modal .shnb-mobile-booking-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.52);
    z-index:10000;
    opacity:0;
    visibility:hidden;
    transition:opacity .2s ease, visibility .2s ease;
    display:block;
  }
  .shnb-popup-wrap.has-mobile-modal .shnb-popup-shell,
  .shnb-popup-wrap.has-mobile-modal .shnb-direct-shell{
    position:fixed !important;
    left:12px;
    right:12px;
    top:12px;
    bottom:12px;
    z-index:10002;
    width:auto;
    max-width:none;
    max-height:none;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    visibility:hidden;
    opacity:0;
    pointer-events:none;
    transform:translateY(18px);
    transition:opacity .2s ease, transform .2s ease, visibility .2s ease;
    border-radius:22px;
    padding:22px 18px;
    display:flex;
  }
  .shnb-popup-wrap.has-mobile-modal.is-modal-open .shnb-mobile-booking-overlay{
    opacity:1;
    visibility:visible;
  }
  .shnb-popup-wrap.has-mobile-modal.is-modal-open .shnb-popup-shell,
  .shnb-popup-wrap.has-mobile-modal.is-modal-open .shnb-direct-shell{
    visibility:visible;
    opacity:1;
    pointer-events:auto;
    transform:none;
  }
  .shnb-popup-wrap.has-mobile-modal .shnb-mobile-booking-close{
    display:flex;
    align-items:center;
    justify-content:center;
    position:absolute;
    top:14px;
    right:14px;
    width:38px;
    height:38px;
    border:0;
    border-radius:999px;
    background:rgba(0,0,0,.08);
    color:var(--e-global-color-text,#333333);
    font-size:24px;
    line-height:1;
    z-index:3;
  }
  .shnb-popup-wrap.is-floating:not(.has-mobile-modal),
  .shnb-popup-wrap.is-floating:not(.has-mobile-modal) .shnb-popup-shell,
  .shnb-popup-wrap.is-floating:not(.has-mobile-modal) .shnb-direct-shell{position:relative;top:auto}
}
.shnb-meta-with-icons > span > span,
.shnb-meta-with-icons > div > span{background:none;padding:0;border-radius:0}
.shnb-template-meta .shnb-meta-item{background:none!important;padding:0!important;border-radius:0!important}


/* ===== v2.4.9 mobile booking modal fixes ===== */
@media (max-width:767px){
  .shnb-popup-wrap.has-mobile-modal .shnb-popup-shell,
  .shnb-popup-wrap.has-mobile-modal .shnb-direct-shell{
    left:max(10px, env(safe-area-inset-left));
    right:max(10px, env(safe-area-inset-right));
    top:max(10px, env(safe-area-inset-top));
    bottom:max(10px, env(safe-area-inset-bottom));
    width:auto;
    height:auto;
    gap:14px;
    padding:18px 16px 16px;
    border-radius:20px;
    box-sizing:border-box;
  }
  .shnb-popup-wrap.has-mobile-modal .shnb-popup-shell > *,
  .shnb-popup-wrap.has-mobile-modal .shnb-direct-shell > *{min-width:0}
  .shnb-popup-wrap.has-mobile-modal .shnb-popup-title,
  .shnb-popup-wrap.has-mobile-modal .shnb-popup-subtitle{padding-right:44px}
  .shnb-popup-wrap.has-mobile-modal .shnb-popup-property{padding:12px;gap:12px}
  .shnb-popup-wrap.has-mobile-modal .shnb-popup-property-media{width:72px;min-width:72px;height:62px;border-radius:14px}
  .shnb-popup-wrap.has-mobile-modal .shnb-popup-property-content strong{font-size:15px}
  .shnb-popup-wrap.has-mobile-modal .shnb-step-progress{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
  .shnb-popup-wrap.has-mobile-modal .shnb-step-progress-item{gap:6px;align-items:center;text-align:center}
  .shnb-popup-wrap.has-mobile-modal .shnb-step-progress-item span{width:32px;height:32px}
  .shnb-popup-wrap.has-mobile-modal .shnb-step-progress-item strong{font-size:12px;line-height:1.25}
  .shnb-popup-wrap.has-mobile-modal .shnb-popup-body{
    flex:1 1 auto;
    min-height:0;
    overflow-y:auto;
    overflow-x:hidden;
    padding-right:0;
    -webkit-overflow-scrolling:touch;
  }
  .shnb-popup-wrap.has-mobile-modal .shnb-step-panel{
    width:100%;
    min-width:0;
    padding:16px;
    border-radius:18px;
    box-sizing:border-box;
  }
  .shnb-popup-wrap.has-mobile-modal .shnb-search-form,
  .shnb-popup-wrap.has-mobile-modal .shnb-search-form.has-children,
  .shnb-popup-wrap.has-mobile-modal .shnb-search-wrap.is-compact .shnb-search-form,
  .shnb-popup-wrap.has-mobile-modal .shnb-search-wrap.is-compact .shnb-search-form.has-children{grid-template-columns:1fr!important;gap:12px}
  .shnb-popup-wrap.has-mobile-modal .shnb-field,
  .shnb-popup-wrap.has-mobile-modal .shnb-field input,
  .shnb-popup-wrap.has-mobile-modal .shnb-field select,
  .shnb-popup-wrap.has-mobile-modal .shnb-field textarea{width:100%;max-width:100%;box-sizing:border-box}
  .shnb-popup-wrap.has-mobile-modal .shnb-datepicker-toggle{right:10px;bottom:10px}
  .shnb-popup-wrap.has-mobile-modal .shnb-popup-summary{padding:16px;border-radius:18px;gap:10px;flex:0 0 auto}
  .shnb-popup-wrap.has-mobile-modal .shnb-summary-line{gap:4px}
  .shnb-popup-wrap.has-mobile-modal .shnb-mobile-booking-close{top:10px;right:10px}
  #ui-datepicker-div.shnb-datepicker-ui.is-mobile{
    width:min(94vw,350px)!important;
    max-width:94vw!important;
    max-height:min(80vh,540px)!important;
  }
}


/* ===== v2.4.10 mobile CPT booking fixes ===== */
@media (max-width:767px){
  .shnb-popup-wrap.has-mobile-modal .shnb-popup-shell,
  .shnb-popup-wrap.has-mobile-modal .shnb-direct-shell{
    overflow-y:auto!important;
    overflow-x:hidden!important;
    align-items:stretch;
  }
  .shnb-popup-wrap.has-mobile-modal .shnb-popup-body{
    display:block!important;
    flex:0 0 auto!important;
    min-height:auto!important;
    overflow:visible!important;
    max-height:none!important;
    padding-right:0!important;
  }
  .shnb-popup-wrap.has-mobile-modal .shnb-step-panel{
    display:none;
    width:100%;
  }
  .shnb-popup-wrap.has-mobile-modal .shnb-step-panel.is-active{
    display:flex!important;
  }
  .shnb-popup-wrap.has-mobile-modal .shnb-step-panel[data-step="dates"] .shnb-search-form,
  .shnb-popup-wrap.has-mobile-modal .shnb-step-panel[data-step="dates"] .shnb-popup-step-form{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
    margin-bottom:12px;
  }
  .shnb-popup-wrap.has-mobile-modal .shnb-step-panel[data-step="dates"] .shnb-field{
    display:block;
  }
  .shnb-popup-wrap.has-mobile-modal .shnb-step-panel[data-step="dates"] .shnb-field label{
    display:block;
    margin-bottom:6px;
  }
  .shnb-popup-wrap.has-mobile-modal .shnb-step-panel[data-step="dates"] .shnb-field input,
  .shnb-popup-wrap.has-mobile-modal .shnb-step-panel[data-step="dates"] .shnb-field select{
    min-height:52px;
  }
  .shnb-popup-wrap.has-mobile-modal .shnb-popup-summary{
    margin-top:0;
  }
  #ui-datepicker-div.shnb-datepicker-ui,
  body > #ui-datepicker-div.shnb-datepicker-ui{
    position:fixed!important;
    left:50%!important;
    top:50%!important;
    transform:translate(-50%,-50%)!important;
    z-index:10050!important;
  }
}


/* ===== v2.4.11 datepicker stability + compact fields ===== */
.shnb-datepicker-overlay{display:none!important;opacity:0!important;pointer-events:none!important}
.shnb-date-field .shnb-datepicker-toggle{display:none!important}
.shnb-field.has-icon.shnb-date-field input{padding-right:16px}
.shnb-popup-wrap .shnb-search-form .shnb-field input,
.shnb-popup-wrap .shnb-search-form .shnb-field select{height:52px;font-size:16px}
.shnb-popup-wrap .shnb-search-form .shnb-field.has-icon input,
.shnb-popup-wrap .shnb-search-form .shnb-field.has-icon select{padding-left:44px}
.shnb-popup-wrap .shnb-search-form .shnb-field-icon{left:14px;font-size:18px}
.shnb-popup-wrap .shnb-search-form{gap:14px}
.shnb-popup-wrap .shnb-step-panel[data-step="dates"] .shnb-search-form,
.shnb-popup-wrap .shnb-step-panel[data-step="dates"] .shnb-popup-step-form{align-items:end}
#ui-datepicker-div.shnb-datepicker-ui{z-index:2147483646!important}
@media (max-width:767px){
  .shnb-popup-wrap.has-mobile-modal .shnb-search-form,
  .shnb-popup-wrap.has-mobile-modal .shnb-search-form.has-children,
  .shnb-popup-wrap.has-mobile-modal .shnb-step-panel[data-step="dates"] .shnb-search-form,
  .shnb-popup-wrap.has-mobile-modal .shnb-step-panel[data-step="dates"] .shnb-popup-step-form{grid-template-columns:1fr!important;gap:10px!important}
  .shnb-popup-wrap.has-mobile-modal .shnb-search-form .shnb-field input,
  .shnb-popup-wrap.has-mobile-modal .shnb-search-form .shnb-field select{height:50px;font-size:16px}
  .shnb-popup-wrap.has-mobile-modal .shnb-search-form .shnb-field.has-icon input,
  .shnb-popup-wrap.has-mobile-modal .shnb-search-form .shnb-field.has-icon select{padding-left:42px}
  .shnb-popup-wrap.has-mobile-modal .shnb-search-form .shnb-field-icon{left:13px;font-size:18px}
  #ui-datepicker-div.shnb-datepicker-ui.is-mobile{width:min(94vw,340px)!important;max-width:94vw!important}
}


/* ===== v2.4.12 datepicker interaction fixes ===== */
.shnb-date-display{touch-action:manipulation}
#ui-datepicker-div.shnb-datepicker-ui{animation:none!important;transition:none!important}
.shnb-popup-wrap .shnb-search-form .shnb-field input,
.shnb-popup-wrap .shnb-search-form .shnb-field select{height:50px}
@media (max-width:767px){
  .shnb-popup-wrap.has-mobile-modal .shnb-search-form .shnb-field input,
  .shnb-popup-wrap.has-mobile-modal .shnb-search-form .shnb-field select{height:48px}
}


/* ===== v2.4.12 datepicker reliability ===== */
.shnb-popup-wrap .shnb-search-form .shnb-field input,
.shnb-popup-wrap .shnb-search-form .shnb-field select{height:48px;font-size:15px}
.shnb-popup-wrap .shnb-search-form .shnb-field.has-icon input,
.shnb-popup-wrap .shnb-search-form .shnb-field.has-icon select{padding-left:42px}
.shnb-popup-wrap .shnb-search-form .shnb-field-icon{left:13px;font-size:18px}
.shnb-popup-wrap .shnb-search-form{gap:12px}
.shnb-popup-shell .shnb-search-form:not(.has-children),
.shnb-direct-shell .shnb-search-form:not(.has-children){grid-template-columns:minmax(150px,1fr) minmax(150px,1fr) minmax(110px,.72fr)}
.shnb-popup-shell .shnb-search-form.has-children,
.shnb-direct-shell .shnb-search-form.has-children{grid-template-columns:minmax(140px,1fr) minmax(140px,1fr) minmax(110px,.72fr) minmax(110px,.72fr)}
.shnb-date-field .shnb-datepicker-toggle{display:none!important}
.shnb-field.has-icon.shnb-date-field input{padding-right:16px!important}
#ui-datepicker-div.shnb-datepicker-ui{z-index:2147483646!important}
#ui-datepicker-div.shnb-datepicker-ui.is-mobile{width:min(94vw,340px)!important;max-width:94vw!important;max-height:min(82vh,560px)!important;overflow:auto!important}
@media (max-width:767px){
  .shnb-popup-wrap.has-mobile-modal .shnb-search-form,
  .shnb-popup-wrap.has-mobile-modal .shnb-search-form.has-children,
  .shnb-popup-wrap.has-mobile-modal .shnb-step-panel[data-step="dates"] .shnb-search-form,
  .shnb-popup-wrap.has-mobile-modal .shnb-step-panel[data-step="dates"] .shnb-popup-step-form{grid-template-columns:1fr!important;gap:10px!important}
  .shnb-popup-wrap.has-mobile-modal .shnb-search-form .shnb-field input,
  .shnb-popup-wrap.has-mobile-modal .shnb-search-form .shnb-field select{height:48px;font-size:16px}
}


/* ===== v2.4.13 datepicker open timing ===== */
.shnb-date-display[readonly]{touch-action:manipulation;cursor:pointer}

/* ===== v2.4.14 shared datepicker popup ===== */
.shnb-datepicker-panel{
  position:absolute;
  top:-9999px;
  left:-9999px;
  z-index:2147483646;
  display:none;
  width:min(860px,calc(100vw - 40px));
  max-width:calc(100vw - 40px);
}
.shnb-datepicker-panel.is-open{display:block}
.shnb-datepicker-panel.is-mobile{
  position:fixed;
  top:50%!important;
  left:50%!important;
  right:auto!important;
  bottom:auto!important;
  transform:translate(-50%,-50%)!important;
  width:min(94vw,360px);
  max-width:94vw;
  max-height:min(84vh,640px);
}
.shnb-datepicker-panel-inner{
  position:relative;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:24px;
  box-shadow:0 24px 64px rgba(0,0,0,.16);
  padding:18px 18px 16px;
  overflow:auto;
}
.shnb-datepicker-panel-close{
  display:none;
  position:absolute;
  top:10px;
  right:10px;
  width:34px;
  height:34px;
  border:0;
  border-radius:999px;
  background:rgba(0,0,0,.06);
  color:var(--e-global-color-text,#333);
  cursor:pointer;
  align-items:center;
  justify-content:center;
  font-size:22px;
  line-height:1;
  padding:0;
}
.shnb-datepicker-panel.is-mobile .shnb-datepicker-panel-close{display:flex}
.shnb-datepicker-panel .ui-datepicker{
  width:100%!important;
  font-family:var(--e-global-typography-text-font-family,Sans-serif);
}
.shnb-datepicker-panel .ui-datepicker-multi{width:100%!important}
.shnb-datepicker-panel .ui-datepicker-group{float:left;width:50%}
.shnb-datepicker-panel .ui-datepicker-group + .ui-datepicker-group{padding-left:18px}
.shnb-datepicker-panel .ui-datepicker-header{
  background:#fff;
  border:0;
  color:var(--e-global-color-text,#333);
  padding:2px 44px 16px;
  margin-bottom:8px;
  text-align:center;
}
.shnb-datepicker-panel .ui-datepicker-title{
  font-size:clamp(26px,2.6vw,40px);
  font-weight:700;
  line-height:1.1;
  color:#b18f59;
}
.shnb-datepicker-panel.is-mobile .ui-datepicker-title{font-size:28px}
.shnb-datepicker-panel .ui-datepicker-prev,
.shnb-datepicker-panel .ui-datepicker-next{
  top:4px;
  width:30px;
  height:30px;
  border-radius:999px;
  background:rgba(0,0,0,.06);
  cursor:pointer;
  touch-action:manipulation;
}
.shnb-datepicker-panel .ui-datepicker-prev{left:6px}
.shnb-datepicker-panel .ui-datepicker-next{right:6px}
.shnb-datepicker-panel .ui-datepicker-prev span,
.shnb-datepicker-panel .ui-datepicker-next span{margin-top:-8px;margin-left:-8px}
.shnb-datepicker-panel table{margin:0;width:100%;table-layout:fixed;border-collapse:collapse}
.shnb-datepicker-panel th{
  color:#5f5f5f;
  font-size:12px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  padding:10px 6px 12px;
}
.shnb-datepicker-panel .ui-state-default,
.shnb-datepicker-panel .ui-widget-content .ui-state-default{
  border:0;
  background:#fff;
  text-align:center;
  padding:10px 6px 8px;
  color:#5f5f5f;
  border-radius:0;
  font-size:20px;
  font-weight:700;
  line-height:1.1;
}
.shnb-datepicker-panel .ui-state-hover{background:#ececec;border:0}
.shnb-datepicker-panel .ui-state-active,
.shnb-datepicker-panel .ui-widget-content .ui-state-active{background:#10153d!important;color:#fff!important}
.shnb-datepicker-panel .ui-state-highlight{border:0;background:#fff}
.shnb-datepicker-panel .ui-state-disabled,
.shnb-datepicker-panel .ui-widget-content .ui-state-disabled{opacity:1!important}
.shnb-datepicker-panel .ui-datepicker td{vertical-align:top;padding:0}
.shnb-datepicker-panel .ui-datepicker td a,
.shnb-datepicker-panel .ui-datepicker td span{
  display:flex;
  width:100%;
  height:100%;
  box-sizing:border-box;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  gap:6px;
  min-height:76px;
  margin:-1px 0 0 -1px;
  border:1px solid rgba(0,0,0,.08);
}
.shnb-datepicker-panel .ui-datepicker td.shnb-day-available a,
.shnb-datepicker-panel .ui-datepicker td.shnb-day-available span,
.shnb-datepicker-panel .ui-datepicker td.shnb-day-unknown a,
.shnb-datepicker-panel .ui-datepicker td.shnb-day-unknown span{
  background:#fff!important;
  color:#5f5f5f!important;
  opacity:1!important;
}
.shnb-datepicker-panel .ui-datepicker td.shnb-day-unavailable a,
.shnb-datepicker-panel .ui-datepicker td.shnb-day-unavailable span,
.shnb-datepicker-panel .ui-datepicker td.shnb-day-past a,
.shnb-datepicker-panel .ui-datepicker td.shnb-day-past span,
.shnb-datepicker-panel .ui-datepicker td.shnb-day-blocked-range a,
.shnb-datepicker-panel .ui-datepicker td.shnb-day-blocked-range span{
  background:#efefef;
  color:#a3a3a3;
  border-color:rgba(0,0,0,.06);
}
.shnb-datepicker-panel .ui-datepicker td.ui-datepicker-other-month span{background:transparent;color:#c4c4c4}
.shnb-datepicker-panel .ui-datepicker td.ui-datepicker-unselectable span{cursor:not-allowed}
.shnb-datepicker-panel .ui-datepicker td.ui-datepicker-current-day a,
.shnb-datepicker-panel .ui-datepicker td.ui-datepicker-current-day span,
.shnb-datepicker-panel .ui-datepicker td .ui-state-active{background:#10153d!important;color:#fff!important}
.shnb-calendar-day-price{display:block;font-size:12px;font-weight:700;line-height:1.1;color:#b18f59;white-space:nowrap;margin-top:auto}
.shnb-datepicker-panel .ui-state-active .shnb-calendar-day-price,
.shnb-datepicker-panel .ui-widget-content .ui-state-active .shnb-calendar-day-price{color:#f4dec0}
.shnb-datepicker-panel .ui-datepicker td.shnb-day-unavailable .shnb-calendar-day-price,
.shnb-datepicker-panel .ui-datepicker td.shnb-day-past .shnb-calendar-day-price,
.shnb-datepicker-panel .ui-datepicker td.shnb-day-blocked-range .shnb-calendar-day-price{display:none}
.shnb-datepicker-panel.is-mobile .shnb-datepicker-panel-inner{padding:14px 12px 12px}
.shnb-datepicker-panel.is-mobile .ui-datepicker{width:100%!important}
.shnb-datepicker-panel.is-mobile .ui-datepicker-group{float:none;width:100%;padding-left:0!important}
.shnb-datepicker-panel.is-mobile .ui-datepicker td a,
.shnb-datepicker-panel.is-mobile .ui-datepicker td span{min-height:62px;padding:8px 4px 6px;font-size:16px}
.shnb-datepicker-panel.is-mobile .shnb-calendar-day-price{font-size:10px}
.shnb-date-display[readonly]{touch-action:manipulation;cursor:pointer}
body.shnb-datepicker-open .shnb-date-field.is-datepicker-open input{
  border-color:var(--e-global-color-primary,#1f1f1f);
  box-shadow:0 0 0 1px var(--e-global-color-primary,#1f1f1f);
}

/* ===== v2.5.0 LoveRoom-style booking flow ===== */
.shnb-card-chips{display:flex;flex-wrap:wrap;gap:8px 10px;margin:2px 0 0}
.shnb-card-chip{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:rgba(0,0,0,.05);font-size:12px;font-weight:600;line-height:1.2;color:var(--e-global-color-text,#333)}
.shnb-card.is-selected{border-color:rgba(0,0,0,.18);box-shadow:0 18px 36px rgba(0,0,0,.08)}
.shnb-badge.is-selected{display:inline-flex;align-items:center;justify-content:center;padding:7px 12px;border-radius:999px;background:var(--e-global-color-primary,#1f1f1f);color:#fff;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.shnb-inline-booking-block{margin-top:30px}
.shnb-inline-booking-block .shnb-loveroom-wrap{margin-top:0}

.shnb-loveroom-wrap{width:100%}
.shnb-loveroom-wrap .shnb-popup-shell{overflow:visible;max-width:none}
.shnb-loveroom-wrap.is-floating .shnb-popup-shell{position:relative;top:auto;max-height:none;width:100%;max-width:100%}
.shnb-loveroom-shell{gap:22px}
.shnb-loveroom-property{align-items:center}
.shnb-loveroom-property .shnb-popup-property-content{display:flex;flex-direction:column;gap:8px}
.shnb-loveroom-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(310px,.85fr);gap:26px;align-items:start}
.shnb-loveroom-main{display:flex;flex-direction:column;gap:22px;min-width:0}
.shnb-loveroom-aside{position:sticky;top:var(--shnb-popup-top);align-self:start;display:flex;flex-direction:column;gap:22px;min-width:0}
.shnb-loveroom-section{display:flex;flex-direction:column;gap:18px;padding:24px;border:1px solid rgba(0,0,0,.08);border-radius:24px;background:#fff;box-shadow:0 10px 28px rgba(0,0,0,.03)}
.shnb-loveroom-section-summary{gap:16px}
.shnb-loveroom-section-payment{grid-column:1/-1}
.shnb-loveroom-section-head{display:flex;align-items:flex-start;gap:14px}
.shnb-loveroom-section-head h3{margin:0;font-size:24px;line-height:1.15;color:var(--e-global-color-primary,#1f1f1f)}
.shnb-loveroom-section-head p{margin:6px 0 0;font-size:14px;line-height:1.6;color:var(--e-global-color-secondary,#777)}
.shnb-loveroom-step-number{display:inline-flex;align-items:center;justify-content:center;min-width:42px;width:42px;height:42px;border-radius:999px;background:rgba(0,0,0,.06);font-size:16px;font-weight:700;color:var(--e-global-color-primary,#1f1f1f)}
.shnb-loveroom-dates-form{grid-template-columns:minmax(190px,1fr) minmax(190px,1fr) minmax(130px,.72fr) minmax(130px,.72fr)!important;align-items:end}
.shnb-loveroom-live-price{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;border-radius:20px;background:rgba(0,0,0,.03);border:1px solid rgba(0,0,0,.08)}
.shnb-loveroom-live-price-label{display:block;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:var(--e-global-color-secondary,#777)}
.shnb-loveroom-live-price small{display:block;margin-top:5px;color:var(--e-global-color-secondary,#777)}
.shnb-loveroom-live-price strong{font-size:clamp(24px,2.6vw,34px);line-height:1;color:var(--e-global-color-primary,#1f1f1f);white-space:nowrap}
.shnb-loveroom-services .shnb-service-option{border-radius:20px;background:rgba(0,0,0,.015)}
.shnb-loveroom-contact-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.shnb-loveroom-contact-grid .shnb-field-full{grid-column:1/-1}
.shnb-contact-inline-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.shnb-loveroom-promo-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:end}
.shnb-loveroom-promo-row .shnb-button{height:52px;white-space:nowrap}
.shnb-loveroom-terms-copy{display:flex;flex-direction:column;gap:14px}
.shnb-loveroom-terms-copy p,.shnb-loveroom-terms-intro{margin:0;color:var(--e-global-color-secondary,#777);line-height:1.6}
.shnb-loveroom-checkbox{display:flex;align-items:flex-start;gap:12px;font-size:14px;line-height:1.6;color:var(--e-global-color-text,#333)}
.shnb-loveroom-checkbox input{margin-top:4px;width:18px;height:18px;min-width:18px}
.shnb-loveroom-checkbox input.is-invalid{outline:2px solid #b24848;outline-offset:2px}
.shnb-loveroom-payment-panel{display:flex;flex-direction:column;gap:16px;padding:18px 20px;border-radius:20px;background:rgba(0,0,0,.03);border:1px solid rgba(0,0,0,.08)}
.shnb-loveroom-payment-panel.is-visible{display:flex}
.shnb-loveroom-section-payment{overflow:visible}
.shnb-loveroom-section-payment .shnb-step-actions{display:flex!important;width:100%;margin-top:4px}
.shnb-loveroom-section-payment [data-prepare-payment],
.shnb-loveroom-section-payment [data-step-pay]{display:inline-flex!important;width:100%;visibility:visible!important;opacity:1!important;position:relative;z-index:2}
.shnb-loveroom-summary{gap:14px;padding:0;border:0;background:transparent}
.shnb-loveroom-summary .shnb-summary-line{padding:0 0 14px;border-bottom:1px solid rgba(0,0,0,.08)}
.shnb-loveroom-summary .shnb-summary-line:last-of-type{border-bottom:0;padding-bottom:0}
.shnb-loveroom-summary .shnb-summary-line-stack{align-items:flex-start}
.shnb-loveroom-summary .shnb-summary-line-stack strong{display:block;width:100%;text-align:left}
.shnb-loveroom-summary .shnb-summary-line-stack small{display:block;width:100%;margin-top:6px;line-height:1.55;color:var(--e-global-color-secondary,#777)}
.shnb-loveroom-summary .shnb-summary-total{padding-top:4px}
.shnb-loveroom-summary .shnb-feedback{margin-top:6px}
.shnb-loveroom-wrap [data-payment-panel][hidden],
.shnb-loveroom-wrap [data-success-panel][hidden]{display:none!important}
.shnb-loveroom-wrap .shnb-step-success{margin:0;padding:22px;border-radius:20px;background:rgba(79,139,83,.08);border:1px solid rgba(79,139,83,.18)}
.shnb-loveroom-wrap .shnb-step-success h3{margin:0 0 8px}
.shnb-loveroom-wrap .shnb-step-success p{margin:0;line-height:1.6}
.shnb-loveroom-wrap .shnb-step-success-icon{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:999px;font-size:24px;font-weight:700;background:rgba(79,139,83,.16);color:#2f6f38;margin-bottom:12px}

@media (max-width:1180px){
  .shnb-loveroom-grid{grid-template-columns:1fr}
  .shnb-loveroom-aside{position:relative;top:auto}
}
@media (max-width:767px){
  .shnb-loveroom-shell{padding:18px!important}
  .shnb-loveroom-section{padding:18px;border-radius:20px}
  .shnb-loveroom-section-head{gap:10px}
  .shnb-loveroom-step-number{width:38px;min-width:38px;height:38px;font-size:15px}
  .shnb-loveroom-section-head h3{font-size:20px}
  .shnb-loveroom-dates-form,
  .shnb-loveroom-contact-grid{grid-template-columns:1fr!important}
  .shnb-contact-inline-3{grid-template-columns:1fr}
  .shnb-loveroom-promo-row{grid-template-columns:1fr}
  .shnb-stripe-inline-grid{grid-template-columns:1fr}
  .shnb-loveroom-live-price{flex-direction:column;align-items:flex-start}
  .shnb-loveroom-live-price strong{white-space:normal}
  .shnb-loveroom-property{padding:12px}
}

/* ===== v2.5.1 inline+popup results, invoice summary, calendar day prices ===== */
.shnb-card-actions{display:flex;flex-direction:column;gap:10px;align-items:stretch;min-width:min(100%,260px)}
.shnb-card-link-secondary{min-width:160px}
.shnb-results-selected-shell{display:flex;flex-direction:column;gap:20px;margin-top:10px}
.shnb-inline-results-controls{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:18px 20px;border:1px solid rgba(0,0,0,.08);border-radius:22px;background:#fff;box-shadow:0 10px 24px rgba(0,0,0,.03)}
.shnb-inline-results-copy{display:flex;flex-direction:column;gap:6px}
.shnb-inline-results-copy strong{font-size:16px;color:var(--e-global-color-primary,#1f1f1f)}
.shnb-inline-results-copy span{font-size:14px;line-height:1.6;color:var(--e-global-color-secondary,#777)}
.shnb-inline-other-results{display:block}
.shnb-results-grid-selected{grid-template-columns:minmax(0,1fr)}
.shnb-results-popup-modal[hidden]{display:none!important}
.shnb-results-popup-modal{position:fixed;inset:0;z-index:10050;padding:24px;display:none}
.shnb-results-popup-modal.is-open{display:block}
.shnb-results-popup-backdrop{position:absolute;inset:0;background:rgba(9,14,32,.58);backdrop-filter:blur(4px)}
.shnb-results-popup-dialog{position:relative;z-index:2;max-width:min(1180px,calc(100vw - 28px));max-height:calc(100vh - 30px);margin:0 auto;overflow:auto;border-radius:28px;background:#f7f7f7;box-shadow:0 30px 80px rgba(0,0,0,.28)}
.shnb-results-popup-dialog .shnb-popup-wrap{margin:0}
.shnb-results-popup-dialog .shnb-popup-shell{max-height:none;border-radius:28px}
.shnb-results-popup-close{position:sticky;top:14px;left:calc(100% - 58px);display:flex;align-items:center;justify-content:center;width:42px;height:42px;margin:14px 14px 0 auto;border:0;border-radius:999px;background:rgba(0,0,0,.08);font-size:28px;line-height:1;color:var(--e-global-color-text,#333);cursor:pointer;z-index:5}

.shnb-availability-weekdays,.shnb-availability-days{gap:0}
.shnb-availability-weekdays span{padding:14px 8px;border:1px solid rgba(0,0,0,.08);border-bottom:0;background:#fff;text-align:center;font-weight:700;color:#5f5f5f}
.shnb-availability-day{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:8px;min-height:108px;padding:14px 8px;border-radius:0;border:1px solid rgba(0,0,0,.08);border-top:0;border-left:0;background:#f7f7f7;font-size:14px;color:#6b6b6b}
.shnb-availability-days .shnb-availability-day:nth-child(7n+1){border-left:1px solid rgba(0,0,0,.08)}
.shnb-availability-day.is-empty{background:transparent}
.shnb-availability-day-number{display:block;font-size:24px;font-weight:700;line-height:1.1;color:inherit}
.shnb-availability-day-price{display:block;font-size:15px;font-weight:700;line-height:1.2;color:#b18f59}
.shnb-availability-day.is-available{background:#f7f7f7;color:#6b6b6b;font-weight:inherit}
.shnb-availability-day.is-unavailable{background:#10153d;color:#fff;font-weight:700}
.shnb-availability-day.is-unavailable .shnb-availability-day-number{color:#fff}
.shnb-availability-day.is-unavailable .shnb-availability-day-price{display:none}
.shnb-availability-day.is-past{opacity:.42}
.shnb-availability-day.is-unknown{background:#efefef;color:#8a8a8a}
.shnb-availability-month{overflow:hidden}
.shnb-availability-month-head{font-size:clamp(28px,2.7vw,48px);font-weight:700;text-align:center;color:#b18f59;margin:0 0 16px}
.shnb-availability-legend{margin-top:16px}

.shnb-loveroom-summary{gap:18px;padding:0;border:0;background:transparent}
.shnb-summary-meta{display:flex;flex-direction:column;gap:12px;padding:0 0 18px;border-bottom:1px solid rgba(0,0,0,.08)}
.shnb-summary-meta-line{display:flex;align-items:flex-start;gap:12px}
.shnb-summary-meta-copy{display:flex;flex-direction:column;gap:4px;min-width:0}
.shnb-summary-meta-copy span{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--e-global-color-secondary,#777)}
.shnb-summary-meta-copy strong{font-size:15px;line-height:1.5;color:var(--e-global-color-primary,#1f1f1f);word-break:break-word}
.shnb-summary-invoice{display:flex;flex-direction:column;gap:0}
.shnb-summary-invoice-line{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px 0;border-bottom:1px solid rgba(0,0,0,.08)}
.shnb-summary-invoice-line:last-child{border-bottom:0}
.shnb-summary-invoice-label{display:inline-flex;align-items:flex-start;gap:10px;min-width:0;font-size:14px;line-height:1.55;color:var(--e-global-color-text,#333)}
.shnb-summary-icon{font-size:18px!important;line-height:1;color:#b18f59;min-width:18px;margin-top:2px}
.shnb-summary-invoice-line strong{display:block;min-width:88px;text-align:right;font-size:15px;line-height:1.45;color:var(--e-global-color-primary,#1f1f1f)}
.shnb-summary-service-lines{display:flex;flex-direction:column}
.shnb-summary-service-lines .shnb-summary-invoice-line{padding:12px 0 12px 28px;background:rgba(0,0,0,.02)}
.shnb-summary-service-empty{padding:12px 0 12px 28px;font-size:13px;line-height:1.5;color:var(--e-global-color-secondary,#777)}
.shnb-summary-total{padding-top:18px}
.shnb-summary-total .shnb-summary-invoice-label span:last-child{font-size:16px;font-weight:700;color:var(--e-global-color-primary,#1f1f1f)}
.shnb-summary-total strong{font-size:22px;font-weight:700}
.shnb-loveroom-summary .shnb-feedback{margin-top:10px}

@media (max-width:991px){
  .shnb-card-footer{align-items:stretch}
  .shnb-card-actions{min-width:0;width:100%}
  .shnb-inline-results-controls{flex-direction:column;align-items:stretch}
  .shnb-results-popup-modal{padding:14px}
  .shnb-results-popup-dialog{max-width:calc(100vw - 8px);max-height:calc(100vh - 12px);border-radius:22px}
  .shnb-results-popup-dialog .shnb-popup-shell{border-radius:22px}
}
@media (max-width:767px){
  .shnb-card-footer{flex-direction:column;align-items:stretch}
  .shnb-card-footer .shnb-price-wrap{width:100%}
  .shnb-availability-day{min-height:84px;padding:10px 4px}
  .shnb-availability-day-number{font-size:18px}
  .shnb-availability-day-price{font-size:12px}
  .shnb-summary-invoice-line,.shnb-summary-meta-line{gap:10px}
  .shnb-summary-invoice-line strong{min-width:72px;font-size:14px}
  .shnb-summary-service-lines .shnb-summary-invoice-line,
  .shnb-summary-service-empty{padding-left:16px}
}


/* ===== v2.6.0 equipment grid ===== */
.shnb-equipments-wrap{margin-top:28px}
.shnb-equipments-header{margin-bottom:20px}
.shnb-equipments-header .shnb-title{margin:0}
.shnb-equipments-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.shnb-equipments-grid.columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.shnb-equipments-grid.columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.shnb-equipments-grid.columns-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.shnb-equipments-grid.columns-5{grid-template-columns:repeat(5,minmax(0,1fr))}
.shnb-equipments-grid.columns-6{grid-template-columns:repeat(6,minmax(0,1fr))}
.shnb-equipment-card{display:flex;flex-direction:column;align-items:center;gap:12px;padding:18px 14px;text-align:center;border:1px solid rgba(0,0,0,.08);border-radius:24px;background:#fff;box-shadow:0 10px 24px rgba(0,0,0,.03)}
.shnb-equipment-lottie{width:min(120px,100%);height:96px;display:flex;align-items:center;justify-content:center}
.shnb-equipment-lottie svg{width:100%!important;height:100%!important}
.shnb-equipment-label{font-size:15px;line-height:1.45;color:var(--e-global-color-text,#333)}
@media (max-width:991px){
  .shnb-equipments-grid,.shnb-equipments-grid.columns-4,.shnb-equipments-grid.columns-5,.shnb-equipments-grid.columns-6{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:767px){
  .shnb-datepicker-panel .ui-datepicker td a,
  .shnb-datepicker-panel .ui-datepicker td span{min-height:48px}
  .shnb-calendar-day-price{font-size:9px}
  .shnb-equipments-grid,.shnb-equipments-grid.columns-3,.shnb-equipments-grid.columns-4,.shnb-equipments-grid.columns-5,.shnb-equipments-grid.columns-6{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  .shnb-equipment-card{padding:14px 12px;border-radius:18px}
  .shnb-equipment-lottie{height:76px}
  .shnb-equipment-label{font-size:14px}
}


/* ===== v2.6.3 compact calendars, fine meta icons, full-bleed gallery ===== */
.material-symbols-outlined.shnb-meta-icon,
.shnb-template-meta .material-symbols-outlined,
.shnb-meta-with-icons .material-symbols-outlined{
  font-family:'Material Symbols Outlined';
  font-weight:normal;
  font-style:normal;
  font-size:20px;
  line-height:1;
  letter-spacing:normal;
  text-transform:none;
  display:inline-block;
  white-space:nowrap;
  word-wrap:normal;
  direction:ltr;
  -webkit-font-feature-settings:'liga';
  -webkit-font-smoothing:antialiased;
  font-variation-settings:'FILL' 0,'wght' 200,'GRAD' 0,'opsz' 24;
  color:var(--e-global-color-secondary,#777777);
}

.shnb-gallery-wrap .shnb-gallery-shell{padding:0;overflow:hidden}
.shnb-gallery-track{display:flex;transition:transform .35s ease;height:100%}
.shnb-gallery-slide{flex:0 0 100%;min-width:100%;max-width:100%}
.shnb-gallery-image{display:block;width:100%;height:100%;object-fit:cover}

.shnb-availability-calendar-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}
.shnb-availability-month{padding:12px;border-radius:18px;overflow:hidden}
.shnb-availability-month-head{font-size:clamp(22px,2vw,32px);margin:0 0 10px}
.shnb-availability-weekdays span{font-size:11px;padding:6px 2px}
.shnb-availability-day{min-height:62px;padding:8px 4px;gap:4px;font-size:12px}
.shnb-availability-day-number{font-size:16px;line-height:1.05}
.shnb-availability-day-price{font-size:10px;line-height:1.05}
.shnb-availability-legend{margin-top:10px;font-size:12px}

.shnb-datepicker-panel{width:min(760px,calc(100vw - 32px));max-width:calc(100vw - 32px)}
.shnb-datepicker-panel.is-loading{pointer-events:none}
.shnb-datepicker-panel-inner{padding:12px 12px 10px;border-radius:20px}
.shnb-datepicker-panel .ui-datepicker{width:100%!important}
.shnb-datepicker-panel .ui-datepicker.ui-datepicker-multi{display:flex!important;flex-wrap:nowrap;gap:12px;align-items:flex-start}
.shnb-datepicker-panel .ui-datepicker-group{float:none!important;flex:1 1 0;width:auto!important;min-width:0;padding-left:0!important}
.shnb-datepicker-panel .ui-datepicker-group + .ui-datepicker-group{padding-left:0!important}
.shnb-datepicker-panel .ui-datepicker-row-break{display:none!important}
.shnb-datepicker-panel .ui-datepicker-header{padding:2px 34px 10px;margin-bottom:4px}
.shnb-datepicker-panel .ui-datepicker-title{font-size:clamp(18px,2vw,26px);white-space:nowrap}
.shnb-datepicker-panel th{font-size:11px;padding:8px 4px}
.shnb-datepicker-panel .ui-state-default,
.shnb-datepicker-panel .ui-widget-content .ui-state-default{padding:6px 4px 5px;font-size:15px}
.shnb-datepicker-panel .ui-datepicker td a,
.shnb-datepicker-panel .ui-datepicker td span{gap:4px;min-height:54px}
.shnb-calendar-day-price{font-size:10px}
@media (max-width: 900px){
  .shnb-datepicker-panel{width:min(680px,calc(100vw - 24px));max-width:calc(100vw - 24px)}
}
@media (max-width: 767px){
  .shnb-availability-calendar-grid{grid-template-columns:1fr}
  .shnb-availability-day{min-height:54px;padding:6px 3px}
  .shnb-datepicker-panel.is-mobile .ui-datepicker.ui-datepicker-multi{display:block!important}
  .shnb-datepicker-panel.is-mobile .ui-datepicker-group{display:block;width:100%!important;min-width:100%;padding-left:0!important}
  .shnb-datepicker-panel.is-mobile .ui-datepicker td a,
  .shnb-datepicker-panel.is-mobile .ui-datepicker td span{min-height:52px;padding:6px 3px 5px;font-size:15px}
  .shnb-datepicker-panel.is-mobile .shnb-calendar-day-price{font-size:9px}
}

.shnb-service-media{width:var(--shnb-service-image-width,96px);min-width:var(--shnb-service-image-width,96px);height:var(--shnb-service-image-height,96px);border-radius:16px;overflow:hidden;background:#f4f4f4;border:1px solid rgba(0,0,0,.08);cursor:pointer}
.shnb-service-thumb{display:block;width:100%;height:100%;object-fit:cover}
.shnb-service-option .shnb-service-copy{flex:1 1 auto}


/* ===== v2.6.11 compact datepicker + mobile popup scroll + service cards ===== */
.shnb-loveroom-grid{display:block!important}
.shnb-loveroom-aside{position:relative!important;top:auto!important}
.shnb-card-actions{min-width:min(100%,160px)!important}
.shnb-service-media img{height:100%}
.shnb-datepicker-panel .ui-datepicker td a,
.shnb-datepicker-panel .ui-datepicker td span{gap:1px;min-height:20px!important;border:0!important}
.shnb-datepicker-panel .ui-datepicker td.shnb-day-unknown a,
.shnb-datepicker-panel .ui-state-default,
.shnb-datepicker-panel .ui-widget-content .ui-state-default{min-height:44px!important}
.shnb-datepicker-panel .ui-datepicker td{vertical-align:top;padding:0;border:1px solid #efefef}
.shnb-service-option input[type="checkbox"][data-service-id]{display:none!important}
@media (max-width:767px){
  .shnb-popup-wrap.has-mobile-modal .shnb-popup-shell,
  .shnb-popup-wrap.has-mobile-modal .shnb-direct-shell{
    overflow-y:auto!important;
    overflow-x:hidden!important;
    -webkit-overflow-scrolling:touch;
    overscroll-behavior:contain;
    max-height:calc(100dvh - 24px)!important;
  }
  .shnb-popup-wrap.has-mobile-modal .shnb-popup-body{
    overflow-y:visible!important;
    overflow-x:hidden!important;
  }
}
