/**
 * jsm-modals.css
 * Refactored: dedup + cleanup duplicates (v0.43.1)
 * Total rules: 7 (reduced from 14)
 *
 * Class hierarchy:
 *   .jsm-fc (wrapper)          — fixed bottom, container untuk bar + panel
 *   .jsm-fc-bar (toggle)       — selalu visible
 *   .jsm-fc-panel              — slide-up expand
 *   .jsm-fc-row*               — single product row dalam panel
 *
 * Legacy (deprecated):
 *   .jsm-floating-cart*        — sebelum v0.43, sudah tidak di-render
 */

.jsm-toast-success { background: #10B981 !important; }

.jsm-toast-error   { background: #EF4444 !important; }

.jsm-toast-info    { background: #1F2C72 !important; }

.jsm-modal-register-link { color: #6B7280; }

.jsm-modal-register-link a {
	color: #1F2C72 !important;
	font-weight: 800;
	border-bottom: 2px solid #C8F133;
}

.jsm-modal-register-link a:hover { background: rgba(200, 241, 51, 0.15); }

.jsm-toast-warn    { background: #F59E0B !important; }
