.elementor-32 .elementor-element.elementor-element-d2ff60f{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:3%;--padding-bottom:2%;--padding-left:0%;--padding-right:0%;}.elementor-32 .elementor-element.elementor-element-94b142c{text-align:center;}.elementor-32 .elementor-element.elementor-element-5e01533{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-32 .elementor-element.elementor-element-d4e2777{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-32 .elementor-element.elementor-element-d2ff60f{--content-width:766px;}.elementor-32 .elementor-element.elementor-element-d4e2777{--content-width:1119px;}}/* Start custom CSS for container, class: .elementor-element-d4e2777 *//* ── HERO ── */
.cc-post-hero {
  background: linear-gradient(105deg, #071828 0%, #0B2340 60%, #0d2b4e 100%);
  border-radius: 8px;
  padding: 56px 40px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.cc-post-hero::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 5px;
  background: #F6C12A;
}
.cc-post-hero-eyebrow {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #F6C12A;
  margin-bottom: 14px;
  display: block;
}
.cc-post-hero h1 {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 800 !important;
  font-size: clamp(28px, 4vw, 48px) !important;
  color: #fff !important;
  text-transform: uppercase !important;
  line-height: 1.05 !important;
  margin: 0 0 16px !important;
}
.cc-post-hero h1 span { color: #F6C12A; }
.cc-post-hero-meta {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,.45);
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

/* ── INTRO ── */
.cc-post-intro {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 17px !important;
  color: #3a4450 !important;
  line-height: 1.82 !important;
  border-left: 4px solid #F6C12A;
  padding-left: 20px;
  margin-bottom: 36px !important;
}

/* ── BODY ── */
.cc-post-body {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 15.5px !important;
  color: #4a5360 !important;
  line-height: 1.84 !important;
  margin-bottom: 18px !important;
}

/* ── H2 HEADINGS ── */
.cc-post-h2 {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(20px, 2.8vw, 26px) !important;
  color: #0B2340 !important;
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
  margin: 42px 0 14px !important;
  padding-bottom: 10px !important;
  border-bottom: 3px solid #F6C12A !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}
.cc-post-h2 .cc-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #F6C12A;
  color: #0B2340;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 800;
  flex-shrink: 0;
  font-family: 'Oswald', sans-serif;
}

/* ── INLINE IMAGES ── */
.cc-post-img-wrap {
  margin: 28px 0;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #e4e8ed;
}
.cc-post-img-wrap img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}
.cc-post-img-caption {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #9aa3ad;
  padding: 8px 12px;
  background: #f4f6f8;
}

/* ── CALLOUT BOX (navy) ── */
.cc-post-callout {
  background: #0B2340;
  border-radius: 6px;
  padding: 24px 28px;
  margin: 32px 0;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.cc-post-callout-icon {
  font-size: 28px;
  flex-shrink: 0;
  margin-top: 2px;
}
.cc-post-callout-text {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
  color: rgba(255,255,255,.75) !important;
  line-height: 1.72 !important;
  margin: 0 !important;
}
.cc-post-callout-text strong { color: #F6C12A !important; }

/* ── WARNING BOX (gold border) ── */
.cc-post-warning {
  background: #fff8e1;
  border: 1px solid #F6C12A;
  border-left: 4px solid #F6C12A;
  border-radius: 4px;
  padding: 16px 20px;
  margin: 24px 0;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
  color: #4a5360 !important;
  line-height: 1.7 !important;
}
.cc-post-warning strong { color: #0B2340 !important; }

/* ── FINAL CTA BLOCK ── */
.cc-post-cta {
  background: linear-gradient(105deg, #0B2340, #0d2b4e);
  border-radius: 8px;
  padding: 40px 36px;
  margin-top: 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cc-post-cta::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: #F6C12A;
}
.cc-post-cta h3 {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(20px, 3vw, 28px) !important;
  color: #fff !important;
  text-transform: uppercase !important;
  margin: 0 0 12px !important;
}
.cc-post-cta p {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 15px !important;
  color: rgba(255,255,255,.65) !important;
  line-height: 1.7 !important;
  max-width: 560px;
  margin: 0 auto 28px !important;
}
.cc-post-cta-btns {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.cc-post-btn-primary {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  background: #F6C12A !important;
  color: #0B2340 !important;
  font-family: 'Oswald', sans-serif !important;
  font-weight: 800 !important;
  font-size: 15px !important;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 14px 36px !important;
  border-radius: 4px;
  text-decoration: none !important;
  transition: background .2s;
}
.cc-post-btn-primary:hover {
  background: #d4a51e !important;
  color: #0B2340 !important;
}
.cc-post-btn-secondary {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  border: 2px solid rgba(255,255,255,.35) !important;
  color: #fff !important;
  font-family: 'Oswald', sans-serif !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  letter-spacing: .07em;
  text-transform: uppercase;
  padding: 12px 28px !important;
  border-radius: 4px;
  text-decoration: none !important;
  transition: border-color .2s, color .2s;
}
.cc-post-btn-secondary:hover {
  border-color: #F6C12A !important;
  color: #F6C12A !important;
}

/* ── MOBILE ── */
@media (max-width: 600px) {
  .cc-post-hero { padding: 36px 20px; }
  .cc-post-cta { padding: 28px 20px; }
  .cc-post-cta-btns { flex-direction: column; align-items: center; }
  .cc-post-btn-primary,
  .cc-post-btn-secondary { width: 100% !important; max-width: 300px; justify-content: center; }
  .cc-post-img-wrap img { height: 200px; }
}/* End custom CSS */