    /**
    * All of the CSS for your public-facing functionality should be
    * included in this file.
    */
    body {
        font-family: "Merriweather", sans-serif !important;
    }

    .card {
        background-color: transparent !important;
    }

    .btn-custom {
        border-color: #1f2d36 !important;
        background-color: #1f2d36 !important;
        color: #fff !important;
        font-size: 12px !important;
        padding: 8px !important;
        border-radius: 4px !important;
    }

    .btn-custom:hover {
        background-color: #6b7444 !important;
    }

    li.custom-page-item span {
        border-color: #1f2d36 !important;
        background-color: #1f2d36 !important;
        color: #fff !important;
    }

    li.custom-page-item .page-link {
        padding: 3px 6px !important;
    }

    .custom-primary {
        background-color: #003B2E !important;
        color: #fff !important;
    }

    .compact-view-btn {
        padding: 2px 6px;
        line-height: 1;
        border-radius: 6px;
    }

    .status-badge {
        width: 100px !important;
        background-color: #9dafac !important;
    }

.meeting-badge {
    display: inline-block;
    max-width: 100%;
    white-space: normal;
    word-break: break-word;
    line-height: 1.2;
    padding: 0.35em 0.55em;
    background-color: #9dafac !important;
    color: #fff !important;
}

.meetings-table td,
.meetings-table th {
    vertical-align: middle;
}

.meetings-actions-col {
    width: 110px !important;
    min-width: 110px !important;
}

.meetings-actions-cell {
    width: 110px !important;
    min-width: 110px !important;
    white-space: nowrap;
}

.meetings-actions {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    white-space: nowrap;
}

.meetings-page .meetings-actions .compact-view-btn,
.meetings-page .meetings-actions .elementor-button,
.meetings-page .meetings-actions .custom-primary {
    min-width: 36px;
    margin: 0 !important;
    padding: 6px 8px !important;
}

.meetings-page .meetings-actions .ms-2 {
    margin-left: 0 !important;
}

    .custom-link {
        color: #003B2E !important;
        text-decoration: none !important;
    }

    .custom-link:hover {
        transform: scale(1.05);
    }

    .custom-link:focus {
        transform: scale(0.95);
        color: #fff !important;
    }

    .avatar-lg {
        width: 100px;
        height: 100px;
    }

    .avatar-title {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 32px;
        border-radius: 50%;
        background: #ccd1df;
    }

    .icon-circle {
        width: 38px;
        height: 38px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 1px solid #b5bcc8;
    }

    #members-page ul {
        margin: unset !important;
    }

    .btn-custom-primary {
        background: #003B2E;
        color: #fff;
        border: 1px solid #003B2E;
        padding: 6px 10px;
        border-radius: 6px;
        font-size: 13px;
        transition: 0.15s;
    }

    .btn-custom-primary:hover,
    .btn-custom-primary.active {
        background: #025544;
        border-color: #025544;
    }

    .btn-custom-primary:disabled {
        opacity: .4;
    }

    /* Small phones */
    @media (max-width: 480px) {
        .btn-custom-primary {
            flex: 1 0 18%;
            text-align: center;
            margin-bottom: 6px;
        }
    }


    #members-page .cards-wrapper {
        display: flex;
        gap: 16px;
        overflow-x: auto;
        white-space: nowrap;
        padding: 10px 0;
    }

    #members-page .cards-wrapper .card {
        min-width: 250px;
    }

    /* Tablet+: switch to wrapping grid */
    @media (min-width: 768px) {
        #members-page .cards-wrapper {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            white-space: normal;
            overflow-x: visible;
        }
    }

    .avatar-lg img {
        width: 96px;
        height: 96px;
        object-fit: cover;
    }

    @media (max-width: 575px) {
        .avatar-lg img {
            width: 72px;
            height: 72px;
        }
    }

    @media (max-width: 575px) {
        #members-page h5 {
            font-size: 14px;
        }

        #members-page p {
            font-size: 12px;
        }
    }


    .hover-card {
        transition: transform 0.25s ease, box-shadow 0.25s ease;
        cursor: pointer;
        min-height: 200px;
    }

    .hover-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
    }

    .hover-card:hover {
        border-color: var(--bs-primary);
    }

    .hover-card .card-title {
        transition: color 0.25s ease;
    }

    .hover-card:hover .card-title {
        color: var(--bs-primary);
    }

    .list-inline {
        margin: unset !important;
    }

    /*=================== Image Gallery Styles =================*/
    .image-card {
        border: none;
        border-radius: 16px;
        overflow: hidden;
        cursor: pointer;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .image-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
    }

    .image-wrapper {
        position: relative;
        overflow: hidden;
        height: 100%;
        width: 100%;
    }

    .gallery-img {
        width: 100%;
        height: 100% !important;
        object-fit: cover;
        transition: transform 0.4s ease;
    }

    .image-card:hover .gallery-img {
        transform: scale(1.08);
    }

    .image-overlay {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 12px;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
        color: #fff;
        font-weight: 500;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .image-card:hover .image-overlay {
        opacity: 1;
    }

    /* Lightbox */

    .lightbox-modal .modal-content {
        background: transparent;
        border: none;
    }

    .lightbox-image {
        width: 100%;
        max-height: 80vh;
        object-fit: contain;
    }

    .lightbox-caption {
        padding: 10px;
        font-weight: 500;
    }

    .lightbox-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 40px;
        background: rgba(0, 0, 0, 0.4);
        color: white;
        border: none;
        padding: 8px 8px;
        cursor: pointer;
        border-radius: 8px;
    }

    .lightbox-nav.left {
        left: 15px;
    }

    .lightbox-nav.right {
        right: 15px;
    }

    .lightbox-nav:hover {
        background: rgba(0, 0, 0, 0.7);
        color: white;
    }

    /*============ Needs to convert to masonry layout =====================*/
    /*================== Youtube Video Gallery ============================*/
    .video-card {
        cursor: pointer;
        border: none;
        border-radius: 12px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .video-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    }

    .thumbnail-wrapper {
        position: relative;
        overflow: hidden;
    }

    .video-thumbnail {
        width: 100%;
        height: 220px;
        object-fit: cover;
        transition: transform 0.4s ease;
    }

    .video-card:hover .video-thumbnail {
        transform: scale(1.08);
    }

    .play-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.4);
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .video-duration {
        position: absolute;
        top: 10px;
        right: 10px;
        background: rgba(0, 0, 0, 0.75);
        color: #fff;
        font-size: 16px;
        padding: 4px 8px;
        border-radius: 6px;
        font-weight: 500;
    }

    .video-card:hover .play-overlay {
        opacity: 1;
    }

    .play-button {
        font-size: 20px;
        color: white;
        background: rgba(255, 0, 0, 0.85);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .video-title {
        font-weight: 600;
        font-size: 14px;
        line-height: 1.4;
    }

    /*========================= Month wise Session Calendar =======================*/
    .session-calendar {
        width: 100%;
        max-height: 300px !important;
    }

    .session-calendar-header {
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .session-calendar-weekdays {
        width: 100%;
        display: grid;
        gap: 4px;
        grid-template-columns:repeat(7, 1fr);
        margin-bottom: 5px;
        background-color: transparent;
        background-image: linear-gradient(231deg, #D29C38 0%, #0A4F3E 100%);
    }

    .calendar-weekday {
        width: 100%;
        aspect-ratio: 1 / 1;
        text-align: center;
        font-weight: 600;
        color: #fff;
    }

    .session-calendar-grid {
        width: 100%;
        display: grid;
        grid-template-columns:repeat(7, 1fr);
        gap: 4px;
    }

    .calendar-day {
        width: 100%;
        aspect-ratio: 1 / 1;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .calendar-day:not(.empty) {
        border: 1px solid #e5e5e5;
    }

    .calendar-day .day-number {
        font-weight: 500;
    }

    .calendar-day.has-session {
        background: #f3f6ff;
        border-color: #5b7cff;
        cursor: pointer;
    }

    .calendar-day.has-session .day-number {
        color: #5b7cff;
    }

    .calendar-day {
        position: relative;
    }

    .calendar-tooltip {
        position: absolute;
        bottom: 110%;
        left: 50%;
        transform: translateX(-50%) translateY(10px);

        background: #5b5a5a;
        color: #fff;

        border-radius: 8px;
        font-size: 13px;
        min-width: 200px;
        padding: 7px 14px;
        opacity: 0;
        pointer-events: none;

        transition: all .25s ease;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        z-index: 10;
    }

    .tooltip-header-wrapper {
        /*display:flex;*/
        /*align-items:center;*/
        /*justify-content:center;*/
        /*border-top-left-radius:8px;*/
        /*border-top-right-radius:8px;*/
        /*gap:5px;*/
        /*background-image: linear-gradient(231deg, #D29C38 0%, #0A4F3E 100%);*/
    }

    .calendar-tooltip ul {
        margin: 5px 0 0 0;
        padding-left: 15px;
    }

    .calendar-day:hover .calendar-tooltip {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }

    .calendar-tooltip::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);

        border-width: 6px;
        border-style: solid;
        border-color: #5b5a5a transparent transparent transparent;
    }

    .year-calendar {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }

    .year-month {
        width: 100%;
    }

    .month-title {
        text-align: center;
        font-weight: 600;
        margin-bottom: 10px;
        font-size: 18px;
    }

    @media (max-width: 1024px) {
        .year-calendar {
            grid-template-columns:repeat(2, 1fr);
        }
    }

    @media (max-width: 600px) {
        .year-calendar {
            grid-template-columns:1fr;
        }
    }

    .news-published-date {
        font-size: 14px;
        color: #b10303;
        font-weight: 600;
    }

    /* News carousel (home page) */
    .parliament-pg-root.news-carousel {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .parliament-pg-root.news-carousel .news-carousel-header {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin: 0 0 14px 0;
    }

    .parliament-pg-root.news-carousel .news-carousel-controls {
        display: flex;
        gap: 10px;
    }

    .parliament-pg-root.news-carousel .news-carousel-btn {
        width: 38px;
        height: 38px;
        border-radius: 10px;
        border: 1px solid #d8d8d8;
        background: #ffffff;
        color: #1f1f1f;
        font-size: 24px;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        padding: 0;
    }

    .parliament-pg-root.news-carousel .news-carousel-btn:hover {
        background: #f4f4f4;
    }

    .parliament-pg-root.news-carousel .news-carousel-loading,
    .parliament-pg-root.news-carousel .news-carousel-empty {
        padding: 12px 0;
        color: #666;
        font-size: 14px;
    }

    .parliament-pg-root.news-carousel .news-carousel-track {
        display: flex;
        gap: 18px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 4px 2px 10px 2px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .parliament-pg-root.news-carousel .news-carousel-track::-webkit-scrollbar {
        display: none;
    }

    .parliament-pg-root.news-carousel .news-carousel-card {
        flex: 0 0 auto;
        width: 286px;
        max-width: 286px;
        min-width: 286px;
        height: 360px;
        border-radius: 28px;
        overflow: hidden;
        background: #242424;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
        scroll-snap-align: start;
        display: flex;
        flex-direction: column;
    }

    .parliament-pg-root.news-carousel .news-carousel-media {
        width: 100%;
        height: 210px;
        min-height: 210px;
        max-height: 210px;
        overflow: hidden;
        background: #ececec;
        flex-shrink: 0;
    }

    .parliament-pg-root.news-carousel .news-carousel-image {
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        max-height: 210px !important;
        object-fit: cover !important;
        display: block !important;
        border: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .parliament-pg-root.news-carousel .news-carousel-body {
        flex: 1 1 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #242424;
        padding: 18px 20px;
        text-align: center;
    }

    .parliament-pg-root.news-carousel .news-carousel-text {
        margin: 0;
        color: #ffffff;
        font-size: 14px;
        line-height: 1.5;
        font-weight: 400;
        font-family: Georgia, "Times New Roman", serif;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    @media (max-width: 767px) {
        .parliament-pg-root.news-carousel .news-carousel-card {
            width: 250px;
            max-width: 250px;
            min-width: 250px;
            height: 330px;
        }

        .parliament-pg-root.news-carousel .news-carousel-media,
        .parliament-pg-root.news-carousel .news-carousel-image {
            height: 185px;
            min-height: 185px;
            max-height: 185px;
        }

        .parliament-pg-root.news-carousel .news-carousel-text {
            font-size: 14px;
        }
    }


    .flatpickr-input {
        background-color: #fff !important;
        height: calc(1.5em + .75rem + 2px);
        padding: .375rem .75rem !important;
        border: 1px solid #ced4da !important;
        border-radius: .375rem !important;
    }

    .fc table{
        margin : 0 !important;

    }

    .fc .fc-button:hover {
        background-color: #f5f5f5 !important;
    }

    .fc .fc-button:active,
    .fc .fc-button.fc-button-active, .fc .fc-button.fc-button-primary{
        background-color: #e9ecef !important;
        border-color: #ccc !important;
        color: #333 !important;
    }
    .fc .grid{
        color: #333 !important;
    }

    .events-calendar a{
        color: #333 !important;
    }
    .events-calendar {
        border: 1px solid #ccc;
        border-radius: 8px;
    }

    .events-calendar .fc-toolbar{
        padding: 25px 15px 5px 15px;
    }

    .fc-h-event{
        background-color: unset !important;
        border: unset !important;
        border-radius: 10px !important;
        color: #373434 !important;
    }
    .sd-time-slot{
        text-wrap: nowrap;
        font-size: 12px;
    }

    .selected-date-text{
        font-size: 12px;
        font-weight: 600;
        background-color: #fff;
        padding: 2px 8px ;
        border-radius: 10px;
        border: 1px solid #7f7474;
    }

    .event-heading{
        font-size: 14px;
        font-weight: 600;
    }

    .fc-event-content-wrapper{
        font-size: 10px;
        font-weight: 700;
        padding: 2px 3px;
        border-radius: 7px;
        width: 100%;
    }
    .parliament-sitting {
        background-color: rgba(155, 89, 182, 0.3); /* adjust 0.5 as needed */
        border: 1px solid rgb(128, 0, 128);
        color: rgb(128, 0, 128);
    }

    .committee-hearing{
        background-color: rgba(231,76,60,0.3);
        border: 1px solid rgb(255,0,0);
        color: rgb(127, 1, 1);
    }

    .in-house-event{
        background-color: rgba(46, 204,113, 0.3);
        border: 1px solid rgb(0, 128, 0);
        color: rgb(1, 77, 1);
    }

    .custom-badge{
        font-size: 11px;
        font-weight: 600;
        padding: 2px 7px;
        border-radius: 10px;
    }
    .calendar-key{
        display: flex;
        flex-direction: column;
        gap: 5px;
        padding: 10px;
        border-radius: 10px;
        border: 1px solid #ccc;
    }
    .calendar-key-item{
        display: flex;
        gap: 5px;
        align-items: center;
    }
    .calendar-key-box{
        display: block;
        height: 15px;
        width: 15px;
        border-radius: 3px;
    }


    /*------------------ CSS by WP ----------------------------*/
    .parliament-pg-root .card {
        border: 1px solid #e2e2e2;
        border-radius: 6px;
        padding-top: 5px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }

    .parliament-pg-root .card-header {
        background: #f7f9f8 !important;
        color: #0b3d2e !important;
    }

    .parliament-pg-root .card-header h5 {
        font-size: 16px !important;
        font-weight: 700 !important;
    }

    .parliament-pg-root .form-select {
        font-size: 14px !important;
        border-radius: 4px !important;
        border: 1px solid #ccc !important;
    }

    .parliament-pg-root .elementor-button {
        font-size: 13px !important;
        padding: 6px 16px;
        border-radius: 4px !important;
    }

    /* ================= Governor Profile Modal ================= */
    .governor-profile-overlay {
        position: fixed;
        inset: 0;
        z-index: 2147483000;
        background: rgba(15, 23, 42, 0.65);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        overflow-y: auto;
    }

    .governor-profile-panel {
        position: relative;
        width: 100%;
        max-width: 960px;
        max-height: calc(100vh - 40px);
        overflow-y: auto;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
    }

    #governors-page .governor-view-profile-btn {
        background: #003B2E;
        color: #fff;
        border: none;
        border-radius: 6px;
        padding: 6px 14px;
        font-size: 13px;
    }

    #governors-page .governor-view-profile-btn:hover {
        background: #025544;
        color: #fff;
    }

    .governor-profile-modal {
        z-index: 200000 !important;
    }

    .governor-profile-backdrop {
        z-index: 199999 !important;
    }

    .governor-profile-dialog {
        max-width: 960px;
    }

    .governor-profile-modal .modal-content {
        border: none;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
    }

    .governor-profile-close {
        position: absolute;
        top: 16px;
        right: 16px;
        z-index: 5;
        width: 38px;
        height: 38px;
        border: none;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.92);
        color: #1f2d36;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        cursor: pointer;
    }

    .governor-profile-header {
        background: linear-gradient(135deg, #e8eef8 0%, #f4f7fb 55%, #eef4f1 100%);
        padding: 28px 28px 24px;
        border-bottom: 1px solid #e6ebf2;
    }

    .governor-profile-header-inner {
        display: grid;
        grid-template-columns: 110px 1fr auto;
        gap: 20px;
        align-items: center;
    }

    .governor-profile-avatar img,
    .governor-profile-avatar-placeholder {
        width: 110px;
        height: 110px;
        border-radius: 50%;
        object-fit: cover;
        border: 4px solid #fff;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    }

    .governor-profile-avatar-placeholder {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #d9e2ef;
        color: #5b6b84;
        font-size: 42px;
    }

    .governor-profile-name {
        font-size: 28px;
        font-weight: 700;
        color: #1f2d36;
    }

    .governor-profile-badge {
        display: inline-block;
        padding: 4px 12px;
        border-radius: 999px;
        font-size: 12px;
        font-weight: 600;
    }

    .governor-profile-badge.active {
        background: #d9f5e8;
        color: #0a6b45;
    }

    .governor-profile-badge.former {
        background: #eceff3;
        color: #5b6777;
    }

    .governor-profile-title {
        font-size: 16px;
        color: #4b5d73;
        font-weight: 500;
    }

    .governor-profile-department,
    .governor-profile-party {
        font-size: 14px;
        color: #6b7a90;
    }

    .governor-profile-header-actions {
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .governor-profile-contact-btn {
        background: #003B2E;
        color: #fff !important;
        border: none;
        border-radius: 8px;
        padding: 10px 16px;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
    }

    .governor-profile-contact-btn:hover {
        background: #025544;
        color: #fff !important;
    }

    .governor-profile-link-btn {
        width: 42px;
        height: 42px;
        border-radius: 8px;
        border: 1px solid #d5dde8;
        background: #fff;
        color: #1f2d36;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }

    .governor-profile-body {
        padding: 24px 28px 30px;
        background: #f8fafc;
    }

    .governor-profile-card {
        background: #fff;
        border: 1px solid #e7edf4;
        border-radius: 14px;
        padding: 20px;
        height: 100%;
    }

    .governor-profile-card h5 {
        font-size: 16px;
        font-weight: 700;
        color: #1f2d36;
        margin-bottom: 16px;
    }

    .governor-profile-list,
    .governor-profile-social,
    .governor-profile-education,
    .governor-profile-mandates {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .governor-profile-list li,
    .governor-profile-social li {
        display: flex;
        gap: 12px;
        margin-bottom: 16px;
    }

    .governor-profile-list li:last-child,
    .governor-profile-social li:last-child {
        margin-bottom: 0;
    }

    .governor-profile-list i,
    .governor-profile-social i {
        width: 20px;
        color: #003B2E;
        font-size: 18px;
        margin-top: 2px;
    }

    .governor-profile-list span,
    .governor-profile-social span {
        display: block;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        color: #7b8798;
        margin-bottom: 2px;
    }

    .governor-profile-list p,
    .governor-profile-list a,
    .governor-profile-social a {
        margin: 0;
        color: #243447;
        font-size: 14px;
        text-decoration: none;
        word-break: break-word;
    }

    .governor-profile-list a:hover,
    .governor-profile-social a:hover {
        color: #003B2E;
        text-decoration: underline;
    }

    .governor-profile-bio {
        margin: 0;
        color: #4b5d73;
        line-height: 1.7;
        font-size: 15px;
    }

    .governor-profile-timeline {
        position: relative;
        padding-left: 18px;
    }

    .governor-profile-timeline::before {
        content: '';
        position: absolute;
        left: 5px;
        top: 4px;
        bottom: 4px;
        width: 2px;
        background: #d7e2f0;
    }

    .governor-profile-timeline-item {
        position: relative;
        display: flex;
        gap: 14px;
        margin-bottom: 18px;
    }

    .governor-profile-timeline-item:last-child {
        margin-bottom: 0;
    }

    .governor-profile-timeline-dot {
        position: absolute;
        left: -18px;
        top: 6px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #003B2E;
        border: 2px solid #fff;
        box-shadow: 0 0 0 2px #d7e2f0;
    }

    .governor-profile-timeline-item h6 {
        margin: 0 0 4px;
        font-size: 15px;
        font-weight: 700;
        color: #1f2d36;
    }

    .governor-profile-timeline-item p {
        color: #5f6f82;
        font-size: 14px;
    }

    .governor-profile-timeline-date {
        font-size: 13px;
        color: #7b8798;
    }

    .governor-profile-education li,
    .governor-profile-mandates li {
        margin-bottom: 14px;
        color: #4b5d73;
        font-size: 14px;
        line-height: 1.5;
    }

    .governor-profile-education li:last-child,
    .governor-profile-mandates li:last-child {
        margin-bottom: 0;
    }

    .governor-profile-education strong {
        display: block;
        color: #1f2d36;
        margin-bottom: 2px;
    }

    .governor-profile-education span {
        display: block;
    }

    .governor-profile-education em {
        display: block;
        font-style: normal;
        color: #7b8798;
        margin-top: 2px;
    }

    .governor-profile-mandates li {
        position: relative;
        padding-left: 18px;
    }

    .governor-profile-mandates li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 9px;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #003B2E;
    }

    #governors-page .governor-card {
        cursor: pointer;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    #governors-page .governor-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
    }

    @media (max-width: 767px) {
        .governor-profile-header-inner {
            grid-template-columns: 1fr;
            text-align: center;
        }

        .governor-profile-header-actions {
            justify-content: center;
        }

        .governor-profile-avatar {
            display: flex;
            justify-content: center;
        }

        .governor-profile-body {
            padding: 18px;
        }
    }