/* Layout ottimizzato per telefoni e tablet piccoli. */
.rdc-panel[hidden] { display: none !important; }

@media (max-width: 600px) {
  .rdc-floating { right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); }
  .rdc-launcher { min-height: 48px; padding: 12px 18px; font-size: 15px; }
  .rdc-floating .rdc-panel { position: fixed; right: 12px; bottom: calc(72px + env(safe-area-inset-bottom)); width: calc(100vw - 24px); max-height: calc(100dvh - 104px); border-radius: 16px; display: flex; flex-direction: column; }
  .rdc-head { min-height: 58px; padding: 9px 14px; font-size: 16px; }
  .rdc-avatar { width: 40px; height: 40px; flex-basis: 40px; }
  .rdc-close { min-width: 44px; min-height: 44px; font-size: 32px; }
  .rdc-messages { height: auto; min-height: 118px; max-height: 26dvh; padding: 12px; }
  .rdc-message { font-size: 14px; }
  .rdc-questions { max-height: 32dvh; overflow-y: auto; padding: 10px 12px; }
  .rdc-question { min-height: 44px; padding: 10px 12px; font-size: 14px; line-height: 1.3; }
  .rdc-links { max-height: 20dvh; overflow-y: auto; }
  .rdc-contact { font-size: 12px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); }
}

@media (max-width: 360px) {
  .rdc-launcher span:last-child { display: none; }
  .rdc-launcher { width: 52px; justify-content: center; padding: 12px; }
}
