/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.comparison-table {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    border-collapse: collapse;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.comparison-table th,
.comparison-table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

td{
    color: #000 !important;
}

.comparison-table thead {
    background-color: #1f4d2b;
    color: #ffffff;
}

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

.comparison-table tbody tr:hover {
    background-color: #eef6f0;
}

.comparison-table th:first-child {
    width: 30%;
}

.comparison-table th:nth-child(2) {
    color: #b7ffb7;
}

.comparison-table tbody td:nth-child(2) {
    background-color: #EEF6F0;
}

.elementor-accordion .elementor-tab-title{
    margin-bottom: 15px;
}

.single-product .woocommerce-product-details__short-description h2{
    font-size: 22px !important;
    line-height: 32px !important;
}

/* FAQ Single Page */


.pffw-question-heading {
    background: #f5f5f5;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.pffw-answer {
    display: none;
    padding: 20px 20px;
    background: #f7f7f7;
}

.pffw-question {
    padding-right: 0;
}

.pffw-question-heading:after {
    padding-right: 20px;
}


/*.post-list-item .list-inner {*/
/*    background-color: #fff !important;*/
/*}*/

/*.tabs-v1{*/
/*    background-color: #fff !important;*/
/*}*/