.review-table {
  width: fit-content;
  margin-bottom: 0.75rem;
}

.review-table tr > *:first-child {
  width: 13rem !important;
  padding-left: 0;
}

.review-expandable > .pf-v5-c-expandable-section__toggle {
  margin-right: 0;
  width: 100%;
  display: inline-flex;
}

.review-expandable .pf-v5-c-expandable-section__toggle-text {
  width: 100%;
}

.summary-expandable .pf-v5-c-expandable-section__toggle,
.review-expandable > .pf-v5-c-expandable-section__toggle {
  color: initial;
  text-align: left;
}

.summary-expandable
  > .pf-v5-c-expandable-section__toggle
  > .pf-v5-c-expandable-section__toggle-icon {
  visibility: hidden;
}
