.wsp-floorplan-viewer {
    max-width: 100%;
    overflow: auto;
}

.wsp-public-stage {
    position: relative;
    display: inline-block;
    max-width: 100%;
    line-height: 0;
}

.wsp-public-stage img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.wsp-public-object-layer {
    position: absolute;
    inset: 0;
    line-height: normal;
}

.wsp-public-object {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    min-height: 28px;
    box-sizing: border-box;
    border: 2px solid #1d2327;
    border-radius: 10px;
    background: #f0c33c;
    color: #1d2327;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
}

.wsp-public-object span {
    pointer-events: none;
}


.wsp-public-object {
    flex-direction: column;
    gap: 2px;
    padding: 4px;
    line-height: 1.15;
}

.wsp-public-object em {
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    opacity: 0.78;
}

.wsp-public-object--shape-round {
    border-radius: 999px;
}

.wsp-public-object--bridal-table {
    background: #ffe7ef;
    border-color: #9f1239;
    color: #4c0519;
}

.wsp-public-object--dance-floor {
    background: rgba(219, 234, 254, 0.9);
    border-style: dashed;
    border-color: #1d4ed8;
    color: #1e3a8a;
}

.wsp-public-object--band {
    background: #ede9fe;
    border-color: #6d28d9;
    color: #3b0764;
}

.wsp-public-object--buffet {
    background: #dcfce7;
    border-color: #15803d;
    color: #052e16;
}

.wsp-public-object--service-corridor {
    background: rgba(254, 243, 199, 0.72);
    border-style: dashed;
    border-color: #b45309;
    color: #78350f;
}

.wsp-public-object--stand {
    background: #f1f5f9;
    border-color: #475569;
    color: #0f172a;
}

.wsp-public-object.is-locked::after {
    content: "🔒";
    position: absolute;
    top: -9px;
    right: -9px;
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    font-size: 11px;
}
