.c-box {
    @apply border border-border bg-bg-2 rounded-2xl;
}

.c-box--nospacing {
    @apply p-0;
}

.c-box--noborder {
    @apply border-0;
}

.c-box__header {
    @apply flex items-center justify-between py-5 px-6 border-b border-border rounded-t-2xl;
}

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

.c-box__actions {
    @apply flex items-center gap-2;
}

.c-box__body {
  @apply p-6;
}
