/* COD Form Colombia v4 — Responsive (modo "Forzar diseño responsive")
   Modal centrado, max-height 95vh, width 90vw, max-width 420px.
   Las correcciones de zoom/touch-targets ya están en cod-form.css por defecto. */

@media (max-width: 600px) {
    .codfc-overlay { align-items: center !important; padding: 12px !important; }

    .codfc-modal {
        border-radius: 16px !important;
        max-height: 95vh !important;
        width: 90vw !important;
        max-width: 420px !important;
        margin: auto !important;
    }
    .codfc-header { border-radius: 16px 16px 0 0 !important; padding: 14px 16px !important; }
    .codfc-header-title { font-size: 15px !important; }
    .codfc-close { font-size: 20px !important; padding: 6px 10px !important; }
}

@media (max-width: 380px) {
    .codfc-modal { width: 94vw !important; }
    .codfc-offer-img { width: 38px !important; height: 38px !important; }
    .codfc-offer-label { font-size: 12px !important; }
    .codfc-badge { min-width: 50px !important; }
}
