.floor-plan-wrapper{display:grid;grid-template-columns:2fr 3fr;gap:var(--wp--style--block-gap);align-items:start}.svg-container{position:relative}.svg-container svg{width:100%;height:auto;display:block}.hotspot-tooltip{position:absolute;background:rgba(0,0,0,.8);color:#fff;padding:8px 12px;pointer-events:none;z-index:20;opacity:0;transition:opacity .3s ease;white-space:nowrap}.hotspot-tooltip.visible{opacity:1}.hotspot{cursor:pointer;transition:all .3s ease;-webkit-tap-highlight-color:rgba(0,0,0,0)}.hotspot.highlighted .st5{fill:#fff !important;opacity:.8 !important}.items-list{position:relative}.items-list dl{margin:0;counter-reset:item-counter}.list-toggle{display:none}.item-wrapper{margin-bottom:1rem;padding:.75rem;padding-left:3rem;background:#fff;cursor:pointer;transition:all .3s ease;border:2px solid rgba(0,0,0,0);counter-increment:item-counter;position:relative;font-size:var(--wp--preset--font-size--small)}.item-wrapper::before{content:counter(item-counter);position:absolute;top:.8rem;left:.5rem;width:28px;height:28px;background:#995b2f;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:bold;border-radius:50%}.item-wrapper:hover{background:#f0f0f0}.item-wrapper.highlighted{border-color:#995b2f;background:var(--wp--preset--color--secondary)}.item-wrapper dt{font-weight:bold;margin:0 0 4px 0}.item-wrapper dd{margin:0;color:#666;line-height:1.4}@media(max-width: 900px){.floor-plan-wrapper{grid-template-columns:1fr;grid-template-rows:auto auto;gap:8px}.items-list{order:1;padding:0;background:rgba(0,0,0,0);position:relative}.svg-container{order:2;min-height:400px;max-height:85vh;margin-left:0;margin-right:0}.svg-container svg{max-height:85vh;width:auto;margin:0 auto}.list-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:15px;background:#fff;border:2px solid #ddd;cursor:pointer;font-weight:500;color:#333;transition:all .3s ease;padding-left:50px;position:relative}.list-toggle::before{content:attr(data-number);position:absolute;left:15px;top:50%;transform:translateY(-50%);width:28px;height:28px;background:#995b2f;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:bold;border-radius:50%}.list-toggle.highlighted{background:#995b2e;color:#fff;border-color:#995b2e}.list-toggle.highlighted::before{background:#fff;color:#995b2e}.list-toggle:active{opacity:.8}@keyframes arrow-bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}.list-toggle-arrow{transition:transform .3s ease;animation:arrow-bounce 2s ease-in-out infinite}.list-toggle.interacted .list-toggle-arrow{animation:none}.items-list.expanded .list-toggle-arrow{transform:rotate(180deg)}.items-list.collapsed h2,.items-list.expanded h2{display:none}.items-list.expanded{background:rgba(0,0,0,0)}.items-list dl{position:absolute;top:100%;left:0;right:0;margin-top:0;padding:0;background:#fff;border:2px solid #ddd;box-shadow:0 4px 12px rgba(0,0,0,.15);z-index:100;max-height:85vh;overflow-y:auto}.items-list.collapsed dl{display:none !important}.items-list.expanded .item-wrapper{display:block !important}.item-wrapper{margin-bottom:0}}@media(max-width: 480px){.svg-container{min-height:300px}}