.elementor-2819 .elementor-element.elementor-element-c26f2fd{--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;}/* Start custom CSS for html, class: .elementor-element-7b45b4a */.week-row {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 32px;
  padding: 40px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  align-items: start;
}
.week-row:last-child { border-bottom: none; }

.week-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 13px;
  font-weight: 400;
  color: #d4a55a;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 4px;
}

.week-h {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 10px;
}

.week-p {
  font-size: 16px;
  font-weight: 300;
  color: #e8f0f8;
  line-height: 1.75;
}

.value-card {
  background: #fafaf8;
  padding: 44px 36px;
  font-size: 16px;
  transition: background 0.2s;
  border-left: 3px solid transparent;
}
.value-card:hover {
  background: #edf3fb;
  border-left-color: #1c3d6b;
}

.value-card h3 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  color: #111111 !important;
  margin-bottom: 14px !important;
  line-height: 1.3 !important;
  text-transform: none !important;
}

.value-card p {
  font-size: 16px !important;
  color: #4a4a4a !important;
  font-weight: 300 !important;
  line-height: 1.75 !important;
}

.credit-box {
  background: #f5ead8;
  border: 1px solid rgba(122,92,46,0.2);
  border-left: 4px solid #7a5c2e;
  padding: 32px 36px;
  margin-top: 48px;
}
.credit-box h3 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  color: #111111 !important;
  margin-bottom: 12px !important;
  text-transform: none !important;
}
.credit-box p {
  font-size: 16px !important;
  color: #4a4a4a !important;
  font-weight: 300 !important;
  line-height: 1.75 !important;
}

.hero-navy-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.page-hero-split {
  align-items: stretch !important;
}

.s-lead-light {
  color: #e8f0f8 !important;
}

.include-list-light li {
  color: #c8d8ec !important;
}
.include-list-light li::before {
  color: #d4a55a !important;
}

h1, h2, h3, h4, h5 {
  text-transform: none;
}

.section-pad-navy h2,
.section-pad-navy p,
.section-pad-navy li {
  color: inherit;
}

@media (max-width: 960px) {
  .week-row {
    grid-template-columns: 48px 1fr;
    gap: 20px;
  }
}/* End custom CSS */