.elementor-613 .elementor-element.elementor-element-a76aad2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-c9751b2 *//* ========================================
   CUSTOM CSS FOR ELEMENTOR HTML WIDGET
   ClearLedger Bookkeeping Page
   ======================================== */

/* Force reset Elementor's default styles */
.elementor-widget-html * {
    box-sizing: border-box !important;
}

/* Button Base Styles - Override Elementor */
.elementor-widget-html .btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.625rem !important;
    padding: 0.875rem 1.75rem !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.9375rem !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    border-radius: 12px !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    border: none !important;
    line-height: 1.4 !important;
}

/* Primary Button (Coral) */
.elementor-widget-html .btn-primary {
    background: #FBB2A3 !important;
    color: #FFFFFF !important;
    box-shadow: 0 4px 15px rgba(251, 178, 163, 0.3) !important;
}

.elementor-widget-html .btn-primary:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 25px rgba(251, 178, 163, 0.5) !important;
    background: #fa9d87 !important;
    color: #FFFFFF !important;
}

.elementor-widget-html .btn-primary svg {
    stroke: #FFFFFF !important;
    fill: none !important;
}

/* Secondary Button (Blue Outlined) */
.elementor-widget-html .btn-secondary {
    background: #FFFFFF !important;
    color: #8EB7CE !important;
    border: 2px solid #8EB7CE !important;
}

.elementor-widget-html .btn-secondary:hover {
    background: #8EB7CE !important;
    color: #FFFFFF !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 4px 15px rgba(142, 183, 206, 0.3) !important;
}

.elementor-widget-html .btn-secondary svg {
    stroke: #8EB7CE !important;
    fill: none !important;
}

.elementor-widget-html .btn-secondary:hover svg {
    stroke: #FFFFFF !important;
}

/* Trust Indicators - Fix Checkmarks */
.elementor-widget-html .trust-item::before {
    content: '✓' !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 24px !important;
    height: 24px !important;
    background: #10B981 !important;
    color: #FFFFFF !important;
    border-radius: 50% !important;
    font-weight: 700 !important;
    font-size: 0.875rem !important;
}

/* Reality Cards Icons - Ensure proper display */
.elementor-widget-html .reality-icon {
    width: 80px !important;
    height: 80px !important;
    margin: 0 auto 1.5rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background: transparent !important;
}

.elementor-widget-html .reality-icon svg {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
}

/* Mistake Card Icons */
.elementor-widget-html .mistake-icon {
    width: 48px !important;
    height: 48px !important;
    background: #EF4444 !important;
    color: #FFFFFF !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.elementor-widget-html .mistake-icon svg {
    display: block !important;
}

/* Resource Icons */
.elementor-widget-html .resource-icon {
    width: 60px !important;
    height: 60px !important;
    background: transparent !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 1.25rem !important;
}

.elementor-widget-html .resource-icon svg {
    display: block !important;
}

/* Path Icons */
.elementor-widget-html .path-icon {
    width: 80px !important;
    height: 80px !important;
    margin: 0 auto 1.5rem !important;
    background: transparent !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.elementor-widget-html .path-icon svg {
    display: block !important;
}

/* Expandable Number Badge */
.elementor-widget-html .expandable-number {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    background: #FBB2A3 !important;
    color: #FFFFFF !important;
    border-radius: 8px !important;
    font-weight: 800 !important;
    font-size: 0.9375rem !important;
}

/* FAQ Toggle Button */
.elementor-widget-html .faq-toggle {
    width: 28px !important;
    height: 28px !important;
    background: #FBB2A3 !important;
    color: #FFFFFF !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 900 !important;
    font-size: 1.25rem !important;
    transition: transform 0.3s ease !important;
    flex-shrink: 0 !important;
}

/* Checklist Checkbox */
.elementor-widget-html .checklist-checkbox {
    width: 28px !important;
    height: 28px !important;
    border: 3px solid #54627B !important;
    border-radius: 8px !important;
    flex-shrink: 0 !important;
    margin-top: 2px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    background: white !important;
}

.elementor-widget-html .checklist-item input[type="checkbox"]:checked + .checklist-content .checklist-checkbox {
    background: #10B981 !important;
    border-color: #10B981 !important;
    position: relative !important;
}

.elementor-widget-html .checklist-item input[type="checkbox"]:checked + .checklist-content .checklist-checkbox::after {
    content: '✓' !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    color: #FFFFFF !important;
    font-weight: 900 !important;
    font-size: 1.125rem !important;
}

/* Step Numbers in Timeline */
.elementor-widget-html .step-number {
    width: 80px !important;
    height: 80px !important;
    background: linear-gradient(135deg, #FBB2A3 0%, #fa9d87 100%) !important;
    color: #FFFFFF !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.75rem !important;
    font-weight: 900 !important;
    box-shadow: 0 4px 20px rgba(251, 178, 163, 0.4) !important;
    position: relative !important;
    z-index: 2 !important;
}

/* Concept Badges */
.elementor-widget-html .concept-badge {
    display: inline-block !important;
    background: #A2BEEF !important;
    color: #1E293B !important;
    padding: 0.375rem 0.875rem !important;
    border-radius: 20px !important;
    font-size: 0.8125rem !important;
    font-weight: 700 !important;
    margin-top: 0.5rem !important;
}

/* Stats in Hero */
.elementor-widget-html .stat-number {
    display: block !important;
    font-size: 1.875rem !important;
    font-weight: 900 !important;
    color: #8EB7CE !important;
    margin-bottom: 0.25rem !important;
}

/* Breadcrumb */
.elementor-widget-html .breadcrumb {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.625rem !important;
    background: #FFFFFF !important;
    padding: 0.5rem 1rem !important;
    border-radius: 30px !important;
    font-size: 0.8125rem !important;
    font-weight: 600 !important;
    color: #54627B !important;
    margin-bottom: 1.5rem !important;
    box-shadow: 0 2px 8px rgba(84, 98, 123, 0.08) !important;
}

/* Fix link colors */
.elementor-widget-html a {
    text-decoration: none !important;
}

.elementor-widget-html .resource-link {
    color: #8EB7CE !important;
    text-decoration: none !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.375rem !important;
    transition: all 0.2s ease !important;
}

.elementor-widget-html .resource-link:hover {
    color: #FBB2A3 !important;
    transform: translateX(5px) !important;
}

/* Hero Title Centering */
.elementor-widget-html .hero-section {
    text-align: center !important;
}

.elementor-widget-html .hero-title {
    text-align: center !important;
}

.elementor-widget-html .hero-subtitle {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.elementor-widget-html .cta-buttons {
    justify-content: center !important;
}

.elementor-widget-html .trust-indicators {
    justify-content: center !important;
}

.elementor-widget-html .quick-stats {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Next Steps CTA Section */
.elementor-widget-html .next-steps {
    background: linear-gradient(135deg, #54627B 0%, #3d4d5f 100%) !important;
    padding: 4rem 0 !important;
    text-align: center !important;
    color: #FFFFFF !important;
}

.elementor-widget-html .next-steps h2 {
    color: #FFFFFF !important;
}

.elementor-widget-html .next-steps p {
    color: #FFFFFF !important;
    opacity: 0.9 !important;
}

/* Path Cards in Next Steps */
.elementor-widget-html .path-card .btn {
    width: 100% !important;
    justify-content: center !important;
}

/* Print Styles Override */
@media print {
    .elementor-widget-html .btn-primary {
        background: #FBB2A3 !important;
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }
}

/* Force Color Rendering */
.elementor-widget-html {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
}/* End custom CSS */