.info h3 {
    font-weight: bold;
}
.post-content img {
    max-width: 100%;
    height: auto;
}
a:hover {
    text-decoration: none !important;
}
.category-header {
  border-bottom:2px solid #eee;
}
.category-header h2 {font-weight:600;}
.category-content {
  margin-top:10px;
  color:#444;
}
.post-thumb {
  width:100%;height:180px;object-fit:cover;border-radius:8px;
}
.post-card {transition:transform 0.2s ease-in-out;}
.post-card:hover {transform:translateY(-3px);}
.pagination .page-item.active .page-link {
  background:#007bff;border-color:#007bff;
}
.author-header {
  display:flex;align-items:center;gap:20px;margin-bottom:30px;
}
.author-header img {
  width:120px;height:120px;object-fit:cover;border-radius:50%;border:3px solid #eee;
}
.social-links {margin-top:10px;}
.post-thumb {
  width:100%;height:180px;object-fit:cover;border-radius:8px;
}
.post-card {
  transition:transform 0.2s ease-in-out;
}
.post-card:hover {transform:translateY(-3px);}
.pagination .page-item.active .page-link {
  background:#007bff;border-color:#007bff;
}
.content h2 {
    font-size: 24px;
}
.content h3 {
    font-size: 22px;
}
/* Container */
.amlich-container {
    margin: auto;
}

/* BOX */
.am-box {
    background: #ffffff;
    border: 1px solid #bbf7d0;
    border-radius: 10px;
    margin-bottom: 16px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* TITLE */
.am-title {
    background: #ecfdf5;
    color: #15803d;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    border-bottom: 1px solid #bbf7d0;
}

/* CONTENT */
.am-content {
    padding: 12px;
    line-height: 1.6;
    color: #333;
}

/* TABLE */
.am-table td {
    border-top: 1px solid #bbf7d0;
    padding: 10px;
	vertical-align: top;
}
.am-table {
    width: 100%;
    border-collapse: collapse;
}
.am-table .label {
    background: #f0fdf4;
    color: #166534;
    font-weight: 600;
	width: 1%;
    white-space: nowrap;
}

/* LIST */
.am-table ul {
    padding-left: 18px;
}

/* HIGHLIGHT */
.am-content b {
    color: #166534;
}
.am-title::before {
    content: "🌿 ";
}
.am-section-title {
    font-size: 22px;
    font-weight: 700;
    color: #166534;
    margin: 20px 0 15px;
    padding-bottom: 8px;
    border-bottom: 3px solid #22c55e26;
    position: relative;
}

.am-section-title::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 90px;
    height: 3px;
    background: #16a34a;
}
p.tho-luan {
    text-align: center;
}
/* ================= MOBILE ================= */
@media (max-width: 768px) {

    .am-title {
        font-size: 15px;
    }
    .am-content {
        font-size: 14px;
    }

    .am-table td {
        font-size: 14px;
        padding: 8px;
    }

    /* hiệu ứng card giống app */
    .am-box {
        border-radius: 10px;
    }
}