/* Home — About block: rich text in mission / vision / values tabs */
.de-tab .rte-content--about-tab {
  font-size: 1rem;
  line-height: 1.65;
  color: inherit;
}

.de-tab .rte-content--about-tab p {
  margin-bottom: 0.85rem;
}

.de-tab .rte-content--about-tab p:last-child {
  margin-bottom: 0;
}

.de-tab .rte-content--about-tab strong,
.de-tab .rte-content--about-tab b {
  font-weight: 700;
  color: var(--heading-font-color, #0f172a);
}

.de-tab .rte-content--about-tab em,
.de-tab .rte-content--about-tab i {
  font-style: italic;
}

.de-tab .rte-content--about-tab ul,
.de-tab .rte-content--about-tab ol {
  margin: 0.5rem 0 1rem;
  padding-left: 1.35rem;
}

.de-tab .rte-content--about-tab li {
  margin-bottom: 0.35rem;
}

.de-tab .rte-content--about-tab h3,
.de-tab .rte-content--about-tab h4 {
  margin: 0.75rem 0 0.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.de-tab .rte-content--about-tab blockquote {
  margin: 0.75rem 0;
  padding-left: 1rem;
  border-left: 3px solid var(--primary-color, #2563eb);
  opacity: 0.95;
}

.de-tab .rte-content--about-tab a {
  color: var(--primary-color, #2563eb);
  text-decoration: underline;
  text-underline-offset: 2px;
}
