body{
font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
margin:0;
background:#f8f8f8;
color:#222;
line-height:1.6;
}

.header-m240{
background:#2b235a;
padding:20px;
text-align:center;
}

.logo-container img{
max-width:220px;
height:auto;
display:block;
margin:0 auto;
}

.menu{
margin-top:10px;
}

.menu a{
color:white;
margin:0 10px;
text-decoration:none;
font-size:14px;
}

.blog-container{
max-width:900px;
margin:auto;
padding:20px;
background:white;
}

.blog-intro{
margin-bottom:40px;
}

.post-list{
display:grid;
grid-template-columns:1fr;
gap:30px;
}

.post-card{
border-bottom:1px solid #eee;
padding-bottom:25px;
}

.post-card-inner{
display:flex;
gap:20px;
align-items:flex-start;
}

.post-card-image{
flex:0 0 220px;
width:220px;
max-width:220px;
overflow:hidden;
}

.post-card-image a{
display:block;
width:220px;
max-width:220px;
}

.post-card-image img{
display:block !important;
width:220px !important;
min-width:220px !important;
max-width:220px !important;
height:140px !important;
object-fit:cover !important;
border-radius:8px;
}

.post-card-content{
flex:1;
min-width:0;
}

.post-card-content h2{
font-size:22px;
margin:0 0 10px;
line-height:1.3;
}

.post-card-content a{
text-decoration:none;
color:#222;
}

.post-meta{
font-size:14px;
color:#666;
margin-bottom:10px;
}

.post-excerpt{
font-size:15px;
color:#444;
}

.read-more{
display:inline-block;
margin-top:10px;
font-weight:600;
color:#2b235a;
}

.single-post{
max-width:800px;
margin:auto;
background:white;
padding:30px;
}

.single-featured-image img{
width:100%;
max-width:720px;
max-height:420px;
object-fit:cover;
border-radius:8px;
margin:20px auto;
display:block;
}
.author-box{
background:#f3f0fb;
padding:20px;
border-radius:8px;
margin-top:40px;
}

.blog-footer{
background:#2b235a;
color:white;
padding:30px;
text-align:center;
margin-top:40px;
}

.blog-footer a{
color:white;
margin:0 10px;
text-decoration:none;
}

.pagination{
display:flex;
justify-content:space-between;
margin-top:40px;
}


.author-container{
display:flex;
align-items:center;
gap:15px;
}

.author-container img{
width:80px;
height:80px;
border-radius:50%;
object-fit:cover;
}

.promo-shirt{
background:#f3f0fb;
border-radius:10px;
padding:20px;
margin:40px 0;
display:flex;
align-items:center;
gap:20px;
}

.promo-shirt a{
display:flex;
align-items:center;
gap:20px;
text-decoration:none;
color:#222;
}

.promo-shirt img{
width:140px;
border-radius:8px;
}

.promo-text h3{
margin:0 0 10px 0;
font-size:20px;
}

.promo-button{
display:inline-block;
margin-top:10px;
background:#2b235a;
color:white;
padding:10px 16px;
border-radius:6px;
font-weight:600;
}


.article-share{
  margin: 50px 0 30px;
  padding: 24px;
  background: #f7f5fc;
  border: 1px solid #e4def5;
  border-radius: 16px;
  text-align: center;
}

.article-share h3{
  margin: 0 0 10px;
  font-size: 24px;
  color: #2b235a;
}

.article-share p{
  margin: 0 0 18px;
  color: #555;
  line-height: 1.5;
}

.article-share-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.share-link{
  display: inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  transition: opacity 0.2s ease;
}

.share-link:hover{
  opacity: 0.9;
}

.share-link.facebook{ background: #1877f2; }
.share-link.x{ background: #111; }
.share-link.linkedin{ background: #0a66c2; }
.share-link.whatsapp{ background: #25d366; }

@media (max-width: 768px){
  .article-share-links{
    flex-direction: column;
  }

  .share-link{
    width: 100%;
    box-sizing: border-box;
  }
}


.mission-community{
margin:60px 0;
padding:28px;
background:#f7f5fc;
border-radius:18px;
text-align:center;
border:1px solid #e5def8;
}

.mission-community h3{
margin-bottom:12px;
font-size:26px;
color:#2b235a;
}

.mission-community p{
max-width:620px;
margin:0 auto 12px;
line-height:1.6;
color:#444;
}

.mission-social{
margin-top:20px;
display:flex;
justify-content:center;
gap:12px;
flex-wrap:wrap;
}

.mission-social a{
padding:10px 18px;
background:#2b235a;
color:#fff;
border-radius:999px;
text-decoration:none;
font-weight:600;
font-size:14px;
transition:opacity 0.2s ease;
}

.mission-social a:hover{
opacity:0.9;
}










@media (max-width:768px){

.promo-shirt,
.promo-shirt a{
flex-direction:column;
text-align:center;
}

.promo-shirt img{
width:180px;
}

}

.logo-m240{
height:80px !important;
width:auto !important;
max-width:none !important;
display:block;
margin:auto;
}
@media (max-width:768px){
.post-card-inner{
flex-direction:column;
}

.post-card-image,
.post-card-image a{
width:100%;
max-width:100%;
}

.post-card-image img{
width:100% !important;
min-width:0 !important;
max-width:100% !important;
height:auto !important;
}
}