.virtual-tour {
    background: #f6f3ef;
}

.room-intro .room-facilities-title {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 12px;
    color: #8d8477;
    margin-bottom: 14px;
}
.virtual-tour__viewer {
    width: 100%;
    height: 70vh;
    min-height: 420px;
    border-radius: 16px;
    overflow: hidden;
    background: #111;
    position: relative;
}
.virtual-tour__viewer > * {
    position: absolute;
    inset: 0;
}
.virtual-tour__scene-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}
.virtual-tour__scene-list button {
    border: 1px solid #ddd;
    background: #fff;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 14px;
}
.virtual-tour__scene-list button.is-active {
    background: #0f1f2e;
    color: #fff;
    border-color: #0f1f2e;
}

.room-cta {
    background: #f9f7f3;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.room-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0;
}

.room-cta-text {
    margin: 0;
    color: #6f6a64;
}

@media (max-width: 991px) {
    .room-cta-inner {
        flex-direction: column;
        text-align: center;
    }
}
.hotspot {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid #0f1f2e;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}
