.elementor-122946 .elementor-element.elementor-element-4b7247f > .elementor-widget-container{padding:150px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-4b7247f *//* CSS Variables for easy theming */
        #customwidget {
            --bg-color: #f9fafb;
            --card-bg: #ffffff;
            --text-color: #111827;
            --text-secondary: #6b7280;
            --text-muted: #9ca3af;
            --border-color: #e5e7eb;
            --hover-color: #f9fafb;
            --accent-color: #ea580c;
            --accent-hover: #d97706;
            --shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        }
        
        #customwidget [data-theme="dark"] {
            --bg-color: #111827;
            --card-bg: #1f2937;
            --text-color: #ffffff;
            --text-secondary: #d1d5db;
            --text-muted: #9ca3af;
            --border-color: #374151;
            --hover-color: #374151;
            --shadow-lg: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        }
        
       #customwidget * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        #customwidget body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            background-color: var(--bg-color);
            color: var(--text-color);
            line-height: 1.6;
            transition: background-color 0.2s, color 0.2s;
        }
        
        #customwidget .container {
            max-width: 1152px;
            margin: 0 auto;
            padding: 0 1.5rem;
        }
        
        /* Header */
        #customwidget .header {
            background: var(--card-bg);
            border-bottom: 1px solid var(--border-color);
            box-shadow: var(--shadow);
            position: relative;
            z-index: 100;
        }
        
        #customwidget .header-content {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 1.5rem 0;
        }
        
       #customwidget  .header-left {
            display: flex;
            align-items: center;
            gap: 1rem;
        }
        
       #customwidget  .header-icon {
            background: var(--accent-color);
            padding: 0.75rem;
            border-radius: 0.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
       #customwidget  .header-text h1 {
            font-size: 1.875rem;
            font-weight: 700;
            margin-bottom: 0.25rem;
        }
        
        #customwidget .header-text p {
            font-size: 1.125rem;
            color: var(--text-secondary);
        }
        
       #customwidget  .theme-toggle {
            background: none;
            border: none;
            padding: 0.5rem;
            border-radius: 0.5rem;
            cursor: pointer;
            color: var(--text-muted);
            transition: all 0.2s;
        }
        
        #customwidget .theme-toggle:hover {
            background: var(--hover-color);
        }
        
        /* Progress Bar */
       #customwidget  .progress-section {
            background: var(--card-bg);
            border-bottom: 1px solid var(--border-color);
            box-shadow: var(--shadow-lg);
            position: sticky;
            top: 0;
            z-index: 999;
        }
        
        #customwidget .progress-content {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0.75rem 0;
        }
        
       #customwidget  .progress-bar-container {
            flex: 1;
            max-width: 28rem;
            margin-right: 1rem;
        }
        
       #customwidget  .progress-bar {
            width: 100%;
            height: 0.5rem;
            background: var(--border-color);
            border-radius: 9999px;
            overflow: hidden;
        }
        
       #customwidget  .progress-fill {
            height: 100%;
            background: var(--accent-color);
            transition: width 0.3s ease;
            border-radius: 9999px;
        }
        
       #customwidget  .progress-text {
            font-size: 0.875rem;
            font-weight: 500;
            white-space: nowrap;
        }
        
       #customwidget  .progress-percent {
            color: var(--text-muted);
        }
        
        /* Main Content */
        #customwidget .main-content {
            padding: 2rem 0;
        }
        
        #customwidget .card {
            background: var(--card-bg);
            border-radius: 0.5rem;
            box-shadow: var(--shadow);
            margin-bottom: 2rem;
        }
        
        #customwidget .card-header {
            padding: 1rem;
            border-bottom: 1px solid var(--border-color);
        }
        
        #customwidget .card-header-content {
            display: flex;
            align-items: center;
            gap: 0.75rem;
        }
        
       #customwidget  .section-icon {
            padding: 0.5rem;
            border-radius: 0.5rem;
            border: 2px solid;
            background: transparent;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        #customwidget .section-title {
            font-size: 1.25rem;
            font-weight: 600;
        }
        
       #customwidget  .card-body {
            padding: 1rem;
        }
        
        /* Checklist Items */
       #customwidget  .checklist-item {
            display: flex;
            align-items: flex-start;
            padding: 0.75rem;
            border-radius: 0.5rem;
            transition: all 0.2s;
            margin-bottom: 0.5rem;
        }
        
       #customwidget  .checklist-item:hover {
            background: var(--hover-color);
        }
        
       #customwidget  .checklist-item.completed {
            background: #ecfdf5;
            border: 1px solid #a7f3d0;
        }
        
        [data-theme="dark"#customwidget  .checklist-item.completed {
            background: #064e3b;
            border-color: #047857;
        }
        
       #customwidget  .checklist-item input[type="checkbox"] {
            margin-right: 0.75rem;
            margin-top: 0.125rem;
            width: 1rem;
            height: 1rem;
            accent-color: var(--accent-color);
        }
        
        #customwidget .checklist-item label {
            flex: 1;
            font-size: 0.875rem;
            cursor: pointer;
            transition: all 0.2s;
        }
        
       #customwidget  .checklist-item.completed label {
            color: #065f46;
            text-decoration: line-through;
        }
        
        [data-theme="dark"] .checklist-item.completed label {
            color: #a7f3d0;
        }
        
        /* Info Boxes */
        #customwidget .info-box {
            border: 1px solid;
            border-radius: 0.5rem;
            padding: 1rem;
            margin-top: 1rem;
        }
        
        #customwidget .info-box.best {
            background: #ecfdf5;
            border-color: #a7f3d0;
            color: #065f46;
        }
        
        #customwidget .info-box.warning {
            background: #fef2f2;
            border-color: #fecaca;
            color: #991b1b;
        }
        
       #customwidget  .info-box.tip {
            background: #eff6ff;
            border-color: #bfdbfe;
            color: #1e40af;
        }
        
        [data-theme="dark"] #customwidget .info-box.best {
            background: #064e3b;
            border-color: #047857;
            color: #a7f3d0;
        }
        
        [data-theme="dark"] #customwidget .info-box.warning {
            background: #7f1d1d;
            border-color: #dc2626;
            color: #fecaca;
        }
        
        [data-theme="dark"#customwidget  .info-box.tip {
            background: #1e3a8a;
            border-color: #3b82f6;
            color: #bfdbfe;
        }
        
        #customwidget .info-box-header {
            display: flex;
            align-items: flex-start;
            gap: 0.5rem;
        }
        
        #customwidget .info-box-title {
            font-size: 0.875rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
        }
        
        #customwidget .info-box-list {
            font-size: 0.875rem;
            list-style: none;
            padding-left: 0;
        }
        
        #customwidget .info-box-list li {
            display: flex;
            align-items: flex-start;
            margin-bottom: 0.25rem;
        }
        
       #customwidget  .info-box-list li::before {
            content: "•";
            margin-right: 0.5rem;
            flex-shrink: 0;
        }
        
        /* Course Banner */
        #customwidget .course-banner {
            border-left: 4px solid var(--accent-color);
            padding: 1.5rem;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 1rem;
        }
        
       #customwidget  .course-content {
            display: flex;
            align-items: flex-start;
            gap: 0.75rem;
        }
        
        #customwidget .course-icon {
            background: transparent;
            border: 2px solid #ea580c;
            padding: 0.5rem;
            border-radius: 0.5rem;
            flex-shrink: 0;
        }
        
        [data-theme="dark"] #customwidget .course-icon {
            background: transparent;
            border: 2px solid #ea580c;
        }
        
        #customwidget .course-text h3 {
            font-weight: 600;
            margin-bottom: 0.25rem;
        }
        
        #customwidget .course-text p {
            font-size: 0.875rem;
            color: var(--text-secondary);
            margin-bottom: 0.5rem;
        }
        
       #customwidget  .course-description {
            font-size: 0.75rem;
            color: var(--text-muted);
        }
        
       #customwidget  .course-button {
            background: var(--accent-color);
            color: white;
            padding: 0.5rem 1rem;
            border-radius: 0.5rem;
            text-decoration: none;
            font-size: 0.875rem;
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            transition: background-color 0.2s;
            white-space: nowrap;
            border: none;
            cursor: pointer;
        }
        
       #customwidget  .course-button:hover {
            background: var(--accent-hover);
        }
        
        /* Instructions */
        #customwidget .instructions {
            display: flex;
            align-items: flex-start;
            gap: 0.75rem;
            padding: 1.5rem;
        }
        
        #customwidget .instructions-icon {
            color: #2563eb;
            margin-top: 0.125rem;
            flex-shrink: 0;
        }
        
        [data-theme="dark"] #customwidget .instructions-icon {
            color: #60a5fa;
        }
        
       #customwidget  .instructions h3 {
            font-weight: 600;
            margin-bottom: 0.5rem;
        }
        
       #customwidget  .instructions p {
            color: var(--text-secondary);
            line-height: 1.7;
        }
        
        /* Footer */
       #customwidget  .footer {
            text-align: center;
            padding: 1.5rem;
            font-size: 0.875rem;
            color: var(--text-muted);
        }
        
       #customwidget  .footer a {
            color: var(--accent-color);
            text-decoration: none;
        }
        
        .footer a:hover {
            text-decoration: underline;
        }
        
        /* Icons */
        #customwidget .icon {
            width: 1.25rem;
            height: 1.25rem;
            fill: currentColor;
        }
        
       #customwidget  .icon-lg {
            width: 2rem;
            height: 2rem;
        }
        
       #customwidget  .icon-sm {
            width: 1rem;
            height: 1rem;
        }
        
        /* Responsive */
        @media (max-width: 768px) {
           #customwidget  .container {
                padding: 0 1rem;
            }
            
            #customwidget .header-content {
                flex-direction: column;
                gap: 1rem;
                text-align: center;
            }
            
           #customwidget  .header-left {
                flex-direction: column;
                gap: 0.5rem;
            }
            
           #customwidget  .course-banner {
                flex-direction: column;
                text-align: center;
            }
            
            #customwidget .progress-content {
                flex-direction: column;
                gap: 0.5rem;
            }
            
            #customwidget .progress-bar-container {
                max-width: none;
                margin-right: 0;
            }
        }
        
        /* Print Styles */
        @media print {
            .header, .progress-section, .theme-toggle, .course-button {
                display: none;
            }
            
            #customwidget .card {
                box-shadow: none;
                border: 1px solid #e5e7eb;
                page-break-inside: avoid;
            }
            
            #customwidget .checklist-item {
                page-break-inside: avoid;
            }
        }/* End custom CSS */