/**
 * @file
 * Styles for the Ask Eddie chat widget.
 *
 * The widget library (bundle.js) creates its own UI when initialized with
 * type 'widget':
 * - .lifelearn-eddie-chat-launch-btn - Launch button (fixed, bottom-right)
 * - #lifelearn-eddie-chat-wrapper - Slide-in container
 * - .popup-header - Blue header with logo, title, close button
 * - .popup-content - Scrollable chat content area
 *
 * These styles provide minimal overrides only.
 */

/* reCAPTCHA badge - ensure visibility for abuse prevention */
.grecaptcha-badge {
  z-index: 100 !important;
}
