/*
 * Personalizzazione del widget Respond.io.
 *
 * Lo script del widget viene caricato esclusivamente tramite Google Tag Manager;
 * questo foglio di stile si limita a personalizzare l'iframe una volta creato.
 */

/* Desktop */
iframe[title="Webchat Widget"],
iframe[src*="cdn.respond.io/webchat/widget/chat.html"] {
    width: 400px !important;
    max-width: 400px !important;
    left: 45px !important;
    right: auto !important;
    bottom: 12% !important;
}

/* Mobile */
@media (max-width: 767px) {
    iframe[title="Webchat Widget"],
    iframe[src*="cdn.respond.io/webchat/widget/chat.html"] {
        width: 400px !important;
        max-width: 400px !important;
        left: -450px !important;
        right: auto !important;
        bottom: 12% !important;
    }
}
