.cmpt_election_table_responsive {
  width: 100%;
  font-size: 0.875em;
}
.cmpt_election_table_responsive__hdr_label {
  color: var(--pg-color-main);
  font-weight: 700;
  padding: 0.5em 1em;
}
.cmpt_election_table_responsive__body_value {
  font-weight: 400;
  border-right: 1px dashed hsl(208, 11%, 73%);
  border-left: 1px dashed hsl(208, 11%, 73%);
  padding: 0.5em 1em;
}
.cmpt_election_table_responsive__body_value:last-of-type {
  border-right: none;
}
@media screen and (max-width: 991px) {
  .cmpt_election_table_responsive__body_value {
    border-right: none;
    border-left: none;
    border-top: 1px dashed hsl(208, 11%, 73%);
    border-bottom: 1px dashed hsl(208, 11%, 73%);
    padding: 0;
  }
  .cmpt_election_table_responsive__body_value:first-of-type {
    border-top: none;
  }
  .cmpt_election_table_responsive__body_value:last-of-type {
    border-bottom: none;
  }
}
.cmpt_election_table_responsive__body_ln {
  border-top: 1px dashed hsl(208, 11%, 73%);
  border-bottom: 1px dashed hsl(208, 11%, 73%);
}
.cmpt_election_table_responsive__body_ln.cmpt_election_table_responsive__ln:nth-of-type(4n+2) {
  background-color: hsl(0, 0%, 100%);
}
.cmpt_election_table_responsive__body_ln.cmpt_election_table_responsive__ln--gray:nth-of-type(4n+2) {
  background-color: var(--pg-color-gray-smooth);
}
.cmpt_election_table_responsive__body_ln.cmpt_election_table_responsive__ln:nth-of-type(4n) {
  /*background-color: hsl(0, 7%, 97%);*/
}
@media screen and (max-width: 991px) {
  .cmpt_election_table_responsive__tbl_header {
    display: none;
  }
}
.cmpt_election_table_responsive__ln_label {
  display: none;
}
.cmpt_election_table_responsive__ln_label[data-action-detail=open] .cmpt_election_table_responsive__body_short_title {
  background-color: var(--pg-color-main);
  color: white;
}
@media screen and (max-width: 991px) {
  .cmpt_election_table_responsive__ln_label {
    display: table-row;
  }
}
.cmpt_election_table_responsive__ln_cell_label {
  padding: 0.5em 1em;
  font-weight: 400;
}
.cmpt_election_table_responsive__ln_cell_label--number {
  color: var(--pg-color-main);
  font-weight: 800;
}
@media screen and (max-width: 991px) {
  .cmpt_election_table_responsive__ln_cell_label {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .cmpt_election_table_responsive__ln {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .cmpt_election_table_responsive__hdr {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .cmpt_election_table_responsive__value {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 1em;
    background-color: hsl(0, 0%, 100%);
  }
  .cmpt_election_table_responsive__value::before {
    content: attr(data-label);
    color: var(--pg-color-main);
    font-weight: bold;
    padding: 0.3em 0 0.3em 2em;
    min-width: 40%;
    text-align: left;
    border-right: 1px dashed hsl(208, 11%, 73%);
  }
}
.cmpt_election_table_responsive__short_title {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  padding: 0.3em 1em;
  cursor: pointer;
}
.cmpt_election_table_responsive__body_short_title {
  background-color: hsl(200, 86%, 97%);
  border-top: 1px dashed hsl(208, 11%, 73%);
  border-bottom: 1px dashed hsl(208, 11%, 73%);
  transition: background-color 500ms ease, color 500ms ease;
}
.cmpt_election_table_responsive__icon {
  color: var(--pg-color-main);
  transition: 0.5s ease-in-out;
}
.cmpt_election_table_responsive *[data-action-detail=open] .cmpt_election_table_responsive__icon {
  transform: rotate(180deg);
  color: white;
}
