/*
 Theme Name:   Tsikalas GR
 Theme URI:    https://andigital.bg/
 Description:  Child Theme for Divi
 Author:       AN Digital Studio
 Author URI:   https://andigital.bg/
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

/* Tsikalas - Product Tabs Custom Styling */

.et_pb_wc_tabs.et_pb_tabs {
    background: #ffffff;
    border: 1px solid #e2e8e2;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
    overflow: hidden;
}

/* Tab Header Controls */
.et_pb_wc_tabs .et_pb_tabs_controls {
    background: #f7f9f7;
    border-bottom: 1px solid #e2e8e2;
}

.et_pb_wc_tabs .et_pb_tabs_controls li {
    background: none !important;
    border: none !important;
}

.et_pb_wc_tabs .et_pb_tabs_controls li a {
    color: #666666;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 20px !important;
    border-bottom: 2px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.et_pb_wc_tabs .et_pb_tabs_controls li.et_pb_tab_active a {
    color: #3e5a43;
    border-bottom-color: #3e5a43;
    background: transparent !important;
}

.et_pb_wc_tabs .et_pb_tabs_controls li a:hover {
    color: #2c3e2e;
}

/* Tab Inner Content */
.et_pb_wc_tabs .et_pb_tab_content {
    padding: 28px 24px !important;
    color: #444444;
    line-height: 1.7;
}

.et_pb_wc_tabs .et_pb_tab_content h3 {
    color: #2c3e2e;
    font-size: 1.15rem;
    font-weight: 700;
    margin: 22px 0 10px 0;
    padding-bottom: 6px;
    border-bottom: 1px solid #f0f4f0;
}

.et_pb_wc_tabs .et_pb_tab_content h3:first-child {
    margin-top: 0;
}

.et_pb_wc_tabs .et_pb_tab_content p {
    margin-bottom: 16px;
}

.et_pb_wc_tabs .et_pb_tab_content ul {
    margin: 0 0 20px 20px;
    padding: 0;
}

.et_pb_wc_tabs .et_pb_tab_content li {
    margin-bottom: 8px;
}

.et_pb_wc_tabs .et_pb_tab_content li strong {
    color: #2c3e2e;
}