.summary-row {
  width: 100%;
  min-height: 82px;
  margin: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0;
  background: transparent;
  text-align: left;
}
.summary-row:active {
  transform: none;
  background: #f5f8f3;
}
.summary-row > div:first-child { pointer-events: none; }
.summary-row > b {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  pointer-events: none;
}
.row-arrow {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 9px;
  background: #edf3e9;
  color: #6c8765;
  font-size: 20px;
  font-weight: 400;
}
