/* Streaming tabletop interaction polish. Directly served theme CSS; no build step. */
.stream-lab__close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 30px;
    padding: 5px 8px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    color: #fff;
    font: inherit;
    font-size: .7rem;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
}

.stream-lab__close span:first-child {
    font-size: 1.05rem;
    line-height: .8;
}

.stream-lab__close:hover,
.stream-lab__close:focus-visible {
    border-color: var(--stream-lime, #e4ff43);
    background: var(--stream-lime, #e4ff43);
    color: #111;
    outline: 2px solid #111;
    outline-offset: 2px;
}

.stream-lab .guide-live-product-body h4 {
    padding-right: 62px;
}

@media (max-width: 760px) {
    .stream-lab__close {
        position: static;
        float: right;
        margin: 0 0 8px 10px;
    }

    .stream-lab .guide-live-product-body h4 {
        padding-right: 0;
    }
}
