.mvp-matters-views ul {
  list-style-type: none;
}
.mvp-matters-views .mvp-matters-views-list {
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0;
}
.mvp-matters-views .mvp-matters-views-links {
  margin: 0;
}
.mvp-matters-views .mvp-matters-views__button.usa-button {
  width: 108px !important;
  height: 44px !important;
  min-width: 108px !important;
  max-width: 108px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  margin: 0 !important;
  padding: 0 0.75rem !important;
  border: 1px solid #5f5f5f !important;
  border-radius: 0;
  box-sizing: border-box;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background-color: #ffffff !important;
  color: #015fa2 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.mvp-matters-views .mvp-matters-views__button.usa-button:not(.is-active) {
  background-color: #ffffff !important;
  color: #015fa2 !important;
}
.mvp-matters-views .mvp-matters-views__button.usa-button.is-active,
.mvp-matters-views .mvp-matters-views__button.usa-button:hover,
.mvp-matters-views .mvp-matters-views__button.usa-button:focus {
  background-color: #015fa2 !important;
  color: #ffffff !important;
  text-decoration: none;
}