.c-page {
  @apply container mx-auto px-4;
}

.c-page:not(:has(.c-page__subheader)) {
  @apply mt-6;
}

.c-page__header {
  @apply flex items-center justify-between space-x-4 mb-4 h-12;
}

.c-page__title {
  @apply text-2xl font-medium font-title;
}

.c-page__actions {
  @apply flex items-center space-x-4;
}

.c-page__subtitle {
  @apply text-sm text-light-tx-2 font-medium;
}
