
.prose.prose-lg p {
    margin-bottom: 10px;
}


.content-article p {
    margin-bottom: 10px;
}

.content-article a {
    color: #884A83;
    font-weight: 600; 
    text-decoration: underline;
}

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

.content-article ol {
    list-style-type: decimal;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.content-article li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.content-article h1 {
    font-size: 2rem;   
	color: #884A83;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.content-article h2 {
    font-size: 1.75rem;   
	color: #884A83;
    font-weight: 600;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.content-article table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
}

.content-article th,
.content-article td {
    border: 1px solid #000;
    padding: 10px;
    text-align: left;
}

.content-article th {
    font-weight: 600;
}

.content-article strong {
    color: #884A83;
}