.yt-chapters-container{
    display: flex;
    column-gap: 24px;
}
.yt-video-wrapper{
    width: 80% !important;
}
.yt-timestamps{
    width: 20% !important;
}
.yt-video-wrapper iframe {
height: 513px;
}

.yt-timestamps a{
    display: block !important;
    padding: 12px 8px;
    background-color: #EC2227;
    color: white;
    margin-bottom: 8px;
    font-size: 14px;
    border-radius: 12px;
}

.chapters-title{
    margin: 0 !important;
}