/* crédibilité éditoriale, sources et transparence */

.editorial-meta-semantic {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .45rem .65rem;
}

.editorial-meta-semantic a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.editorial-author-box {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
  max-width: 1120px;
  margin: 2.5rem auto;
  padding: 1.5rem;
  border: 1px solid #dfe5ed;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(16, 24, 40, .06);
}

.editorial-author-box img {
  width: 100px;
  height: 100px;
  border-radius: 18px;
  object-fit: cover;
}

.editorial-author-box h3 {
  margin: .25rem 0 .55rem;
  font-size: 1.18rem;
}

.editorial-author-box h3 a {
  color: #101828;
  text-decoration: none;
}

.editorial-author-box p {
  margin: 0;
  color: #475467;
  line-height: 1.7;
}

.editorial-author-eyebrow {
  color: #174ea6;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.editorial-author-links {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem 1rem;
  margin-top: .85rem;
}

.editorial-author-links a {
  color: #174ea6;
  font-size: .9rem;
  font-weight: 700;
}

.editorial-evidence-box,
.editorial-transparency-box,
.editorial-methodology-card {
  margin: 2rem 0;
  padding: 1.35rem 1.45rem;
  border: 1px solid #d7e1ef;
  border-radius: 18px;
  background: #f8fbff;
}

.editorial-evidence-box {
  border-left: 5px solid #174ea6;
}

.editorial-transparency-box {
  border-left: 5px solid #7c3aed;
  background: #faf8ff;
}

.editorial-evidence-box h2,
.editorial-transparency-box h2,
.editorial-methodology-card h3 {
  margin-top: 0;
  color: #101828;
}

.editorial-evidence-box ul {
  margin: 1rem 0;
  padding-left: 1.25rem;
}

.editorial-evidence-box li + li {
  margin-top: .7rem;
}

.editorial-evidence-box a,
.editorial-transparency-box a,
.editorial-methodology-card a {
  color: #174ea6;
  font-weight: 700;
}

.editorial-source-date {
  margin-bottom: 0;
  color: #667085;
  font-size: .9rem;
}

.editorial-methodology-section {
  background: #f7f9fc !important;
}

.editorial-methodology-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.editorial-methodology-card {
  margin: 0;
  background: #fff;
}

.editorial-methodology-card p {
  margin-bottom: 0;
}

.editorial-verification {
  border-color: #b9cce6 !important;
  background: #f4f8ff !important;
}

@media (max-width: 720px) {
  .editorial-author-box {
    grid-template-columns: 1fr;
  }

  .editorial-author-box img {
    width: 84px;
    height: 84px;
  }

  .editorial-methodology-grid {
    grid-template-columns: 1fr;
  }
}
