.eqo-lbs {
    width: 100%;
    max-width: 760px;
    margin: 1rem auto;
    box-sizing: border-box;
}

.eqo-lbs *,
.eqo-lbs *::before,
.eqo-lbs *::after {
    box-sizing: border-box;
}

.eqo-lbs__viewport {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 260px;
    aspect-ratio: 4 / 3;
    background: #111;
    border-radius: 12px;
}

.eqo-lbs__video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.eqo-lbs__guide {
    position: absolute;
    inset: 50% auto auto 50%;
    width: min(78%, 520px);
    height: min(42%, 190px);
    transform: translate(-50%, -50%);
    border: 2px solid currentColor;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.22);
    pointer-events: none;
}

.eqo-lbs__controls {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 0.8rem;
}

.eqo-lbs__button {
    min-height: 42px;
    padding: 0.55rem 1rem;
    border: 1px solid currentColor;
    border-radius: 8px;
    cursor: pointer;
}

.eqo-lbs__button:disabled {
    cursor: not-allowed;
    opacity: 0.55;
}

.eqo-lbs__status {
    margin: 0.75rem 0 0;
}

.eqo-lbs__status--error {
    font-weight: 600;
}

.eqo-lbs__result {
    overflow-wrap: anywhere;
    margin-top: 0.75rem;
    padding: 0.75rem;
    border: 1px solid currentColor;
    border-radius: 8px;
}

.eqo-lbs__result-link {
    display: block;
    margin-top: 0.4rem;
    font-size: 0.9em;
}
