/*
Theme Name: FaultCodes
Theme URI: https://example.com/faultcodes
Description: Child theme for Kadence.
Author: FaultCodes
Author URI: https://example.com/
Template: kadence
Version: 1.0.0
Text Domain: faultcodes
*/

/* Add your custom CSS below this line. */
  .cifc-home,
  .cifc-home * {
    box-sizing: border-box;
  }

  .cifc-home {
    --cifc-red: #c8102e;
    --cifc-red-dark: #991126;
    --cifc-red-soft: #fff3f5;
    --cifc-ink: #16191d;
    --cifc-muted: #66707a;
    --cifc-line: #e4e7eb;
    --cifc-surface: #ffffff;
    --cifc-surface-alt: #f6f7f8;
    --cifc-dark: #111317;
    --cifc-radius-sm: 12px;
    --cifc-radius: 20px;
    --cifc-radius-lg: 30px;
    --cifc-shadow: 0 18px 55px rgba(17, 19, 23, 0.08);
    --cifc-content: 1180px;
    width: 100%;
    color: var(--cifc-ink);
    background: var(--cifc-surface);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    overflow: hidden;
  }

  .cifc-home a {
    color: inherit;
    text-decoration: none;
  }

  .cifc-home img,
  .cifc-home svg {
    display: block;
    max-width: 100%;
  }

  .cifc-shell {
    width: min(var(--cifc-content), calc(100% - 40px));
    margin: 0 auto;
  }

  .cifc-section {
    position: relative;
    padding: 92px 0 46px;
  }

  .cifc-section--soft {
    background: var(--cifc-surface-alt);
  }

  .cifc-section--dark {
    color: #fff;
    background:
      radial-gradient(circle at 85% 10%, rgba(200,16,46,.32), transparent 32%),
      linear-gradient(135deg, #111317 0%, #1b1f24 100%);
  }

  .cifc-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
    color: var(--cifc-red);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .cifc-eyebrow::before {
    content: "";
    width: 30px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
  }

  .cifc-section--dark .cifc-eyebrow {
    color: #ff6d83;
  }

  .cifc-title,
  .cifc-home h1,
  .cifc-home h2,
  .cifc-home h3 {
    margin-top: 0;
    color: inherit;
    font-family: inherit;
    font-weight: 800;
    letter-spacing: -.035em;
  }

  .cifc-home h1 {
    max-width: 850px;
    margin-bottom: 18px;
    font-size: clamp(42px, 6vw, 76px);
    line-height: 1.02;
  }

  .cifc-home h2 {
    margin-bottom: 18px;
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.08;
  }

  .cifc-home h3 {
    margin-bottom: 9px;
    font-size: 21px;
    line-height: 1.25;
  }

  .cifc-lead {
    max-width: 780px;
    margin: 0;
    color: var(--cifc-muted);
    font-size: clamp(18px, 2vw, 21px);
  }

  .cifc-section--dark .cifc-lead {
    color: rgba(255,255,255,.74);
  }

  .cifc-hero {
    position: relative;
    isolation: isolate;
    min-height: 760px;
    padding: 112px 0 88px;
    color: #fff;
    background:
      linear-gradient(120deg, rgba(11,13,16,.97) 0%, rgba(18,21,25,.94) 54%, rgba(56,12,21,.82) 100%);
  }

  .cifc-hero::before,
  .cifc-hero::after {
    position: absolute;
    z-index: -1;
    content: "";
    border-radius: 50%;
    pointer-events: none;
  }

  .cifc-hero::before {
    top: -180px;
    right: -140px;
    width: 560px;
    height: 560px;
    border: 54px solid rgba(200,16,46,.16);
    box-shadow:
      0 0 0 42px rgba(200,16,46,.07),
      inset 0 0 0 2px rgba(255,255,255,.06);
  }

  .cifc-hero::after {
    right: 14%;
    bottom: -250px;
    width: 440px;
    height: 440px;
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.018);
  }

  .cifc-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
    gap: 64px;
    align-items: center;
  }

  .cifc-hero-copy {
    position: relative;
    z-index: 2;
  }

  .cifc-hero-copy p {
    max-width: 740px;
    margin: 0;
    color: rgba(255,255,255,.76);
    font-size: 19px;
  }

  .cifc-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
  }

  .cifc-badge {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 13px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 999px;
    color: rgba(255,255,255,.84);
    background: rgba(255,255,255,.055);
    font-size: 13px;
    font-weight: 700;
    backdrop-filter: blur(8px);
  }

  .cifc-lookup-card {
    position: relative;
    z-index: 3;
    padding: 30px;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: var(--cifc-radius-lg);
    color: var(--cifc-ink);
    background: rgba(255,255,255,.97);
    box-shadow: 0 32px 90px rgba(0,0,0,.28);
  }

  .cifc-lookup-card::before {
    position: absolute;
    top: 0;
    left: 34px;
    width: 90px;
    height: 5px;
    content: "";
    border-radius: 0 0 999px 999px;
    background: var(--cifc-red);
  }

  .cifc-lookup-card h2 {
    margin-bottom: 8px;
    font-size: 29px;
    letter-spacing: -.03em;
  }

  .cifc-lookup-card > p {
    margin: 0 0 22px;
    color: var(--cifc-muted);
    font-size: 15px;
  }
  .cifc-stat-strip {
    position: relative;
    z-index: 5;
    margin-top: -36px;
  }

  .cifc-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    border: 1px solid var(--cifc-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--cifc-shadow);
  }

  .cifc-stat {
    padding: 24px 26px;
    border-right: 1px solid var(--cifc-line);
  }

  .cifc-stat:last-child {
    border-right: 0;
  }

  .cifc-stat strong,
  .cifc-stat span {
    display: block;
  }

  .cifc-stat strong {
    margin-bottom: 4px;
    font-size: 18px;
  }

  .cifc-stat span {
    color: var(--cifc-muted);
    font-size: 13px;
  }

  .cifc-heading-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 36px;
    margin-bottom: 42px;
  }

  .cifc-heading-row > div:first-child {
    max-width: 760px;
  }

  .cifc-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--cifc-red);
    font-size: 14px;
    font-weight: 800;
  }

  .cifc-text-link::after {
    content: ">";
    transition: transform .2s ease;
  }

  .cifc-text-link:hover::after {
    transform: translateX(4px);
  }

  .cifc-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .cifc-card {
    position: relative;
    min-height: 230px;
    padding: 26px;
    overflow: hidden;
    border: 1px solid var(--cifc-line);
    border-radius: var(--cifc-radius);
    background: #fff;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  }

  .cifc-card:hover {
    transform: translateY(-4px);
    border-color: rgba(200,16,46,.28);
    box-shadow: 0 18px 44px rgba(17,19,23,.09);
  }

  .cifc-icon {
    display: grid;
    width: 50px;
    height: 50px;
    margin-bottom: 24px;
    place-items: center;
    border-radius: 14px;
    color: var(--cifc-red);
    background: var(--cifc-red-soft);
  }

  .cifc-icon svg {
    width: 25px;
    height: 25px;
  }

  .cifc-card p {
    margin: 0;
    color: var(--cifc-muted);
    font-size: 15px;
  }

  .cifc-model-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }

  .cifc-model {
    min-height: 160px;
    padding: 23px;
    border: 1px solid var(--cifc-line);
    border-radius: 18px;
    background: #fff;
  }

  .cifc-model span {
    display: block;
    margin-bottom: 10px;
    color: var(--cifc-red);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
  }

  .cifc-model p {
    margin: 7px 0 0;
    color: var(--cifc-muted);
    font-size: 14px;
  }

  .cifc-system-layout {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 58px;
    align-items: center;
  }

  .cifc-gear-art {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    border-radius: var(--cifc-radius-lg);
    background:
      linear-gradient(145deg, rgba(200,16,46,.96), rgba(127,10,31,.97));
  }

  .cifc-gear-art::before,
  .cifc-gear-art::after {
    position: absolute;
    content: "";
    border-radius: 50%;
  }

  .cifc-gear-art::before {
    top: 64px;
    left: 70px;
    width: 250px;
    height: 250px;
    border: 34px solid rgba(255,255,255,.95);
    box-shadow:
      0 0 0 14px rgba(255,255,255,.13),
      0 0 0 54px rgba(255,255,255,.06);
  }

  .cifc-gear-art::after {
    right: -90px;
    bottom: -88px;
    width: 280px;
    height: 280px;
    border: 1px solid rgba(255,255,255,.28);
    box-shadow: 0 0 0 46px rgba(255,255,255,.08), 0 0 0 92px rgba(255,255,255,.035);
  }

  .cifc-gear-center {
    position: absolute;
    top: 157px;
    left: 163px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #7d0c20;
    box-shadow: inset 0 0 0 12px rgba(255,255,255,.24);
  }

  .cifc-gear-label {
    position: absolute;
    right: 28px;
    bottom: 26px;
    max-width: 180px;
    color: rgba(255,255,255,.9);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
  }

  .cifc-list {
    display: grid;
    gap: 14px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
  }

  .cifc-list li {
    position: relative;
    padding-left: 32px;
    color: var(--cifc-muted);
  }

  .cifc-list li::before {
    position: absolute;
    top: .5em;
    left: 0;
    width: 17px;
    height: 17px;
    content: "";
    border-radius: 50%;
    background: radial-gradient(circle, var(--cifc-red) 0 34%, var(--cifc-red-soft) 36% 100%);
  }

  .cifc-query-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .cifc-query {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 66px;
    padding: 15px 18px;
    border: 1px solid var(--cifc-line);
    border-radius: 14px;
    background: #fff;
    font-weight: 750;
    transition: border-color .2s ease, transform .2s ease;
  }

	.cifc-query::after {
	  content: "\2197";
	  flex: 0 0 auto;
	  margin-left: auto;
	  color: var(--cifc-red);
	  font-family: Arial, sans-serif;
	  font-size: 19px;
	  font-weight: 900;
	  line-height: 1;
	  transform: translateY(-1px);
	}

  .cifc-query:hover {
    transform: translateY(-2px);
    border-color: rgba(200,16,46,.34);
  }

  .cifc-content-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 54px;
    align-items: start;
  }

  .cifc-content-grid p {
    margin: 0 0 18px;
    color: var(--cifc-muted);
  }

  .cifc-info-panel {
    padding: 28px;
    border: 1px solid var(--cifc-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(17,19,23,.06);
  }

  .cifc-info-panel strong {
    display: block;
    margin-bottom: 12px;
    font-size: 20px;
  }

  .cifc-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 40px;
  }

  .cifc-step {
    padding: 26px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 18px;
    background: rgba(255,255,255,.055);
  }

  .cifc-step b {
    display: grid;
    width: 36px;
    height: 36px;
    margin-bottom: 20px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--cifc-red);
  }

  .cifc-step h3 {
    font-size: 19px;
  }

  .cifc-step p {
    margin: 0;
    color: rgba(255,255,255,.7);
    font-size: 14px;
  }

  .cifc-note {
    margin-top: 28px;
    padding: 18px 20px;
    border-left: 4px solid var(--cifc-red);
    border-radius: 0 12px 12px 0;
    color: #5d6670;
    background: #f8f9fa;
    font-size: 14px;
  }

  @media (max-width: 1024px) {
    .cifc-hero-grid,
    .cifc-system-layout,
    .cifc-content-grid {
      grid-template-columns: 1fr;
    }

    .cifc-hero {
      min-height: auto;
    }

    .cifc-lookup-card {
      max-width: 720px;
    }

    .cifc-card-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .cifc-model-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .cifc-stat-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .cifc-stat:nth-child(2) {
      border-right: 0;
    }

    .cifc-stat:nth-child(-n+2) {
      border-bottom: 1px solid var(--cifc-line);
    }
  }

  @media (max-width: 680px) {
    .cifc-shell {
      width: min(var(--cifc-content), calc(100% - 24px));
    }

    .cifc-section {
      padding: 68px 0;
    }

    .cifc-hero {
      padding: 78px 0 72px;
    }

    .cifc-hero-grid {
      gap: 38px;
    }

    .cifc-lookup-card {
      padding: 22px;
      border-radius: 22px;
    }

    .cifc-fake-row,
    .cifc-card-grid,
    .cifc-model-grid,
    .cifc-query-grid,
    .cifc-steps,
    .cifc-stat-grid {
      grid-template-columns: 1fr;
    }

    .cifc-stat,
    .cifc-stat:nth-child(2) {
      border-right: 0;
      border-bottom: 1px solid var(--cifc-line);
    }

    .cifc-stat:last-child {
      border-bottom: 0;
    }

    .cifc-heading-row {
      display: block;
    }

    .cifc-heading-row .cifc-text-link {
      margin-top: 16px;
    }

    .cifc-gear-art {
      min-height: 330px;
    }

    .cifc-gear-art::before {
      top: 50px;
      left: 36px;
      width: 210px;
      height: 210px;
    }

    .cifc-gear-center {
      top: 124px;
      left: 110px;
    }
  }
  /* Real fault-code lookup shortcode */
.cifc-shortcode-output {
  width: 100%;
  margin-top: 24px;
  overflow: visible;
}

.cifc-shortcode-output,
.cifc-shortcode-output > div,
.cifc-shortcode-output form {
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 0;
  margin-left: 0;
  margin-right: 0;
}

.cifc-shortcode-output form {
  display: grid;
  gap: 18px;
}

.cifc-shortcode-output label {
  display: block;
  margin: 0 0 7px;
  color: var(--cifc-ink);
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.cifc-shortcode-output input,
.cifc-shortcode-output select,
.cifc-shortcode-output textarea {
  display: block;
  width: 100%;
  max-width: none;
  min-height: 52px;
  margin: 0;
  padding: 0 15px;
  border: 1px solid #d8dde2;
  border-radius: 10px;
  color: var(--cifc-ink);
  background: #fff;
  box-shadow: none;
  font-family: inherit;
  font-size: 15px;
  line-height: normal;
}

.cifc-shortcode-output input:focus,
.cifc-shortcode-output select:focus,
.cifc-shortcode-output textarea:focus {
  border-color: var(--cifc-red);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.1);
}

.cifc-shortcode-output button,
.cifc-shortcode-output input[type="submit"] {
  display: inline-flex;
  width: auto;
  min-width: 170px;
  min-height: 52px;
  margin: 0;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: var(--cifc-red);
  box-shadow: none;
  font-family: inherit;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
}

.cifc-shortcode-output button:hover,
.cifc-shortcode-output input[type="submit"]:hover {
  background: var(--cifc-red-dark);
}

/* Do not restrict dynamically generated results */
.cifc-shortcode-output [class*="result"],
.cifc-shortcode-output [class*="results"],
.cifc-shortcode-output [class*="message"],
.cifc-shortcode-output [class*="response"] {
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  overflow: visible;
}

/* Protect against theme/plugin button styles */
.cifc-shortcode-output button {
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  word-break: normal;
}

/* The outer card must grow with the results */
.cifc-lookup-card {
  height: auto;
  min-height: 0;
  overflow: visible;
}
.cifc-popular-codes-section {
  padding: 72px 0;
  background: var(--cifc-surface);
}

.cifc-popular-codes-output {
  width: 100%;
  max-width: none;
  margin: 0;
}

.cifc-popular-codes-output > :first-child {
  margin-top: 0;
}

.cifc-popular-codes-output > :last-child {
  margin-bottom: 0;
}

/* ?????????, ???? ???????? ????? */
.cifc-popular-codes-output h2 {
  margin: 0 0 28px;
  color: var(--cifc-ink);
  font-family: inherit;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

/* ????????? ? ????????????? ?????? */
.cifc-popular-codes-output ul,
.cifc-popular-codes-output .popular-fault-codes,
.cifc-popular-codes-output .fault-code-list {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ????????? ??? ?????? ???? */
.cifc-popular-codes-output a,
.cifc-popular-codes-output button {
  display: inline-flex;
  width: auto;
  min-width: 0;
  min-height: 40px;
  margin: 0;
  padding: 7px 15px;
  align-items: center;
  justify-content: center;

  border: 1px solid var(--cifc-line);
  border-radius: 999px;

  color: var(--cifc-ink);
  background: #fff;
  box-shadow: none;

  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;

  transition:
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.cifc-popular-codes-output a:hover,
.cifc-popular-codes-output button:hover {
  color: #fff;
  border-color: var(--cifc-red);
  background: var(--cifc-red);
  transform: translateY(-2px);
}

@media (max-width: 600px) {
  .cifc-popular-codes-section {
    padding: 56px 0;
  }

  .cifc-popular-codes-output h2 {
    margin-bottom: 22px;
  }
}
.cifc-popular-codes-section {
  padding: 58px 0 62px;
}
.cifc-popular-codes-output ul,
.cifc-popular-codes-output .popular-fault-codes,
.cifc-popular-codes-output .fault-code-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
a.demo-nav-button { color: #4d565f; text-decoration: none!important; font-size: 14px; font-weight: 700; }
a.demo-nav-button:hover { color: #c8102e; }
.demo-nav-button { display: inline-flex; min-height: 42px; padding: 0 17px; align-items: center; justify-content: center; border-radius: 10px; color: #fff !important; background: #c8102e; }
.demo-nav-button:hover {background: #991126; }

.mobile-toggle-open-container .menu-toggle-open:hover, .mobile-toggle-open-container .menu-toggle-open:focus-visible {
    color: #c8102e!important;
}
.menu-toggle-open {
    color: #4d565f!important;
}
.site-main-header-inner-wrap {
    min-height: 60px!important;
}
.site-footer { color: rgba(255,255,255,.75); background: #101216; padding: 62px 0 30px;}
.site-footer h2, .site-footer h3 { margin-top: 0; color: #fff; }
.site-footer h2 { font-size: 24px; }
.site-footer h3 { font-size: 14px; letter-spacing: .08em; text-transform: uppercase; }
.site-footer p { max-width: 520px; margin: 0; line-height: 1.65; }
.site-footer a { display: block; margin: 9px 0!important; color: rgba(255,255,255,.74)!important; text-decoration: none!important; font-size: 15px;}
.site-footer a:hover { color: #fff!important; }
.site-middle-footer-inner-wrap{border-top: 1px solid rgba(255, 255, 255, .1); padding-top: 16px!important; padding-bottom: 0px!important;}

@media (max-width: 767px) {
.site-footer {padding: 20px 0 0;}
}

.cifc-hero {
  position: relative;
  isolation: isolate;
  min-height: 760px;
  padding: 112px 0 88px;
  color: #fff;

  background:
    linear-gradient(
      110deg,
      rgba(10, 12, 15, 0.97) 0%,
      rgba(14, 17, 21, 0.92) 48%,
      rgba(45, 10, 17, 0.78) 100%
    ),
    url("/wp-content/uploads/2026/07/case-ih-fault-codes-hero.jpg");

  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}
@media (max-width: 760px) {
  .cifc-hero {
    min-height: auto;
    padding: 82px 0 64px;

    background:
      linear-gradient(
        rgba(10, 12, 15, 0.94),
        rgba(20, 22, 25, 0.96)
      ),
      url("/wp-content/uploads/case-ih-fault-codes-hero.webp");

    background-size: cover;
    background-position: 68% center;
  }
}
a {
    color: var(--global-palette-highlight);
    text-underline-offset: .1em;
    transition: all .1s linear;
}
blockquote {
    border-left: 4px solid #c8102e!important;
}
@media (max-width: 568px) {
   .content-style-boxed .content-bg:not(.loop-entry) {
        margin-top: 40px;
    }
}
.post-thumbnail-inner img,
.wp-block-latest-posts__featured-image img {
	border-radius: 5px;
}
.single-content address, .single-content figure, .single-content hr, .single-content p, .single-content table, .single-content pre, .single-content form, .single-content .wp-block-buttons, .single-content .wp-block-button, .single-content .wc-block-grid, .single-content .wp-block-kadence-advancedbtn, .single-content .wp-block-media-text, .single-content .wp-block-cover, .single-content .entry-content-asset, .single-content .wp-block-kadence-form, .single-content .wp-block-group, .single-content .wp-block-yoast-faq-block, .single-content .wp-block-yoast-how-to-block, .single-content .schema-faq-section, .single-content .wp-block-kadence-tableofcontents, .single-content .enlighter-default, .single-content .wp-block-kadence-iconlist, .single-content [class*=__inner-content] {
    margin-bottom: 1rem!important;
}
.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
    margin: .7em 0 .5em!important;
}
.cifc-latest-section {
  width: min(1180px, calc(100% - 40px));
  max-width: 1180px;
  margin: 72px auto;
  padding: 0 0 46px;
}

.cifc-latest-section .wp-block-latest-posts {
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .cifc-latest-section {
    width: calc(100% - 24px);
    margin: 52px auto;
  }
}
.wp-block-latest-posts__post-title:hover {
	color: #991126!important;
}
