.table-action-panel {
  background: #0d1916e8;
  border: 1px solid #ffffff25;
  border-radius: 6px;
  display: grid;
  font-size: .72rem;
  gap: 3px;
  margin: 10px auto 0;
  padding: 8px 10px;
  text-align: left;
  width: min(330px, 100%);
}
.table-action-panel small, .last-action { color: #d6ac63; }
.table-action-panel span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.last-action { display: block; font-size: .72rem; margin-top: 4px; }
.action-explanation {
  background: #302719;
  border: 1px solid #d6ac6344;
  border-radius: 4px;
  color: #e4d6bc;
  margin: 10px auto;
  max-width: 720px;
  padding: 10px 14px;
  text-align: center;
}
