/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.19.12
Requires at least:    6.4
Requires PHP:         7.4
WC requires at least: 8.3
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
.package-price-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 5px;
    overflow: hidden;
    background-color: white;
    overflow: hidden;
}
.package-price-table th {
    background: linear-gradient(to right, #4766EE, #5C79FA, #4766EE);
    color: white;
    padding: 12px;
    text-align: left;
    text-transform: none;
}
.package-price-table td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.package-price-table tbody {
    border-left: 1px solid #F7F7F8;
    border-right: 1px solid #F7F7F8;
}
.package-price-table tbody tr:hover {
    background: linear-gradient(to right, #4766EE, #5C79FA, #4766EE);
    color: white;
    transition: 0.3s;
}

.package-price-table tbody tr:hover td,
.package-price-table tbody tr:hover a {
    color: white
}
.package-price-table td:last-child {
    text-align: center;
}

.package-price-table tr:last-child td {
    border-bottom: 1px solid #F7F7F8;
}