.elementor-36112 .elementor-element.elementor-element-41f7fb7{--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-aba8b48 *//* CSS Code for IIM Trichy PhD Admission Post */
.custom-post {
    line-height: 1.6;
    color: #333;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.custom-post * {
    box-sizing: border-box;
}
.custom-post .content-card {
    background: #fff;
    margin: 0 0 1.5rem 0;
    padding: 1.5rem 1rem;
    border-radius: 8px;
    box-shadow: none;
    border-bottom: 1px solid #eee;
}
.custom-post h1 {
    color: #003f63;
    margin-top: 0;
    font-size: 1.8rem;
    border-bottom: 2px solid #e2f0fb;
    padding-bottom: 0.5rem;
}
.custom-post h2 {
    color: #003f63;
    margin-top: 0;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e2f0fb;
    font-size: 1.5rem;
}
.custom-post h3 {
    color: #005a87;
    font-size: 1.2rem;
    margin: 1.5rem 0 0.8rem 0;
}
.custom-post p {
    margin-bottom: 1rem;
    word-wrap: break-word;
}
.custom-post .responsive-table {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 1rem 0;
}
.custom-post table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    min-width: 300px;
}
.custom-post th {
    background-color: #e2f0fb;
    text-align: left;
    padding: 0.75rem;
    font-weight: 600;
    border: 1px solid #c5d9ed;
}
.custom-post td {
    padding: 0.75rem;
    border: 1px solid #ddd;
    vertical-align: top;
}
.custom-post ul, .custom-post ol {
    padding-left: 1.5rem;
    margin: 1rem 0;
}
.custom-post li {
    margin-bottom: 0.5rem;
}
.custom-post .important {
    background-color: #fff3cd;
    border-left: 4px solid #ffca2c;
    padding: 1rem;
    margin: 1.5rem 0;
    border-radius: 0 4px 4px 0;
}
.custom-post .btn {
    display: inline-block;
    background-color: #007bff;
    color: white;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    margin: 1rem 0;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
.custom-post .btn:hover {
    background-color: #0056b3;
}
.custom-post .toc {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 4px;
    margin: 1.5rem 0;
}
.custom-post .toc ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.5rem;
}
.custom-post .toc li {
    margin-bottom: 0.75rem;
}
.custom-post .toc a {
    text-decoration: none;
    color: #005a87;
    padding: 0.25rem 0;
    display: block;
    transition: color 0.2s ease;
}
.custom-post .toc a:hover {
    text-decoration: underline;
    color: #003f63;
}
.custom-post .footer-links {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #ddd;
    font-size: 0.9rem;
}
.custom-post .tool-promo {
    background-color: #f1f8ff;
    border: 1px dashed #c5d9ed;
    padding: 1rem;
    margin: 1.5rem 0;
    border-radius: 4px;
    font-size: 0.95rem;
}
.custom-post .tool-promo p {
    margin: 0.5rem 0;
}
.custom-post .tool-promo a {
    color: #005a87;
    text-decoration: underline;
    font-weight: 500;
}
.custom-post .tool-promo a:hover {
    color: #003f63;
}
@media (max-width: 768px) {
    .custom-post .content-card {
        padding: 1.25rem 0.75rem;
    }
    .custom-post h1 {
        font-size: 1.5rem;
    }
    .custom-post h2 {
        font-size: 1.3rem;
    }
    .custom-post .toc ul {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 480px) {
    .custom-post th, .custom-post td {
        padding: 0.5rem;
    }
    .custom-post .btn {
        width: 100%;
        padding: 0.875rem;
    }
}/* End custom CSS */