.request-template-list-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.request-template-list-head strong {
  min-width: 0;
  overflow-wrap: anywhere;
}

.request-template-list-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 6px;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.request-template-list-actions .active {
  border-color: var(--brand);
  color: var(--brand);
  background: var(--brand-soft);
}

