/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.table-custom {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.table-custom thead {
    background-color: #f4f4f4;
}

.table-custom th, .table-custom td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}

.table-custom th {
    font-weight: bold;
    color: #333;
    background-color: #f2f2f2;
}

.table-custom tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.table-custom tbody tr:hover {
    background-color: #f1f1f1;
}

.table-custom td:nth-child(1) {
    font-weight: bold;
}

.table-custom th, .table-custom td {
    text-align: center;
}

