.mw-candidatos-2026 {
  background-color: #fff;
}
.mw-candidatos-2026 .candidatos-anuncio:first-of-type {
  padding-top: 0;
}
.mw-candidatos-2026 .candidatos-anuncio {
  width: 100%;
  padding: 32px 20px;
}

.mw-candidatos-2026 .candidatos-page {
  width: min(100%, 1070px);
  margin: 0 auto 96px;
  padding: 58px 20px 0;
  color: var(--ele-texto);
  font-family: var(--ele-sans);
}

.mw-candidatos-2026 .candidatos-page h2 {
  margin: 0 0 36px;
  color: var(--ele-azul-forte);
  font-family: var(--ele-serif);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
}

.mw-candidatos-2026 .candidatos-filtros {
  display: grid;
  align-items: end;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--ele-borda);
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 480px);
}

.mw-candidatos-2026 .candidatos-campo {
  display: grid;
  gap: 10px;
}

.mw-candidatos-2026 .candidatos-campo label {
  color: #111;
  font-family: var(--ele-serif);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.mw-candidatos-2026 .candidatos-campo > div {
  display: grid;
  grid-template-columns: 1fr 54px;
}

.mw-candidatos-2026 .candidatos-campo input,
.mw-candidatos-2026 .candidatos-campo select {
  width: 100%;
  height: 44px;
  min-width: 0;
  border: 1px solid #d5dce3;
  background-color: #f7f7f7;
  color: #222;
  font-family: var(--ele-sans);
  font-size: 13px;
  font-weight: 400;
}

.mw-candidatos-2026 .candidatos-campo input {
  padding: 0 22px;
}

.mw-candidatos-2026 .candidatos-campo input::placeholder {
  color: #7b8791;
}

.mw-candidatos-2026 .candidatos-campo select {
  appearance: none;
  padding: 0 54px 0 22px;
  background-image: url("../../img/eleicoes/2026/svg/dropdown.svg");
  background-repeat: no-repeat;
  background-position: right 22px center;
  background-size: 13px auto;
  cursor: pointer;
}

.mw-candidatos-2026 .candidatos-campo button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d5dce3;
  border-left: 0;
  background-color: #f7f7f7;
  cursor: pointer;
}

.mw-candidatos-2026 .candidatos-campo button span {
  display: block;
  width: 19px;
  height: 19px;
  background-image: url("../../img/eleicoes/2026/svg/busca.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.mw-candidatos-2026 .candidatos-lista {
  display: grid;
  margin-top: 32px;
  gap: 22px;
  grid-template-columns: repeat(auto-fit, 115px);
}

.mw-candidatos-2026 .candidato-card {
  display: flex;
  flex-direction: column;
  width: 115px;
  min-height: 195px;
  padding: 11px 10px 18px;
  border: 1px solid var(--ele-borda);
  background-color: #f7f7f7;
  color: inherit;
  text-decoration: none;
}

.mw-candidatos-2026 .candidato-card[hidden] {
  display: none;
}

.mw-candidatos-2026 .candidato-foto {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 93px;
  height: 93px;
  margin-bottom: 12px;
  overflow: hidden;
  color: #fff;
  font-family: var(--ele-serif);
  font-size: 36px;
  font-weight: 700;
  background: linear-gradient(135deg, #d9edf6, #0b5ba1);
}

.mw-candidatos-2026 .candidato-foto img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mw-candidatos-2026 .candidato-partido {
  align-self: flex-start;
  margin-bottom: 8px;
  max-width: 100%;
  padding: 2px 5px;
  overflow: hidden;
  border: 1px solid var(--ele-azul-forte);
  color: var(--ele-azul-forte);
  display: -webkit-box;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.15;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.mw-candidatos-2026 .candidato-card strong {
  display: -webkit-box;
  min-height: 32px;
  overflow: hidden;
  color: #111;
  font-family: var(--ele-serif);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
  text-overflow: ellipsis;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.mw-candidatos-2026 .candidatos-vazio {
  margin: 32px 0 0;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 500;
}

.mw-candidatos-2026 .candidatos-status {
  grid-column: 1 / -1;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 500;
}

.mw-candidatos-2026 .candidatos-vazio[hidden] {
  display: none;
}

@media screen and (max-width: 768px) {
  .mw-candidatos-2026 .candidatos-page {
    margin-bottom: 56px;
    padding-top: 34px;
  }

  .mw-candidatos-2026 .candidatos-page h2 {
    margin-bottom: 28px;
    font-size: 24px;
  }

  .mw-candidatos-2026 .candidatos-filtros {
    grid-template-columns: 1fr;
  }

  .mw-candidatos-2026 .candidatos-lista {
    grid-template-columns: repeat(2, 115px);
  }
}
