/*
Theme Name:     Kadence Child by GrowthGeeky
Theme URI:      https://growthgeeky.com
Template:       kadence
Author:         Sabbir Ahmed
Author URI:     https://growthgeeky.com
Description:    Child Theme Description
Version:        1.01
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

a.button.mobile-header-button.button-size-medium.button-style-filled {
    text-align: center;
}

@media (min-width: 769px) { 
    .wide-table.kb-table-container table {
        width: auto;
        min-width: 1000px;
    }
}

@media (max-width: 768px) {
    .kb-table-container tr:first-child {
        display: none; /* Hides the first row (table header) */
    }

    .kb-table-container tr {
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .kb-table-container td {
        display: flex;
        justify-content: space-between;
        padding: 8px;
        border: 1px solid #ddd;
        width: 100%;
    }

    .kb-table-container td:first-child {
        font-weight: bold;
        text-transform: uppercase;
        background: #f8f8f8; /* Optional: adds a slight background to the first column */
    }
}

