/* Editorial team byline — bottom of fleet article pages (publisher + trade-school) */
.fleet-editorial-team {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line, rgba(0, 0, 0, 0.08));
  max-width: 100%;
}

.fleet-editorial-team__inner {
  display: flex;
  gap: 0.875rem;
  align-items: flex-start;
}

.fleet-editorial-team__avatar-link {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  text-decoration: none;
}

.fleet-editorial-team__avatar {
  display: block;
  width: 48px;
  height: 48px;
  max-width: 100%;
  border-radius: 50%;
  object-fit: cover;
  background: var(--bg-soft, var(--surface, #f4f4f4));
}

.fleet-editorial-team__avatar--initials {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--accent, #2d6a9f);
  line-height: 1;
}

.fleet-editorial-team__text {
  min-width: 0;
  flex: 1;
}

.fleet-editorial-team__byline {
  margin: 0 0 0.35rem;
  font-size: 0.9375rem;
  line-height: 1.35;
  font-weight: 700;
  color: var(--text, #363636);
  overflow-wrap: anywhere;
}

.fleet-editorial-team__prefix {
  font-weight: 500;
  color: var(--muted, #727272);
}

.fleet-editorial-team__name {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: color-mix(in srgb, currentColor 35%, transparent);
}

.fleet-editorial-team__name:hover,
.fleet-editorial-team__name:focus-visible {
  text-decoration-color: currentColor;
}

.fleet-editorial-team__bio {
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
  line-height: 1.45;
  color: var(--muted, #555);
  overflow-wrap: anywhere;
}

.fleet-editorial-team__publisher {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: var(--muted, #727272);
}

.fleet-editorial-team__publisher a {
  color: var(--accent, #326891);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.fleet-editorial-team a:focus-visible {
  outline: 2px solid var(--accent, #2d6a9f);
  outline-offset: 2px;
}

@media (max-width: 720px) {
  .fleet-editorial-team {
    margin-top: 2rem;
    padding-top: 1.25rem;
  }

  .fleet-editorial-team__avatar-link,
  .fleet-editorial-team__avatar {
    width: 44px;
    height: 44px;
  }

  .fleet-editorial-team__avatar--initials {
    font-size: 1rem;
  }

  .fleet-editorial-team__byline {
    font-size: 0.875rem;
  }

  .fleet-editorial-team__bio {
    font-size: 0.8125rem;
  }
}
