
#dhvc-call-wrapper {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
video {
    width: 300px;
    height: 220px;
    background: #000;
    border-radius: 12px;
}
.dhvc-controls button {
    padding: 10px 20px;
    margin: 5px;
    border-radius: 6px;
    cursor: pointer;
}
