/* Théma21 – author CPT profiloldal és szerzőlista. */

.thema21-author-profile {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 32px;
  align-items: start;
}

.thema21-author-photo img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 50%;
}

.thema21-author-meta {
  margin-bottom: 18px;
}

.thema21-author-affiliation {
  font-size: 1rem;
  font-weight: 600;
  opacity: 0.85;
}

.thema21-author-role {
  margin-top: 4px;
  font-size: 0.95rem;
  opacity: 0.72;
}

.thema21-author-bio {
  font-size: 1.05rem;
  line-height: 1.7;
}

.thema21-author-links {
  margin-top: 20px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.thema21-author-links a {
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.thema21-author-email {
  margin-top: 16px;
  font-size: 0.95rem;
}

.thema21-author-email a {
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.thema21-author-email a:hover {
  opacity: 0.8;
}

@media (max-width: 700px) {
  .thema21-author-profile {
    grid-template-columns: 1fr;
  }

  .thema21-author-photo img {
    width: 140px;
    height: 140px;
  }
}

.thema21-authors-name-list {
  list-style: none;
  padding: 0;
  margin: 32px 0 0;
  columns: 2;
  column-gap: 48px;
}

.thema21-authors-name-list li {
  break-inside: avoid;
  margin-bottom: 10px;
}

.thema21-authors-name-list a {
  text-decoration: none;
}

.thema21-authors-name-list a:hover {
  text-decoration: underline;
}

@media (max-width: 700px) {
  .thema21-authors-name-list {
    columns: 1;
  }
}

.thema21-author-affiliations ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.thema21-author-affiliations li {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.45;
  opacity: 0.88;
}

.thema21-author-affiliations li + li {
  margin-top: 3px;
}

.thema21-author-occupations {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
  font-size: 0.95rem;
  line-height: 1.5;
  opacity: 0.72;
}

.thema21-author-occupation:not(:last-child)::after {
  content: "·";
  margin-left: 8px;
  opacity: 0.65;
}

.thema21-author-links a {
  text-decoration: none;
  border-bottom: none;
}

.thema21-author-links a:hover {
  text-decoration: underline;
}
