.acrelis-booking-hotspot{position:relative;overflow:hidden;border-radius:24px;background:#fff}.acrelis-booking-hotspot__img{display:block;width:100%;height:100%;object-fit:cover}.acrelis-booking-hotspot__svg{position:absolute;inset:0;width:100%;height:100%}.acrelis-booking-hotspot__polygon{cursor:pointer;fill:hsla(0,0%,100%,0);stroke:hsla(0,0%,100%,0);stroke-width:2;transition:fill .15s,stroke .15s}.acrelis-booking-hotspot__polygon.is-hovered,.acrelis-booking-hotspot__polygon:hover{fill:hsla(0,0%,100%,.24);stroke:hsla(0,0%,100%,.9)}.acrelis-booking-hotspot__labels{position:absolute;inset:0;pointer-events:none}.acrelis-booking-hotspot__label{position:absolute;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;text-align:center}.acrelis-booking-hotspot--fit{width:min(100%,calc((100vh - 120px) * var(--hotspot-w) / var(--hotspot-h)));max-height:calc(100vh - 120px)}@media (max-width:1024px){.acrelis-booking-hotspot--fit{max-height:calc(100vh - 110px);width:min(100%,calc((100vh - 110px) * var(--hotspot-w) / var(--hotspot-h)))}}@media (max-width:767px){.acrelis-booking-hotspot--fit{max-height:calc(100vh - 100px);width:min(100%,calc((100vh - 100px) * var(--hotspot-w) / var(--hotspot-h)));border-radius:16px}}.acrelis-booking-hotspot--fill{width:100%;height:100%;border-radius:0}.acrelis-booking-hotspot--fill .acrelis-booking-hotspot__svg{z-index:2;pointer-events:none}.acrelis-booking-hotspot--fill .acrelis-booking-hotspot__polygon{pointer-events:auto}.acrelis-booking-hotspot--fill .acrelis-booking-hotspot__label{z-index:3}@keyframes acrelis-hotspot-polygon-intro{0%,to{fill:transparent}40%,60%{fill:hsla(0,0%,100%,.24)}}.acrelis-booking-hotspot.is-intro-wave .acrelis-booking-hotspot__polygon{transition:none;animation:acrelis-hotspot-polygon-intro .4s ease-in-out both;animation-delay:calc(var(--intro-i, 0) * 70ms)}.acrelis-booking-hotspot.is-intro-wave .acrelis-booking-hotspot__polygon.is-hovered,.acrelis-booking-hotspot.is-intro-wave .acrelis-booking-hotspot__polygon:hover{animation:none;fill:hsla(0,0%,100%,.24)}.acrelis-booking-hotspot--labels-glass .acrelis-booking-hotspot__label{gap:4px;padding:8px 12px;border-radius:12px;background:rgba(0,0,0,.55);color:#fff;transition:background .15s,transform .15s}.acrelis-booking-hotspot--labels-glass .acrelis-booking-hotspot__label.is-hovered{background:rgba(0,0,0,.72);transform:translate(-50%,-50%) scale(1.04)}.acrelis-booking-hotspot--labels-glass .acrelis-booking-hotspot__label-eyebrow{font-size:10px;font-weight:500;line-height:1.2;opacity:.8}.acrelis-booking-hotspot--labels-glass .acrelis-booking-hotspot__label-title{font-size:14px;font-weight:600;line-height:1.2}.acrelis-booking-hotspot--labels-glass .acrelis-booking-hotspot__label-meta{font-size:12px;line-height:1.2;opacity:.9}.acrelis-booking-hotspot--labels-glass .acrelis-booking-hotspot__label:has(.acrelis-booking-hotspot__label-eyebrow){gap:2px;padding:6px 10px;border-radius:10px}.acrelis-booking-hotspot--labels-glass .acrelis-booking-hotspot__label:has(.acrelis-booking-hotspot__label-eyebrow) .acrelis-booking-hotspot__label-title{font-size:12px}.acrelis-booking-hotspot--labels-glass .acrelis-booking-hotspot__label:has(.acrelis-booking-hotspot__label-eyebrow) .acrelis-booking-hotspot__label-meta{font-size:11px}.acrelis-booking-hotspot--labels-pill .acrelis-booking-hotspot__label{gap:2px;padding:6px 12px;border-radius:999px;background:hsla(0,0%,100%,.92);color:var(--text,#1a1a1a);transition:padding .15s ease,border-radius .15s ease,box-shadow .15s ease}.acrelis-booking-hotspot--labels-pill .acrelis-booking-hotspot__label.is-hovered{padding:10px 16px;border-radius:16px;box-shadow:0 8px 24px rgba(0,0,0,.16)}.acrelis-booking-hotspot--labels-pill .acrelis-booking-hotspot__label-title{font-size:clamp(12px,1.4vw,15px);font-weight:600;line-height:1.2;white-space:nowrap}.acrelis-booking-hotspot--labels-pill .acrelis-booking-hotspot__label-meta{font-size:clamp(12px,1.3vw,14px);font-weight:500;line-height:1.2;opacity:.72;white-space:nowrap}.acrelis-booking-hotspot.is-dev{cursor:crosshair}.acrelis-booking-hotspot.is-dev .acrelis-booking-hotspot__polygon{fill:hsla(0,0%,100%,.12);stroke:hsla(0,0%,100%,.55);cursor:crosshair}.acrelis-booking-hotspot__dev-overlay{position:absolute;inset:0;width:100%;height:100%;z-index:3;pointer-events:none}.acrelis-booking-hotspot__dev-polygon{fill:color-mix(in srgb,var(--orange,#e85d04) 28%,transparent);stroke:var(--orange,#e85d04);stroke-width:3;stroke-linejoin:round}.acrelis-booking-hotspot__dev-polyline{fill:none;stroke:var(--orange,#e85d04);stroke-width:3;stroke-linejoin:round;stroke-linecap:round}.acrelis-booking-hotspot__dev-point{fill:#fff;stroke:var(--orange,#e85d04);stroke-width:3}.acrelis-booking-hotspot__dev{position:absolute;top:16px;right:16px;z-index:4;display:flex;flex-direction:column;gap:8px;min-width:200px;padding:12px 14px;border-radius:16px;background:hsla(0,0%,100%,.96);box-shadow:0 4px 20px rgba(0,0,0,.1);cursor:default}.acrelis-booking-hotspot__dev-title{font-size:13px;font-weight:600;color:#2b2b2f}.acrelis-booking-hotspot__dev-meta{font-size:12px;color:#8b8b93}.acrelis-booking-hotspot__dev-actions{display:flex;flex-wrap:wrap;gap:6px}.acrelis-booking-hotspot__dev-btn{margin:0;padding:6px 10px;border:1px solid var(--line,#e5e5e8);border-radius:10px;background:#fff;font-size:12px;font-weight:500;color:#2b2b2f;cursor:pointer}.acrelis-booking-hotspot__dev-btn:hover:not(:disabled){background:#f5f5f6}.acrelis-booking-hotspot__dev-btn:disabled{opacity:.4;cursor:default}.acrelis-booking-hotspot__dev-btn--primary{border-color:var(--orange,#e85d04);background:var(--book-bg,#fff7f0);color:var(--orange,#e85d04)}.acrelis-booking-hotspot__dev-btn--primary:hover:not(:disabled){background:color-mix(in srgb,var(--orange,#e85d04) 18%,transparent)}@media (max-width:767px){.acrelis-booking-hotspot__dev{top:10px;right:10px;left:10px;min-width:0}}