/**
* Theme Name: Shopio Child
* Description: This is a child theme of Shopio, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opal Team</a>
* Template: shopio
* Version: 1.2.1
*/

/* ULTRA AGGRESSIVE BULLETPROOF TABLE RULES */
table, table *, .entry-content table, .entry-content table *, .site-main table, .site-main table * {
    word-break: normal !important;
    word-wrap: break-word !important;
    white-space: normal !important;
}
table {
    width: 100% !important;
    min-width: 600px !important;
    border-collapse: collapse !important;
}
.intra-table-wrapper {
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
}
