/* Custom styles for better text layout */

/* Make content wider and left-aligned */
.main-content {
    max-width: none !important;
    text-align: left !important;
}

/* Ensure paragraphs and lists are left-aligned */
p, ul, ol, li {
    text-align: left !important;
}

/* Make content container wider */
.measure-wide-l, .measure-wide {
    max-width: 80% !important;
}

/* Override center alignment */
.tc-l, .tc {
    text-align: left !important;
}