/* Keeps hero readable in the block editor */
.editor-styles-wrapper .tv3-about-us-hero {
  min-height: 60vh;
  outline: 1px dashed rgba(255, 255, 255, 0.25);
  position: relative;
  overflow: hidden;
  max-width: none;
  color: #fff;
  left: unset;
  right: unset;
  width: unset;
  margin-left: unset;
  margin-right: unset;
}

.editor-styles-wrapper .tv3-about-us-hero__content {
  position: relative;
  width: 100%;
  height: 100%;
  padding-inline-start: calc(var(--wp--style--root--padding-left, 0));
  padding-inline-end: calc(var(--wp--style--root--padding-right, 0));
}

.editor-styles-wrapper .tv3-about-us-hero__bg {
  position: absolute;
  inset: 0;
  background-image: var(--hero-bg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.editor-styles-wrapper .tv3-about-us-hero__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.editor-styles-wrapper .tv3-about-us-hero__inner {
  position: relative;
  display: block;
  z-index: 1;
}

.editor-styles-wrapper .tv3-about-us-hero__media-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.editor-styles-wrapper .tv3-about-us-hero__media-hint {
  margin-bottom: 16px;
  opacity: 0.6;
  font-size: 12px;
}

.editor-styles-wrapper .tv3-about-us-hero__subtitle,
.editor-styles-wrapper .tv3-about-us-hero__title,
.editor-styles-wrapper .tv3-about-us-hero__excerpt,
.editor-styles-wrapper .tv3-about-us-hero__partners-label {
  color: #fff;
}
.editor-styles-wrapper .tv3-about-us-hero__title {
  font-size: 32px;
}

.editor-styles-wrapper .tv3-about-us-hero__excerpt {
  opacity: 0.7;
}

.editor-styles-wrapper .tv3-about-us-hero__partners-actions {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.editor-styles-wrapper .tv3-about-us-hero__partners-separator {
  display: inline-block;
  margin-inline: 6px;
}

.editor-styles-wrapper .tv3-about-us-hero__logos-placeholder {
  margin-top: 12px;
  opacity: 0.6;
  font-size: 12px;
}

.editor-styles-wrapper .tv3-about-us-hero__partners-logos {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.editor-styles-wrapper .tv3-about-us-hero__logo {
  height: 40px;
  width: auto;
}
