.coalition-card {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  border-radius: 12px;
  background: #fff;
  padding: 24px;
}
.coalition-card h3 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 16px;
  color: #064e3b;
}
.sponsor-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0;
  font-weight: 600;
}
.sponsor-row img {
  width: 20px;
  height: 20px;
}
.coalition-button {
  display: inline-block;
  background-color: #064e3b;
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s ease;
  margin-top: 20px;
}
.coalition-button:hover {
  background-color: #46b450;
}
