
/* Safe Professional Styles */
.lead-paragraph {
    font-size: 1.2em;
    line-height: 1.6;
    color: #2c3e50;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e0e0e0;
    font-weight: 400;
}

.lead-paragraph strong {
    font-weight: 500;
}

.entry-content p {
    font-size: 1.05em;
    line-height: 1.7;
    margin-bottom: 18px;
    color: #333;
}

.entry-content h2,
.entry-content h3 {
    color: #2c3e50;
    margin: 25px 0 15px 0;
}

.entry-content hr {
    border: none;
    border-top: 2px solid #e0e0e0;
    margin: 30px 0;
}
