.woo-custom-tab-content {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.woo-custom-tab-content h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a1a1a;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 15px;
}

/* Specific styling for Elementor content within the tab if needed */
.woo-custom-tab-content .elementor-section {
    padding: 0 !important;
}