@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

body {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.4rem;
  color: #ffffff;
  width: 100%;
  text-align: left;
}
.img-fluid { border-radius: 24px; }

.cr-narrative,
.cr-narrative .progress-block {
  max-width: 1200px;
  font-size: 1.4rem;
  text-align: left;
}
.non-cr-block {
  max-width: 1200px;
  margin: 0 auto 2rem;
  padding: 2rem;
  background-color: #002B36;
  line-height: 1.5;
  text-align: justify;
}
.non-cr-block h1,
.non-cr-block h2,
.non-cr-block h3 { text-align: center; }

.cr-section img {
  width: 100vw; max-width: 100vw; height: auto; display: block;
  margin-left: auto; margin-right: auto; object-fit: cover; border-radius: 0;
}

.cr-section.white-bg,
.cr-section.white-bg .progress-block {
  background: #fff !important; color: #000; padding: 1rem; min-height: 100vh;
}
.non-cr-block.white-bg {
  width: 100vw; max-width: 100vw;
  margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw);
  background: #fff; color: #000; box-sizing: border-box;
  padding-block: 3rem; padding-inline: clamp(4rem, 15vw, 12rem);
  min-height: 100vh; margin-bottom: 0 !important;
}

.two-images {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 1rem;
}

.img-box {
  width: 30%;
  text-align: center;
}


.img-box img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.img-caption {
  font-size: 0.85rem;
  color: #555;
  margin-top: 0.4rem;
  line-height: 1.2;
}

.non-cr-block {
  max-width: 1000px;
  margin: 0 auto 2rem;
}

.post-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
}

.post-header-text h1 {
  margin: 0 0 0.35rem;
  font-size: 2rem;
}

.post-subtitle {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  color: #e5e7eb;
}

.post-divider {
  width: 80px;
  height: 2px;
  background: #f59e0b;
  border-radius: 999px;
}

.post-header-logos {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.post-logo {
  height: 42px;
  width: auto;
}

.noncr-images-row {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin: 1.5rem 0 2rem;
  flex-wrap: wrap; 
}

.noncr-image-two {
  width: 48%;          
  max-width: 360px;
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}
.story-header {
  max-width: 1200px;
  margin: 0 auto 2rem;
  padding: 2.5rem 2rem 1.5rem;
  background-color: #002B36;
  text-align: center;
}

.story-header h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.story-subtitle {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 0.5rem;
}

.story-divider {
  width: 60%;
  max-width: 400px;
  height: 1px;
  background: rgba(255,255,255,0.35);
  margin: 0.5rem auto 0.75rem;
}

.story-meta {
  font-size: 0.9rem;
  opacity: 0.8;
}

.story-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  margin: 0.75rem auto 1rem;
}

.story-logo {
  max-height: 40px;
  width: auto;
  opacity: 0.9;
}
