.shows-page {
    background: #000;
    padding: 40px 40px 80px;
    color: var(--color-white);
}

.shows-title {
    text-align: center;
    color: var(--color-magenta);
    margin-bottom: 20px;
}

.shows-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
}

.show-section {
    max-width: 900px;
    margin: 0 auto 60px;
}

.show-section h2 {
    color: var(--color-magenta);
    margin-bottom: 15px;
}

.show-media {
    margin-bottom: 20px;
}

.show-media img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 6px;
    border: 2px solid var(--color-magenta);
}

.show-section ul {
    padding-left: 20px;
}

.shows-videos {
    max-width: 900px;
    margin: 0 auto 60px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.shows-videos video {
    width: 100%;
    border-radius: 6px;
    border: 2px solid var(--color-magenta);
}
