/* Sobrescrever as regras do Typeform para telas pequenas */
@media (max-width: 480px) {
    .tf-v1-popup .tf-v1-iframe-wrapper {
        min-width: auto !important;
        min-height: auto !important;
        max-width: 90% !important;
    }
}