/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.series-container{
max-width:1100px;
margin:auto;
padding:20px;
}

.series-header{
display:flex;
gap:30px;
}

.series-poster img{
width:260px;
border-radius:8px;
}

.series-info{
flex:1;
}

.cast-grid{
display:grid;
grid-template-columns:repeat(auto-fill,minmax(140px,1fr));
gap:20px;
}

.cast-card{
text-align:center;
}

.cast-card img{
width:100%;
border-radius:8px;
}

.season-block{
margin-top:25px;
}

.rating-box{
background:#111;
color:#fff;
padding:10px 14px;
display:inline-block;
border-radius:6px;
margin-top:10px;
}

.actor-header{
display:flex;
gap:40px;
margin-bottom:40px;
}

.actor-photo img{
width:260px;
border-radius:10px;
}

.actor-info{
max-width:500px;
}

.actor-info h1{
margin-top:0;
}

.actor-biography{
margin-top:30px;
line-height:1.7;
}

.actor-filmography{
margin-top:40px;
}

.actor-filmography-list{
list-style:none;
padding:0;
}

.actor-filmography-list li{
padding:8px 0;
border-bottom:1px solid #eee;
}

.series-meta{
background:#f5f5f5;
padding:15px;
border-radius:6px;
margin-bottom:20px;
}

.series-meta p{
margin:4px 0;
font-size:14px;
}

.new-series-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
margin-top:20px;
}

.series-card img{
width:100%;
height:auto;
border-radius:8px;
}

.series-card h3{
font-size:16px;
margin-top:8px;
text-align:center;
}

.actor-profession{
    font-size:18px;
    color:#666;
    margin-top:-20px;
    margin-bottom:12px;
}

.related-actors-box {
    margin-top:40px;
}

.related-actors-list {
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.related-actor-card {
    width:120px;
    text-align:center;
}

.related-actor-card img {
    width:100%;
    border-radius:50%;
}

.related-actor-card h3 {
    font-size:15px;
    margin-top:5px;
}