.elementor-26936 .elementor-element.elementor-element-8c78c99{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-26936 .elementor-element.elementor-element-5146d46 > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-5146d46 *//*
 * Custom Post Styling - DO NOT USE .phd-announcement
 * Ensures clean, mobile-friendly, non-interfering layout
 */

.custom-post {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    /* Card-based styling for the main container */
    border: 0px solid #ddd;
    border-radius: 8px;
    margin: 0; /* Left and right margin 0px */
    padding: 0px; /* Left and right padding 0px */
    overflow-x: hidden; /* Prevent horizontal scrollbar on the card itself */
    max-width: 100%;
}

/* Header Styling */
.custom-post header {
    background-color: #005b96; /* Header background */
    color: white;
    padding: 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin: 0;
}

.custom-post header h1 {
    margin-top: 0;
    font-size: 1.8em;
    line-height: 1.2;
}

.custom-post header p {
    margin-bottom: 0;
    font-size: 1em;
}

/* Section Styling - Card for each section */
.custom-post section {
    padding: 20px;
    margin: 15px 0; /* Vertical margin to separate cards */
    background-color: #ffffff; /* Default background for section card */
    border: 1px solid #eee;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

/* Section Headings Styling */
.custom-post h2, .custom-post h3, .custom-post h4 {
    color: #003f63; /* Section headings */
    border-bottom: 2px solid #e2f0fb;
    padding-bottom: 5px;
    margin-top: 1.5em;
    margin-bottom: 1em;
}

/* Paragraph and List Styling */
.custom-post p, .custom-post ul, .custom-post ol {
    margin-bottom: 1em;
    text-align: justify;
}

.custom-post ul, .custom-post ol {
    padding-left: 20px;
}

/* Responsive Table Container */
.custom-post .responsive-table {
    overflow-x: auto; /* Scroll for smaller screens if needed */
    margin: 15px 0;
    max-width: 100%;
}

/* Table Styling */
.custom-post table {
    width: 100%;
    table-layout: auto; /* Allows content to dictate width, better for responsiveness */
    border-collapse: collapse;
    margin: 0;
    font-size: 0.9em;
}

.custom-post th, .custom-post td {
    border: 1px solid #ddd;
    padding: 10px 8px;
    text-align: left;
    vertical-align: top;
    word-wrap: break-word; /* Wrap long text naturally */
}

.custom-post th {
    background-color: #e2f0fb; /* Table headers */
    color: #003f63;
    font-weight: bold;
}

.custom-post tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* Important Notes Box */
.custom-post .important {
    background-color: #fff3cd; /* Notes box background */
    border-left: 5px solid #ffca2c; /* Notes box border-left */
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
}

.custom-post .important strong {
    color: #856404;
}

/* Footer Styling */
.custom-post footer {
    background-color: #f4f4f4;
    padding: 15px 20px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    text-align: center;
}

.custom-post footer a {
    color: #005b96;
    text-decoration: none;
    font-weight: bold;
}

/* Specific styling for table of contents */
.custom-post .toc {
    border: 1px solid #005b96;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    background-color: #f7fcff;
}

.custom-post .toc h3 {
    margin-top: 0;
    border-bottom: none;
    padding-bottom: 0;
    color: #003f63;
}/* End custom CSS */