.pg_election_base__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;
  background-position: center;
}
.pg_election_base__actual {
  background-color: color-mix(in hsl, var(--pg-color-danger), transparent 85%);
}

.pg_election_base_header__title {
  color: hsl(50, 100%, 52%);
  font-size: 3em;
  font-weight: 700;
  font-family: var(--pg-font-family-title-roboto-condenzed);
  margin-bottom: 0;
  line-height: 0.8em;
}
.pg_election_base_header__description {
  color: white;
  font-size: 2.125em;
  font-weight: 700;
  font-family: var(--pg-font-family-title-roboto-condenzed);
  margin-bottom: 0;
}

.pg_election_base_calendars_top {
  display: flex;
}
.pg_election_base_calendars_top__item {
  display: flex;
  align-items: center;
}
.pg_election_base_calendars_top__item:not(:last-child)::after {
  display: inline-block;
  content: "";
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 1em;
  background-color: var(--pg-color-sticker-category);
  opacity: 0.32;
  margin: 0 1em;
}
