/* Soleil Assistenza — stili bolla, pannello e pagina (14/09/2026) */
#soleil-assistenza-root { position: static; } /* 1.0.3: nessun posizionamento sul contenitore, bolla e pannello sono fissi allo schermo */

.soleil-bubble {
  position: fixed; z-index: 2147483000;
  width: 56px; height: 56px; border-radius: 50%; border: 0; padding: 0;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.22);
  cursor: grab; user-select: none; -webkit-user-select: none; touch-action: none;
  transition: transform .15s ease, box-shadow .15s ease;
  font: inherit;
}
.soleil-bubble:hover { transform: scale(1.06); box-shadow: 0 10px 28px rgba(0,0,0,0.28); }
.soleil-bubble:active { cursor: grabbing; }
.soleil-bubble-icon { font-size: 26px; line-height: 1; }
.soleil-bubble--with-label { width: auto; padding: 0 18px 0 14px; border-radius: 28px; gap: 8px; }
.soleil-bubble-label { font-size: 14px; font-weight: 600; white-space: nowrap; }
.soleil-bubble--open .soleil-bubble-icon { transform: rotate(0deg); }

.soleil-panel {
  position: fixed; z-index: 2147483001;
  display: none; flex-direction: column;
  background: #fff; border-radius: 16px; overflow: hidden;
  box-shadow: 0 16px 48px rgba(0,0,0,0.28);
  max-width: calc(100vw - 16px); max-height: calc(100vh - 16px);
}
.soleil-panel--open { display: flex; }
.soleil-panel-head { display: flex; align-items: center; justify-content: space-between; padding: 10px 14px; flex-shrink: 0; }
.soleil-panel-title { display: flex; flex-direction: column; line-height: 1.2; }
.soleil-panel-title strong { font-size: 14px; }
.soleil-panel-title span { font-size: 12px; opacity: .85; }
.soleil-panel-actions { display: flex; gap: 6px; }
.soleil-panel-actions button {
  background: rgba(255,255,255,0.18); color: inherit; border: 0; border-radius: 8px;
  width: 32px; height: 32px; font-size: 15px; cursor: pointer; line-height: 1;
}
.soleil-panel-actions button:hover { background: rgba(255,255,255,0.32); }
.soleil-panel-body { flex: 1; min-height: 0; background: #f8fafc; }
.soleil-panel-frame { width: 100%; height: 100%; border: 0; display: block; }

.soleil-panel--mobile { left: 0 !important; right: 0 !important; top: 0 !important; bottom: 0 !important; width: 100vw !important; height: 100vh !important; max-width: none !important; max-height: none !important; border-radius: 0; }

/* Pagina a tutta larghezza (Contattaci / Le mie richieste) */
.soleil-assistenza-page { width: 100%; }
.soleil-assistenza-links { margin: 0 0 12px; font-size: 14px; }
.soleil-assistenza-frame { width: 100%; min-height: 720px; height: 82vh; border: 0; border-radius: 12px; background: #f8fafc; }
@media (max-width: 640px) { .soleil-assistenza-frame { min-height: 620px; height: 78vh; border-radius: 0; } }
