/* ICSA About — scoped to #about.icsa-about only */

#about.icsa-about {
  --icsa-accent: #f82249;
  --icsa-navy: #0e1b4d;
  background: #f6f7fd !important;
  color: var(--icsa-navy);
  font-family: "Raleway", sans-serif;
}

#about.icsa-about::before {
  display: none;
}

#about.icsa-about .icsa-about__header {
  margin-bottom: clamp(1.75rem, 3vw, 2.25rem);
}

#about.icsa-about .icsa-about__card {
  background: #ffffff;
  border: 1px solid #e4e6ef;
  border-left: 4px solid var(--icsa-accent);
  border-radius: 6px;
  padding: clamp(1.75rem, 3.5vw, 2.5rem);
  box-shadow: 0 10px 32px rgba(14, 27, 77, 0.06);
}

/* CMS title replaced by section heading */
#about.icsa-about .icsa-about__content > h2:first-child {
  display: none;
}

/* Meta — first two paragraphs from CMS (presenter + date) */
#about.icsa-about .icsa-about__content > h2:first-child + p {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--icsa-navy);
  text-align: left;
}

#about.icsa-about .icsa-about__content > h2:first-child + p + p {
  display: inline-block;
  margin: 0 0 1.75rem;
  padding: 0.4rem 0.85rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background: var(--icsa-accent);
  border-radius: 2px;
  text-align: left;
}

#about.icsa-about .icsa-about__content > h2:first-child + p + p + br {
  display: none;
}

#about.icsa-about .icsa-about__content > p {
  margin: 0 0 1.1rem;
  font-size: 1rem;
  line-height: 1.85;
  color: #3d4254;
  text-align: justify;
}

#about.icsa-about .icsa-about__content > p strong,
#about.icsa-about .icsa-about__content > p b {
  color: var(--icsa-navy);
  font-weight: 600;
}

#about.icsa-about .icsa-about__content > p:last-of-type {
  margin: 1.75rem 0 0;
  padding: 1.15rem 1.25rem;
  font-size: 1.0625rem !important;
  font-weight: 600;
  line-height: 1.65;
  text-align: left;
  color: var(--icsa-navy) !important;
  background: #f6f7fd;
  border-left: 4px solid var(--icsa-accent);
  border-radius: 0 4px 4px 0;
}

#about.icsa-about .icsa-about__content h3 {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--icsa-navy);
}

#about.icsa-about .icsa-about__content ul,
#about.icsa-about .icsa-about__content ol {
  margin: 0 0 1.1rem;
  padding-left: 1.25rem;
  color: #3d4254;
}

#about.icsa-about .icsa-about__content a {
  color: var(--icsa-accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}

#about.icsa-about .icsa-about__content a:hover {
  color: var(--icsa-navy);
}
