/* ===== POST PAGE ===== */

.post-section{
padding:60px 20px;
background:#f5f7fa;
}

/* KHUNG BÀI VIẾT */

.post-container{
max-width:900px;
margin:auto;
background:white;
padding:40px;
border-radius:10px;
box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

/* TIÊU ĐỀ */

.post-title{
font-size:34px;
margin-bottom:20px;
color:#2c3e50;
}

/* META */

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

/* ẢNH */

.post-image{
width:100%;
border-radius:8px;
margin-bottom:25px;
}

/* NỘI DUNG */

.post-content p{
line-height:1.8;
margin-bottom:15px;
font-size:16px;
color:#444;
}

/* SUB TITLE */

.post-content h2{
margin-top:30px;
margin-bottom:10px;
color:#1abc9c;
}

/* LIST */

.post-content ul{
margin-left:20px;
margin-bottom:20px;
}

.post-content li{
margin-bottom:8px;
}

/* BUTTON QUAY LẠI */

.back-btn{
display:inline-block;
margin-top:30px;
text-decoration:none;
background:#1abc9c;
color:white;
padding:10px 18px;
border-radius:6px;
}

.back-btn:hover{
background:#149174;
}