/* Site-specific layout helpers only. Colors, fonts, and controls come from the Radzen theme. */

.admin-content {
  padding: 1.25rem 1.5rem 2rem;
}

@media (max-width: 640px) {
  .admin-content {
    padding: 1rem;
  }
}
