/* League Estates — content hubs
 * .le-blog      → /blog-2/
 * .le-postcards → /our-post-cards/
 * .le-water     → /league-estates-water/
 */

.le-blog,
.le-postcards,
.le-water {
  max-width: 1140px;
  margin: 0 auto 3rem;
  padding: 0 1.1rem 2rem;
  font-size: 1.05rem;
  line-height: 1.65;
  position: relative;
}
.le-blog *,
.le-blog *::before,
.le-blog *::after,
.le-postcards *,
.le-postcards *::before,
.le-postcards *::after,
.le-water *,
.le-water *::before,
.le-water *::after {
  box-sizing: border-box;
}
.le-blog > *,
.le-postcards > *,
.le-water > * {
  position: relative;
  z-index: 1;
}

/* Shared hero pieces */
.le-ch-hero {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  margin: 0 0 2rem;
  padding: 2.25rem 1.75rem 1.9rem;
  color: #fff;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 24px 56px rgba(0, 0, 0, 0.4);
}
.le-ch-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.4;
  pointer-events: none;
  mask-image: linear-gradient(180deg, #000 25%, transparent 100%);
}
.le-ch-hero-inner {
  position: relative;
  z-index: 1;
}
.le-ch-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 0.7rem;
}
.le-ch-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  animation: le-ch-pulse 2.4s ease-in-out infinite;
}
@keyframes le-ch-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.55; }
}
.le-ch-hero h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.75rem, 4vw, 2.55rem);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: #fff;
}
.le-ch-hero p {
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.88);
  max-width: 44rem;
  font-size: 1.06rem;
}
.le-ch-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
  margin: 0 0 1.25rem;
}
.le-ch-stat {
  display: flex;
  flex-direction: column;
  min-width: 5.2rem;
}
.le-ch-stat strong {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.le-ch-stat span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 0.15rem;
  opacity: 0.75;
}
.le-ch-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.le-ch-pills a {
  display: inline-block;
  padding: 0.48rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 0.88rem;
  font-weight: 700;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}
.le-ch-pills a:hover {
  transform: translateY(-1px);
}
.le-ch-section {
  margin: 0 0 2rem;
}
.le-ch-section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  margin: 0 0 1rem;
  padding-bottom: 0.75rem;
}
.le-ch-section-head h3 {
  margin: 0;
  font-size: 1.35rem;
  color: #fff;
  font-weight: 800;
}
.le-ch-section-head span {
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.75;
}
.le-ch-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: center;
  margin-top: 1.9rem;
}
.le-ch-footer a {
  color: #eef3f8 !important;
  font-weight: 700;
  text-decoration: none !important;
  padding: 0.52rem 1rem;
  border-radius: 12px;
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
}
.le-ch-footer a:hover {
  color: #fff !important;
  transform: translateY(-1px);
}
.le-ch-note {
  margin: 1rem 0 0;
  font-size: 0.9rem;
  text-align: center;
  opacity: 0.7;
}

/* ========== BLOG ========== */
.le-blog {
  --accent: #6ee7b7;
  --accent-soft: #a7f3d0;
  --muted: #8aa8a0;
  color: #eef8f4;
}
.le-blog .le-ch-hero {
  background:
    radial-gradient(ellipse 70% 60% at 90% 0%, rgba(110, 231, 183, 0.28), transparent 55%),
    radial-gradient(ellipse 50% 45% at 5% 100%, rgba(20, 80, 90, 0.4), transparent 50%),
    linear-gradient(155deg, #061412 0%, #0c2a24 48%, #081816 100%);
  border: 1px solid rgba(110, 231, 183, 0.38);
  box-shadow: inset 0 3px 0 0 #6ee7b7, 0 24px 56px rgba(0, 0, 0, 0.45);
}
.le-blog .le-ch-kicker { color: var(--accent-soft); }
.le-blog .le-ch-kicker::before {
  background: var(--accent);
  box-shadow: 0 0 14px rgba(110, 231, 183, 0.95);
}
.le-blog .le-ch-hero h2 {
  background: linear-gradient(180deg, #fff 25%, #a7f3d0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.le-blog .le-ch-stat strong { color: var(--accent-soft); }
.le-blog .le-ch-pills a:hover {
  background: rgba(110, 231, 183, 0.2);
  border-color: var(--accent);
}
.le-blog .le-ch-section-head {
  border-bottom: 1px solid rgba(110, 231, 183, 0.28);
}
.le-blog .le-blog-feed {
  background:
    radial-gradient(ellipse 70% 40% at 50% 0%, rgba(110, 231, 183, 0.08), transparent 55%),
    linear-gradient(180deg, rgba(8, 28, 24, 0.96), rgba(4, 16, 14, 0.98));
  border: 1px solid rgba(110, 231, 183, 0.24);
  border-radius: 22px;
  padding: 1.5rem 1.35rem 1.75rem;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.35);
  max-width: 100%;
}
/* Latest posts — roomy 2×2 diary cards */
body.page-id-5701 .le-blog,
body.page-id-5701 .le-blog-feed {
  max-width: 1100px;
  width: 100%;
}
.le-blog .wp-block-latest-posts,
.le-blog ul.wp-block-latest-posts__list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}
.le-blog .wp-block-latest-posts.is-grid,
.le-blog ul.wp-block-latest-posts__list.is-grid,
.le-blog ul.wp-block-latest-posts__list.columns-2,
.le-blog ul.wp-block-latest-posts__list.columns-3 {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1.4rem !important;
  float: none !important;
  width: 100% !important;
}
/* Kill theme float/percentage column widths */
body.page-id-5701 .wp-block-latest-posts li,
.le-blog .wp-block-latest-posts.columns-2 > li,
.le-blog .wp-block-latest-posts.columns-3 > li,
.le-blog .wp-block-latest-posts__list > li {
  width: auto !important;
  max-width: none !important;
  flex: none !important;
  float: none !important;
}

body.page-id-5701 .le-blog .wp-block-latest-posts li,
.le-blog .wp-block-latest-posts li {
  list-style: none !important;
  margin: 0 !important;
  background: rgba(0, 0, 0, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  overflow: hidden;
  padding: 0 0 1.2rem !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 100%;
  transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
.le-blog .wp-block-latest-posts li:hover {
  border-color: rgba(110, 231, 183, 0.45);
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35);
}
.le-blog .wp-block-latest-posts__featured-image {
  margin: 0 0 0 !important;
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #0a1a16;
}
.le-blog .wp-block-latest-posts__featured-image a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}
body.page-id-5701 .le-blog .wp-block-latest-posts__featured-image img,
body.page-id-5701 .le-blog .wp-block-latest-posts img,
.le-blog .wp-block-latest-posts__featured-image img {
  width: 100% !important;
  height: 100% !important;
  min-height: 200px !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 0 !important;
  margin: 0 !important;
  display: block !important;
}
.le-blog .wp-block-latest-posts__post-title {
  display: block;
  padding: 1rem 1.2rem 0 !important;
  font-size: 1.15rem !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  color: #eef8f4 !important;
  text-decoration: none !important;
}
.le-blog .wp-block-latest-posts__post-title a {
  color: #eef8f4 !important;
  text-decoration: none !important;
}
.le-blog .wp-block-latest-posts__post-title a:hover {
  color: var(--accent-soft) !important;
}
.le-blog .wp-block-latest-posts__post-date,
.le-blog .wp-block-latest-posts__post-author {
  display: block;
  padding: 0.4rem 1.2rem 0 !important;
  font-size: 0.8rem;
  color: var(--muted) !important;
  font-weight: 600;
}
.le-blog .wp-block-latest-posts__post-excerpt,
.le-blog .wp-block-latest-posts__post-full-content {
  padding: 0.5rem 1.2rem 0 !important;
  font-size: 0.95rem !important;
  color: rgba(238, 248, 244, 0.84) !important;
  line-height: 1.55 !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden !important;
  max-height: 6.8em;
  margin: 0 !important;
  flex: 1;
}
.le-blog .wp-block-latest-posts__post-excerpt a,
.le-blog .wp-block-latest-posts__post-full-content a {
  color: var(--accent-soft) !important;
  font-weight: 700;
}

@media (max-width: 700px) {
  .le-blog .wp-block-latest-posts.is-grid,
  .le-blog ul.wp-block-latest-posts__list.is-grid {
    grid-template-columns: 1fr !important;
  }
  body.page-id-5701 .le-blog .wp-block-latest-posts__featured-image img,
  .le-blog .wp-block-latest-posts__featured-image img {
    min-height: 180px !important;
  }
}
.le-blog .le-ch-footer a {
  background: rgba(8, 28, 24, 0.9);
  border: 1px solid rgba(110, 231, 183, 0.24);
}
.le-blog .le-ch-footer a:hover {
  border-color: var(--accent);
  background: rgba(110, 231, 183, 0.14);
}

/* ========== POSTCARDS ========== */
.le-postcards {
  --accent: #f0abfc;
  --accent-soft: #f5d0fe;
  --gold: #e8c56a;
  --muted: #b8a8c0;
  color: #f8f0fa;
}
.le-postcards .le-ch-hero {
  background:
    radial-gradient(ellipse 70% 60% at 92% 0%, rgba(240, 171, 252, 0.3), transparent 55%),
    radial-gradient(ellipse 50% 45% at 0% 100%, rgba(100, 40, 120, 0.35), transparent 50%),
    linear-gradient(155deg, #120816 0%, #2a1838 48%, #140a1c 100%);
  border: 1px solid rgba(240, 171, 252, 0.38);
  box-shadow: inset 0 3px 0 0 #f0abfc, 0 24px 56px rgba(0, 0, 0, 0.45);
}
.le-postcards .le-ch-kicker { color: var(--accent-soft); }
.le-postcards .le-ch-kicker::before {
  background: var(--accent);
  box-shadow: 0 0 14px rgba(240, 171, 252, 0.95);
}
.le-postcards .le-ch-hero h2 {
  background: linear-gradient(180deg, #fff 20%, #f5d0fe 70%, #e8c56a 130%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.le-postcards .le-ch-stat strong { color: var(--accent-soft); }
.le-postcards .le-ch-pills a:hover {
  background: rgba(240, 171, 252, 0.22);
  border-color: var(--accent);
}
.le-postcards .le-ch-section-head {
  border-bottom: 1px solid rgba(240, 171, 252, 0.28);
}
.le-postcards .le-pc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 720px) {
  .le-postcards .le-pc-grid {
    grid-template-columns: 1fr;
  }
}
.le-postcards .le-pc-card {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
.le-postcards .le-pc-card:hover {
  border-color: rgba(240, 171, 252, 0.5);
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4);
}
.le-postcards .le-pc-card img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.le-postcards .le-ch-footer a {
  background: rgba(28, 14, 40, 0.9);
  border: 1px solid rgba(240, 171, 252, 0.24);
}
.le-postcards .le-ch-footer a:hover {
  border-color: var(--accent);
  background: rgba(240, 171, 252, 0.14);
}

/* ========== WATER SPOOF ========== */
.le-water {
  --accent: #22d3ee;
  --accent-soft: #a5f3fc;
  --pink: #f472b6;
  --muted: #8ab4bc;
  color: #eefcff;
}
.le-water .le-ch-hero {
  background:
    radial-gradient(ellipse 70% 60% at 90% 0%, rgba(34, 211, 238, 0.35), transparent 55%),
    radial-gradient(ellipse 50% 45% at 5% 100%, rgba(244, 114, 182, 0.22), transparent 50%),
    linear-gradient(155deg, #041820 0%, #0a3a48 48%, #062028 100%);
  border: 1px solid rgba(34, 211, 238, 0.42);
  box-shadow: inset 0 3px 0 0 #22d3ee, 0 24px 56px rgba(0, 0, 0, 0.45);
}
.le-water .le-ch-kicker { color: var(--accent-soft); }
.le-water .le-ch-kicker::before {
  background: var(--accent);
  box-shadow: 0 0 14px rgba(34, 211, 238, 0.95);
}
.le-water .le-ch-hero h2 {
  background: linear-gradient(180deg, #fff 15%, #a5f3fc 60%, #f472b6 140%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.le-water .le-ch-stat strong { color: var(--accent-soft); }
.le-water .le-ch-pills a:hover {
  background: rgba(34, 211, 238, 0.2);
  border-color: var(--accent);
}
.le-water .le-ch-section-head {
  border-bottom: 1px solid rgba(34, 211, 238, 0.28);
}
.le-water .le-water-stage {
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(34, 211, 238, 0.1), transparent 55%),
    linear-gradient(180deg, rgba(6, 36, 44, 0.98), rgba(3, 18, 24, 0.99));
  border: 1px solid rgba(34, 211, 238, 0.28);
  border-radius: 22px;
  padding: 1.25rem 1.1rem 1.45rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.4);
}
.le-water .le-water-stage .wp-block-embed,
.le-water .le-water-stage figure {
  margin: 0 0 1rem !important;
}
.le-water .le-water-stage .yotu-wrapper-player,
.le-water .le-water-stage .yotuwp {
  width: 100% !important;
  max-width: 100% !important;
}
.le-water .le-water-stage .yotu-video-title {
  color: #eefcff !important;
}
.le-water .le-water-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 820px) {
  .le-water .le-water-grid {
    grid-template-columns: 1fr;
  }
}
.le-water .le-water-card {
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(34, 211, 238, 0.2);
  border-radius: 18px;
  padding: 1.15rem 1.2rem 1.25rem;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}
.le-water .le-water-card h4 {
  margin: 0 0 0.55rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--accent-soft);
}
.le-water .le-water-card p {
  margin: 0 0 0.75rem;
  color: rgba(238, 252, 255, 0.88);
  font-size: 0.98rem;
}
.le-water .le-water-card p:last-child {
  margin-bottom: 0;
}
.le-water .le-water-card img,
.le-water .le-water-card .wp-block-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  margin-top: 0.65rem;
}
.le-water .le-water-quote {
  border-left: 3px solid var(--pink);
  padding-left: 0.85rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.92);
}
.le-water .le-water-disclaimer {
  margin-top: 1.25rem;
  text-align: center;
  font-size: 0.88rem;
  color: var(--muted);
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px dashed rgba(34, 211, 238, 0.25);
}
.le-water .le-ch-footer a {
  background: rgba(6, 36, 44, 0.9);
  border: 1px solid rgba(34, 211, 238, 0.24);
}
.le-water .le-ch-footer a:hover {
  border-color: var(--accent);
  background: rgba(34, 211, 238, 0.14);
}

/* Page chrome */
body.page-id-5701 { background: #041210 !important; }
body.page-id-1654 { background: #0c0612 !important; }
body.page-id-2919 { background: #031014 !important; }

body.page-id-5701 #page,
body.page-id-5701 .site,
body.page-id-5701 #content,
body.page-id-5701 .site-content,
body.page-id-5701 .entry-content,
body.page-id-5701 main,
body.page-id-1654 #page,
body.page-id-1654 .site,
body.page-id-1654 #content,
body.page-id-1654 .site-content,
body.page-id-1654 .entry-content,
body.page-id-1654 main,
body.page-id-2919 #page,
body.page-id-2919 .site,
body.page-id-2919 #content,
body.page-id-2919 .site-content,
body.page-id-2919 .entry-content,
body.page-id-2919 main {
  background: transparent !important;
}
body.page-id-5701 .entry-content,
body.page-id-1654 .entry-content,
body.page-id-2919 .entry-content {
  padding-top: 0.5rem;
  color: #eef3f8;
}
body.page-id-5701 .entry-header .entry-title,
body.page-id-1654 .entry-header .entry-title,
body.page-id-2919 .entry-header .entry-title {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
}
body.page-id-5701 .entry-cover,
body.page-id-1654 .entry-cover,
body.page-id-2919 .entry-cover {
  min-height: 34vh !important;
  max-height: 400px;
}
body.page-id-5701 .entry-cover-image,
body.page-id-1654 .entry-cover-image,
body.page-id-2919 .entry-cover-image {
  min-height: 34vh !important;
  background-size: cover !important;
  background-position: center 30% !important;
  filter: brightness(0.55) saturate(1.15) contrast(1.05);
}
body.page-id-5701 .entry-cover::after,
body.page-id-1654 .entry-cover::after,
body.page-id-2919 .entry-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
body.page-id-5701 .entry-cover::after {
  background: linear-gradient(180deg, rgba(4, 18, 16, 0.15) 0%, rgba(4, 18, 16, 0.8) 100%);
}
body.page-id-1654 .entry-cover::after {
  background: linear-gradient(180deg, rgba(12, 6, 18, 0.15) 0%, rgba(12, 6, 18, 0.8) 100%);
}
body.page-id-2919 .entry-cover::after {
  background: linear-gradient(180deg, rgba(3, 16, 20, 0.15) 0%, rgba(3, 16, 20, 0.8) 100%);
}
body.page-id-5701 .background-video-buttons-wrapper,
body.page-id-1654 .background-video-buttons-wrapper,
body.page-id-2919 .background-video-buttons-wrapper {
  display: none !important;
}
body.page-id-5701 .sharedaddy,
body.page-id-5701 .sd-title,
body.page-id-5701 .sd-content a,
body.page-id-5701 .sd-content span,
body.page-id-1654 .sharedaddy,
body.page-id-1654 .sd-title,
body.page-id-1654 .sd-content a,
body.page-id-1654 .sd-content span,
body.page-id-2919 .sharedaddy,
body.page-id-2919 .sd-title,
body.page-id-2919 .sd-content a,
body.page-id-2919 .sd-content span {
  color: #b8c0d0 !important;
}
body.page-id-5701 .site-footer {
  border-top: 1px solid rgba(110, 231, 183, 0.12);
  background: #030c0a !important;
  color: #8aa8a0;
}
body.page-id-5701 .site-footer a { color: #6ee7b7 !important; }
body.page-id-1654 .site-footer {
  border-top: 1px solid rgba(240, 171, 252, 0.12);
  background: #0a0410 !important;
  color: #b8a8c0;
}
body.page-id-1654 .site-footer a { color: #f0abfc !important; }
body.page-id-2919 .site-footer {
  border-top: 1px solid rgba(34, 211, 238, 0.12);
  background: #020c10 !important;
  color: #8ab4bc;
}
body.page-id-2919 .site-footer a { color: #22d3ee !important; }

@media (max-width: 640px) {
  .le-ch-hero {
    padding: 1.55rem 1.15rem 1.4rem;
    border-radius: 18px;
  }
  body.page-id-5701 .entry-cover,
  body.page-id-1654 .entry-cover,
  body.page-id-2919 .entry-cover {
    min-height: 26vh !important;
  }
}

@supports not (background-clip: text) {
  .le-blog .le-ch-hero h2,
  .le-postcards .le-ch-hero h2,
  .le-water .le-ch-hero h2 {
    color: #fff;
    -webkit-text-fill-color: #fff;
  }
}

/* Sold Snapshots page — keep H1 short & clean */
body.page-id-6372 .entry-title,
body.page-id-6372 h1.entry-title {
  font-size: clamp(1.75rem, 3.5vw, 2.35rem) !important;
  line-height: 1.2 !important;
  letter-spacing: -0.02em !important;
  max-width: 28rem;
  margin-left: auto !important;
  margin-right: auto !important;
  font-weight: 800 !important;
  color: #0a2744 !important;
}
body.page-id-6372 .entry-header {
  text-align: center;
  padding: 0.5rem 1rem 0 !important;
}
