/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

/* Shared library list-row mobile responsive */
@media (max-width: 768px) {
  .list-row {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 0.75rem;
  }
  .list-row > div:last-child {
    width: auto;
  }
  .list-row .btn {
    width: auto;
  }
}
