/* === Sofia AI – Mobil-styles === */

@media (max-width: 480px) {
  .sofia-chat-widget.open { 
    width: 100%; 
    height: 100vh; 
    border-radius: 19px; 
  }

  .sofia-launcher { 
    bottom: 15px; 
    right: 15px; 
    width: 55px; 
    height: 55px; 
  }

  .suggestion-btn { 
    font-size: 13.5px; 
    padding: 7px 11px; 
    min-width: 75px; 
  }
}

@media (max-width: 480px) {
  .welcome-popup {
    bottom: 110px;
    right: 15px;
    max-width: 280px;
  }

  .popup-bubble::after {
    left: 42px;
  }

  .popup-label {
    margin-left: 60px;
  }
}
