.pg_election_content_list {
  padding: 0;
  list-style-type: none;
}
.pg_election_content_list_link {
  background-color: hsl(0, 7%, 97%);
  color: var(--pg-color-main);
  font-weight: 400;
  font-size: 0.9375em;
  display: block;
  border-radius: 0.5em;
  padding: 1.0625em 1.25em;
  text-decoration: none;
}

.pg_election_content_footer {
  position: relative;
  background-color: var(--pg-color-main-dark);
  border-top: 1px solid var(--pg-color-main);
  overflow: hidden;
}
.pg_election_content_footer::after {
  position: absolute;
  content: "";
  display: block;
  box-shadow: 0 0 10em 5em color-mix(in hsl, var(--pg-color-main), transparent 20%);
  height: 5em;
  bottom: -5em;
  width: 90%;
  margin-left: 5%;
  border-radius: 50%;
  z-index: 0;
}
.pg_election_content_footer__content {
  z-index: 1;
  position: relative;
  padding: 1em 0;
}

@media screen and (max-width: 991px) {
  .pg_election_content_main {
    box-shadow: 0 0 0 1px rgba(0, 28, 49, 0.16), 0 0.5em 1.25em 0 rgba(0, 89, 155, 0.2), 0 1px 0.4375em 0 inset rgb(255, 255, 255);
    border-radius: 0.5em;
    background-color: white;
    padding: 1em;
  }
}
.pg_election_content_main__show_menu {
  border-bottom: 1px solid hsl(0, 0%, 90%);
  padding-bottom: 1em;
  margin-bottom: 2em;
}
@media screen and (min-width: 992px) {
  .pg_election_content_main__show_menu {
    display: none;
  }
}
.pg_election_content_main__content {
  margin: 0 1em;
}
.pg_election_content_main .de__wide {
  margin-left: -2rem;
  margin-right: -2rem;
}

.pg_election_content_rightcol {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1em;
  overflow: hidden;
}
.pg_election_content_rightcol--shadow_top {
  margin-top: 1em;
  padding-top: 3em;
}
.pg_election_content_rightcol--shadow_top::before {
  position: absolute;
  content: "";
  display: block;
  box-shadow: 0 0 5em 0 color-mix(in hsl, var(--pg-color-main), transparent 20%);
  height: 2em;
  top: -2em;
  width: 50%;
  margin-left: 25%;
  z-index: 0;
}
