.mtob-occupancy-display {
    position: relative;
}

.mtob-occupancy-status {
    min-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.mtob-occupancy-status svg path {
    stroke: inherit;
}

.mtob-occupancy-content {
    width: 100%;
    max-width: 340px;
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.mtob-occupancy-content.show {
    transform: translateY(10px);
    opacity: 1;
    visibility: visible;
}

.mtob-occupancy-content-text *:last-child {
    margin-bottom: 0;
}

.mtob-occupancy-display .mtob-maintower-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.mtob-occupancy-display small {
    display: block;
    font-size: 12px;
    opacity: 0.8;
    margin-top: 4px;
}

/* Default state colors */
/* .mtob-level-zero {
    background-color: #e0e0e0;
    color: #333333;
}

.mtob-level-low {
    background-color: #c8e6c9;
    color: #1b5e20;
}

.mtob-level-mid {
    background-color: #fff9c4;
    color: #f57f17;
}

.mtob-level-high {
    background-color: #ffcdd2;
    color: #b71c1c;
}

.mtob-level-unknown {
    background-color: #f5f5f5;
    color: #757575;
}

.mtob-level-closed {
    background-color: #f44336;
    color: #ffffff;
} */
