.elections-page .return {
  margin: 25px;
  margin-left: 50px;
  text-align: right;
}

.elections-page .return a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #357ab4;
}

.elections-page .bio_btn {
  position: relative;
  bottom: -20px;
  right: -30px;
}

.elections-page .elections-back {
  color: #00668e;
  font-family: exocular, sans-serif;
  cursor: pointer;
}

.elections-page .elections-btn-accent {
  background-color: #00668e !important;
  border-color: #00668e !important;
}

.elections-page .elections-btn-wrap {
  text-align: center;
  width: 100%;
}

/* Used by show-more/less behavior */
.elections-page .morecontent span {
  display: none;
}

/* Elections 2025 card tweaks */
.elections-page .card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 4px;
}

.elections-page .card-body .elections-candidate-name {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.elections-page .card-body .elections-candidate-role {
  font-size: 1rem;
  font-weight: 400;
  color: #444;
}

.elections-page .card-body h5 {
  font-size: 1.1rem;
}

.elections-page .card-body h6 {
  font-size: 0.95rem;
  font-weight: 400;
  color: #666;
}
