/* Ocultar el bloque "¿Todavía no encuentra una respuesta?" que ZOHO inyecta */
.Footer__footerBg {
    display: none !important;
}

.CustomWidget__customDescription a:hover {
    background: #fff4ec !important;
    color: #E05500 !important;
    transition: background 0.18s;
}

@media (max-width: 768px) {
    .CustomWidget__customDescription table,
    .CustomWidget__customDescription tbody,
    .CustomWidget__customDescription tr,
    .CustomWidget__customDescription td {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .CustomWidget__customDescription td {
        margin-bottom: 12px !important;
        border-radius: 6px !important;
    }
}

