/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://suertefabric.com//hello-elementor-child
 Description:  Hello Elementor 的子主题
 Author:       Soar
 Author URI:   https://suertefabric.com/
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

/* 这里可以添加你的自定义 CSS */
/* 强制编辑器里显示 Nested Tabs 内容 */
.elementor-editor-active .e-n-tabs-content {
    display: block !important;
    min-height: 200px;
    background: #f5f5f5;
    padding: 20px;
    border: 1px dashed #ddd;
}

.elementor-editor-active .e-n-tabs-content::before {
    content: "Tab content will display here (preview to see actual content)";
    color: #999;
    font-style: italic;
}