.noi-dung-html img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.noi-dung-html p {
    margin-bottom: 15px;
}
.noi-dung-html h2, .noi-dung-html h3, .noi-dung-html h4 {
    color: #1e293b;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 700;
}
.noi-dung-html ul, .noi-dung-html ol {
    margin-left: 20px;
    margin-bottom: 15px;
}
.noi-dung-html li {
    margin-bottom: 8px;
}
.noi-dung-html a {
    color: #3b82f6;
    text-decoration: none;
}
.noi-dung-html a:hover {
    text-decoration: underline;
}
