.face-governance-page {
    background: #fff;
    overflow-x: hidden;
}

/* Reports Description Wrapper */
.reports-description-wrapper {
    background: #fff;
    padding: 40px 0;
    border-bottom: 1px solid #f0f0f0;
}

.reports-description {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.reports-description p {
    margin: 0 0 20px 0;
}

.reports-description p:last-child {
    margin: 0;
}

@media (max-width: 768px) {
    .reports-description-wrapper {
        padding: 30px 20px;
    }
    .reports-description {
        font-size: 16px;
        text-align: left;
    }
}

.fg-section {
    width: 100%;
}

.fg-leaders-band .cmntle  {
    color: #FFF;
    font-weight: 400;
    margin: 0px 0px 40px 0px;
    width: 100%;
}
.face-why-join__content { 
    margin-bottom: 60px;
    color: #62666D;
}
.face-why-join__content .cmntle { 
    margin-bottom: 18px;
}
.face-why-join__content p { 
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}

.face-why-join__content p:last-child  {
    margin: 0px;
}

.fg-leaders-section { background: #fff; }
.fg-leaders-section .fg-section-title-wrap {
    background: #fff;
    padding-bottom: 0;
}

/* Red band */
.fg-leaders-band {
    background: #E3120B;
    padding: 60px 0 50px;
}

.fg-leaders-carousel-container {
    max-width: 1200px;
    margin: 0 auto;
}

.fg-leaders-track-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 0 20px;
}

/* First 4 items - 4 per row */
.fg-leaders-track-wrap .fg-leader-item:nth-child(-n+4) {
    flex: 0 0 calc(25% - 23px);
    max-width: calc(25% - 23px);
}

/* Next 5 items - 5 per row */
.fg-leaders-track-wrap .fg-leader-item:nth-child(n+5) {
    flex: 0 0 calc(20% - 24px);
    max-width: calc(20% - 24px);
}

.fg-leader-item {
    text-align: center;
    padding: 0;
}

.fg-leader-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 10px;
    border: 0px;
    background: #ddd;
}

.fg-leader-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* ---- Responsive Leaders Grid ---- */
@media (max-width: 1200px) {
    .fg-leaders-track-wrap {
        grid-template-columns: repeat(4, 1fr);
        gap: 25px;
    }
}

@media (max-width: 992px) {
    .fg-leaders-track-wrap {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .fg-leaders-track-wrap {
        gap: 15px;
        padding: 0 15px;
    }
    /* First 4 items - 2 per row on tablet */
    .fg-leaders-track-wrap .fg-leader-item:nth-child(-n+4) {
        flex: 0 0 calc(50% - 8px);
        max-width: calc(50% - 8px);
    }
    /* Next 5 items - 2 per row on tablet */
    .fg-leaders-track-wrap .fg-leader-item:nth-child(n+5) {
        flex: 0 0 calc(50% - 8px);
        max-width: calc(50% - 8px);
    }
}
.fg-avatar-placeholder {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2);
}
.fg-avatar-placeholder--team {
    background: #ddd;
}
.fg-policy-card .fg-info-list {
    margin: 0;
    padding: 0;
}
.fg-policy-card .fg-info-list li {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}
.fg-policy-card .fg-info-list li:last-child {
    border-bottom: none;
}
.fg-policy-card .fg-info-list li a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}
.fg-policy-card .fg-info-list li a:hover {
    color: #E3120B;
}
.fg-info-card .fg-info-list li a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    padding: 0;
    text-decoration: underline;
}
.fg-info-card ul, .fg-info-card ol { 
    margin-bottom: 20px;
}
.fg-info-card p:last-of-type {
    margin-bottom: 0;
}
.fg-info-card .fg-info-list li a:hover {
    color: #E3120B;
}
.fg-info-card .fg-info-list li a img {
    width: 20px;
    height: auto;
    flex-shrink: 0;
}
.fg-info-card .fg-info-list li a .policy-date {
    color: #666;
    font-size: 12px;
    font-weight: 500;
    background: #f5f5f5;
    padding: 2px 8px;
    border-radius: 12px;
    white-space: nowrap;
    margin-left: auto;
}
.fg-info-card .fg-info-list li a:hover .policy-date {
    background: rgba(227, 18, 11, 0.1);
    color: #E3120B;
}
.fg-leader-name {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 4px;
    line-height: 1.2;
}
.fg-leader-desg {
    font-size: 16px;
    color: #FFF;
    margin: 0 0 4px;
    line-height: 1.2;
}

.fg-li-link {
    color: #fff !important;
    font-size: 18px;
    display: inline-block;
    transition: opacity 0.2s;
}

.fg-team-item:hover .fg-li-link {
    opacity: 0.9;
    text-decoration: none;
}

.fg-li-link--dark { color: #E3120B; }
.fg-li-link--dark:hover { color: #C00F0A; opacity: 1; }

.fg-team-section .fg-li-link {
    color: #000 !important;
}
.fg-team-section .fg-team-item:hover .fg-li-link {
    color: #E3120B !important;
    opacity: 1;
}

.fg-cards-section {
    padding: 80px 0 0px;
}

.fg-cards-section .row {
    margin: 0px -45px;
}
.fg-cards-section .row > [class*="col-"] {
    padding-left: 45px;
    padding-right: 45px;
}

.fg-info-card {
    background: #F4F4F4;
    border-radius: 16px;
    padding: 50px 15px 50px 40px;
    height: 100%;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.fg-info-card:hover {
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transform: translateY(-2px);
}

.fg-info-card-title {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    margin: 0 0 8px;
}

.fg-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fg-info-list li {
    padding: 7px 0;
    font-size: 17px;
    color: #000000;
    font-weight: 500;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.4;
}

.fg-info-list li:last-child {
    padding-bottom: 0;
}

.fg-info-list li::before {
    content: '•';
    color: #000000;
    font-weight: 700;
    flex-shrink: 0;
}

.fg-info-list li a {
    color: #000000;
    text-decoration: underline;
}

.fg-info-list li a:hover {
    opacity: 0.9;
}

.fg-policies-section {
    padding: 60px 0px 80px 0px;
}

.fg-policies-section .cmntle  {
    width: 100%;
}

.fg-policies-cards-section .cmntle {
    margin-bottom: 8px;
}

.fg-policies-section .policies-desc {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    max-width: 980px;
    color: #62666D;
    margin: 0px auto 40px auto;
}
.fg-policies-section .policies-desc p:last-child { 
    margin-bottom: 0px;
}

.annual-report-sec {
    padding: 60px 0px;
}

.membership-documents-section {
    padding: 60px 0px 20px 0px;
}

.fg-policies-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 80px;
    row-gap: 20px;
}

.fg-policies-list li {
    position: relative;
    background-color: #F4F4F4;
    border-radius: 16px;
    transition: box-shadow 0.2s ease;
}

.fg-policies-list li:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
}

.fg-policies-list li .fg-policies-link {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 12px 20px;
    text-decoration: none;
    color: inherit;
}

.fg-policies-list li .fg-policies-link img {
    width: 34px;
    height: auto;
    object-fit: contain;
    flex-shrink: 0;
}

.fg-policies-list li .fg-policies-link span.fg-policy-name {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.fg-policies-list li .fg-policies-link {
    flex-direction: row;
    flex-wrap: nowrap;
}

.fg-policies-list li .fg-policies-link img + * {
    display: flex;
    flex-direction: column;
}

.fg-policies-list li .standards-doc-actions  {
    right: 20px;
    bottom: 20px;
}

.fg-policies-list li .standards-doc-action-btn {
    color: #000000 !important;
}

.fg-policies-list li .standards-doc-action-btn:hover {
    color: #E3120B !important;
}

.fg-policy-date {
    display: block;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
}

.fg-policies-list li .fg-policies-link .fg-policy-title-text {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    line-height: 24px;
}

.fg-team-section {
    padding: 60px 0px;
    background: #F4F4F4;
}

.fg-team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 0 auto;
    animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fg-team-item {
    text-align: center;
    padding: 0;
}

.fg-team-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0px auto 16px auto;
    border: 0px;
    background: #ddd;
}

.fg-team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fg-team-name {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 4px;
    line-height: 1.2;
}

.fg-team-desg {
    font-size: 16px;
    color: #000000;
    margin: 0 0 4px;
    line-height: 1.2;
}

/* Policy Statistics Section Styles */
.policy-sec {
    position: relative;
}

.policy-stat-row { 
    width: 100%;
    margin: 16px 0px 0px 0px;
}

.policy-stat-item {
    display: flex;
    align-items: center;
    padding: 16px;
    background: #ffffff;
    border-radius: 8px;
    transition: all 0.3s ease;
    height: 100%;
    flex-direction: column;
    text-align: center;
    gap: 16px;
}

.policy-stat-item:hover {
    transform: translateY(-2px);
}

.policy-stat-icon {
    width: 75px;
    height: 75px;
    background: #E3120B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.policy-stat-icon svg {
    width: 32px;
    height: 32px;
}

.policy-stat-content {
    flex: 1;
}

.policy-stat-number {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin: 0 0 8px 0;
    line-height: 1.2;
}

.policy-stat-description {
    font-size: 15px;
    color: #62666D;
    margin: 0;
    line-height: 1.4;
}

.processes-section {
    padding: 60px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

.processes-section .cmntle {
    margin-bottom: 24px;
  }

  .processes-subtitle {
    font-size: 18px;
    color: #62666D;
    text-align: center;
    max-width: 1000px;
    margin: 0px auto 48px auto;
  }

  .processes-subtitle p:last-child { 
    margin: 0px;
  }

  .processes-section h3  {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    line-height: 1.4;
    text-align: center;
    margin: 0px auto 24px auto;
  }

  .processes-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
  }

  .process-card {
    background-color: #F4F4F4;
    border-radius: 24px;
    padding: 24px;
    width: 100%;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
  }

  .process-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(227, 18, 11, 0.1);
    border-color: #E3120B;
  }

  .process-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #E3120B;
    margin-bottom: 4px;
  }

  .process-card-desc {
    font-size: 1.1rem;
    color: #62666D;
    line-height: 1.4;
    max-width: 690px;
    margin: 0px auto 16px auto;
  }

  .process-card-desc:last-child { 
    margin-bottom: 0px;
  }

  .process-connector {
    width: 3px;
    height: 28px;
    background-color: #E3120B;
    flex-shrink: 0;
  }

  /**/
  .face-engage-sec {
    padding: 0px 0px 60px 0px;
  }

  .face-engage-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    margin: 0 auto;
    align-items: start;
  }

  .face-engage-item {
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
  }

  .face-engage-card {
    background: #E3120B;
    border-radius: 0px;
    padding: 32px 20px;
    cursor: pointer;
    position: relative;
  }

  .face-engage-card-label:empty { 
    display: none;
  }

  .face-engage-card-icon {
    margin-bottom: 8px;
    line-height: 1;
  }

  .face-engage-card-icon svg {
    width: 32px;
    height: 32px;
    stroke: #ffffff;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .face-engage-card-name {
    font-size: 1.25rem;
    font-weight: 500;
    color: #ffffff;
  }

  .face-dropdown {
    position: relative;
    background: #E3120B;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease, padding 0.25s ease;
    padding: 0 20px;
    z-index: 10;
  }

  .face-engage-item {
    position: relative;
  }

  .face-engage-item:hover .face-dropdown {
    max-height: 300px;
    padding: 0px 20px 20px;
  }

  .face-dropdown ul {
    list-style: disc;
    padding-left: 18px;
  }

  .face-dropdown ul li {
    font-size: 1rem;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 4px;
  }
  .face-dropdown ul li:last-child { 
    margin-bottom: 0px;
  }

/**/
.areas-sec {
    background-color: #F4F4F4;
    padding: 60px 0px 10px 0px;
    position: relative;
}

 .areas-sec .cmntle {
    margin-bottom: 16px;
  }

  .areas-intro {
    font-size: 18px;
    color: #62666D;
    text-align: center;
    line-height: 1.55;
    margin: 0 auto 36px;
  }

  .areas-intro p { 
    margin-bottom: 20px;
  }

  .areas-intro p:last-child { 
    margin-bottom: 0px;
  }

  .areas-themes-label {
    font-size: 20px;
    font-weight: 600;
    color: #E3120B;
    margin-bottom: 16px;
  }

  .areas-list-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 0;
    column-gap: 0;
    margin-bottom: 48px;
  }

  .areas-list-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 10px 10px 0px;
    font-size: 16px;
    color: #62666D;
    line-height: 1.5;
  }

  .areas-list-item:nth-child(odd) {
    padding-right: 40px;
  }

  .areas-list-item:nth-child(even) {
    padding-left: 40px;
  }

  .areas-list-item:nth-last-child(1),
  .areas-list-item:nth-last-child(2) {
    border-bottom: none;
  }

  .areas-arrow {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .areas-arrow svg {
    width: 20px;
    height: 20px;
    stroke: #E3120B;
    fill: none;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  /**/
  .representation-section { 
    background: #FFF;
    padding: 60px 0px;
  }
  .representation-section .cmntle  {
    margin-bottom: 24px;
  }
  .representation-header { 
    text-align: center;
    margin-bottom: 0px;
  }
  .representation-section .member-cols-wrap { 
    margin: 32px 0px 0px 0px;
  }
  .representation-section .member-col  {
    padding: 0px 29px;
  }

  /**/
  .foi-tl-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foi-tl-section {
    width: 100%;
}

.foi-tl-inner {
    display: flex;
    flex-direction: row;
    gap: 60px;
    align-items: flex-start;
}

.foi-tl-left {
    flex: 0 0 40%;
    position: relative;
}

.foi-tl-left .img-responsive {
    margin-top: 32px;
}

.foi-tl-heading {
    font-size: 38px;
    font-weight: 700;
    color: #000;
    line-height: 1.15;
}

.foi-tl-right {
    flex: 1;
    position: relative;
}

.foi-tl-line {
    position: absolute;
    left: 27px;
    top: 30px;
    bottom: 30px;
    width: 2px;
    background: #e5e2f8;
    z-index: 0;
}

.foi-tl-line::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    background: #E3120B;
    border-radius: 2px;
    transition: height 5s cubic-bezier(0.2, 0.0, 0.1, 1);
}

.foi-tl-right.is-visible .foi-tl-line::after {
    height: 100%;
}

/* Icon animation */
.foi-tl-icon {
    flex: 0 0 56px;
    height: 56px;
    background: #ffffff;
    border: 1.5px solid #e5e2f8;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 8px rgba(80, 70, 229, 0.07);
    transform: scale(0.7);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
                opacity 0.4s ease,
                border-color 0.4s ease,
                box-shadow 0.4s ease;
}

.foi-tl-item.in-view .foi-tl-icon {
    transform: scale(1);
    opacity: 1;
    border-color: #E3120B;
    box-shadow: 0 4px 16px rgba(227, 18, 11, 0.15);
}

.foi-tl-icon svg {
    width: 28px;
    height: 28px;
    stroke: #E3120B;
}

/* Content slide-in */
.foi-tl-content {
    padding-top: 4px;
    flex: 1;
    opacity: 0;
    transform: translateX(24px);
    transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.foi-tl-item.in-view .foi-tl-content {
    opacity: 1;
    transform: translateX(0);
}

.foi-tl-title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
    line-height: 1.2;
}

.foi-tl-content p {
    margin: 0px 0px 16px 0px;
    color: #62666D;
    font-size: 16px;
    line-height: 25px;
}

.foi-tl-content p:last-child {
    margin: 0px;
}

.foi-tl-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0px;
}

.foi-tl-item {
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: flex-start;
    position: relative;
    padding-bottom: 36px;
}

.foi-tl-item:last-child {
    padding-bottom: 0;
}

  .policy-sec-head { 
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
  }
  .policy-sec-head h2 { 
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 auto 20px auto;
  }

/*  404 ERROR PAGE STYLES */
.error-404-section {
    padding: 60px 0;
    display: flex;
    align-items: center;
}

.error-404-content {
    max-width: 100%;
    margin: 0 auto;
}

.error-404-number {
    font-size: 120px;
    font-weight: 700;
    color: #E3120B;
    line-height: 1;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

.error-404-title {
    font-size: 36px;
    font-weight: 600;
    color: #000;
    margin-bottom: 16px;
    line-height: 1.2;
}

.error-404-description {
    font-size: 18px;
    text-align: center;
    color: #62666D;
    margin-bottom: 40px;
    line-height: 1.6;
}

.error-404-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.error-404-actions .search-form {
    max-width: 400px;
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border-radius: 8px;
    padding: 4px;
    border: 2px solid #e5e7eb;
    transition: border-color 0.3s ease;
}

.error-404-actions .search-form:focus-within {
    border-color: #E3120B;
}

.error-404-actions .search-field {
    width: 100%;
    padding: 12px 16px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    background: transparent;
    outline: none;
}

.error-404-actions .search-field::placeholder {
    color: #9ca3af;
}

.error-404-actions .search-submit {
    background: #E3120B;
    color: #fff;
    border: none;
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
}

.error-404-actions .search-submit:hover {
    background: #c51008;
}

.error-404-actions .search-submit .icon-search {
    width: 18px;
    height: 18px;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
}

.error-404-actions .search-submit .screen-reader-text {
    display: none;
}

.error-404-actions .search-form label {
    display: none;
}

/*  NEWSROOM PAGE STYLES */
.featured-posts-section {
    margin-bottom: 60px;
}

.featured-post-large {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.featured-post-large .post-image {
    height: 300px;
    position: relative;
}

.featured-post-large .post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-post-large .post-content {
    padding: 20px;
}

.featured-post-large .post-date {
    display: inline-block;
    background: #E3120B;
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 12px;
}

.featured-post-large h3 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    line-height: 1.3;
}

.featured-post-large h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.featured-post-large h3 a:hover {
    color: #E3120B;
}

.featured-post-medium {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

.featured-post-medium .post-image {
    height: 200px;
    position: relative;
}

.featured-post-medium .post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-post-medium .post-content {
    padding: 16px;
}

.featured-post-medium .post-date {
    display: inline-block;
    background: #E3120B;
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 12px;
}

.featured-post-medium h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    line-height: 1.3;
}

.featured-post-medium h4 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.featured-post-medium h4 a:hover {
    color: #E3120B;
}

.featured-post-small {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.featured-post-small .post-image {
    height: 150px;
    position: relative;
}

.featured-post-small .post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-post-small .post-content {
    padding: 16px;
}

.featured-post-small .post-date {
    display: inline-block;
    background: #E3120B;
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 12px;
}

.featured-post-small h5 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    line-height: 1.3;
}

.featured-post-small h5 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.featured-post-small h5 a:hover {
    color: #E3120B;
}

/* Posts Grid */
.posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.post-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.post-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.post-card .post-image {
    height: 200px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.post-card .post-image img {
    max-width: 100%;
    margin: 0px auto;
    display: block;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.post-card:hover .post-image img {
    transform: scale(1.01);
}

.post-card .post-date {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #E3120B;
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
}

.post-card .post-content {
    padding: 20px;
}

.post-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 12px;
    line-height: 1.3;
}

.post-card h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.post-card h3 a:hover {
    color: #E3120B;
}

.post-card p {
    color: #62666D;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.entry-summary { 
    color: #62666D;
}

.post-card .btn-primary {
    background: linear-gradient(90deg, #590297 0%, #C00096 50%, #E3120B 100%);
    color: #fff;
    text-decoration: none;
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
    cursor: pointer;
}

.post-card .btn-primary:hover {
    background: linear-gradient(90deg, #4a0280 0%, #a00080 50%, #c51008 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(227, 18, 11, 0.3);
}

/* Section Spacing */
.press-release-section,
.media-coverage-section,
.archived-section {
    margin-bottom: 60px;
}

/* END NEWSROOM PAGE STYLES */
.error-404-actions .btn-primary {
    background: linear-gradient(90deg, #590297 0%, #C00096 50%, #E3120B 100%);
    color: #fff;
    text-decoration: none;
    padding: 12px 32px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
    cursor: pointer;
}
.error-404-actions .btn-primary:hover {
    background: linear-gradient(90deg, #4a0280 0%, #a00080 50%, #c51008 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(227, 18, 11, 0.3);
}

@media (max-width: 991px) {
  .face-engage-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .fg-split-row--odd .row,
    .fg-split-row--even .row {
        flex-direction: column !important;
    }
    .fg-col-text  { order: 1; }
    .fg-col-image { order: 2; }

    .fg-img-block       { min-height: 260px; }

    .fg-leader-img      { width: 90px; height: 90px; }
    .foi-tl-inner {
      flex-direction: column;
      gap: 40px;
    }

    .foi-tl-left {
      flex: none;
      width: 100%;
    }

    .foi-tl-heading {
      font-size: 30px;
    }

    .foi-tl-right {
      width: 100%;
    }

    .foi-tl-desc {
      max-width: 100%;
    }
    .fg-team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .fg-policies-list li .standards-doc-actions {
    right: inherit;
    bottom: inherit;
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding: 0px 20px 20px 0px;
    }
}

@media (max-width: 767px) {
  .processes-section { 
    padding: 40px 0px;
  }
   .foi-tl-heading {
      font-size: 26px;
    }

    .foi-tl-icon {
      flex: 0 0 46px;
      height: 46px;
      border-radius: 11px;
    }

    .foi-tl-icon svg {
      width: 20px;
      height: 20px;
    }

    .foi-tl-line {
      left: 22px;
    }

    .foi-tl-title {
      font-size: 16px;
    }
    .fg-img-block { min-height: 200px; }
    .fg-team-img { width: 150px; height: 150px; }
    .fg-info-card { margin-bottom: 16px; height: auto; padding: 24px 15px 24px 24px }
    .fg-team-name {font-size: 18px; }
    .policy-stat-icon {
        width: 60px;
        height: 60px;
    }
    .policy-stat-number {
        font-size: 18px;
    }
     .processes-title {
      font-size: 1.6rem;
    }
    .processes-subtitle {
      font-size: 16px;
    }
    .process-card {
      padding: 22px 20px;
    }
    .process-card-desc {
      font-size: 16px;
      margin-bottom: 24px;
    }
    .areas-sec  {
      padding: 40px 0px 0px 0px;
    }
    .areas-list-grid {
      grid-template-columns: 1fr;
      margin-bottom: 24px;
    }
    .areas-list-item:nth-child(odd),
    .areas-list-item:nth-child(even) {
      padding: 6px 0px;
    }
    .areas-intro,
    .areas-footer-text {
      font-size: 16px;
    }
    .fg-cards-section { padding: 50px 0px 0px 0px; }
     .face-engage-grid {
      grid-template-columns: 1fr;
      gap: 14px;
    }
    .face-engage-card {
      padding: 16px;
    }
    .face-engage-card-name {
      font-size: 1rem;
    }
    .foi-tl-left .img-responsive { 
      margin-top: 8px;
    }
    .foi-tl-item { 
      gap: 16px;
      padding-bottom: 24px;
    }
    .policy-sec-head h2  {
      font-size: 22px;
      line-height: normal;
    }
    .fg-policies-section { padding: 40px 0px; }
    .fg-policies-list li .fg-policies-link .fg-policy-title-text { line-height: 24px; }
     .fg-team-grid {
        gap: 12px;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .posts-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .featured-post-large .post-image {
        height: 250px;
    }
    .featured-post-medium .post-image {
        height: 180px;
    }
    .featured-post-small .post-image {
        height: 140px;
    }
    .post-card .post-image {
        height: 180px;
    }
     .fg-policies-list {
        grid-template-columns: 1fr;
    }
     .error-404-number {
        font-size: 80px;
        margin-bottom: 16px;
    }
    .error-404-title {
        font-size: 28px;
        margin-bottom: 12px;
    }
    .error-404-description {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .error-404-actions {
        gap: 16px;
    }
    .error-404-actions .search-form {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .featured-post-large h3 {
        font-size: 20px;
    }
    .featured-post-medium h4 {
        font-size: 18px;
    }
    .featured-post-small h5 {
        font-size: 16px;
    }
    .post-card h3 {
        font-size: 18px;
    }
    .post-card p {
        font-size: 15px;
    }
    .fg-leaders-track-wrap { 
        padding: 0px;
    }
    .fg-leader-name { font-size: 16px; }
    .fg-leader-desg { font-size: 14px; }
    .fg-li-link {font-size: 16px; }
    .error-404-number {
        font-size: 60px;
    }
    .error-404-title {
        font-size: 24px;
    }
    .error-404-description {
        font-size: 15px;
    }
    .fg-policies-list li .fg-policies-link {
        padding: 0.875rem 1rem;
        gap: 0.75rem;
    }

    .fg-policies-list li .fg-policies-link img {
        width: 36px;
        height: 36px;
    }
}
