Luís Castro no Grêmio: Diretoria Mantém Apoio Apesar da Pressão Pós-Derrota para o São Paulo
Vice-Presidente Antonio Dutra Júnior Reafirma Confiança em Meio a Início Irregular no Brasileirão 2026
Início de Trabalho e as Oscilações Esperadas
Dificuldades Fora de Casa e a Pressão do Calendário
Próximos Desafios e o Futuro de Luís Castro
.related-posts-container {
background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
border-top: 5px solid #0066cc;
border-bottom: 5px solid #1a1a1a;
padding: 40px 20px;
margin: 40px 0;
border-radius: 8px;
box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
max-width: 1200px;
margin-left: auto;
margin-right: auto;
font-family: ‘Segoe UI’, Tahoma, Geneva, Verdana, sans-serif;
}
.related-posts-header h2 {
font-size: 28px;
color: #1a1a1a;
font-weight: 800;
text-transform: uppercase;
margin-bottom: 30px;
display: flex;
align-items: center;
gap: 15px;
}
.related-posts-header h2::before {
content: ”;
width: 6px;
height: 30px;
background: #0066cc;
border-radius: 3px;
}
.posts-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 25px;
}
.post-card {
background: #ffffff;
border-radius: 6px;
overflow: hidden;
transition: all 0.3s ease;
border-left: 5px solid #0066cc;
border-bottom: 3px solid #1a1a1a;
box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
display: flex;
flex-direction: column;
text-decoration: none;
}
.post-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 28px rgba(0, 102, 204, 0.15);
}
.post-img-box {
width: 100%;
height: 180px;
overflow: hidden;
}
.post-img-box img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.4s;
}
.post-card:hover .post-img-box img { transform: scale(1.1); }
.post-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; }
.post-title {
font-size: 17px;
font-weight: 700;
color: #1a1a1a;
margin-bottom: 15px;
line-height: 1.4;
}
.post-footer {
margin-top: auto;
padding-top: 15px;
border-top: 1px solid #eee;
display: flex;
justify-content: space-between;
align-items: center;
font-size: 12px;
font-weight: 700;
color: #0066cc;
text-transform: uppercase;
}
.cta-btn {
display: block;
width: fit-content;
margin: 30px auto 0;
background: #0066cc;
color: #fff;
padding: 12px 30px;
border-radius: 5px;
text-decoration: none;
font-weight: 700;
text-transform: uppercase;
font-size: 13px;
}
