/*
Theme Name: iSathi Theme 3
Theme URI: https://flipdezine.com/themes/isathi/
Author: Gulfam Ali <aligulfam2020@gmail.com>
Author URI: https://flipdezine.com/
Description: This theme is for job search.
Version: 1.0
Tags: Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Shared page header: gradient banner + subtle dotted texture */
.page-hero {
    background: linear-gradient(135deg, var(--dark-blue), var(--primary-blue));
    padding: 3rem 0;
    position: relative;
    overflow: hidden;
}

.page-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, .07) 1px, transparent 1px);
    background-size: 18px 18px;
    pointer-events: none;
}

.page-hero .container {
    position: relative;
    z-index: 1;
}

.page-hero .breadcrumb {
    --bs-breadcrumb-divider-color: rgba(255, 255, 255, .45);
    margin: 0;
}

.page-hero .breadcrumb a {
    color: #cbd5e1;
}

.page-hero .breadcrumb a:hover {
    color: var(--primary-yellow);
}

.page-hero .breadcrumb-item.active {
    color: #fff;
}

/* Compact, left-aligned variant (~100px) */
.page-hero-compact {
    padding: 0;
}

.page-hero-inner {
    display: flex;
    align-items: center;
    min-height: 130px;
    padding: 1rem 0;
}

.page-hero-heading {
    border-left: 3px solid var(--primary-yellow);
    padding-left: 1rem;
}

.page-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: var(--primary-yellow);
    margin-bottom: .1rem;
}

.page-hero-title {
    color: #fff;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.15;
    margin: 0;
}

.page-hero-text {
    color: #cbd5e1;
    font-size: .88rem;
    line-height: 1.5;
    margin: .3rem 0 0;
}

.page-hero-text a {
    color: #cbd5e1;
}

/* Legal pages: accented section headings + restore list bullets (base ul resets them) */
.legal-doc h3 {
    color: var(--primary-blue);
    margin: 2rem 0 .75rem;
    padding-left: .85rem;
    border-left: 4px solid var(--primary-yellow);
}

.legal-doc h3:first-child {
    margin-top: 0;
}

.legal-doc ul {
    list-style: disc;
    padding-left: 1.25rem;
}

/* ==========================================================================
   Courses Page (plugin: is_plugin_1/is_courses.php)
   Ported from legacy isathi-theme-1/assets/css/custom.css — only the rules this
   page uses. (The collapsible tree CSS is inlined in the template itself.)
   ========================================================================== */
.course_content {
    padding: 0;
}

.course_box_shadow {
    background: var(--white, #fff);
    border: 1px solid var(--border-color, #e2e8f0);
    border-radius: var(--radius-md, 12px);
    box-shadow: var(--shadow-sm, 0 2px 8px rgba(35, 59, 120, 0.06));
    padding: clamp(16px, 3vw, 24px);
}

.course_back {
    padding: 6px 1px;
    background: #e9ecef;
    margin-left: -12px;
    margin-right: -12px;
}

/* Secondary course breadcrumb bar (heading inside the tree) */
.course_breadcrumb {
    display: inline-block;
    border: 1px solid #e9ecef;
    overflow: hidden;
    border-radius: 5px;
    counter-reset: flag;
}

.course_breadcrumb a {
    text-decoration: none;
    outline: none;
    display: block;
    float: left;
    font-size: 16px;
    line-height: 36px;
    color: white;
    padding: 0 10px 0 30px;
    background: #e9ecef;
    position: relative;
    font-weight: 600;
}

.course_breadcrumb a:first-child {
    padding-left: 16px;
    border-radius: 5px 0 0 5px;
}

.course_breadcrumb a:first-child:before {
    left: 14px;
}

.course_breadcrumb a:last-child {
    border-radius: 0 5px 5px 0;
    padding-right: 20px;
}

.course_breadcrumb a.active,
.course_breadcrumb a:hover {
    background: #e9ecef;
}

.course_breadcrumb a.active:after,
.course_breadcrumb a:hover:after {
    background: #e9ecef;
}

.course_breadcrumb a:after {
    content: '';
    position: absolute;
    top: 0;
    right: -18px;
    width: 36px;
    height: 36px;
    transform: scale(0.707) rotate(45deg);
    z-index: 1;
    background: #666;
    background: linear-gradient(135deg, #666, #333);
    box-shadow: 2px -2px 0 2px rgba(0, 0, 0, 0.4), 3px -3px 0 2px rgba(255, 255, 255, 0.1);
    border-radius: 0 5px 0 50px;
}

.course_breadcrumb a:last-child:after {
    content: none;
}

/* Course list rows (inside the tree) */
.course_list_a {
    width: 100%;
    cursor: pointer;
}

.course_list_n {
    width: 100%;
    cursor: text;
    pointer-events: none;
}

.feature-item {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
}

.feature-icon img {
    width: 35px;
    height: 40px;
    border-radius: 2px;
    max-width: 35px;
}

.feature-content {
    margin-left: 20px;
}

.feature-content h3 {
    font-size: 18px;
    margin: 0;
    font-weight: 500;
}

.course_list_a .feature-content h3 {
    color: #1e568a;
}

.course_list_n .feature-content h3 {
    color: #333;
}

.feature-content p {
    font-size: 14px;
    color: #666;
    margin: 5px 0 0;
}

.feature-content .bi-hourglass-split {
    color: var(--primary-yellow);
}

.f-highlight {
    color: #1e568a;
    font-weight: 600;
    font-size: 16px;
}

/* ============================================================
   Standard right sidebar — reused on single/listing pages
   (admission, scholarship, notifications, courses, govt jobs...).
   Markup:
     .term_content
       h4.other_side_exam                       (section heading)
       .course_ent > ul > li > a > i.bi + text   (related links)
       div (ad block)
   ============================================================ */
.term_content, .live-sidebar {
    background: var(--white, #fff);
    border: 1px solid var(--border-color, #e2e8f0);
    border-radius: var(--radius-md, 12px);
    box-shadow: var(--shadow-sm, 0 2px 8px rgba(35, 59, 120, 0.06));
    padding: clamp(16px, 2vw, 20px);
}

.live-sidebar {
    margin-bottom: 20px;
}

/* Related-links list */
.course_ent {
    margin-bottom: 16px;
}

.course_ent ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.course_ent ul li {
    margin: 0 0 8px;
}

.course_ent ul li:last-child {
    margin-bottom: 0;
}

.course_ent ul li a {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 10px 12px;
    border: 1px solid var(--border-color, #e2e8f0);
    border-radius: var(--radius-sm, 8px);
    background: var(--bg-color, #fafafa);
    color: var(--heading-color, #1d1d1d);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
    transition: var(--transition, all 0.25s ease);
}

.course_ent ul li a i {
    flex-shrink: 0;
    margin-top: 3px;
    color: var(--primary-yellow, #f5bf24);
}

.course_ent ul li a:hover {
    border-color: var(--primary-blue, #233b78);
    background: var(--light-blue, #eef4ff);
    color: var(--primary-blue, #233b78);
}

.course_ent ul li a:hover i {
    color: var(--primary-blue, #233b78);
}

/* "Latest Live Blogs" list variant (.live-sidebar) — Bootstrap list-group
   items neutralised to sit flush inside the sidebar card. */
.live-sidebar-list {
    margin: 0;
}

.live-sidebar-item.list-group-item {
    gap: 10px;
    padding: 12px 0;
    border: 0;
    border-bottom: 1px solid var(--border-color, #e2e8f0);
    background: transparent;
    color: var(--heading-color, #1d1d1d);
}

.live-sidebar-item.list-group-item:first-child {
    padding-top: 0;
}

.live-sidebar-item.list-group-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.live-sidebar-item.list-group-item-action:hover,
.live-sidebar-item.list-group-item-action:focus {
    background: transparent;
    color: var(--primary-blue, #233b78);
}

.live-sidebar-thumb-wrap {
    width: 64px;
}

.live-sidebar-thumb {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: var(--radius-sm, 8px);
}

.live-sidebar-item-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    color: var(--heading-color, #1d1d1d);
}

.live-sidebar-item:hover .live-sidebar-item-title {
    color: var(--primary-blue, #233b78);
}

.live-sidebar-item-date {
    margin-top: 4px;
    font-size: 12px;
    color: var(--paragraph-color, #666);
}

@media (max-width: 992px) {
    .feature-icon img {
        width: 20px !important;
        height: 20px !important;
    }

    .tree ul li:before {
        display: none !important;
    }
}

/* ==========================================================================
   Government Jobs Pages (plugin: is_govt_jobs_all.php + is_govt_jobs_single.php)
   Ported from legacy isathi-theme-1 (custom.css + style.css) — only the rules
   these pages use. The original stylesheet's global h2–h6 override is scoped
   here, and legacy var(--yellow-color) is mapped to --primary-yellow.
   ========================================================================== */

/* ---- Sidebar listings (all-jobs page) ---- */
.sidebar_post {
    border: 1px solid #ebebeb;
    padding: 20px 10px;
    overflow: auto;
}

.govt_notif_post {
    height: 78em;
    max-height: 78em;
}

.govt_page_heading {
    border: 1px solid #ebebeb;
    padding: 12px 10px;
    font-size: 18px;
    font-weight: 600;
}

.home_sidebar_post .post_image img {
    object-fit: cover;
    object-position: center;
    margin-left: -5px;
}

.home_sidebar_post .post_image .notif_img {
    width: 32px;
    height: 32px;
    max-width: 32px;
    margin: 5px 5px 0 0;
}

.home_sidebar_post h6 {
    margin-top: 2px;
}

.home_sidebar_post .post_content .title a {
    font-size: 14px;
    font-weight: 500;
    color: #002639;
    line-height: 20px;
}

/* ---- Single job detail ---- */
.courses_details_title {
    font-size: 24px;
    color: #002639;
    font-weight: 600;
}

/* Meta bar under the detail title (conducting body / official website).
   Padding lives on the bar itself because the <ul> carries Bootstrap
   p-0 m-0 (!important), which would cancel any padding set on the list. */
.courses_top_bar {
    background-color: var(--light-blue, #eef4ff);
    border: 1px solid var(--border-color, #e2e8f0);
    border-radius: var(--radius-sm, 8px);
    padding: 14px 18px;
    margin: 0 0 20px;
}

.courses_top_bar .courses_meta .meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* vertical middle */
    justify-content: flex-start;
    /* left aligned */
    gap: 10px 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.courses_top_bar .courses_meta .meta li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--heading-color, #1d1d1d);
}

.courses_top_bar .courses_meta .meta li i {
    flex-shrink: 0;
    font-size: 16px;
    color: var(--primary-yellow, #f5bf24);
}


/* ============================================================
   WYSIWYG CONTENT STANDARD — .courses_details_content
   Used by: is_admission_single, is_scholarship_single,
            is_govt_jobs_single, is_entrance_exams_single.
   The editor (full_desc / notif_content) can emit ANY markup:
   headings, tables, lists, links, images, embeds. Everything
   below keeps that content readable and inside the card.
   ============================================================ */
.courses_details_content {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 16px;
    line-height: 1.8;
    color: var(--paragraph-color, #484848);
    overflow-wrap: break-word;
    word-break: break-word;
}

/* --- Guards: the page's own title/meta must beat the generic prose rules --- */
.courses_details_content .courses_details_title {
    font-size: 24px;
    font-weight: 600;
    color: var(--primary-blue, #233b78);
    margin: 0 0 12px;
}

.courses_details_content .courses_top_bar ul,
.courses_details_content .meta {
    list-style: none;
    padding-left: 0;
}

/* --- Headings: real hierarchy (previously h1–h6 were all 20px) --- */
.courses_details_content h1,
.courses_details_content h2,
.courses_details_content h3,
.courses_details_content h4,
.courses_details_content h5,
.courses_details_content h6 {
    color: var(--primary-blue, #233b78);
    font-weight: 600;
    line-height: 1.35;
    margin: 1.6rem 0 0.75rem;
}

.courses_details_content h1 { font-size: 28px; }
.courses_details_content h2 { font-size: 24px; }
.courses_details_content h3 { font-size: 20px; }
.courses_details_content h4 { font-size: 18px; }
.courses_details_content h5 { font-size: 16px; }
.courses_details_content h6 { font-size: 15px; }

.courses_details_content > *:first-child {
    margin-top: 0;
}

/* --- Paragraphs --- */
.courses_details_content p {
    margin: 0 0 1rem;
}

/* --- Links --- */
.courses_details_content a {
    color: var(--primary-blue, #233b78);
    font-weight: 500;
    text-decoration: underline;
}

.courses_details_content a:hover {
    color: var(--dark-blue, #172754);
    text-decoration: none;
}

/* --- Lists (ul + ol; editor emits both) --- */
.courses_details_content ul,
.courses_details_content ol {
    margin: 0 0 1rem;
    padding-left: 1.5rem;
}

.courses_details_content ul { list-style: disc; }
.courses_details_content ol { list-style: decimal; }

.courses_details_content li {
    margin-bottom: 0.5rem;
    font-size: 16px;
    color: var(--paragraph-color, #484848);
}

.courses_details_content li > ul,
.courses_details_content li > ol {
    margin-top: 0.5rem;
}

.courses_details_content li i {
    margin-right: 5px;
    color: var(--primary-yellow, #f5bf24);
}

/* --- Tables: editor tables had NO borders/padding at all --- */
.courses_details_content table {
    width: 100%;
    margin: 1.25rem 0;
    border-collapse: collapse;
    font-size: 15px;
    background: var(--white, #fff);
}

/* Editors often hardcode width="600" / inline widths — never break the card */
.courses_details_content table[width] {
    width: 100% !important;
}

.courses_details_content table th,
.courses_details_content table td {
    border: 1px solid var(--border-color, #e2e8f0);
    padding: 10px 14px;
    text-align: left;
    vertical-align: middle;
}

.courses_details_content table th,
.courses_details_content table thead td {
    background: var(--light-blue, #eef4ff);
    color: var(--primary-blue, #233b78);
    font-weight: 600;
}

.courses_details_content table tbody tr:nth-child(even) {
    background: var(--bg-color, #fafafa);
}

.courses_details_content table tbody tr:hover {
    background: var(--light-blue, #eef4ff);
}

/* --- Images & embeds: never overflow the card --- */
.courses_details_content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 1rem auto;
    border-radius: var(--radius-sm, 8px);
}

.courses_details_content iframe,
.courses_details_content video,
.courses_details_content embed {
    max-width: 100%;
    border-radius: var(--radius-sm, 8px);
}

/* --- Blockquote / code / rule / emphasis --- */
.courses_details_content blockquote {
    margin: 1.25rem 0;
    padding: 12px 18px;
    border-left: 4px solid var(--primary-yellow, #f5bf24);
    background: var(--bg-color, #fafafa);
    color: var(--paragraph-color, #666);
    font-style: italic;
}

.courses_details_content code,
.courses_details_content pre {
    background: var(--bg-color, #fafafa);
    border: 1px solid var(--border-color, #e2e8f0);
    border-radius: var(--radius-sm, 8px);
    font-size: 14px;
}

.courses_details_content code {
    padding: 2px 6px;
}

.courses_details_content pre {
    margin: 1.25rem 0;
    padding: 14px;
    overflow-x: auto;
}

.courses_details_content hr {
    margin: 1.5rem 0;
    border: 0;
    border-top: 1px solid var(--border-color, #e2e8f0);
}

.courses_details_content strong,
.courses_details_content b {
    color: var(--heading-color, #1d1d1d);
    font-weight: 600;
}

/* --- Mobile: wide editor tables scroll instead of crushing --- */
@media (max-width: 575.98px) {
    .courses_details_content table {
        min-width: 520px;
    }

    .courses_details_content table th,
    .courses_details_content table td {
        padding: 8px 10px;
        font-size: 14px;
    }
}


/* Section sub-heading with underline accent (scoped so it can't override the
   global headings the way the legacy stylesheet did) */
.section-title h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--heading-color);
    position: relative;
}

.section-title h2::after {
    content: "";
    width: 150px;
    height: 1.3px;
    display: inline-block;
    background: var(--primary-yellow);
    margin: 2px 10px;
}

.imp_sections {
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px;
    overflow-x: auto;
}

.imp_sections h1,
.imp_sections h2,
.imp_sections h3,
.imp_sections h4,
.imp_sections h5,
.imp_sections h6 {
    font-size: 16px;
    margin-top: 12px;
    color: var(--heading-color);
}

.imp_sections span,
.imp_sections p {
    font-size: 16px !important;
}

@media (max-width: 992px) {
    .mobile-hide {
        display: none;
    }
}


/* ==========================================================================
   Ported from isathi-theme-1 (custom.css / style.css)
   Restores styling for plugin pages that lost their CSS in theme-3:
   Contact, Scholarship (list + single), Admission (single),
   Course Category, Notifications, Tools & Utilities.
   theme-1 vars mapped -> theme-3 tokens:
     --heading-color-blue -> --primary-blue (#233b78)
     --sec-yellow-color   -> --primary-yellow (#f5bf24)
   ========================================================================== */

/* ----- Sidebar heading (admission_single / scholarship_single) ----- */
.other_side_exam, .live-sidebar-title {
    margin: 0 0 14px;
    padding: 0 0 10px;
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-blue, #233b78);
    border-bottom: 2px solid var(--border-color, #e2e8f0);
}

.live-sidebar-title i {
    margin-right: 6px;
    color: var(--primary-yellow, #f5bf24);
}

/* ----- Contact box shadow (contactus) ----- */
.contact_box_shadow {
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset,
        rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}

/* ----- Contact form fields (contactus) ----- */
.single_form {
    margin-top: 30px;
}

.single_form textarea,
.single_form input {
    width: 100%;
    height: 55px;
    padding: 0 25px;
    font-size: 16px;
    color: #2b2a35;
    border: 1px solid rgba(43, 42, 53, 0.3);
    border-radius: 5px;
    transition: all 0.3s ease-out 0s;
}

.single_form textarea {
    resize: none;
    padding-top: 15px;
    height: 120px;
}

.single_form textarea:focus,
.single_form input:focus {
    border-color: var(--primary-yellow, #f5bf24);
}

/* ----- Contact info column (contactus) ----- */
.contact_info .single_info .info_icon i {
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 24px;
    border-radius: 50%;
    border: 1px solid rgba(43, 42, 53, 0.2);
    color: #2b2a35;
    text-align: center;
}

.contact_info .single_info .info_content {
    padding-left: 20px;
}

/* ----- Scholarship list cards (scholarship_all). Row uses g-4 for
   spacing; cards stretch to equal height and match the theme card system. ----- */
.scholar-card {
    width: 100%;
    background: var(--white, #fff);
    border: 1px solid var(--border-color, #e2e8f0);
    border-radius: var(--radius-md, 12px);
    box-shadow: var(--shadow-sm, 0 2px 8px rgba(35, 59, 120, 0.06));
    overflow: hidden;
    transition: var(--transition, all 0.3s ease);
}

.scholar-card:hover {
    border-color: var(--primary-blue, #233b78);
    box-shadow: var(--shadow-md, 0 6px 20px rgba(35, 59, 120, 0.1));
    transform: translateY(-3px);
}

.scholar-col h3 {
    color: var(--primary-blue, #233b78);
}

.scholar-col p {
    color: var(--paragraph-color, #666);
    font-size: 14px;
    line-height: 1.6;
}

.scholar-col .sch-award {
    flex-shrink: 0;
    font-weight: 600;
    font-size: 0.8125rem;
    padding: 5px 14px;
    border-radius: 9999px;
    background-color: var(--primary-yellow, #f5bf24);
    color: var(--dark-blue, #172754);
    white-space: nowrap;
}

/* "Learn More" footer link, pinned to the card bottom via mt-auto */
.scholar-more {
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid var(--border-color, #e2e8f0);
    color: var(--primary-blue, #233b78);
    text-decoration: none;
}

.scholar-card:hover .scholar-more {
    color: var(--dark-blue, #172754);
}

/* ----- Tools & Utilities cards (t_tool_uti). The whole card is a link;
   cards stretch to equal height (h-100) and match the theme card system. ----- */
.util_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 28px 22px;
    text-align: center;
    text-decoration: none;
    background: var(--white, #fff);
    border: 1px solid var(--border-color, #e2e8f0);
    border-radius: var(--radius-md, 12px);
    box-shadow: var(--shadow-sm, 0 2px 8px rgba(35, 59, 120, 0.06));
    transition: var(--transition, all 0.3s ease);
}

.util_box:hover {
    border-color: var(--primary-blue, #233b78);
    box-shadow: var(--shadow-md, 0 6px 20px rgba(35, 59, 120, 0.1));
    transform: translateY(-4px);
}

.util_box img {
    width: auto;
    max-width: 140px;
    height: auto;
    margin-bottom: 16px;
}

.util_box h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--primary-blue, #233b78);
}

.util_box p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: var(--paragraph-color, #666);
}

.info-wrap{
    background-color: var(--light-blue);
}
/* ----- Exam cards inside AJAX tab content (admission_all ->
   controlss/api/get_entrance_by_id.php). Markup: .exam_list > a >
   span(conducting body), h4.exam_list_title, span(website). ----- */
.exam_list {
    height: 100%;
    padding: 18px 20px;
    border: 1px solid var(--border-color, #e2e8f0);
    border-radius: var(--radius-md, 12px);
    background-color: var(--white, #fff);
    box-shadow: var(--shadow-sm, 0 2px 8px rgba(35, 59, 120, 0.06));
    transition: var(--transition, all 0.3s ease);
}

.exam_list:hover {
    border-color: var(--primary-blue, #233b78);
    box-shadow: var(--shadow-md, 0 6px 20px rgba(35, 59, 120, 0.1));
    transform: translateY(-3px);
}

.exam_list a {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
}

/* Conducting body — small uppercase eyebrow */
.exam_list a span:first-child {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--paragraph-color, #666);
}

/* Exam name — bold brand-blue title */
.exam_list_title {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    color: var(--primary-blue, #233b78);
    margin: 8px 0;
}

.exam_list:hover .exam_list_title {
    color: var(--dark-blue, #172754);
}

/* Official website — readable link pinned to the card bottom */
.exam_list a span:last-child {
    margin-top: auto;
    font-size: 13px;
    font-weight: 500;
    color: var(--primary-blue, #233b78);
    word-break: break-word;
}