/*
*Theme Name : ThemeName
*Description : ThemeName Theme
*Version : 1.0
*/



single-post.content-one, h2 {
    font-size: 26px;
}

single-post.content-one,h3 {
    font-size: 20px;
}

table {
    width: 100% !important;
    border-collapse: collapse;
    margin: 30px 0;
    background: #fff;
    overflow: hidden;
}

table th,
table td {
    padding: 14px 18px;
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.6;
}

table tr:first-child td,
table tr:first-child th {
    background: #c2ab5a;
    color: #fff;
    font-weight: 600;
}

table tr:nth-child(even) {
    background: #f8f8f8;
}

table tr:hover {
    background: #c2ae641f;
    transition: 0.3s ease;
}

@media (max-width: 767px) {
    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    table th,
    table td {
        padding: 12px;
        font-size: 14px;
    }
}