/**
 * Theme Name:        Jason Tech
 * Theme URI:         https://jason-technology.com/
 * Description:       Custom theme description...
 * Version:           1.0.0
 * Author:            jason-tech
 * Tags:              block-patterns, full-site-editing
 * Text Domain:       jason-tech
 * Domain Path:       /assets/lang
 * Tested up to:      6.4
 * Requires at least: 6.2
 * Requires PHP:      7.4
 * License:           GNU General Public License v2.0 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 */

table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 16px;
	margin-bottom:20px;
    margin-top:20px;
}

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

th {
    background-color: #f4f4f4;
    font-weight: bold;
}

tr:nth-child(even) {
    background-color: #f9f9f9;
}

tr:hover {
    background-color: #f1f1f1;
}

caption {
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
}

ul.product-list {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 30px;
    gap: 10px;
}

.product-list li {margin-bottom: 10px;}

.product-list li a {
    background: #ebebeb;
    margin: 18px;
    color: #000000;
    padding: 0px 30px;
    border: 1px solid #eee;
}

.product-list li a:hover {
    background: #1da3c8;
}
