.youtube-video-fetcher {
    margin: 20px 0; /* Space around the video container */
}

.youtube-video-fetcher .video-list {
    display: flex; /* Flexbox layout for videos */
    flex-direction: column; /* Stack videos vertically */
}

.youtube-video-fetcher .video-item {
    margin-bottom: 15px; /* Space between videos */
}

.youtube-video-fetcher iframe {
    width: 100%; /* Full width responsive */
    height: 100%; /* Maintain aspect ratio */
    border: none; /* Remove border */
}
