.votingright-detail--0 .component__content > * + * {
  margin-block-start: 1rem;
}

.votingright-detail--0 .votingright__content > * + * {
  margin-block-start: 1em;
}

table {
  width: 100%;
  font-size: 1.125rem;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  max-width: 64rem;
  margin-inline: auto;
}

table tr th {
  padding: 1rem;
}

table tr td {
  padding: 1rem;
  border-color: var(--clr-white);
}

table tr:nth-child(2n) {
  background: var(--clr-tertiary-10);
}

table tr:nth-child(odd) {
  background: var(--clr-tertiary-10);
}

table tr:nth-child(1) {
  background: var(--clr-secondary);
}

table tr:nth-child(1) > td,
table tr:nth-child(1) > th {
  color: #fff !important;
  font-weight: 700;
}

table tr:nth-child(1) > td a,
table tr:nth-child(1) > th a {
}

table tr:nth-child(1) > td a:hover,
table tr:nth-child(1) > th a:hover {
}

table tr:nth-child(1) > td a span,
table tr:nth-child(1) > th a span {
}

table tr:nth-child(1) > td span,
table tr:nth-child(1) > th span {
  color: #fff !important;
}

table thead + tbody tr:first-child {
  background: var(--clr-tertiary-10);
}

table thead + tbody tr:first-child td {
  color: var(--clr-base) !important;
  font-weight: 400;
}

table thead + tbody tr:first-child td span {
  color: var(--clr-base) !important;
}

table tbody tr {
  border-bottom: solid 2px #fff;
}

.table__wrapper {
  overflow-x: auto;
  margin-top: 25px;
  display: block;
  clear: both;
  position: relative;
  overflow-x: auto;
}

.votingright-detail--0 .votingright__content > .table__wrapper > table > tbody > tr:first-child {
  background: none;
}

.votingright-detail--0 .votingright__content > .table__wrapper > table > tbody > tr:first-child > td {
  border: none !important;
  color: var(--clr-base) !important;
  font-weight: 400;
  border: none;
  border-bottom: #b7b7b7 1px solid;
  border-right: #b7b7b7 1px solid;
  border-spacing: 0px;
}

.votingright-detail--0 .votingright__content hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
  .table__wrapper table {
    min-width: 992px;
  }
}

@media (max-width: 768px) {
  .table__wrapper table {
    min-width: 768px;
  }
}
