/* ============================================
   LC B2B Extension – Frontend Styles
   ============================================ */

/*
 * Visibility is handled via inline CSS in <head>
 * (see LCB2B_Frontend::render_visibility_css).
 *
 * This file can be used for additional frontend
 * styling related to B2B features.
 */

/* Smooth transitions for visibility toggle (optional) */
.lc-b2b,
.lc-b2c {
    transition: opacity 0.2s ease;
}
