/*
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
*/

.jr-acf-table {
    width: 100%;
    border-collapse: collapse;
    font-family: inherit;
    color: #040000;
    margin: 1.5em 0;
}

/* Header */
.jr-acf-table thead tr {
    background-color: #a9cc3a;
}

.jr-acf-table .jr-acf-th {
    background-color: #eaeaea;
    color: #040000;
    font-weight: 700;
    text-align: left;
    padding: 10px 14px;
    border: 1px solid #b6cc8e;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-size: 0.9em;
}

/* Body rows */
.jr-acf-table .jr-acf-td {
    background-color: #fcfcfc;
    color: #040000;
    padding: 9px 14px;
    border: 1px solid #b6cc8e;
    vertical-align: top;
}

/* Alternating row tint */
.jr-acf-table .jr-acf-row-odd .jr-acf-td {
    background-color: #f2f7e8;
}

/* Hover highlight */
.jr-acf-table tbody tr:hover .jr-acf-td {
    background-color: #e8f0d0;
}

.jr-acf-table .jr-acf-th-pivot {
    width: auto;
    white-space: nowrap;
    font-weight: 700;
    background-color: #a9cc3a;
    color: #040000;
}