/* Live auction video player */
.lao-live-stream-wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
    overflow: hidden;
    background: #111;
    border: 1px solid #e0e0e0;
}

.lao-live-stream-player {
    min-height: 200px;
    background: #000;
}

.lao-agora-stage {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
}

.lao-agora-player {
    width: 100%;
    height: 100%;
    min-height: 200px;
    background: #000;
}

.lao-agora-player video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.lao-agora-start-btn,
.lao-agora-unmute-btn {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6;
}

.lao-agora-unmute-btn {
    bottom: 48px;
}

.lao-live-stream-player iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.lao-live-stream-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5;
    background: #e62e2e;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 6px;
}

.lao-agora-overlay-msg {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    z-index: 4;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.45);
}

.lao-agora-overlay-msg--error {
    color: #ffb4b4;
    background: rgba(80, 0, 0, 0.55);
}

.lao-live-stream-wrap .lao-lot-fallback-image {
    width: 100%;
    max-height: 320px;
    object-fit: contain;
    background: #eef0f2;
}

.lao-group-live-embed {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    margin-bottom: 1rem;
}
