.xp-window-video {
    width: 1200px;
    border: 2px solid #4d0202;
    border-radius: 6px 6px 4px 4px;
    background: #8c4a5d;
    box-shadow: 10px 10px 12px #0004;
    margin: 40px auto;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    overflow: hidden;
}
.xp-titlebar-video {
    background: linear-gradient(to bottom, #dd1f3e 0%, #600b0c 100%);
    color: white;
    padding: 6px 10px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #4d0202;
}
.xp-title {
    letter-spacing: 1px;
}
.xp-buttons {
    display: flex;
    gap: 4px;
}

.xp-min { 
    background: #e20303;
    width: 16px;
    height: 16px;   

}
.xp-max { 
    background: #88ff00;
    width: 16px;
    height: 16px;   

}
.xp-content {
    background: #61806d;
    color: #222;
    font-size: 15px;
    color: black;
}
.xp-content-video img{
    width: 460px;
    height: 315px;
}
.xp-content-video table{
    margin-left: 20px;
    margin-top: 20px;
    font-size: 18px;
    color: black;
    border-collapse: separate;
    border-spacing: 30px 10px; 
    width: auto;

}
.xp-content-video td {
    vertical-align: top;
    padding: 0 10px;
    text-align: center;
}
