/*
 * Arreluna Memberships — frontend shortcode wrappers.
 *
 * Deliberately empty rule bodies: these classes exist so shortcode
 * output lives inside a real element the active theme's own CSS can
 * select and inherit layout/typography from (the bug this fixes was
 * [arn_restricted] content rendering with no wrapper at all, so nothing
 * constrained it to the theme's content column). Nothing here should
 * impose width, margin, or spacing — that is the theme's job. Override
 * from a child theme or a custom stylesheet as needed.
 */

.arn-restricted-content {
}

.arn-unrestricted-content {
}

.arn-account-wrap {
}

.arn-register-wrap {
}
