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

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

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

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

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

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

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

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

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

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

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