/*
Theme Name: EcijaBPE Modern
Theme URI: https://ecijabpeinfo.com
Author: EcijaBPEInfo
Description: Theme deportivo moderno para noticias deportivas.
Version: 1.0
Text Domain: ecijabpe-modern
*/

body {
    transform: translateY(-5px);
}

.post-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.post-content {
    padding: 20px;
}

.post-category {
    display: inline-block;
    background: #006b3c;
    color: white;
    padding: 5px 12px;
    border-radius: 30px;
    font-size: 12px;
    margin-bottom: 10px;
}

.post-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
}

.site-footer {
    background: #ffffff;
    margin-top: 60px;
    border-top: 1px solid #ddd;
    padding: 40px 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

@media(max-width: 991px){

.hero-grid {
    grid-template-columns: 1fr;
}

.posts-grid {
    grid-template-columns: 1fr;
}

.hero-main img {
    height: 300px;
}

.hero-content h1 {
    font-size: 28px;
}

.main-nav ul {
    flex-wrap: wrap;
    gap: 10px;
}

}

.section-title {
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    margin-top: 50px;
}

.news-row {
    background: #fff;
    margin-bottom: 25px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.news-row a {
    display: flex;
    gap: 20px;
}

.news-thumb img {
    width: 280px;
    height: 200px;
    object-fit: cover;
}

.news-text {
    padding: 20px;
}

.news-text h3 {
    font-size: 28px;
    line-height: 1.3;
}

.sidebar-box {
    background: #fff;
    padding: 25px;
    border-radius: 18px;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.sidebar-box h3 {
    margin-top: 0;
    color: #006b3c;
}

@media(max-width: 991px){

.main-layout {
    grid-template-columns: 1fr;
}

.news-row a {
    flex-direction: column;
}

.news-thumb img {
    width: 100%;
    height: auto;
}

.news-text h3 {
    font-size: 22px;
}

}