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

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

.c-page__header {
  @apply mb-4 flex flex-col items-start justify-between gap-3 sm:flex-row sm:items-center;
}

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

.c-page__actions {
  @apply flex w-full flex-wrap items-center gap-2 sm:w-auto;
}

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