#pelado-cinefilo-widget{
width:100%;
max-width:1200px;
margin:auto;
font-family:Arial,sans-serif;
}

#pelado-cinefilo-widget .cinefilo-wrapper{
background:#000;
border-radius:24px;
padding:24px;
overflow:hidden;
}

#pelado-cinefilo-widget .cinefilo-logo{
width:240px;
display:block;
margin-bottom:24px;
}

#pelado-cinefilo-widget .cinefilo-grid{
display:grid;
grid-template-columns:340px 1fr;
gap:22px;
align-items:start;
}

#pelado-cinefilo-widget .cinefilo-side{
display:flex;
flex-direction:column;
gap:18px;
}

#pelado-cinefilo-widget .cinefilo-item{
display:flex;
gap:14px;
background:#0a0a0a;
border:1px solid #1f1f1f;
border-radius:18px;
overflow:hidden;
text-decoration:none;
padding:14px;
min-height:150px;
box-sizing:border-box;
}

#pelado-cinefilo-widget .cinefilo-item img{
width:120px;
height:120px;
object-fit:cover;
border-radius:12px;
flex-shrink:0;
}

#pelado-cinefilo-widget .cinefilo-info{
display:flex;
flex-direction:column;
flex:1;
overflow:hidden;
}

#pelado-cinefilo-widget .cinefilo-info h3{
font-size:15px;
font-weight:800;
line-height:1.25;
color:#fff;
margin-bottom:10px;
text-transform:uppercase;
}

#pelado-cinefilo-widget .cinefilo-info p{
font-size:13px;
line-height:1.5;
color:#bdbdbd;
}

#pelado-cinefilo-widget .cinefilo-featured{
position:relative;
display:flex;
align-items:flex-end;
border-radius:24px;
overflow:hidden;
text-decoration:none;
background:#111;
min-height:560px;
}

#pelado-cinefilo-widget .cinefilo-featured img{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
object-fit:cover;
display:block;
}

#pelado-cinefilo-widget .cinefilo-featured-content{
position:relative;
z-index:2;
width:100%;
padding:26px;
background:linear-gradient(
to top,
rgba(0,0,0,.96),
rgba(0,0,0,.5),
transparent
);
}

#pelado-cinefilo-widget .cinefilo-featured-content h2{
font-size:44px;
font-weight:900;
line-height:1;
color:#fff;
margin-bottom:14px;
text-transform:uppercase;
}

#pelado-cinefilo-widget .cinefilo-featured-content p{
font-size:16px;
line-height:1.6;
color:#d8d8d8;
max-width:90%;
}

@media(max-width:900px){

#pelado-cinefilo-widget .cinefilo-grid{
grid-template-columns:1fr;
}

#pelado-cinefilo-widget .cinefilo-featured{
order:-1;
min-height:420px;
}

#pelado-cinefilo-widget .cinefilo-featured-content h2{
font-size:30px;
}

}

@media(max-width:600px){

#pelado-cinefilo-widget .cinefilo-wrapper{
padding:16px;
}

#pelado-cinefilo-widget .cinefilo-logo{
width:180px;
}

#pelado-cinefilo-widget .cinefilo-item{
min-height:130px;
padding:12px;
}

#pelado-cinefilo-widget .cinefilo-item img{
width:90px;
height:90px;
}

#pelado-cinefilo-widget .cinefilo-featured{
min-height:300px;
}

#pelado-cinefilo-widget .cinefilo-featured-content h2{
font-size:24px;
}

#pelado-cinefilo-widget .cinefilo-featured-content p{
font-size:14px;
}

}