.pg_election__top {
  background-image: linear-gradient(hsl(206, 100%, 19%), hsl(206, 100%, 19%)), url("/templates/images/election/header.webp");
  background-blend-mode: multiply;
  background-size: cover;
}
.pg_election__actual {
  background-color: color-mix(in hsl, var(--pg-color-danger), transparent 85%);
}

.pg_election_last_update {
  padding: 1em;
}
.pg_election_last_update__text {
  text-align: center;
  color: white;
  font-style: italic;
  font-size: 0.8125em;
  font-weight: 400;
  margin: 0;
}
.pg_election_last_update__datetime {
  color: hsl(50, 100%, 52%);
  font-weight: 700;
}

.pg_election_timeline {
  position: relative;
  padding: 5em 0;
  overflow: hidden;
}
.pg_election_timeline::before {
  position: absolute;
  content: "";
  display: block;
  box-shadow: 0px 0 45px 2px color-mix(in hsl, var(--pg-color-main), transparent 40%);
  height: 1px;
  top: 0;
  width: 100%;
  margin: auto;
  margin-top: -1px;
  border-radius: 50%;
}

.pg_election_top_section {
  background-color: white;
  border-radius: 0.5em;
  padding: 1em;
}
