@use "../../../../../styles/int.scss";

.expand-row {
  div[role="cell"] {
    grid-column: 1 / -1;
  }
}

.button {
  display: flex;
  gap: int.$spacing-1;
  align-items: center;
  color: int.$warmgray-60;
  padding-top: int.$spacing-2;
  cursor: pointer;

  @include int.sans($role: "component", $size: "300"); 
}
