.elementor-32010 .elementor-element.elementor-element-b1bfb34{--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 );}/* Start custom CSS for text-editor, class: .elementor-element-d9caea1 *//* Custom Post Styling for HPU PhD Admission */
.custom-post {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 100%; /* Ensure full responsiveness */
    overflow-x: hidden; /* Prevent horizontal scroll */
}

/* Card Structure - Each section acts as a card with full width */
.custom-post .section-card {
    margin: 15px 0px; /* Top/bottom margin for card separation */
 padding-left: 10px !important;
  padding-right: 10px !important;
    border-radius: 8px;
    background-color: #ffffff; /* White background for the card */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); /* subtle shadow for card effect */
    border: 1px solid #eee;
}

/* Main Post Title/Header Styling */
.custom-post h1 {
    background-color: #005b96;
    color: white;
    padding: 15px 15px;
    margin: 0 0 20px 0;
    font-size: 1.5em;
    border-radius: 5px; /* Corner round */
    text-align: center;
}

/* Section Headings Styling */
.custom-post h2, .custom-post h3 {
    color: #003f63;
    padding: 10px 15px;
    margin: 0;
    border-bottom: 2px solid #003f63;
    font-size: 1.3em;
}

.custom-post h3 {
    font-size: 1.1em;
    border-bottom: 1px solid #ccc;
}

/* Table of Contents Styling */
.custom-post .toc {
    background-color: #f8f8f8;
    border: 1px solid #e0e0e0;
    padding: 15px;
    margin: 10px 0;
    border-radius: 5px;
}

.custom-post .toc ul {
    list-style: none;
    padding-left: 0;
}

.custom-post .toc ul li a {
    color: #005b96;
    text-decoration: none;
}

/* Introduction and General Paragraph Styling */
.custom-post p, .custom-post ul, .custom-post ol, .custom-post .responsive-table {
    padding: 15px;
    margin: 0;
}

/* Button Styling */
.custom-post .action-button {
    display: block;
    width: fit-content;
    margin: 15px auto;
    padding: 10px 20px;
    background-color: #005b96;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.1em;
    transition: background-color 0.3s;
}

.custom-post .action-button:hover {
    background-color: #003f63;
}

/* Responsive Table Wrapper */
.custom-post .responsive-table {
    overflow-x: auto; /* Ensures table is responsive for narrow screens */
    padding: 15px;
    margin: 0;
}

/* Table Styling */
.custom-post table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto; /* Ensures content wrapping */
    margin: 0;
}

.custom-post table th, .custom-post table td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
    word-wrap: break-word; /* Wrap long text naturally */
}

/* Table Header Styling */
.custom-post table th {
    background-color: #e2f0fb; /* Table headers: #e2f0fb */
    color: #333;
    font-weight: bold;
}

/* Important Notes Box Styling */
.custom-post .important {
    background-color: #fff3cd; /* Notes box: #fff3cd */
    border-left: 5px solid #ffca2c; /* border-left #ffca2c */
    padding: 15px;
    margin: 15px;
    border-radius: 4px;
    color: #856404;
}

.custom-post .important strong {
    color: #856404;
}

/* Footer Links Styling */
.custom-post .footer-links {
    padding: 15px;
    margin: 0;
}

.custom-post .footer-links a {
    display: inline-block;
    margin-right: 15px;
    color: #005b96;
    text-decoration: none;
    font-weight: bold;
}

/* Media Query for Mobile Optimization */
@media screen and (max-width: 600px) {
    .custom-post h1 {
        font-size: 1.3em;
    }
    .custom-post h2 {
        font-size: 1.1em;
    }
}/* End custom CSS */