/*
 * FCJ visual refresh.
 * Scoped overrides for Divi pages, kept in the child theme for easy rollback.
 */

:root {
    --fcj-red: #d71920;
    --fcj-red-dark: #aa151b;
    --fcj-blue: #173650;
    --fcj-blue-soft: #eaf1f8;
    --fcj-ink: #1f2a37;
    --fcj-muted: #657385;
    --fcj-line: #dfe7ef;
    --fcj-surface: #ffffff;
    --fcj-page: #f4f6f9;
    --fcj-shadow: 0 18px 45px rgba(15, 34, 52, .12);
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    color: var(--fcj-ink);
    background-color: var(--fcj-page);
}

#top-header {
    background: var(--fcj-red) !important;
}

#main-header {
    box-shadow: 0 8px 26px rgba(23, 54, 80, .08) !important;
}

#top-menu li a {
    font-weight: 800;
}

#top-menu li.current-menu-item > a,
#top-menu li.current_page_item > a {
    color: var(--fcj-red) !important;
}

#et_search_icon:before {
    color: var(--fcj-ink);
}

#logo {
    object-fit: contain;
}

.et_monarch .et_social_sidebar_networks .et_social_googleplus,
.et_monarch .et_social_mobile .et_social_googleplus,
.et-social-google-plus {
    display: none !important;
}

/* Home hero */
.home .et_pb_section_0 {
    position: relative !important;
    min-height: clamp(540px, 64vh, 740px) !important;
    display: flex !important;
    align-items: flex-end !important;
    padding: 0 !important;
    overflow: hidden !important;
    isolation: isolate;
    background:
        linear-gradient(90deg, rgba(7, 13, 24, .72), rgba(10, 25, 44, .48) 45%, rgba(104, 0, 0, .78)),
        url("/wp-content/themes/divi-hijo/assets/fcj-landing-bg.jpg") center 42% / cover no-repeat !important;
}

.home .et_pb_section_0::before {
    content: "";
    position: absolute;
    left: -6vw;
    right: -6vw;
    bottom: -1px;
    z-index: 1;
    height: clamp(96px, 10vw, 140px);
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(255,255,255,.96), #f4f6f9 82%),
        repeating-linear-gradient(90deg, rgba(23,54,80,.055) 0 1px, transparent 1px 86px);
    clip-path: polygon(0 58%, 100% 18%, 100% 100%, 0 100%);
    filter: drop-shadow(0 -24px 42px rgba(0,0,0,.18));
}

.home .et_pb_section_0::after {
    content: "";
    position: absolute;
    left: -4vw;
    right: -4vw;
    bottom: clamp(58px, 6.4vw, 86px);
    z-index: 1;
    height: 10px;
    pointer-events: none;
    background: linear-gradient(90deg, var(--fcj-blue) 0 22%, var(--fcj-red) 22% 78%, #f0c24d 78% 100%);
    box-shadow: 0 14px 34px rgba(215,25,32,.28);
    transform: rotate(-2deg);
    transform-origin: left center;
}

.home .et_pb_fullwidth_image_0 {
    display: none !important;
}

.home .fcj-hero-copy {
    position: relative;
    z-index: 2;
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
    padding: clamp(120px, 12vw, 180px) 0 clamp(128px, 11vw, 168px);
    color: #fff;
}

.home .fcj-hero-kicker,
.page-id-512 .fcj-page-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 28px;
    padding: 4px 10px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 6px;
    background: rgba(255,255,255,.12);
    color: rgba(255,255,255,.9);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.home .fcj-hero-copy h1,
.page-id-512 .fcj-page-hero-copy h1 {
    max-width: 760px;
    margin: 14px 0 0;
    padding: 0;
    color: #fff !important;
    font-size: clamp(42px, 5.2vw, 72px);
    line-height: .98;
    font-weight: 950;
}

.home .fcj-hero-copy h1 {
    max-width: 1000px;
    margin-top: 0;
    font-size: clamp(34px, 4.2vw, 58px);
    line-height: 1.06;
}

.home .fcj-title-mobile {
    display: none;
}

.home .fcj-title-desktop,
.home .fcj-title-mobile {
    max-width: 100%;
}

.home .fcj-hero-copy p,
.page-id-512 .fcj-page-hero-copy p {
    max-width: 660px;
    margin: 18px 0 0;
    padding: 0;
    color: rgba(255,255,255,.9);
    font-size: 18px;
    line-height: 1.55;
}

.home .fcj-hero-copy p {
    max-width: 980px;
    font-size: clamp(20px, 2vw, 30px);
    font-weight: 750;
}

.home .fcj-discipline-break {
    display: inline;
}

.home .fcj-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.home .fcj-hero-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 16px;
    border-radius: 6px;
    background: #fff;
    color: var(--fcj-blue);
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(0,0,0,.22);
}

.home .fcj-hero-actions a:first-child {
    background: var(--fcj-red);
    color: #fff;
}

/* Home content */
.home .et_pb_section_1 {
    position: relative !important;
    overflow: hidden;
    background:
        linear-gradient(180deg, #f8fafc 0, rgba(244,246,249,.96) 210px, rgba(238,243,248,.98) 100%),
        repeating-linear-gradient(90deg, rgba(23,54,80,.035) 0 1px, transparent 1px 88px) !important;
    padding: 54px 0 88px !important;
}

body.home div.et_pb_section.et_pb_section_1 {
    background:
        linear-gradient(180deg, #f8fafc 0, rgba(244,246,249,.96) 280px, rgba(238,243,248,.98) 100%),
        repeating-linear-gradient(90deg, rgba(23,54,80,.035) 0 1px, transparent 1px 88px) !important;
}

.home .et_pb_section_1::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 150px;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,0));
}

.home .et_pb_section_1::after {
    content: "";
    position: absolute;
    inset: 0 -8vw auto -8vw;
    z-index: 0;
    height: clamp(700px, 66vw, 980px);
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(244,246,249,.62) 0%, rgba(244,246,249,.84) 52%, #eef3f8 100%),
        linear-gradient(90deg, rgba(255,255,255,.64) 0%, rgba(255,255,255,.48) 48%, rgba(255,255,255,.82) 100%),
        url("/wp-content/themes/divi-hijo/assets/fcj-landing-bg.jpg") left 8% top -20px / min(920px, 74vw) auto no-repeat,
        url("/wp-content/themes/divi-hijo/assets/fcj-landing-bg.jpg") right -120px top 0 / min(920px, 76vw) auto no-repeat;
    filter: blur(16px) saturate(.9);
    opacity: .7;
    transform: scale(1.02);
}

.home .et_pb_section_1 .et_pb_top_inside_divider,
.home .et_pb_section_1 .et_pb_bottom_inside_divider {
    display: none !important;
}

.home .fcj-home-news-heading {
    position: relative;
    z-index: 2;
    width: min(1120px, 92%);
    margin: 8px auto 24px;
}

.home .fcj-home-news-heading span {
    color: var(--fcj-red);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.home .fcj-home-news-heading h2 {
    margin: 2px 0 0;
    padding: 0;
    color: var(--fcj-blue);
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 950;
}

.home .et_pb_row_0 {
    width: min(1120px, 92%) !important;
    max-width: 1120px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 34px;
    align-items: start;
    margin: 0 auto 46px !important;
    padding: 0 !important;
}

body.home div.et_pb_section.et_pb_section_1 .et_pb_row_0.et_pb_row {
    position: relative;
    z-index: 2;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.home .et_pb_row_0 > .et_pb_column {
    width: auto !important;
    float: none !important;
    margin: 0 !important;
}

.home .et_pb_blog_0 {
    background: transparent !important;
}

.home .et_pb_blog_grid .et_pb_post {
    overflow: hidden;
    position: relative;
    padding: 0 0 24px !important;
    border: 1px solid rgba(23,54,80,.08) !important;
    border-radius: 10px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: 0 18px 45px rgba(15,34,52,.11);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.home .et_pb_blog_grid .et_pb_post:hover {
    transform: translateY(-4px);
    border-color: rgba(215,25,32,.2) !important;
    box-shadow: 0 24px 58px rgba(15,34,52,.16);
}

.home .et_pb_blog_0 .et_pb_post .entry-featured-image-url,
.home .et_pb_blog_0 .et_pb_post .et_pb_slides,
.home .et_pb_blog_0 .et_pb_post .et_pb_video_overlay {
    margin: 0 0 20px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: hidden;
}

.home .et_pb_blog_0 .et_pb_post .entry-featured-image-url::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 44%;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(15,34,52,0), rgba(15,34,52,.24));
}

.home .et_pb_blog_0 .et_pb_post img {
    display: block;
    width: 100% !important;
    height: 240px !important;
    border-radius: 0 !important;
    object-fit: cover;
    box-shadow: none !important;
    transition: transform .22s ease;
}

.home .et_pb_blog_grid .et_pb_post:hover img {
    transform: scale(1.035);
}

.home .et_pb_blog_0 .entry-title,
.home .et_pb_blog_0 .post-meta,
.home .et_pb_blog_0 .post-content {
    padding-right: 22px !important;
    padding-left: 22px !important;
    width: auto !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

.home .et_pb_blog_0 .entry-title {
    margin: 0 !important;
    color: var(--fcj-blue) !important;
    font-size: 24px !important;
    line-height: 1.16 !important;
    font-weight: 900;
}

.home .et_pb_blog_0 .entry-title a {
    color: inherit !important;
}

.home .et_pb_blog_0 .post-meta {
    display: inline-flex;
    width: fit-content;
    margin: 10px 22px 10px !important;
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(215,25,32,.08);
    color: var(--fcj-red) !important;
    font-size: 11px !important;
    font-weight: 800;
    line-height: 1.2 !important;
}

.home .et_pb_blog_0 .post-content {
    color: #4b5563;
    font-size: 15px;
    line-height: 1.66;
}

.home .et_pb_blog_0 .post-content p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.home .et_pb_blog_0 .more-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    min-height: 36px;
    padding: 7px 12px;
    border-radius: 6px;
    background: var(--fcj-red);
    color: #fff !important;
    font-size: 13px;
    font-weight: 900;
}

.home .et_pb_blog_0 .more-link::after {
    content: ">";
    margin-left: 7px;
}

.home .et_pb_column_1 {
    position: relative;
    top: 0;
}

.home .et_pb_column_1 .et_pb_cta_0,
.home .et_pb_column_1 .et_pb_cta_2 {
    display: none !important;
}

.home .et_pb_cta_1 {
    --fcj-action-icon: url("/wp-content/themes/divi-hijo/assets/fcj-action-protocolos.svg");
    --fcj-action-color: #d71920;
}

.home .et_pb_cta_3 {
    --fcj-action-icon: url("/wp-content/themes/divi-hijo/assets/fcj-action-competiciones.svg");
    --fcj-action-color: #173650;
}

.home .et_pb_cta_4 {
    --fcj-action-icon: url("/wp-content/themes/divi-hijo/assets/fcj-action-rankings.svg");
    --fcj-action-color: #536b86;
}

.home .et_pb_cta_5 {
    --fcj-action-icon: url("/wp-content/themes/divi-hijo/assets/fcj-action-copas.svg");
    --fcj-action-color: #d71920;
}

.home .et_pb_cta_6 {
    --fcj-action-icon: url("/wp-content/themes/divi-hijo/assets/fcj-action-galerias.svg");
    --fcj-action-color: #173650;
}

.home .et_pb_column_1 .et_pb_promo {
    min-height: 82px;
    margin-bottom: 14px !important;
    overflow: hidden;
    border: 1px solid rgba(23,54,80,.12);
    border-radius: 8px;
    background-size: cover !important;
    background-position: center !important;
    box-shadow: 0 12px 28px rgba(15,34,52,.12);
    transition: transform .18s ease, box-shadow .18s ease;
}

.home .et_pb_column_1 .fcj-sidebar-action.et_pb_promo {
    display: grid !important;
    grid-template-columns: 68px minmax(0, 1fr) 24px;
    align-items: center;
    gap: 14px;
    min-height: 92px;
    padding: 12px 14px !important;
    border-left: 4px solid var(--fcj-action-color, var(--fcj-red)) !important;
    background: linear-gradient(135deg, #fff 0%, #f8fafc 100%) !important;
    background-image: linear-gradient(135deg, #fff 0%, #f8fafc 100%) !important;
    color: var(--fcj-blue) !important;
}

.home .et_pb_column_1 .fcj-sidebar-action::before {
    content: "";
    width: 66px;
    height: 66px;
    border: 1px solid rgba(23,54,80,.08);
    border-radius: 12px;
    background-color: #fff;
    background-image: var(--fcj-action-icon);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: 0 8px 18px rgba(15,34,52,.08);
}

.home .et_pb_column_1 .fcj-sidebar-action::after {
    content: ">";
    width: 24px;
    color: var(--fcj-action-color, var(--fcj-red));
    font-size: 22px;
    font-weight: 950;
    text-align: right;
}

.home .et_pb_column_1 .fcj-sidebar-action .et_pb_promo_description {
    display: block !important;
    padding: 0 !important;
}

.home .fcj-sidebar-action-text {
    display: grid;
    gap: 3px;
    text-align: left;
}

.home .fcj-sidebar-action-text strong {
    color: var(--fcj-blue);
    font-size: 17px;
    font-weight: 950;
    line-height: 1.08;
}

.home .fcj-sidebar-action-text small {
    color: var(--fcj-muted);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.25;
}

.home .et_pb_column_1 .et_pb_promo:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(15,34,52,.18);
}

.home .et_pb_row_1,
.home .et_pb_row_2 {
    position: relative;
    z-index: 2;
    width: min(1120px, 92%) !important;
    max-width: 1120px !important;
}

.home #fcjyda-calendario {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.home .fcj-current-calendar {
    overflow: hidden;
    border: 1px solid rgba(23,54,80,.1);
    border-radius: 10px;
    background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
    box-shadow: var(--fcj-shadow);
}

.home .fcj-current-calendar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px 24px;
    border-bottom: 1px solid var(--fcj-line);
}

.home .fcj-current-calendar-head span {
    color: var(--fcj-red);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.home .fcj-current-calendar-head h2 {
    margin: 3px 0 0;
    padding: 0;
    color: var(--fcj-blue);
    font-size: clamp(26px, 3vw, 40px);
    font-weight: 950;
}

.home .fcj-current-calendar-head > strong {
    display: inline-grid;
    place-items: center;
    min-width: 54px;
    height: 54px;
    border-radius: 8px;
    background: var(--fcj-red);
    color: #fff;
    font-size: 24px;
    font-weight: 950;
}

.home .fcj-current-calendar-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-height: 460px;
    overflow: auto;
    padding: 18px 20px 10px;
}

.home .fcj-current-event {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 12px;
    min-width: 0;
    padding: 13px;
    border: 1px solid rgba(23,54,80,.1);
    border-left: 5px solid var(--event-color, var(--fcj-red));
    border-radius: 8px;
    background: #fff;
}

.home .fcj-current-event-date {
    display: grid;
    place-items: center;
    align-self: start;
    min-height: 58px;
    border-radius: 8px;
    background: rgba(215,25,32,.08);
    color: var(--fcj-red);
}

.home .fcj-current-event-date strong {
    font-size: 24px;
    line-height: .95;
    font-weight: 950;
}

.home .fcj-current-event-date span {
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}

.home .fcj-current-event-body {
    min-width: 0;
}

.home .fcj-current-event-body > span {
    display: block;
    overflow: hidden;
    color: var(--fcj-muted);
    font-size: 11px;
    font-weight: 850;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.home .fcj-current-event-body h3 {
    margin: 4px 0 0;
    padding: 0;
    color: var(--fcj-blue);
    font-size: 16px;
    line-height: 1.18;
    font-weight: 950;
}

.home .fcj-current-event-body p {
    margin: 6px 0 0;
    padding: 0;
    color: #4b5563;
    font-size: 13px;
    line-height: 1.4;
}

.home .fcj-current-calendar-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 16px 20px 20px;
}

.home .fcj-current-calendar-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 13px;
    border-radius: 6px;
    background: var(--fcj-blue);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
}

.home .fcj-current-calendar-links a:first-child {
    background: var(--fcj-red);
}

.home .fcj-current-calendar-empty {
    margin: 0;
    padding: 22px 24px 6px;
    color: #4b5563;
    font-weight: 750;
}

.home .fcj-partners-row.et_pb_row {
    width: min(1120px, 92%) !important;
    max-width: 1120px !important;
    margin: 44px auto 0 !important;
    padding: 0 !important;
}

.home .fcj-partners-column.et_pb_column {
    position: relative;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
    gap: 34px;
    align-items: center;
    width: 100% !important;
    min-height: 178px;
    overflow: hidden;
    padding: 30px 34px !important;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 12px;
    background:
        linear-gradient(100deg, rgba(8,22,36,.96), rgba(23,54,80,.9) 48%, rgba(139,12,18,.92)),
        url("/wp-content/themes/divi-hijo/assets/fcj-landing-bg.jpg") center 48% / cover no-repeat;
    box-shadow: 0 26px 66px rgba(15,34,52,.22);
    isolation: isolate;
}

.home .fcj-partners-column::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 78% 28%, rgba(240,194,77,.28), rgba(240,194,77,0) 30%),
        linear-gradient(90deg, rgba(7,13,24,.08), rgba(7,13,24,.46));
}

.home .fcj-partners-column::after {
    content: "";
    position: absolute;
    left: -40px;
    right: -40px;
    top: 0;
    height: 6px;
    background: linear-gradient(90deg, var(--fcj-blue) 0 22%, var(--fcj-red) 22% 78%, #f0c24d 78% 100%);
    box-shadow: 0 12px 32px rgba(215,25,32,.22);
}

.home .fcj-partners-copy {
    position: relative;
    z-index: 2;
    max-width: 560px;
}

.home .fcj-partners-copy span {
    display: inline-flex;
    width: fit-content;
    min-height: 28px;
    align-items: center;
    padding: 4px 10px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 6px;
    background: rgba(255,255,255,.12);
    color: rgba(255,255,255,.92);
    font-size: 12px;
    font-weight: 950;
    line-height: 1;
    text-transform: uppercase;
}

.home .fcj-partners-copy h2 {
    margin: 11px 0 0;
    padding: 0;
    color: #fff;
    font-size: clamp(27px, 3vw, 40px);
    line-height: 1.04;
    font-weight: 950;
}

.home .fcj-partners-copy p {
    max-width: 540px;
    margin: 12px 0 0;
    padding: 0;
    color: rgba(255,255,255,.84);
    font-size: 16px;
    line-height: 1.55;
}

.home .fcj-partners-module.et_pb_image {
    position: relative;
    z-index: 2;
    justify-self: end;
    width: 100%;
    margin: 0 !important;
    padding: 18px 20px !important;
    border: 1px solid rgba(255,255,255,.78);
    border-radius: 10px;
    background: linear-gradient(180deg, #fff, #f8fafc);
    box-shadow: 0 18px 42px rgba(0,0,0,.22);
    text-align: center;
}

.home .fcj-partners-module .et_pb_image_wrap {
    display: block;
    width: 100%;
}

.home .fcj-partners-logos {
    display: block;
    width: 100% !important;
    max-width: 500px !important;
    height: auto !important;
    max-height: 92px;
    margin: 0 auto;
    object-fit: contain;
}

/* Contact */
.page-id-512 #main-content {
    background: var(--fcj-page) !important;
}

.page-id-512 .et_pb_section_0 {
    display: none !important;
}

.page-id-512 .et_pb_section_1 {
    position: relative !important;
    min-height: 340px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: flex-end !important;
    background:
        linear-gradient(90deg, rgba(7, 13, 24, .74), rgba(14, 33, 56, .46) 46%, rgba(104, 0, 0, .78)),
        url("/wp-content/themes/divi-hijo/assets/fcj-landing-bg.jpg") center 44% / cover no-repeat !important;
}

.page-id-512 .et_pb_section_1 .et_pb_row {
    display: none !important;
}

.page-id-512 .et_pb_section_1 .et_pb_top_inside_divider,
.page-id-512 .et_pb_section_1 .et_pb_bottom_inside_divider {
    display: none !important;
}

.page-id-512 .fcj-page-hero-copy {
    position: relative;
    z-index: 2;
    width: min(980px, calc(100% - 48px));
    margin: 0 auto;
    padding: 96px 0 72px;
}

.page-id-512 .et_pb_section_2 {
    min-height: auto !important;
    padding: 0 0 70px !important;
    background: var(--fcj-page) !important;
}

.page-id-512 .et_pb_row_2 {
    width: min(980px, 92%) !important;
    max-width: 980px !important;
    margin: -52px auto 40px !important;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid rgba(23,54,80,.1);
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: var(--fcj-shadow) !important;
}

.page-id-512 .et_pb_column_2 {
    padding: 34px !important;
}

.page-id-512 .et_pb_blurb {
    margin-bottom: 18px !important;
    padding: 22px;
    border: 1px solid var(--fcj-line);
    border-radius: 8px !important;
    background: #fff;
    color: #334155 !important;
    line-height: 1.6 !important;
}

.page-id-512 .et_pb_blurb .et_pb_module_header {
    margin-bottom: 10px;
    color: var(--fcj-blue) !important;
    font-size: 19px !important;
    font-weight: 950;
}

.page-id-512 .et_pb_blurb_description,
.page-id-512 .et_pb_blurb_description p,
.page-id-512 .et_pb_blurb_description div {
    color: #334155 !important;
}

.page-id-512 .et_pb_blurb_description a {
    color: var(--fcj-red) !important;
    font-weight: 800;
}

.page-id-512 .et_pb_blurb_2 .separator {
    display: none !important;
}

.page-id-512 .et_pb_blurb_description img {
    display: block;
    width: 100%;
    max-height: 240px;
    object-fit: cover;
    margin-bottom: 14px;
    border-radius: 8px;
}

.page-id-512 .et-waypoint,
.page-id-512 .et_pb_animation_fold,
.page-id-512 .et_pb_animation_top,
.page-id-512 .et_pb_animation_bottom {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
}

/* Circulares from VPS app */
.page-id-1250 #main-content {
    background: #f3f6fa !important;
}

.fcj-circulares-shell {
    width: min(1180px, 94%);
    margin: 0 auto;
    padding: 56px 0 72px;
}

.fcj-circulares-head {
    display: grid;
    gap: 8px;
    margin-bottom: 18px;
}

.fcj-circulares-head span {
    color: var(--fcj-red);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.fcj-circulares-head h1 {
    margin: 0;
    padding: 0;
    color: var(--fcj-blue);
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 950;
}

.fcj-circulares-head p {
    max-width: 760px;
    color: #26384d;
    font-size: 17px;
    line-height: 1.55;
}

.fcj-circulares-frame {
    width: 100%;
    min-height: 1500px;
    border: 1px solid rgba(23,54,80,.12);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--fcj-shadow);
}

@media (max-width: 980px) {
    #main-header .container {
        width: 92%;
    }

    .et_header_style_split #main-header .mobile_nav {
        border-radius: 8px;
        background: #f1f4f7;
    }

    .home .et_pb_section_0 {
        min-height: 520px !important;
        background-position: 48% center !important;
    }

    .home .et_pb_section_0::before {
        height: 100px;
        clip-path: polygon(0 62%, 100% 24%, 100% 100%, 0 100%);
    }

    .home .et_pb_section_0::after {
        bottom: 58px;
        height: 8px;
        transform: rotate(-3deg);
    }

    .home .fcj-hero-copy {
        width: min(640px, calc(100% - 32px));
        padding: 92px 0 118px;
    }

    .home .fcj-hero-copy h1,
    .page-id-512 .fcj-page-hero-copy h1 {
        font-size: 38px;
        line-height: 1.04;
    }

    .home .fcj-hero-copy p,
    .page-id-512 .fcj-page-hero-copy p {
        font-size: 16px;
    }

    .home .et_pb_section_1 {
        padding-top: 50px !important;
    }

    .home .et_pb_row_0 {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    body.home div.et_pb_section.et_pb_section_1 .et_pb_row_0.et_pb_row {
        margin-top: 0 !important;
    }

    .home .et_pb_column_1 {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .home .et_pb_column_1 .et_pb_promo {
        min-height: 90px;
        margin-bottom: 0 !important;
    }

    .home .et_pb_column_1 .fcj-sidebar-action.et_pb_promo {
        min-height: 82px;
    }

    .home .fcj-current-calendar-list {
        grid-template-columns: 1fr;
        max-height: 430px;
        padding: 16px;
    }

    .home .fcj-partners-column.et_pb_column {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 26px !important;
    }

    .home .fcj-partners-module.et_pb_image {
        justify-self: stretch;
    }

    .page-id-512 .et_pb_section_1 {
        min-height: 300px !important;
        background-position: 45% center !important;
    }

    .page-id-512 .fcj-page-hero-copy {
        width: min(640px, calc(100% - 32px));
        padding: 72px 0 62px;
    }

    .page-id-512 .et_pb_column_2 {
        padding: 24px !important;
    }
}

@media (max-width: 640px) {
    .home .et_pb_section_0 {
        min-height: 510px !important;
    }

    .home .fcj-hero-copy {
        width: calc(100% - 28px);
        padding-bottom: 112px;
    }

    .home .fcj-hero-copy h1,
    .page-id-512 .fcj-page-hero-copy h1 {
        font-size: 30px;
    }

    .home .fcj-title-desktop {
        display: none;
    }

    .home .fcj-title-mobile {
        display: block;
    }

    .home .fcj-hero-copy p {
        max-width: 320px;
        font-size: 15px;
        line-height: 1.35;
    }

    .home .fcj-discipline-break {
        display: block;
    }

    .home .fcj-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        max-width: 320px;
    }

    .home .et_pb_row_0,
    .home .et_pb_row_1,
    .home .et_pb_row_2 {
        width: calc(100% - 28px) !important;
    }

    .home .et_pb_column_1 {
        grid-template-columns: 1fr;
    }

    .home .fcj-home-news-heading {
        width: calc(100% - 28px);
        margin-bottom: 14px;
    }

    .home .et_pb_blog_0 .et_pb_post img {
        height: 210px !important;
    }

    .home .fcj-current-calendar-head {
        align-items: flex-start;
        padding: 18px;
    }

    .home .fcj-current-calendar-head > strong {
        min-width: 46px;
        height: 46px;
        font-size: 20px;
    }

    .home .fcj-current-event {
        grid-template-columns: 54px minmax(0, 1fr);
        padding: 11px;
    }

    .home .fcj-current-event-date {
        min-height: 52px;
    }

    .home .fcj-partners-row.et_pb_row {
        width: calc(100% - 28px) !important;
        margin-top: 30px !important;
    }

    .home .fcj-partners-column.et_pb_column {
        min-height: 0;
        padding: 22px 18px !important;
        border-radius: 10px;
    }

    .home .fcj-partners-copy h2 {
        font-size: 25px;
        line-height: 1.1;
    }

    .home .fcj-partners-copy p {
        font-size: 14px;
        line-height: 1.45;
    }

    .home .fcj-partners-module.et_pb_image {
        padding: 13px !important;
    }

    .home .fcj-partners-logos {
        max-height: 78px;
    }

    .home .et_pb_blog_grid .column,
    .home .et_pb_blog_grid .et_pb_salvattore_content[data-columns] .column {
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .home .et_pb_blog_grid .et_pb_post {
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        box-sizing: border-box;
    }

    .home .et_pb_blog_0.et_pb_blog_grid .et_pb_post,
    .home .et_pb_blog_0 .et_pb_post.article-card {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 24px !important;
        box-sizing: border-box;
    }

    .home .et_pb_blog_0 .article-card__content {
        width: calc(100% - 28px) !important;
        max-width: 100% !important;
        padding: 20px 22px 24px !important;
        box-sizing: border-box;
    }

    .home .et_pb_blog_0 .article-card__title,
    .home .et_pb_blog_0 .article-card__excerpt,
    .home .et_pb_blog_0 .post-content {
        max-width: 100% !important;
        overflow-wrap: break-word;
    }

    .page-id-512 .et_pb_section_1 {
        min-height: 270px !important;
    }

    .page-id-512 .fcj-page-hero-copy {
        width: calc(100% - 28px);
    }

    .page-id-512 .et_pb_row_2 {
        width: calc(100% - 28px) !important;
        margin-top: -38px !important;
    }

    .page-id-512 .et_pb_column_2 {
        padding: 18px !important;
    }

    .fcj-circulares-shell {
        width: calc(100% - 24px);
        padding-top: 34px;
    }

    .fcj-circulares-head p {
        max-width: 320px;
        font-size: 15px;
        line-height: 1.45;
    }

    .fcj-circulares-frame {
        min-height: 1350px;
    }

    .page-id-1250 .et_social_mobile {
        display: none !important;
    }
}

/* Sitewide internal page refresh */
body.fcj-internal-refreshed.custom-background,
body.fcj-internal-refreshed {
    background: #f4f6f9 !important;
    background-image: none !important;
}

body.fcj-internal-refreshed #main-content {
    background:
        linear-gradient(180deg, #f7fafc 0, #eef3f8 100%),
        repeating-linear-gradient(90deg, rgba(23,54,80,.035) 0 1px, transparent 1px 88px) !important;
}

body.fcj-internal-refreshed .et_builder_inner_content {
    background: transparent !important;
}

body.fcj-internal-refreshed .fcj-internal-hero {
    position: relative;
    min-height: 330px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    isolation: isolate;
    padding: 0;
    background:
        linear-gradient(90deg, rgba(7,13,24,.78), rgba(18,45,72,.56) 48%, rgba(112,0,0,.78)),
        url("/wp-content/themes/divi-hijo/assets/fcj-landing-bg.jpg") center 43% / cover no-repeat;
}

body.fcj-internal-refreshed .fcj-internal-hero::before {
    content: "";
    position: absolute;
    left: -5vw;
    right: -5vw;
    bottom: -1px;
    z-index: 1;
    height: 88px;
    background: linear-gradient(180deg, rgba(255,255,255,.98), #f4f6f9 82%);
    clip-path: polygon(0 62%, 100% 30%, 100% 100%, 0 100%);
}

body.fcj-internal-refreshed .fcj-internal-hero::after {
    content: "";
    position: absolute;
    left: -4vw;
    right: -4vw;
    bottom: 54px;
    z-index: 1;
    height: 8px;
    background: linear-gradient(90deg, var(--fcj-blue) 0 22%, var(--fcj-red) 22% 78%, #f0c24d 78% 100%);
    box-shadow: 0 12px 28px rgba(215,25,32,.24);
    transform: rotate(-2deg);
    transform-origin: left center;
}

body.fcj-internal-refreshed .fcj-internal-hero-copy {
    position: relative;
    z-index: 2;
    width: min(1080px, calc(100% - 48px));
    margin: 0 auto;
    padding: 96px 0 106px;
    color: #fff;
}

body.fcj-internal-refreshed .fcj-internal-hero-copy span {
    display: inline-flex;
    width: fit-content;
    min-height: 28px;
    align-items: center;
    padding: 4px 10px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 6px;
    background: rgba(255,255,255,.13);
    color: rgba(255,255,255,.92);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

body.fcj-internal-refreshed .fcj-internal-hero-copy h1 {
    max-width: 820px;
    margin: 14px 0 0;
    padding: 0;
    color: #fff !important;
    font-size: clamp(38px, 4.6vw, 64px);
    line-height: 1;
    font-weight: 950;
}

body.fcj-internal-refreshed .fcj-internal-hero-copy p {
    max-width: 700px;
    margin: 18px 0 0;
    padding: 0;
    color: rgba(255,255,255,.9);
    font-size: 18px;
    line-height: 1.55;
}

body.fcj-internal-refreshed .fcj-internal-hero + .et_pb_section {
    margin-top: -38px;
}

body.fcj-internal-refreshed .et_builder_inner_content > .et_pb_section:not(.fcj-internal-hero) {
    position: relative !important;
    z-index: 3;
    padding: 0 0 72px !important;
    background: transparent !important;
    min-height: auto !important;
}

body.fcj-internal-refreshed .et_pb_section .et_pb_top_inside_divider,
body.fcj-internal-refreshed .et_pb_section .et_pb_bottom_inside_divider {
    display: none !important;
}

body.fcj-internal-refreshed .et_builder_inner_content > .et_pb_section:not(.fcj-internal-hero) > .et_pb_row {
    width: min(1080px, 92%) !important;
    max-width: 1080px !important;
    margin: 0 auto 26px !important;
    padding: 0 !important;
}

body.fcj-internal-refreshed .et_builder_inner_content > .et_pb_section:not(.fcj-internal-hero) > .et_pb_row > .et_pb_column {
    width: 100% !important;
    float: none !important;
    min-height: 0 !important;
    padding: 32px !important;
    border: 1px solid rgba(23,54,80,.1);
    border-radius: 10px;
    background: #fff;
    box-shadow: var(--fcj-shadow);
}

body.fcj-internal-refreshed .et_pb_text,
body.fcj-internal-refreshed .et_pb_text_inner,
body.fcj-internal-refreshed .et_pb_toggle_content {
    color: #334155 !important;
    font-size: 16px;
    line-height: 1.65;
}

body.fcj-internal-refreshed h1,
body.fcj-internal-refreshed h2,
body.fcj-internal-refreshed h3 {
    color: var(--fcj-blue) !important;
    font-weight: 950 !important;
    letter-spacing: 0;
}

body.fcj-internal-refreshed .et_pb_text h1,
body.fcj-internal-refreshed .et_pb_text h2 {
    margin: 0 0 18px;
    padding: 0 0 14px;
    border-bottom: 3px solid rgba(215,25,32,.16);
    font-size: clamp(28px, 3vw, 40px) !important;
}

body.fcj-internal-refreshed .et_pb_text h3 {
    margin: 22px 0 12px;
    padding: 0;
    font-size: 22px !important;
}

body.fcj-internal-refreshed .et_pb_text a,
body.fcj-internal-refreshed .et_pb_toggle_content a,
body.fcj-internal-refreshed table a {
    color: var(--fcj-red) !important;
    font-weight: 850;
}

body.fcj-internal-refreshed .et_pb_text a[href$=".pdf"],
body.fcj-internal-refreshed .et_pb_toggle_content a[href$=".pdf"],
body.fcj-internal-refreshed .et_pb_text a[href*=".pdf?"],
body.fcj-internal-refreshed .et_pb_toggle_content a[href*=".pdf?"] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    margin: 6px 8px 6px 0;
    padding: 9px 13px;
    border-radius: 6px;
    background: rgba(215,25,32,.08);
    color: var(--fcj-red) !important;
    font-size: 14px;
    font-weight: 950;
}

body.fcj-internal-refreshed .et_pb_text a[href$=".pdf"]::before,
body.fcj-internal-refreshed .et_pb_toggle_content a[href$=".pdf"]::before,
body.fcj-internal-refreshed .et_pb_text a[href*=".pdf?"]::before,
body.fcj-internal-refreshed .et_pb_toggle_content a[href*=".pdf?"]::before {
    content: "PDF";
    display: inline-grid;
    place-items: center;
    min-width: 32px;
    min-height: 22px;
    border-radius: 4px;
    background: var(--fcj-red);
    color: #fff;
    font-size: 10px;
    line-height: 1;
}

body.fcj-internal-refreshed table {
    width: 100% !important;
    overflow: hidden;
    border: 1px solid var(--fcj-line) !important;
    border-collapse: separate !important;
    border-spacing: 0;
    border-radius: 8px;
    background: #fff;
}

body.fcj-internal-refreshed table tr:nth-child(odd) {
    background: #fbfdff;
}

body.fcj-internal-refreshed table td,
body.fcj-internal-refreshed table th {
    padding: 13px 16px !important;
    border-top: 1px solid var(--fcj-line) !important;
    color: #0f2234;
    font-size: 15px;
    line-height: 1.35;
}

body.fcj-internal-refreshed table tr:first-child td,
body.fcj-internal-refreshed table tr:first-child th {
    border-top: 0 !important;
}

body.fcj-internal-refreshed .et_pb_toggle {
    overflow: hidden;
    margin-bottom: 14px !important;
    padding: 0 !important;
    border: 1px solid rgba(23,54,80,.12) !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 10px 24px rgba(15,34,52,.08);
}

body.fcj-internal-refreshed .et_pb_toggle_title {
    padding: 18px 52px 18px 20px !important;
    color: var(--fcj-blue) !important;
    font-size: 17px !important;
    font-weight: 950 !important;
    line-height: 1.25 !important;
}

body.fcj-internal-refreshed .et_pb_toggle_title::before {
    right: 20px !important;
    color: var(--fcj-red) !important;
}

body.fcj-internal-refreshed .et_pb_toggle_content {
    padding: 0 20px 22px !important;
}

body.fcj-internal-refreshed .et_pb_image img {
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(15,34,52,.13);
}

body.fcj-internal-refreshed .et_social_inline,
body.fcj-internal-refreshed .et_social_sidebar_networks,
body.fcj-internal-refreshed .et_social_mobile,
body.fcj-internal-refreshed .et_social_googleplus,
.et_social_googleplus {
    display: none !important;
}

body.fcj-internal-refreshed .fcj-hidden-social-row {
    display: none !important;
}

body.fcj-internal-refreshed .et_pb_row:has(.et_social_inline) {
    display: none !important;
}

body.fcj-internal-refreshed .et_pb_divider {
    display: none !important;
}

body.fcj-internal-refreshed .et_pb_divider::before,
body.fcj-internal-refreshed .et_pb_divider .et_pb_divider_internal {
    display: none !important;
}

body.fcj-internal-refreshed.page-id-2325 .et_builder_inner_content > .et_pb_section:not(.fcj-internal-hero),
body.fcj-internal-refreshed.page-id-1851 .et_builder_inner_content > .et_pb_section:not(.fcj-internal-hero),
body.fcj-internal-refreshed.page-id-4176 .et_builder_inner_content > .et_pb_section:not(.fcj-internal-hero),
body.fcj-internal-refreshed.page-id-873 .et_builder_inner_content > .et_pb_section:not(.fcj-internal-hero) {
    padding-bottom: 118px !important;
}

/* Organigrama */
body.fcj-org-refreshed .et_builder_inner_content > .et_pb_section:not(.fcj-internal-hero) > .fcj-org-row.et_pb_row {
    width: min(1180px, 92%) !important;
    max-width: 1180px !important;
    margin: 0 auto 34px !important;
}

body.fcj-org-refreshed .et_builder_inner_content > .et_pb_section:not(.fcj-internal-hero) > .fcj-org-row.et_pb_row > .fcj-org-column.et_pb_column {
    width: 100% !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
}

body.fcj-org-refreshed .fcj-org-intro {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: end;
    overflow: hidden;
    margin-bottom: 22px;
    padding: 30px 34px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 12px;
    background:
        radial-gradient(circle at 86% 18%, rgba(240,194,77,.28), rgba(240,194,77,0) 30%),
        linear-gradient(105deg, rgba(8,22,36,.96), rgba(23,54,80,.92) 52%, rgba(139,12,18,.92)),
        url("/wp-content/themes/divi-hijo/assets/fcj-landing-bg.jpg") center 44% / cover no-repeat;
    color: #fff;
    box-shadow: 0 24px 62px rgba(15,34,52,.2);
}

body.fcj-org-refreshed .fcj-org-intro::before {
    content: "";
    position: absolute;
    left: -32px;
    right: -32px;
    top: 0;
    height: 6px;
    background: linear-gradient(90deg, var(--fcj-blue) 0 22%, var(--fcj-red) 22% 78%, #f0c24d 78% 100%);
}

body.fcj-org-refreshed .fcj-org-intro-copy {
    position: relative;
    z-index: 2;
    max-width: 700px;
}

body.fcj-org-refreshed .fcj-org-intro-copy span {
    display: inline-flex;
    width: fit-content;
    min-height: 28px;
    align-items: center;
    padding: 4px 10px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 6px;
    background: rgba(255,255,255,.12);
    color: rgba(255,255,255,.92);
    font-size: 12px;
    font-weight: 950;
    line-height: 1;
    text-transform: uppercase;
}

body.fcj-org-refreshed .fcj-org-intro-copy h2 {
    margin: 12px 0 0;
    padding: 0;
    color: #fff !important;
    font-size: clamp(30px, 3.4vw, 46px) !important;
    line-height: 1.03;
    font-weight: 950 !important;
}

body.fcj-org-refreshed .fcj-org-intro-copy p {
    max-width: 660px;
    margin: 13px 0 0;
    padding: 0;
    color: rgba(255,255,255,.86) !important;
    font-size: 17px;
    line-height: 1.55;
}

body.fcj-org-refreshed .fcj-org-actions {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

body.fcj-org-refreshed .fcj-org-actions a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 9px 14px;
    border-radius: 6px;
    background: #fff;
    color: var(--fcj-blue) !important;
    font-size: 13px;
    font-weight: 950;
    box-shadow: 0 12px 26px rgba(0,0,0,.18);
}

body.fcj-org-refreshed .fcj-org-actions a:first-child {
    background: var(--fcj-red);
    color: #fff !important;
}

body.fcj-org-refreshed .fcj-org-chart-module.et_pb_image {
    position: relative;
    overflow: hidden;
    margin: 0 !important;
    padding: 30px;
    border: 1px solid rgba(23,54,80,.1);
    border-radius: 12px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.96), #fff),
        repeating-linear-gradient(90deg, rgba(23,54,80,.035) 0 1px, transparent 1px 88px);
    box-shadow: 0 26px 64px rgba(15,34,52,.14);
    text-align: center;
}

body.fcj-org-refreshed .fcj-org-chart-module.et_pb_image::before {
    content: "Organigrama federativo 2025-2028";
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    margin: 0 auto 18px;
    padding: 5px 11px;
    border-radius: 6px;
    background: rgba(215,25,32,.08);
    color: var(--fcj-red);
    font-size: 12px;
    font-weight: 950;
    line-height: 1;
    text-transform: uppercase;
}

body.fcj-org-refreshed .fcj-org-chart-module .et_pb_lightbox_image,
body.fcj-org-refreshed .fcj-org-chart-module .et_pb_image_wrap {
    display: block !important;
    width: 100%;
    height: auto !important;
}

body.fcj-org-refreshed .fcj-org-chart-image {
    display: block;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    margin: 0 auto;
    border: 1px solid rgba(23,54,80,.08);
    border-radius: 8px !important;
    background: #fff;
    box-shadow: 0 16px 42px rgba(15,34,52,.1) !important;
}

body.fcj-org-refreshed .fcj-org-documents.et_pb_accordion {
    overflow: hidden;
    margin: 22px 0 0 !important;
    border: 1px solid rgba(23,54,80,.1);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(15,34,52,.1);
}

body.fcj-org-refreshed .fcj-org-documents .et_pb_toggle {
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none;
}

body.fcj-org-refreshed .fcj-org-documents .et_pb_toggle_title {
    padding: 20px 54px 18px 22px !important;
    color: var(--fcj-blue) !important;
    font-size: 18px !important;
    font-weight: 950 !important;
}

body.fcj-org-refreshed .fcj-org-documents .et_pb_toggle_content {
    padding: 0 22px 22px !important;
}

body.fcj-org-refreshed .fcj-org-documents .et_pb_toggle_content a[href*=".pdf"] {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    gap: 9px;
    margin: 0;
    padding: 9px 14px;
    border-radius: 6px;
    background: var(--fcj-blue);
    color: #fff !important;
    font-size: 14px;
    font-weight: 950;
}

body.fcj-org-refreshed .fcj-org-documents .et_pb_toggle_content a[href*=".pdf"]::before {
    content: "PDF";
    display: inline-grid;
    place-items: center;
    min-width: 32px;
    min-height: 22px;
    border-radius: 4px;
    background: var(--fcj-red);
    color: #fff;
    font-size: 10px;
    line-height: 1;
}

/* Profesores colegiados */
body.fcj-prof-refreshed .et_builder_inner_content > .et_pb_section:not(.fcj-internal-hero) > .fcj-prof-row.et_pb_row {
    width: min(1180px, 92%) !important;
    max-width: 1180px !important;
    margin: 0 auto 34px !important;
}

body.fcj-prof-refreshed .et_builder_inner_content > .et_pb_section:not(.fcj-internal-hero) > .fcj-prof-row.et_pb_row > .fcj-prof-column.et_pb_column {
    width: 100% !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
}

body.fcj-prof-refreshed .fcj-prof-source {
    display: none !important;
}

body.fcj-prof-refreshed .fcj-prof-shell {
    display: grid;
    gap: 22px;
}

body.fcj-prof-refreshed .fcj-prof-intro {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    overflow: hidden;
    padding: 30px 34px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 12px;
    background:
        radial-gradient(circle at 82% 22%, rgba(240,194,77,.26), rgba(240,194,77,0) 32%),
        linear-gradient(105deg, rgba(8,22,36,.96), rgba(23,54,80,.92) 52%, rgba(139,12,18,.92)),
        url("/wp-content/themes/divi-hijo/assets/fcj-landing-bg.jpg") center 44% / cover no-repeat;
    color: #fff;
    box-shadow: 0 24px 62px rgba(15,34,52,.2);
}

body.fcj-prof-refreshed .fcj-prof-intro::before {
    content: "";
    position: absolute;
    left: -32px;
    right: -32px;
    top: 0;
    height: 6px;
    background: linear-gradient(90deg, var(--fcj-blue) 0 22%, var(--fcj-red) 22% 78%, #f0c24d 78% 100%);
}

body.fcj-prof-refreshed .fcj-prof-intro-copy {
    position: relative;
    z-index: 2;
    max-width: 710px;
}

body.fcj-prof-refreshed .fcj-prof-intro-copy span {
    display: inline-flex;
    width: fit-content;
    min-height: 28px;
    align-items: center;
    padding: 4px 10px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 6px;
    background: rgba(255,255,255,.12);
    color: rgba(255,255,255,.92);
    font-size: 12px;
    font-weight: 950;
    line-height: 1;
    text-transform: uppercase;
}

body.fcj-prof-refreshed .fcj-prof-intro-copy h2 {
    margin: 12px 0 0;
    padding: 0;
    color: #fff !important;
    font-size: clamp(30px, 3.4vw, 46px) !important;
    line-height: 1.03;
    font-weight: 950 !important;
}

body.fcj-prof-refreshed .fcj-prof-intro-copy p {
    max-width: 680px;
    margin: 13px 0 0;
    padding: 0;
    color: rgba(255,255,255,.86) !important;
    font-size: 17px;
    line-height: 1.55;
}

body.fcj-prof-refreshed .fcj-prof-stats {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(92px, 1fr));
    gap: 10px;
    min-width: 330px;
}

body.fcj-prof-refreshed .fcj-prof-stats div {
    padding: 16px 14px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 8px;
    background: rgba(255,255,255,.12);
    text-align: center;
}

body.fcj-prof-refreshed .fcj-prof-stats strong {
    display: block;
    color: #fff;
    font-size: 32px;
    line-height: 1;
    font-weight: 950;
}

body.fcj-prof-refreshed .fcj-prof-stats span {
    display: block;
    margin-top: 5px;
    color: rgba(255,255,255,.82);
    font-size: 11px;
    font-weight: 900;
    line-height: 1.15;
    text-transform: uppercase;
}

body.fcj-prof-refreshed .fcj-prof-tools {
    display: grid;
    grid-template-columns: auto minmax(240px, 420px);
    gap: 14px;
    align-items: center;
    padding: 18px 20px;
    border: 1px solid rgba(23,54,80,.1);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(15,34,52,.09);
}

body.fcj-prof-refreshed .fcj-prof-tools label {
    color: var(--fcj-blue);
    font-size: 14px;
    font-weight: 950;
}

body.fcj-prof-refreshed .fcj-prof-tools input {
    width: 100%;
    min-height: 42px;
    padding: 9px 13px;
    border: 1px solid rgba(23,54,80,.14);
    border-radius: 6px;
    background: #f8fafc;
    color: var(--fcj-ink);
    font-size: 15px;
    font-weight: 700;
}

body.fcj-prof-refreshed .fcj-prof-tools input:focus {
    outline: 3px solid rgba(215,25,32,.14);
    border-color: rgba(215,25,32,.45);
    background: #fff;
}

body.fcj-prof-refreshed .fcj-prof-groups {
    display: grid;
    gap: 18px;
}

body.fcj-prof-refreshed .fcj-prof-group {
    overflow: hidden;
    border: 1px solid rgba(23,54,80,.1);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 22px 54px rgba(15,34,52,.11);
}

body.fcj-prof-refreshed .fcj-prof-group-empty {
    display: none !important;
}

body.fcj-prof-refreshed .fcj-prof-group-head {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 22px;
    border-bottom: 1px solid var(--fcj-line);
    background: linear-gradient(180deg, #fff, #f8fafc);
}

body.fcj-prof-refreshed .fcj-prof-group-head > span {
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
    border-radius: 8px;
    background: var(--fcj-red);
    color: #fff;
    font-size: 16px;
    font-weight: 950;
}

body.fcj-prof-refreshed .fcj-prof-group-head h3 {
    margin: 0;
    padding: 0;
    color: var(--fcj-blue) !important;
    font-size: 24px !important;
    line-height: 1.15;
    font-weight: 950 !important;
}

body.fcj-prof-refreshed .fcj-prof-group-head p {
    margin: 4px 0 0;
    padding: 0;
    color: var(--fcj-muted);
    font-size: 13px;
    font-weight: 850;
}

body.fcj-prof-refreshed .fcj-prof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    padding: 18px;
}

body.fcj-prof-refreshed .fcj-prof-card {
    display: flex;
    min-height: 86px;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    justify-content: center;
    min-width: 0;
    padding: 15px 16px;
    border: 1px solid rgba(23,54,80,.1);
    border-left: 4px solid var(--fcj-red);
    border-radius: 8px;
    background: linear-gradient(180deg, #fff, #fbfdff);
}

body.fcj-prof-refreshed .fcj-prof-card[hidden] {
    display: none !important;
}

body.fcj-prof-refreshed .fcj-prof-initials {
    display: none !important;
}

body.fcj-prof-refreshed .fcj-prof-card strong {
    display: block;
    overflow-wrap: anywhere;
    color: #172335;
    font-size: 15px;
    line-height: 1.18;
    font-weight: 950;
}

body.fcj-prof-refreshed .fcj-prof-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

body.fcj-prof-refreshed .fcj-prof-card > span,
body.fcj-prof-refreshed .fcj-prof-card div > span {
    display: inline-flex;
    width: fit-content;
    min-height: 22px;
    align-items: center;
    padding: 3px 8px;
    border-radius: 999px;
    background: rgba(215,25,32,.08);
    color: var(--fcj-red);
    font-size: 11px;
    font-weight: 950;
    line-height: 1;
    text-transform: uppercase;
}

body.fcj-prof-refreshed .fcj-prof-empty {
    display: none;
    margin: 0;
    padding: 20px 22px;
    border: 1px solid rgba(23,54,80,.1);
    border-radius: 10px;
    background: #fff;
    color: #334155;
    font-size: 15px;
    font-weight: 800;
    box-shadow: 0 16px 38px rgba(15,34,52,.08);
}

body.fcj-prof-refreshed .fcj-prof-empty.is-visible {
    display: block;
}

/* Single post refresh */
body.fcj-single-refreshed.custom-background,
body.fcj-single-refreshed {
    background: #f4f6f9 !important;
    background-image: none !important;
}

body.fcj-single-refreshed #main-content {
    background:
        linear-gradient(180deg, #f7fafc 0, #eef3f8 100%),
        repeating-linear-gradient(90deg, rgba(23,54,80,.035) 0 1px, transparent 1px 88px) !important;
}

body.fcj-single-refreshed .et-l--body > .et_builder_inner_content {
    background: transparent !important;
}

body.fcj-single-refreshed .fcj-single-hero {
    --fcj-post-image: url("/wp-content/themes/divi-hijo/assets/fcj-landing-bg.jpg");
    position: relative;
    min-height: 390px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(circle at 80% 28%, rgba(215,25,32,.38), rgba(215,25,32,0) 34%),
        linear-gradient(90deg, rgba(7,13,24,.84), rgba(17,41,66,.68) 48%, rgba(104,0,0,.82)),
        url("/wp-content/themes/divi-hijo/assets/fcj-landing-bg.jpg") center 43% / cover no-repeat;
}

body.fcj-single-refreshed .fcj-single-hero::before {
    content: "";
    position: absolute;
    left: -5vw;
    right: -5vw;
    bottom: -1px;
    z-index: 2;
    height: 92px;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255,255,255,.98), #f4f6f9 82%);
    clip-path: polygon(0 64%, 100% 28%, 100% 100%, 0 100%);
}

body.fcj-single-refreshed .fcj-single-hero::after {
    content: "";
    position: absolute;
    left: -4vw;
    right: -4vw;
    bottom: 58px;
    z-index: 2;
    height: 8px;
    pointer-events: none;
    background: linear-gradient(90deg, var(--fcj-blue) 0 22%, var(--fcj-red) 22% 78%, #f0c24d 78% 100%);
    box-shadow: 0 12px 30px rgba(215,25,32,.28);
    transform: rotate(-2deg);
    transform-origin: left center;
}

body.fcj-single-refreshed .fcj-single-hero-image {
    position: absolute;
    inset: -28px -4vw -28px 34vw;
    z-index: 0;
    background-image:
        linear-gradient(90deg, rgba(7,13,24,.86), rgba(7,13,24,.28) 36%, rgba(104,0,0,.3)),
        var(--fcj-post-image);
    background-position: center;
    background-size: cover;
    opacity: .58;
    filter: blur(13px) saturate(.95);
    transform: scale(1.05);
}

body.fcj-single-refreshed .fcj-single-hero-copy {
    position: relative;
    z-index: 3;
    width: min(1040px, calc(100% - 48px));
    margin: 0 auto;
    padding: 94px 0 116px;
    color: #fff;
}

body.fcj-single-refreshed .fcj-single-kicker {
    display: inline-flex;
    width: fit-content;
    min-height: 28px;
    align-items: center;
    padding: 4px 10px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 6px;
    background: rgba(255,255,255,.13);
    color: rgba(255,255,255,.94) !important;
    font-size: 12px;
    font-weight: 950;
    line-height: 1;
    text-transform: uppercase;
}

body.fcj-single-refreshed .fcj-single-hero h1 {
    max-width: 860px;
    margin: 14px 0 0;
    padding: 0;
    color: #fff !important;
    font-size: clamp(38px, 4.5vw, 64px);
    line-height: 1;
    font-weight: 950;
}

body.fcj-single-refreshed .fcj-single-hero p {
    max-width: 700px;
    margin: 18px 0 0;
    padding: 0;
    color: rgba(255,255,255,.9);
    font-size: 18px;
    line-height: 1.55;
}

body.fcj-single-refreshed .et-l--body > .et_builder_inner_content > .et_pb_section:not(.fcj-single-hero) {
    position: relative !important;
    z-index: 4;
    margin-top: -52px !important;
    padding: 0 0 82px !important;
    background: transparent !important;
    min-height: auto !important;
}

body.fcj-single-refreshed .et-l--body > .et_builder_inner_content > .et_pb_section:not(.fcj-single-hero) > .et_pb_row {
    width: min(960px, 92%) !important;
    max-width: 960px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

body.fcj-single-refreshed .et-l--body > .et_builder_inner_content > .et_pb_section:not(.fcj-single-hero) > .et_pb_row > .et_pb_column {
    width: 100% !important;
    float: none !important;
    min-height: 0 !important;
}

body.fcj-single-refreshed .et_pb_post_content {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(23,54,80,.1);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 26px 64px rgba(15,34,52,.14);
}

body.fcj-single-refreshed .et_pb_post_content::before {
    content: "";
    display: block;
    height: 6px;
    background: linear-gradient(90deg, var(--fcj-blue) 0 22%, var(--fcj-red) 22% 78%, #f0c24d 78% 100%);
}

body.fcj-single-refreshed .et_pb_post_content .et-l--post .et_pb_section {
    padding: 0 !important;
    background: transparent !important;
}

body.fcj-single-refreshed .et_pb_post_content .et-l--post .et_pb_row {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.fcj-single-refreshed .et_pb_post_content .et-l--post .et_pb_column {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
}

body.fcj-single-refreshed .et_pb_post_content .et_pb_image {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    background:
        radial-gradient(circle at 18% 12%, rgba(215,25,32,.32), rgba(215,25,32,0) 30%),
        linear-gradient(135deg, #0f2234, #173650);
    text-align: center;
}

body.fcj-single-refreshed .et_pb_post_content .et_pb_image .et_pb_image_wrap {
    display: block;
    width: 100%;
}

body.fcj-single-refreshed .et_pb_post_content .et_pb_image img {
    display: block;
    width: 100% !important;
    max-height: 620px;
    margin: 0 auto;
    border-radius: 0 !important;
    object-fit: contain;
    box-shadow: none !important;
    background: #0f2234;
}

body.fcj-single-refreshed .et_pb_post_content .et_pb_text {
    width: min(780px, 100%) !important;
    max-width: 780px !important;
    margin: 0 auto !important;
    padding: clamp(30px, 4vw, 52px) !important;
}

body.fcj-single-refreshed .et_pb_post_content .et_pb_text_inner,
body.fcj-single-refreshed .et_pb_post_content .et_pb_text_inner p,
body.fcj-single-refreshed .et_pb_post_content .et_pb_text_inner li {
    color: #334155 !important;
    font-size: 18px;
    line-height: 1.78;
}

body.fcj-single-refreshed .et_pb_post_content .et_pb_text_inner p {
    padding-bottom: 1.05em;
}

body.fcj-single-refreshed .et_pb_post_content .et_pb_text_inner p.fcj-post-lead {
    margin-bottom: 18px;
    color: #172335 !important;
    font-size: 21px;
    line-height: 1.62;
    font-weight: 780;
}

body.fcj-single-refreshed .et_pb_post_content .et_pb_text_inner p.fcj-post-subheading {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    margin: 20px 0 8px;
    padding: 7px 11px;
    border-left: 4px solid var(--fcj-red);
    border-radius: 6px;
    background: rgba(215,25,32,.08);
    color: var(--fcj-blue) !important;
    font-size: 14px;
    font-weight: 950;
    line-height: 1.25;
    text-transform: uppercase;
}

body.fcj-single-refreshed .et_pb_post_content .et_pb_text_inner a {
    color: var(--fcj-red) !important;
    font-weight: 850;
}

body.fcj-single-refreshed .et_pb_post_content .et_pb_text_inner ul,
body.fcj-single-refreshed .et_pb_post_content .et_pb_text_inner ol {
    margin: 0 0 20px 1.2em;
    padding: 0;
}

body.fcj-single-refreshed .et_pb_post_content blockquote {
    margin: 24px 0;
    padding: 18px 22px;
    border-left: 5px solid var(--fcj-red);
    border-radius: 8px;
    background: #f8fafc;
    color: #26384d;
}

body.fcj-single-refreshed .fcj-single-footer {
    display: flex;
    justify-content: flex-start;
    margin-top: 22px;
    padding-top: 24px;
    border-top: 1px solid var(--fcj-line);
}

body.fcj-single-refreshed .fcj-single-footer a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 9px 15px;
    border-radius: 6px;
    background: var(--fcj-red);
    color: #fff !important;
    font-size: 14px;
    font-weight: 950;
    box-shadow: 0 12px 26px rgba(215,25,32,.2);
}

body.fcj-single-refreshed .fcj-single-footer a::before {
    content: "<";
    margin-right: 8px;
}

body.fcj-single-refreshed .et_social_inline,
body.fcj-single-refreshed .et_social_sidebar_networks,
body.fcj-single-refreshed .et_social_mobile,
body.fcj-single-refreshed .et_social_mobile_button,
body.fcj-single-refreshed .et_social_mobile_overlay,
body.fcj-single-refreshed .et_social_googleplus {
    display: none !important;
}

body.fcj-single-refreshed .fcj-hidden-social-row {
    display: none !important;
}

/* Landing blog polish */
.home .fcj-home-news-heading {
    display: block;
}

.home .fcj-home-news-heading::after {
    content: "";
    display: block;
    width: min(320px, 28vw);
    height: 3px;
    margin-top: 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--fcj-red), #f0c24d);
}

.home .et_pb_blog_grid .et_pb_post.fcj-news-card {
    isolation: isolate;
    border-radius: 12px;
}

.home .et_pb_blog_grid .et_pb_post.fcj-news-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    z-index: 2;
    width: 5px;
    background: linear-gradient(180deg, var(--fcj-red), var(--fcj-blue));
    opacity: 0;
    transition: opacity .18s ease;
}

.home .et_pb_blog_grid .et_pb_post.fcj-news-card:hover::before,
.home .et_pb_blog_grid .et_pb_post.fcj-news-card-featured::before {
    opacity: 1;
}

.home .fcj-featured-news-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 5px 10px;
    border-radius: 6px;
    background: rgba(215,25,32,.94);
    color: #fff;
    font-size: 11px;
    font-weight: 950;
    line-height: 1;
    text-transform: uppercase;
    box-shadow: 0 10px 24px rgba(15,34,52,.18);
}

.home .et_pb_blog_0 .et_pb_image_container {
    margin: 0 !important;
}

.home .et_pb_blog_0 .post-content-inner {
    min-height: 128px;
}

.home .et_pb_blog_0 .more-link {
    box-shadow: 0 10px 22px rgba(215,25,32,.18);
    transition: transform .16s ease, background-color .16s ease, box-shadow .16s ease;
}

.home .et_pb_blog_0 .more-link:hover {
    transform: translateY(-1px);
    background: var(--fcj-red-dark);
    box-shadow: 0 14px 28px rgba(215,25,32,.26);
}

.home .et_pb_blog_0 .pagination {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

.home .et_pb_blog_0 .pagination a,
.home .et_pb_blog_0 .wp-pagenavi a,
.home .et_pb_blog_0 .wp-pagenavi span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 9px 15px;
    border-radius: 6px;
    border: 1px solid rgba(23,54,80,.12);
    background: #fff;
    color: var(--fcj-blue) !important;
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(15,34,52,.08);
}

@media (max-width: 980px) {
    body.fcj-internal-refreshed .fcj-internal-hero {
        min-height: 300px;
        background-position: 48% center;
    }

    body.fcj-internal-refreshed .fcj-internal-hero-copy {
        width: min(640px, calc(100% - 32px));
        padding: 78px 0 96px;
    }

    body.fcj-internal-refreshed .fcj-internal-hero-copy h1 {
        font-size: 38px;
    }

    body.fcj-internal-refreshed .et_builder_inner_content > .et_pb_section:not(.fcj-internal-hero) > .et_pb_row > .et_pb_column {
        padding: 24px !important;
    }

    body.fcj-single-refreshed .fcj-single-hero {
        min-height: 330px;
    }

    body.fcj-single-refreshed .fcj-single-hero-image {
        inset: -24px -10vw -24px 18vw;
        opacity: .48;
    }

    body.fcj-single-refreshed .fcj-single-hero-copy {
        width: min(680px, calc(100% - 32px));
        padding: 74px 0 98px;
    }

    body.fcj-single-refreshed .fcj-single-hero h1 {
        font-size: 38px;
    }

    body.fcj-single-refreshed .fcj-single-hero p {
        font-size: 16px;
    }

    body.fcj-single-refreshed .et-l--body > .et_builder_inner_content > .et_pb_section:not(.fcj-single-hero) {
        margin-top: -42px !important;
    }

    body.fcj-single-refreshed .et_pb_post_content .et_pb_image img {
        max-height: 560px;
    }

    body.fcj-org-refreshed .fcj-org-intro {
        grid-template-columns: 1fr;
        align-items: start;
        padding: 28px;
    }

    body.fcj-org-refreshed .fcj-org-actions {
        justify-content: flex-start;
    }

    body.fcj-org-refreshed .fcj-org-chart-module.et_pb_image {
        padding: 22px;
    }

    body.fcj-prof-refreshed .fcj-prof-intro {
        grid-template-columns: 1fr;
        align-items: start;
        padding: 28px;
    }

    body.fcj-prof-refreshed .fcj-prof-stats {
        min-width: 0;
    }

    body.fcj-prof-refreshed .fcj-prof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    body.fcj-internal-refreshed .fcj-internal-hero {
        min-height: 290px;
    }

    body.fcj-internal-refreshed .fcj-internal-hero::before {
        height: 72px;
        clip-path: polygon(0 64%, 100% 32%, 100% 100%, 0 100%);
    }

    body.fcj-internal-refreshed .fcj-internal-hero::after {
        bottom: 46px;
        height: 7px;
    }

    body.fcj-internal-refreshed .fcj-internal-hero-copy {
        width: calc(100% - 28px);
        padding: 58px 0 86px;
    }

    body.fcj-internal-refreshed .fcj-internal-hero-copy h1 {
        font-size: 30px;
    }

    body.fcj-internal-refreshed .fcj-internal-hero-copy p {
        font-size: 15px;
        line-height: 1.45;
    }

    body.fcj-internal-refreshed .fcj-internal-hero + .et_pb_section {
        margin-top: -28px;
    }

    body.fcj-internal-refreshed .et_builder_inner_content > .et_pb_section:not(.fcj-internal-hero) > .et_pb_row {
        width: calc(100% - 28px) !important;
    }

    body.fcj-internal-refreshed .et_builder_inner_content > .et_pb_section:not(.fcj-internal-hero) > .et_pb_row > .et_pb_column {
        padding: 18px !important;
    }

    body.fcj-internal-refreshed table {
        display: block;
        overflow-x: auto;
        border-radius: 8px;
    }

    body.fcj-internal-refreshed table td,
    body.fcj-internal-refreshed table th {
        min-width: 160px;
        padding: 12px !important;
        font-size: 14px;
    }

    body.fcj-single-refreshed .fcj-single-hero {
        min-height: 300px;
    }

    body.fcj-single-refreshed .fcj-single-hero::before {
        height: 72px;
        clip-path: polygon(0 64%, 100% 32%, 100% 100%, 0 100%);
    }

    body.fcj-single-refreshed .fcj-single-hero::after {
        bottom: 46px;
        height: 7px;
    }

    body.fcj-single-refreshed .fcj-single-hero-image {
        inset: -18px -22vw -18px 10vw;
        opacity: .38;
        filter: blur(12px) saturate(.9);
    }

    body.fcj-single-refreshed .fcj-single-hero-copy {
        width: calc(100% - 28px);
        padding: 58px 0 84px;
    }

    body.fcj-single-refreshed .fcj-single-hero h1 {
        font-size: 30px;
        line-height: 1.05;
    }

    body.fcj-single-refreshed .fcj-single-hero p {
        max-width: 330px;
        font-size: 15px;
        line-height: 1.45;
    }

    body.fcj-single-refreshed .et-l--body > .et_builder_inner_content > .et_pb_section:not(.fcj-single-hero) {
        margin-top: -30px !important;
        padding-bottom: 58px !important;
    }

    body.fcj-single-refreshed .et-l--body > .et_builder_inner_content > .et_pb_section:not(.fcj-single-hero) > .et_pb_row {
        width: calc(100% - 28px) !important;
    }

    body.fcj-single-refreshed .et_pb_post_content {
        border-radius: 10px;
    }

    body.fcj-single-refreshed .et_pb_post_content .et_pb_image img {
        max-height: 500px;
    }

    body.fcj-single-refreshed .et_pb_post_content .et_pb_text {
        padding: 24px 18px 28px !important;
    }

    body.fcj-single-refreshed .et_pb_post_content .et_pb_text_inner,
    body.fcj-single-refreshed .et_pb_post_content .et_pb_text_inner p,
    body.fcj-single-refreshed .et_pb_post_content .et_pb_text_inner li {
        font-size: 16px;
        line-height: 1.68;
    }

    body.fcj-single-refreshed .et_pb_post_content .et_pb_text_inner p.fcj-post-lead {
        font-size: 18px;
        line-height: 1.55;
    }

    body.fcj-org-refreshed .et_builder_inner_content > .et_pb_section:not(.fcj-internal-hero) > .fcj-org-row.et_pb_row {
        width: calc(100% - 28px) !important;
    }

    body.fcj-org-refreshed .fcj-org-intro {
        gap: 20px;
        padding: 22px 18px;
        border-radius: 10px;
    }

    body.fcj-org-refreshed .fcj-org-intro-copy h2 {
        font-size: 27px !important;
        line-height: 1.08;
    }

    body.fcj-org-refreshed .fcj-org-intro-copy p {
        font-size: 14px;
        line-height: 1.45;
    }

    body.fcj-org-refreshed .fcj-org-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    body.fcj-org-refreshed .fcj-org-actions a {
        width: 100%;
        min-height: 40px;
        padding: 8px 12px;
        text-align: center;
    }

    body.fcj-org-refreshed .fcj-org-chart-module.et_pb_image {
        overflow-x: auto;
        padding: 16px 14px;
        border-radius: 10px;
        text-align: left;
        -webkit-overflow-scrolling: touch;
    }

    body.fcj-org-refreshed .fcj-org-chart-module.et_pb_image::before {
        margin-left: 0;
        white-space: nowrap;
    }

    body.fcj-org-refreshed .fcj-org-chart-module .et_pb_lightbox_image,
    body.fcj-org-refreshed .fcj-org-chart-module .et_pb_image_wrap {
        width: max-content;
        min-width: 720px;
    }

    body.fcj-org-refreshed .fcj-org-chart-image {
        width: 720px !important;
    }

    body.fcj-org-refreshed .fcj-org-documents .et_pb_toggle_title {
        padding: 18px 48px 16px 18px !important;
        font-size: 16px !important;
    }

    body.fcj-org-refreshed .fcj-org-documents .et_pb_toggle_content {
        padding: 0 18px 18px !important;
    }

    body.fcj-prof-refreshed .et_builder_inner_content > .et_pb_section:not(.fcj-internal-hero) > .fcj-prof-row.et_pb_row {
        width: calc(100% - 28px) !important;
    }

    body.fcj-prof-refreshed .fcj-prof-intro {
        gap: 20px;
        padding: 22px 18px;
        border-radius: 10px;
    }

    body.fcj-prof-refreshed .fcj-prof-intro-copy h2 {
        font-size: 27px !important;
        line-height: 1.08;
    }

    body.fcj-prof-refreshed .fcj-prof-intro-copy p {
        font-size: 14px;
        line-height: 1.45;
    }

    body.fcj-prof-refreshed .fcj-prof-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    body.fcj-prof-refreshed .fcj-prof-stats div {
        padding: 12px 8px;
    }

    body.fcj-prof-refreshed .fcj-prof-stats strong {
        font-size: 25px;
    }

    body.fcj-prof-refreshed .fcj-prof-stats span {
        font-size: 9px;
    }

    body.fcj-prof-refreshed .fcj-prof-tools {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 15px;
    }

    body.fcj-prof-refreshed .fcj-prof-group-head {
        align-items: flex-start;
        padding: 16px;
    }

    body.fcj-prof-refreshed .fcj-prof-group-head > span {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    body.fcj-prof-refreshed .fcj-prof-group-head h3 {
        font-size: 20px !important;
    }

    body.fcj-prof-refreshed .fcj-prof-grid {
        grid-template-columns: 1fr;
        padding: 14px;
    }

    body.fcj-prof-refreshed .fcj-prof-card {
        min-height: 74px;
        padding: 13px 14px;
    }

    body.fcj-prof-refreshed .fcj-prof-initials {
        width: 42px;
        height: 42px;
    }

    .home .fcj-home-news-heading {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .home .fcj-home-news-heading::after {
        width: 120px;
    }

    .home .fcj-featured-news-badge {
        top: 12px;
        left: 12px;
        font-size: 10px;
    }

    .home .et_pb_blog_0 .post-content-inner {
        min-height: 0;
    }
}
