/* Add this to your main frontend stylesheet */
.cms-content ol {
    padding-left: 1.5rem;
    list-style-type: decimal;
}

.cms-content {
    font-size: 1rem;
    line-height: 1.75;
    color: #333;
}

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

.cms-content strong {
    font-weight: bold;
}

.cms-content h1, 
.cms-content h2, 
.cms-content h3 {
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.cms-content ul {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    list-style-type: disc;
}

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

.cms-content a {
    color: #0d6efd;
    text-decoration: underline;
}

.cms-content img {
    max-width: 100%;
    height: auto;
    margin: 1rem 0;
    border-radius: 0.5rem;
}

