.elementor-4791 .elementor-element.elementor-element-b9a2919{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-2225931 *//* --- Full Width Professional Styling --- */

.text-content-container {
    width: 100%;       /* Forces full width of the parent container */
    max-width: 100%;   /* Removes the narrow reading column constraint */
    margin: 2rem 0;
    background: #ffffff;
    padding: 4rem 5%;  /* 5% side padding keeps text from hitting screen edges */
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    box-sizing: border-box; /* Ensures padding doesn't break width */
    
    /* Typography */
    color: #334155;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.7;
    text-align: left; /* Strict Left Align */
}

/* Headings */
.text-content-container h1 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 3px solid #3b82f6;
}

.text-content-container h2 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1e293b;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e2e8f0;
}

.text-content-container h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #475569;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

/* Body Text */
.text-content-container p {
    font-size: 1.05rem;
    margin-bottom: 1.2rem;
    max-width: 1400px; /* Optional: Keeps lines from being unreadably long on 4k screens */
}

.text-content-container li {
    font-size: 1.05rem;
    margin-bottom: 0.5rem;
}

/* Metadata */
.last-updated {
    display: block;
    font-size: 0.9rem;
    color: #64748b;
    margin-bottom: 3rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Contact Box */
.contact-highlight {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 2.5rem;
    border-radius: 8px;
    margin-top: 3rem;
    max-width: 600px; /* Keeps the contact box compact */
}

.email-link {
    color: #2563eb;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
}

@media (max-width: 768px) {
    .text-content-container { padding: 2rem 1.5rem; }
    .text-content-container h1 { font-size: 2rem; }
}/* End custom CSS */