/*
 * SCM UI Kit - Website Display Modules Entry Point
 * 
 * Lightweight CSS for public-facing website display modules (BookNow, Shop, etc.).
 * Only imports the SCMUIKit partials actually used by website modules.
 * 
 * AdminShell-specific styles (layout, forms, dialogs, calendar, ops-taskboard, etc.)
 * are intentionally excluded to prevent internal admin CSS from leaking onto the
 * public website.
 * 
 * Used by: WebsiteDisplayResources.DisplayResources
 * Full admin version: SCMUIKit.css
 * 
 * INCLUDED:
 * - components.css     : SCMModuleError, SCMFeatureUnavailable, SCMThemeConfigurator
 * - value-redemption.css : ValueRedemptionPanel (BookNow/Shop payment forms)
 * - member-badge.css   : MemberBadge (BookNow welcome)
 */

@import url('/_content/SCM.Module.Admin.SCMUIKit/css/SCMUIKit.components.css');
@import url('/_content/SCM.Module.Admin.SCMUIKit/css/SCMUIKit.value-redemption.css');
@import url('/_content/SCM.Module.Admin.SCMUIKit/css/SCMUIKit.member-badge.css');
