/*
 Theme Name:   Steven Watkins Child Theme
 Theme URI:    https://steven-watkins.axiomthemes.com/
 Description:  Steven Watkins Child Theme
 Author:       AxiomThemes
 Author URI:   https://axiomthemes.com/
 Template:     steven-watkins
 Version:      2.0.0
 Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
 Text Domain:  steven-watkins
*/


/* =Theme customization starts here
------------------------------------------------------------ */
/* Table Styling */
table.custom-nutrition-table {
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

table.custom-nutrition-table th {
    background-color: #f65b34;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px;
    border: 1px solid #ddd;
}

table.custom-nutrition-table td {
    padding: 12px;
    border: 1px solid #ddd;
    color: #2b2a3b;
}

table.custom-nutrition-table tr:hover, 
table.custom-nutrition-table tbody tr:hover {
    background-color: #798ba5 !important;
    color: #fff !important;
    transition: all 0.3s ease-in-out !important;
}

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

h2.table-title {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
    color: #121419;
    text-align: center;
}