.firelight-patients-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1em;
}

.firelight-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

h1.firelight-header__title {
  margin: unset;
  font-weight: bold !important;
  font-size: 1.25em !important;
}

a.firelight-header__button {
  color: #6437fc !important;
}

.firelight-patients-table__actions {
  text-align: center;
}

.firelight-patients-table__actions a {
  margin: 0 0.5rem;
}

.firelight-patients-table__actions a.firelight-delete-link {
  color: red !important;
}