/**
 * Rich-text (Quill) content inside portfolio themes — keeps bio readable
 * without overriding the active theme palette.
 */
.about-text,
.about-content .about-text {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.about-text p,
.about-text li {
  margin-bottom: 0.75rem;
}

.about-text p:last-child,
.about-text li:last-child {
  margin-bottom: 0;
}

.about-text a {
  color: var(--accent, var(--primary, inherit));
  text-decoration: underline;
  text-underline-offset: 2px;
}

.about-text ul,
.about-text ol {
  padding-left: 1.25rem;
  margin: 0.75rem 0;
}

.about-text strong {
  font-weight: 700;
}

.about-text h1,
.about-text h2,
.about-text h3,
.about-text h4 {
  font-family: var(--font-heading, inherit);
  color: inherit;
  margin: 1rem 0 0.5rem;
}

.about-text [style*="color"] {
  color: inherit !important;
}

.about-text [style*="background-color"] {
  background-color: transparent !important;
}

.about-text .ql-align-center {
  text-align: center;
}

.about-text .ql-align-right {
  text-align: right;
}

.about-text .ql-align-justify {
  text-align: justify;
}
