.single-film {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.video-player {
    margin-bottom: 20px;
}

.film-details {
    margin-bottom: 20px;
}

.film-title {
    font-size: 28px;
    color: #23282d;
    margin-bottom: 20px;
}

.film-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.meta-item {
    background: #f8f9fa;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
}

.film-description {
    margin-bottom: 20px;
}

.film-genres {
    margin-bottom: 20px;
}

.film-genres strong {
    display: block;
    margin-bottom: 5px;
}

.genre-link {
    display: inline-block;
    background: #e5e5e5;
    color: #23282d;
    padding: 5px 10px;
    border-radius: 4px;
    text-decoration: none;
    margin-right: 5px;
    margin-bottom: 5px;
}

.genre-link:hover {
    background: #d4d4d4;
}

.film-reviews {
    margin-top: 40px;
}
