.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for text-editor, class: .elementor-element-1f7f3dd */#html-bold-editor * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        #html-bold-editor {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: #ffffff;
            color: #000000;
            min-height: 100vh;
            padding: 20px;
        }

        #html-bold-editor .hbe-container {
            max-width: 1200px;
            margin: 0 auto;
        }

        #html-bold-editor .hbe-header {
            text-align: center;
            margin-bottom: 30px;
            color: #000000;
        }

        #html-bold-editor .hbe-header .hbe-main-title {
            font-size: 28px;
            margin-bottom: 10px;
            font-weight: 600;
            color: #ffab49;
        }

        #html-bold-editor .hbe-header p {
            font-size: 16px;
            color: #666;
            font-weight: 400;
        }

        #html-bold-editor .hbe-editor-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-bottom: 20px;
        }

        #html-bold-editor .hbe-panel {
            background: #ffffff;
            border: 2px solid #e5e5e5;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            width: 100%;
        }

        #html-bold-editor .hbe-panel-title {
            font-size: 18px;
            margin-bottom: 15px;
            font-weight: 600;
            color: #ffab49;
            border-bottom: 2px solid #ffab49;
            padding-bottom: 8px;
        }

        #html-bold-editor .hbe-visual-editor {
            width: 100%;
            height: 300px;
            background: #ffffff;
            border: 2px solid #e5e5e5;
            color: #000000;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 16px;
            padding: 15px;
            resize: none;
            outline: none;
            border-radius: 6px;
            line-height: 1.5;
        }

        /* Asegurar que el área de vista previa tenga el mismo tamaño */
        #html-bold-editor .hbe-preview-area {
            width: 100%;
            background: #ffffff;
            border: 2px solid #e5e5e5;
            padding: 15px;
            height: 300px;
            overflow-y: auto;
            border-radius: 6px;
        }

        #html-bold-editor .hbe-toolbar {
            margin-bottom: 15px;
            display: flex;
            justify-content: space-between;
            gap: 10px;
            align-items: center;
            padding: 10px;
            background: #f8f9fa;
            border-radius: 6px;
            border: 1px solid #e5e5e5;
        }

        #html-bold-editor .hbe-btn {
            background: #ffffff;
            color: #000000;
            border: 1px solid #e5e5e5;
            padding: 10px 16px;
            cursor: pointer;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 14px;
            border-radius: 4px;
            transition: all 0.2s;
            font-weight: 500;
            flex: 1;
            text-align: center;
            min-width: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        #html-bold-editor .hbe-btn:hover {
            background: #ffab49;
            color: #ffffff;
            border-color: #ffab49;
        }

        #html-bold-editor .hbe-btn.active {
            background: #ffab49;
            color: #ffffff;
            border-color: #ffab49;
        }

        #html-bold-editor .hbe-code-output {
            background: #f8f9fa;
            border: 2px solid #e5e5e5;
            padding: 15px;
            height: 300px;
            overflow-y: auto;
            font-family: 'Courier New', monospace;
            font-size: 14px;
            line-height: 1.4;
            border-radius: 6px;
            white-space: pre-wrap;
            display: flex;
            align-items: flex-start;
        }

        #html-bold-editor .hbe-html-tag {
            color: #d73a49;
            font-weight: 600;
        }

        #html-bold-editor .hbe-html-attribute {
            color: #005cc5;
        }

        #html-bold-editor .hbe-html-text {
            color: #24292e;
        }

        #html-bold-editor .hbe-instructions {
            margin-top: 20px;
            text-align: center;
            font-size: 14px;
            color: #666;
            background: #f8f9fa;
            padding: 15px;
            border-radius: 6px;
            border-left: 4px solid #ffab49;
        }

        #html-bold-editor .hbe-bold-text {
            font-weight: bold;
        }

        #html-bold-editor .hbe-strong-text {
            font-weight: bold;
        }

        #html-bold-editor .hbe-visual-editor:focus {
            border-color: #ffab49;
            box-shadow: 0 0 0 3px rgba(255, 171, 73, 0.1);
        }

        #html-bold-editor .hbe-actions {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-top: 20px;
        }

        #html-bold-editor .hbe-action-btn {
            background: #ffab49;
            color: #ffffff;
            border: none;
            padding: 12px 30px;
            font-size: 14px;
            border-radius: 6px;
            cursor: pointer;
            font-weight: 600;
            transition: all 0.3s ease;
            box-shadow: 0 2px 4px rgba(255, 171, 73, 0.3);
        }

        #html-bold-editor .hbe-action-btn:hover {
            background: #e6941f;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(255, 171, 73, 0.4);
        }

        #html-bold-editor .hbe-action-btn.secondary {
            background: #6c757d;
            box-shadow: 0 2px 4px rgba(108, 117, 125, 0.3);
        }

        #html-bold-editor .hbe-action-btn.secondary:hover {
            background: #5a6268;
            box-shadow: 0 4px 8px rgba(108, 117, 125, 0.4);
        }

        #html-bold-editor .hbe-notification {
            position: fixed;
            top: 20px;
            right: 20px;
            padding: 12px 20px;
            border-radius: 6px;
            color: white;
            font-weight: 500;
            z-index: 1000;
            animation: slideInRight 0.3s ease;
        }

        #html-bold-editor .hbe-notification.success {
            background: #28a745;
        }

        #html-bold-editor .hbe-notification.info {
            background: #17a2b8;
        }

        @keyframes slideInRight {
            from {
                transform: translateX(100%);
                opacity: 0;
            }
            to {
                transform: translateX(0);
                opacity: 1;
            }
        }

        /* Styles for editable visual editor */
        #html-bold-editor [contenteditable="true"] {
            outline: none;
        }

        #html-bold-editor [contenteditable="true"]:focus {
            border-color: #ffab49;
            box-shadow: 0 0 0 3px rgba(255, 171, 73, 0.1);
        }

        @media (max-width: 768px) {
            #html-bold-editor .hbe-seo-content {
                margin: 30px 10px 0;
                padding: 20px;
            }
            
            #html-bold-editor .hbe-seo-content h2 {
                font-size: 22px;
            }
            
            #html-bold-editor .hbe-seo-content h3 {
                font-size: 18px;
            }
            
            #html-bold-editor .hbe-seo-content p {
                font-size: 15px;
            }
        }
            #html-bold-editor .hbe-editor-container {
                grid-template-columns: 1fr;
            }
            
            #html-bold-editor .hbe-header .hbe-main-title {
                font-size: 24px;
            }
            
            #html-bold-editor .hbe-toolbar {
                flex-direction: column;
                gap: 8px;
            }
            
            #html-bold-editor .hbe-btn {
                flex: none;
                width: 100%;
            }

            #html-bold-editor .hbe-actions {
                flex-direction: column;
                align-items: center;
            }
            
            #html-bold-editor .hbe-action-btn {
                width: 200px;
            }
        }

        @media (max-width: 480px) {
            #html-bold-editor .hbe-btn {
                padding: 12px 8px;
                font-size: 12px;
            }
            
            #html-bold-editor .hbe-panel {
                padding: 15px;
            }
            
            #html-bold-editor .hbe-toolbar {
                padding: 8px;
            }
        }

        /* Contenido SEO */
        #html-bold-editor .hbe-seo-content {
            max-width: 800px;
            margin: 40px auto 0;
            padding: 30px;
            background: #ffffff;
            border: 2px solid #e5e5e5;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            line-height: 1.7;
        }

        #html-bold-editor .hbe-seo-content h2 {
            color: #ffab49;
            font-size: 24px;
            margin-bottom: 15px;
            font-weight: 600;
            border-bottom: 2px solid #ffab49;
            padding-bottom: 8px;
        }

        #html-bold-editor .hbe-seo-content h3 {
            color: #333;
            font-size: 20px;
            margin: 25px 0 12px 0;
            font-weight: 600;
        }

        #html-bold-editor .hbe-seo-content p {
            color: #555;
            font-size: 16px;
            margin-bottom: 15px;
            text-align: justify;
        }

        #html-bold-editor .hbe-seo-content strong {
            color: #ffab49;
            font-weight: 600;
        }
        #html-bold-editor [contenteditable="true"] {
            outline: none;
        }

        #html-bold-editor [contenteditable="true"]:focus {
            border-color: #ffab49;
            box-shadow: 0 0 0 3px rgba(255, 171, 73, 0.1);
        }/* End custom CSS */