/*
Theme Name: kadence-child
Theme URI: https://www.kadencewp.com/kadence-theme/
Description: A child theme of the parent theme
Author: Your Name
Author URI: https://example.com/
Template: kadence
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
#tracking-result {
    margin-top: 20px;
    font-family: Arial, sans-serif;
}

#tracking-result table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

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

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

#tracking-result td {
    background-color: #fafafa;
}

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

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