/**
 * CXB License Manager — Frontend Styles
 * Additional styles for the [cxb_license_form] shortcode.
 * Core styles are inline in the shortcode for maximum compatibility.
 */

/* Ensure the form looks good in common themes */
.cxb-lf-wrap {
    box-sizing: border-box;
}
.cxb-lf-wrap *,
.cxb-lf-wrap *::before,
.cxb-lf-wrap *::after {
    box-sizing: inherit;
}
