/* Editor styling for About Us Text block */
.editor-styles-wrapper .tv3-about-us-text {
  width: 100%;
  max-width: none;
  background: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}

.editor-styles-wrapper .tv3-about-us-text__inner {
  align-items: flex-start;
  padding: 16px;
}

.editor-styles-wrapper .tv3-about-us-text__subtitle {
  display: block;
  margin-bottom: 32px;
  color: var(--wp--preset--color--white);
}

.editor-styles-wrapper .tv3-about-us-text__title {
  font-size: 28px;
  line-height: 1.25;
  font-weight: 400;
  max-width: 420px;
  color: var(--wp--preset--color--white);
  white-space: pre;
}

.editor-styles-wrapper .tv3-about-us-text__row {
  display: flex;
  gap: clamp(24px, 6vw, 80px);
  align-items: flex-start;
}

.editor-styles-wrapper .tv3-about-us-text__title-col {
  flex: 0 1 440px;
  max-width: 440px;
}

.editor-styles-wrapper .tv3-about-us-text__body {
  flex: 1 1 auto;
  max-width: 620px;
  opacity: 0.7;
}

.editor-styles-wrapper .tv3-about-us-text__body > .wp-block-paragraph + .wp-block-paragraph {
  margin-top: 24px;
}

@media (max-width: 900px) {
  .editor-styles-wrapper .tv3-about-us-text__row {
    flex-direction: column;
  }

  .editor-styles-wrapper .tv3-about-us-text__title-col,
  .editor-styles-wrapper .tv3-about-us-text__body {
    max-width: 100%;
  }
}

@media (max-width: 781px) {
  .editor-styles-wrapper .tv3-about-us-text__inner {
    max-width: 100%;
  }

  /* Keep default root paddings (same as articles grid). */
}
