.stream-post {
    margin: 20px 0;
}

.stream-video {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    max-width: 1120px;
}

.stream-video iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    max-width: 1120px;
}

.stream-info {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 8px;
    max-width: 1120px;
}

.stream-info p {
    margin: 10px 0;
}

.games-list {
    list-style: disc;
    margin-left: 20px;
    margin-top: 10px;
}

.games-list li {
    margin: 5px 0;
}
