/* Théma21 – Szerkesztőség / Impresszum kártyák és random szerző widget. */

.thema21-editorial-board {
  margin-top: 32px;
}

.thema21-editorial-group {
  margin: 0 0 48px;
}

.thema21-editorial-group-title {
  margin-bottom: 24px;
}

.thema21-editorial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 32px;
}

.thema21-editorial-member {
  text-align: center;
}

.thema21-editorial-photo {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  margin: 0 auto 14px;
}

.thema21-editorial-name {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0;
}

.thema21-editorial-name a {
  color: var(--c-main, #c8a96a);
  text-decoration: none;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.thema21-editorial-name a:hover {
  color: #111111;
  text-decoration: underline;
}

.s-dark .thema21-editorial-name a:hover,
[data-scheme="dark"] .thema21-editorial-name a:hover {
  color: #f0f0f0;
}

.thema21-editorial-role {
  margin-top: 6px;
  font-size: 0.92rem;
  line-height: 1.45;
  opacity: 0.75;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.thema21-editorial-contact {
  max-width: 720px;
}

.thema21-editorial-contact-card {
  padding: 24px;
  border-left: 4px solid var(--c-main, #c8a96a);
  background: #F7F7F7;
}

.thema21-editorial-contact-name {
  margin: 0 0 12px;
  font-size: 1.05rem;
}

.thema21-editorial-contact-email-row {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 1.5;
}

.thema21-editorial-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--c-main, #c8a96a);
  flex: 0 0 auto;
}

/* Kapcsolat blokk e-mail linkek – ugyanaz a viselkedés, mint a szerzői oldali Email / ORCID linkeknél */
.thema21-editorial-contact a {
  color: var(--c-main, #c8a96a);
  text-decoration: none;
  border-bottom: none;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.thema21-editorial-contact a:hover {
  color: #111111;
  text-decoration: underline;
}

.s-dark .thema21-editorial-contact a:hover,
[data-scheme="dark"] .thema21-editorial-contact a:hover {
  color: #f0f0f0;
}

.s-dark .thema21-editorial-contact-card,
[data-scheme="dark"] .thema21-editorial-contact-card {
  background: rgba(255, 255, 255, 0.06);
}

.thema21-random-author-widget {
  text-align: center;
  padding: 24px 18px;
}
