.elementor-27440 .elementor-element.elementor-element-6569f39{--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-27440 .elementor-element.elementor-element-e0793c8 > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-e0793c8 *//* Custom Post Styling for Central University of Gujarat PhD Admission 2025-26 */
.custom-post {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    /* Main container settings (no change) */
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

/* Header Styling */
.custom-post header {
    background-color: #005b96;
    color: white;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.custom-post header h1 {
    margin: 0;
    font-size: 1.8em;
    text-align: center;
}

.custom-post header p {
    margin: 5px 0 0 0;
    text-align: center;
    font-size: 0.9em;
}

/* New Card Styling for Sections */
.custom-post .section-card {
    background-color: white; /* White background for the card */
    padding: 20px;
    margin: 20px 0; /* Vertical margin to separate cards */
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    border: 1px solid #eee; /* Light border */
}

/* Section Heading Styling */
.custom-post h2 {
    color: #003f63; /* Section headings */
    border-bottom: 2px solid #005b96;
    padding-bottom: 5px;
    margin-top: 0; /* Remove top margin inside card */
    margin-bottom: 15px;
    font-size: 1.5em;
}

.custom-post h3 {
    color: #003f63;
    font-size: 1.2em;
    margin-top: 20px;
}

/* Table of Contents Styling (Box remains separate) */
.custom-post .toc {
    background-color: #f4f4f4;
    padding: 15px;
    border-radius: 4px;
    margin: 20px 0; /* Adjust margin to align with new cards */
    border: 1px solid #ddd;
}

.custom-post .toc h3 {
    color: #003f63;
    margin-top: 0;
}

.custom-post .toc ul {
    list-style-type: none;
    padding-left: 0;
    columns: 1;
}

.custom-post .toc ul li {
    margin-bottom: 5px;
}

.custom-post .toc ul li a {
    color: #005b96;
    text-decoration: none;
}

/* Responsive Table Styling */
.custom-post .responsive-table {
    overflow-x: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}

.custom-post table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    min-width: 600px;
}

.custom-post th, .custom-post td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
    word-wrap: break-word;
}

.custom-post th {
    background-color: #e2f0fb;
    color: #003f63;
    font-weight: bold;
    white-space: normal;
}

/* Important Notes Styling */
.custom-post .important {
    background-color: #fff3cd;
    border-left: 5px solid #ffca2c;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    font-size: 0.95em;
}

/* Button Styling */
.custom-post .cug-button {
    display: block;
    background-color: #005b96;
    color: white;
    padding: 12px 20px;
    text-decoration: none;
    border-radius: 5px;
    margin: 20px auto;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    max-width: 500px;
}

/* Media Queries */
@media screen and (min-width: 768px) {
    .custom-post .toc ul {
        columns: 2;
    }
}/* End custom CSS */