/* Outer widget container */
.vfrc-widget {
    min-width: 480px !important;
}

/* Inner chat container */
.vfrc-widget > div {
    min-width: 480px !important;
}

/* Chat area */
.vfrc-chat {
    min-width: 480px !important;
}

/* Mobile styles */
@media screen and (max-width: 600px) {
    .vfrc-widget {
        min-width: 380px !important;
    }
    
    .voiceflow-widget {
        min-width: 380px !important;
    }
    
    .vfrc-chat {
        min-width: 380px !important;
    }

    .s9t60i0 {
        width: 100% !important;
        max-width: 380px !important;
    }
}