/**
 * Pages intérieures À propos (présidence, secrétariat)
 */
.inner-article .dg-content-card {
  padding: 1.5rem;
}

.inner-article .post-img img {
  border-radius: 8px;
  width: 100%;
  height: auto;
}

.inner-article .article-title {
  margin: 1.25rem 0 0.75rem;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--arinwa-text, #1e293b);
}

.inner-article .meta-top ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.9rem;
  color: #64748b;
}

.inner-article .meta-top a {
  color: var(--arinwa-green, #15803d);
  text-decoration: none;
}

.inner-article .meta-top a:hover {
  color: var(--arinwa-red, #b91c1c);
}

.inner-sidebar .dg-widget {
  margin-bottom: 1.25rem;
}

.inner-sidebar .dg-widget-title {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgba(21, 128, 61, 0.2);
  color: var(--arinwa-green, #15803d);
}

.inner-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.inner-sidebar .history-item {
  padding: 0.75rem 0;
  border-bottom: 1px solid #f1f5f9;
}

.inner-sidebar .history-item:last-child {
  border-bottom: none;
}

.inner-sidebar .history-item h4 {
  font-size: 0.95rem;
  margin-bottom: 0.35rem;
}

.inner-sidebar .history-item a {
  color: var(--arinwa-text, #333);
  text-decoration: none;
}

.inner-sidebar .history-item a:hover {
  color: var(--arinwa-red, #b91c1c);
}

#secretariat-permanent .sp-card {
  background: #fff;
  border: 1px solid var(--arinwa-border, #e5e5e5);
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

#secretariat-permanent .sp-card-header {
  background: #f8fafc;
  padding: 0.75rem 1rem;
  font-weight: 700;
  border-bottom: 1px solid var(--arinwa-border, #e5e5e5);
  color: var(--arinwa-green, #15803d);
}

#secretariat-permanent .sp-card-body {
  padding: 1rem;
}

#secretariat-permanent .sp-photo {
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
}

#secretariat-permanent .sp-nom {
  font-weight: 700;
}

#secretariat-permanent .sp-date {
  color: #64748b;
  font-size: 0.9rem;
}

#secretariat-permanent .sp-detail-label {
  font-size: 0.85rem;
  color: #64748b;
}

#secretariat-permanent .functions-list {
  padding-left: 1.25rem;
}

#secretariat-permanent .structure-item {
  padding: 0.75rem;
  border: 1px solid var(--arinwa-border, #e5e5e5);
  border-radius: 6px;
  height: 100%;
  background: #fff;
}

#secretariat-permanent .structure-title {
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: var(--arinwa-green, #15803d);
}
