/*
 Theme Name:   Donovan Child
 Theme URI:    https://aitoolsage.com
 Description:  Child theme for Donovan - AiToolSage
 Author:       AiToolSage
 Author URI:   https://aitoolsage.com
 Template:     donovan
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  donovan-child
*/

/* ===========================================
   Responsive Table Wrapper (engine)
   =========================================== */
.table-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 1.5rem 0;
}
.table-container table {
    width: 100%;
    min-width: 500px;
    border-collapse: collapse;
}
.table-container th,
.table-container td {
    padding: 10px 12px;
    border: 1px solid #e2e8f0;
    text-align: left;
    vertical-align: top;
}
.table-container th {
    background: #f7f7f7;
    font-weight: 700;
    white-space: nowrap;
}
.table-container tbody tr:nth-child(even) {
    background: #fafafa;
}
