.standard-content {
    line-height: 1.6;
    color: #000000;
}

.standard-content h2,
.standard-content h3,
.standard-content h4 {
    color: #000000;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.standard-content p {
    margin-bottom: 1.2rem;
}

.standard-content ul,
.standard-content ol {
    margin-bottom: 1.2rem;
    padding-left: 1.5rem;
}

.standard-content li {
    margin-bottom: 0.5rem;
}

.standard-content a {
    color: #ee0505;
    text-decoration: none;
}

.standard-content a:hover {
    text-decoration: underline;
}