/* Style the WooCommerce tabs navigation */
.woocommerce-tabs ul.tabs {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 20px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    border-bottom: 1px solid #e0e0e0;
}

.woocommerce-tabs ul.tabs li {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
}

.woocommerce-tabs ul.tabs li a {
    display: block;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 16px;
    color: #555;
    text-decoration: none;
    background: #f7f7f7;
    border-radius: 4px 4px 0 0;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    border-bottom: none;
}

.woocommerce-tabs ul.tabs li.active a,
.woocommerce-tabs ul.tabs li a:hover {
    color: #e40813; /* Theme Primary Color */
    background: #fff;
    border-color: #e0e0e0;
}

.woocommerce-tabs ul.tabs li.active a {
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}

/* Style the custom tab content area */
.atex-custom-tab-content {
    padding: 25px 0;
    background: #fff;
    line-height: 1.8;
    color: #444;
    font-size: 15px;
}

.atex-custom-tab-content h2,
.atex-custom-tab-content h3 {
    margin-top: 0;
    color: #222;
    font-weight: 600;
    margin-bottom: 15px;
}

.atex-custom-tab-content p {
    margin-bottom: 15px;
}

.atex-custom-tab-content ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.atex-custom-tab-content ul li {
    margin-bottom: 10px;
}

.atex-custom-tab-content a {
    color: #e40813;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid rgba(228, 8, 19, 0.3);
    transition: all 0.2s ease;
}

.atex-custom-tab-content a:hover {
    color: #b0060e;
    border-bottom-color: #b0060e;
}
