.senators-hero {
  padding: 32px 0 12px;
}

.senators-deck {
  color: var(--muted, #94a3b8);
  max-width: 62rem;
  line-height: 1.55;
}

.senators-deck a {
  color: var(--accent, #22d3ee);
}

.senators-grid {
  list-style: none;
  margin: 0;
  padding: 0 0 48px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 12px;
}

.senator-card {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.55);
  border: 1px solid rgba(148, 163, 184, 0.15);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.senator-card:hover {
  border-color: rgba(34, 211, 238, 0.45);
  background: rgba(15, 23, 42, 0.75);
}

.senator-thumb {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
}

.senator-thumb-placeholder {
  display: block;
  background: rgba(148, 163, 184, 0.2);
}

.senator-card-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.senator-party {
  font-size: 0.88rem;
  color: var(--muted, #94a3b8);
}

.senator-meta {
  font-size: 0.78rem;
  color: rgba(148, 163, 184, 0.75);
}

.commons-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.commons-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(148, 163, 184, 0.2);
}

.profile-fact-list {
  margin: 0;
  padding-left: 1.1rem;
  line-height: 1.5;
}

.profile-fact-list li {
  margin-bottom: 6px;
}
