/**
 * KO Elementor Addons - Common Styles
 * Structural styles only - colors controlled by Elementor
 *
 * @package KO_Elementor_Addons
 */

/* Reset & Base */
.ko-faq-section *,
.ko-instructor-section *,
.ko-testimonials-section *,
.ko-value-section * {
    box-sizing: border-box;
}

/* Common Container */
.ko-faq-container,
.ko-instructor-container,
.ko-testimonials-container,
.ko-value-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Common Label Style - Structure Only */
.ko-faq-label,
.ko-instructor-label,
.ko-testimonials-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
}

.ko-faq-label::before,
.ko-faq-label::after,
.ko-testimonials-label::before,
.ko-testimonials-label::after {
    content: '';
    width: 24px;
    height: 2px;
    border-radius: 2px;
}

.ko-instructor-label::before {
    content: '';
    width: 24px;
    height: 2px;
    border-radius: 2px;
}

/* Common Title Styles - Structure Only */
.ko-faq-title,
.ko-instructor-title,
.ko-testimonials-title,
.ko-value-title {
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin: 0 0 20px 0;
}

/* Common Subtitle Styles - Structure Only */
.ko-faq-subtitle,
.ko-instructor-subtitle,
.ko-testimonials-subtitle,
.ko-value-subtitle {
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
}

/* Transition defaults */
.ko-faq-item,
.ko-testimonial-card,
.ko-card,
.ko-faq-icon,
.ko-faq-question {
    transition: all 0.3s ease;
}

/* Prevent style conflicts with other plugins */
.ko-faq-section,
.ko-instructor-section,
.ko-testimonials-section,
.ko-value-section {
    position: relative;
    z-index: 1;
}

/* Ensure SVG icons inherit colors properly */
.ko-faq-section svg,
.ko-instructor-section svg,
.ko-testimonials-section svg,
.ko-value-section svg {
    display: block;
}
