/*

 */

body {
  background-color: #f3f5f7;
  color: #1f2933;
}

.app-shell__lead {
  max-width: 36rem;
}

.body-content {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.sidebar-mobile-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1034; /* just below sidebar z-index 1035 */
}

.card-body-wrapper .actions {
  border-bottom: 1px solid var(--cui-border-color, #d8dbe0);
  padding-bottom: 0.75rem;
  margin-bottom: 0;
}
