/* ==========================================================
   Shared EEAT block
   Used on /resume-templates, /resume-skills, /resume-guides hubs.
   Mirrors the .rg-eeat pattern from resume-guide.css but is
   self-contained so it works on pages that don't load the full
   guide stylesheet.
   ========================================================== */

.tcv-eeat-section {
  background: #ffffff;
  padding: 56px 24px 64px;
}

.tcv-eeat-section__head {
  max-width: 720px;
  margin: 0 auto 28px;
  text-align: center;
}

.tcv-eeat-section__eyebrow {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2563eb;
  margin: 0 0 10px;
}

.tcv-eeat-section__title {
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.015em;
  line-height: 1.18;
  margin: 0;
}

.tcv-eeat {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.tcv-eeat__photo {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto 18px;
}

.tcv-eeat__name {
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 4px;
  letter-spacing: -0.01em;
}

.tcv-eeat__role {
  font-size: 13.5px;
  color: #475569;
  margin: 0 0 20px;
  letter-spacing: 0.005em;
}

.tcv-eeat__bio {
  font-size: 15.5px;
  line-height: 1.65;
  color: #334155;
  margin: 0 0 18px;
}

.tcv-eeat__bio a {
  color: #2563eb;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.15s ease;
}

.tcv-eeat__bio a:hover {
  color: #1d4ed8;
}

.tcv-eeat__link {
  display: inline-block;
  color: #2563eb;
  font-weight: 600;
  font-size: 14.5px;
  text-decoration: none;
  transition: color 0.15s ease;
}

.tcv-eeat__link:hover {
  color: #1d4ed8;
}

@media (max-width: 640px) {
  .tcv-eeat-section {
    padding: 44px 18px 52px;
  }
}
