.blog-content {
    color: #f0f0f0;
}

.blog-content p {
    margin-bottom: 1em;
    line-height: 1.7;
    color: #e0e0e0;
}

.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
    margin-top: 1.8em;
    margin-bottom: 0.8em;
    line-height: 1.3;
    color: #ffffff;
    font-weight: 600;
}

.blog-content h2 {
    font-size: 1.8rem;
}

.blog-content h3 {
    font-size: 1.5rem;
}

.blog-content ul {
    list-style-type: none;
    padding-left: 0;
}

.blog-content ul,
.blog-content ol {
    margin-bottom: 1em;
}

.blog-content li {
    margin-bottom: 0.5em;
    line-height: 1.6;
    color: #e0e0e0;
}

.blog-content a {
    color: #4dabf7;
    text-decoration: none;
}

.blog-content a:hover {
    color: #74c0fc;
    text-decoration: underline;
}