.blog-content{
max-width:900px;
margin:40px auto;
line-height:1.8;
color:#444;
padding:0 20px;
}

.blog-content h3{
margin-top:30px;
font-size:24px;
}

.blog-content h4{
margin-top:20px;
font-size:18px;
}

.blog-content p{
margin-bottom:15px;
}
.blog-header{
max-width:900px;
margin:80px auto 40px;
text-align:center;
padding:0 20px;
}

.blog-title{
font-size:36px;
font-weight:700;
margin-bottom:10px;
}

.blog-subtitle{
color:#666;
margin-bottom:25px;
}

.blog-cover{
width:100%;
border-radius:10px;
}

.blog-content{
max-width:900px;
margin:auto;
line-height:1.8;
color:#444;
padding:0 20px;
}

.blog-content h3{
margin-top:35px;
font-size:24px;
}

.blog-content h4{
margin-top:20px;
font-size:18px;
}

.blog-content p{
margin-bottom:15px;
}

.blog-image{
margin:30px 0;
text-align:center;
}

.blog-image img{
width:100%;
border-radius:10px;
}

.image-caption{
font-size:14px;
color:#777;
margin-top:8px;
}
.rekomendasi-artikel{
margin-top:60px;
padding-top:40px;
border-top:1px solid #eee;
}

.rekomendasi-artikel h2{
font-size:24px;
margin-bottom:25px;
}

.rekomendasi-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:20px;
}

.rekomendasi-card{
text-decoration:none;
color:#000;
background:#fff;
border-radius:10px;
overflow:hidden;
box-shadow:0 5px 15px rgba(0,0,0,0.08);
transition:0.3s;
}

.rekomendasi-card:hover{
transform:translateY(-5px);
}

.rekomendasi-card img{
width:100%;
height:150px;
object-fit:cover;
}

.rekomendasi-card h3{
font-size:16px;
padding:15px;
}
.artikel-terkait {
  margin-top: 40px;
  text-align: center;
}

.artikel-terkait h2 {
  margin-bottom: 20px;
}

.artikel-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.btn-artikel {
  background: #111;
  color: #fff;
  padding: 10px 16px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.btn-artikel:hover {
  background: #f5a623;
  color: #000;
}