/* Custom styles for Loan Manager template */
:root {
  --lm-card-radius: 1rem;
}
.card {
  border-radius: var(--lm-card-radius);
}
.navbar-brand { letter-spacing: .2px; }
.list-group-item { padding: .8rem 1rem; }
.table thead th { white-space: nowrap; }
@media (max-width: 768px) {
  aside {
    position: sticky;
    top: 56px;
    z-index: 1019;
  }
}
