/**
 * Wolk Sofía - Centro de Ayuda PV Wolk
 * Base styles (most styles are inline in JS for portability)
 */

/* Responsive: mobile adjustments */
@media (max-width: 480px) {
  #wolk-sofia-panel {
    width: calc(100vw - 16px) !important;
    right: 8px !important;
    bottom: 76px !important;
    max-height: calc(100vh - 100px) !important;
    border-radius: 14px !important;
  }

  #wolk-sofia-launcher {
    width: 48px !important;
    height: 48px !important;
    bottom: 16px !important;
    right: 16px !important;
  }
}
