.sc-cmt-grid-page main .sc-committee-list h3 {
  color: rgb(0, 0, 0);
}
.sc-cmt-grid-page main .sc-committee-list-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  color: #000;
  padding: 0.125rem 0.125rem 0.25rem;
  margin: 0.125rem;
  width: 100%;
  text-decoration: none;
}
.sc-cmt-grid-page main .sc-committee-list-item:hover, .sc-cmt-grid-page main .sc-committee-list-item:focus {
  text-decoration: none;
  background-color: #f2f2f2;
}
.sc-cmt-grid-page main .sc-committee-list-item-acronym {
  border-bottom: 0.3em solid #808080;
  font-weight: bold;
  min-width: 2.5rem;
  margin-right: 0.75rem;
  line-height: 1.4;
}
.sc-cmt-grid-page main .sc-committee-list-item-name {
  flex: 1;
  min-width: 0; /* or some value */
}
@media only screen and (max-width: 768px) {
  .sc-cmt-grid-page main .sc-committee-list-item:last-child {
    margin-bottom: 0.9375rem;
  }
}
.sc-cmt-grid-page main .sitting-committees-list {
  column-count: 2;
  column-gap: 30px;
  max-height: 345px;
  width: 100%;
  padding-bottom: 1.375rem;
}
@media only screen and (max-width: 768px) {
  .sc-cmt-grid-page main .sitting-committees-list {
    column-count: auto;
    max-height: none;
    padding-bottom: 0;
  }
  .sc-cmt-grid-page main .sitting-committees-list-odd > :last-child {
    margin-bottom: 28px;
  }
}
