.room-object {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.room-graphic {
    width: 88px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.room-access-card {
    position: relative;
    width: 42px;
    height: 28px;
    border: 2px solid #fff;
    background: #050505;
}

.access-card-stripe {
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%;
    border-top: 2px solid #fff;
}

.access-card-chip {
    position: absolute;
    left: 7px;
    bottom: 5px;
    width: 8px;
    height: 6px;
    border: 1px solid #fff;
}

.access-card-mark {
    position: absolute;
    right: 6px;
    bottom: 5px;
    width: 10px;
    border-top: 1px solid #fff;
}

.room-reader {
    width: 12px;
    height: 28px;
    border: 2px solid #fff;
    background: #050505;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reader-light {
    width: 4px;
    height: 4px;
    border: 1px solid #fff;
}

.world-object-label {
    font-size: 12px;
    text-align: center;
    opacity: 0.7;
}
