.custom-tabs {
    border: 1px solid #ddd;
    margin: 20px 0;
}

.tabs-nav {
    display: flex;
    gap: 10px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.tab-btn {
    padding: 10px 16px;
    background: #eee;
    border: none;
    cursor: pointer;
}

.tab-btn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.tab-btn-title {
    font-weight: bold;
}

.tab-btn-subtitle {
    font-size: 12px;
    opacity: 0.7;
}

.tab-subtitle-editor {
    font-size: 13px;
    color: #666;
    margin-top: -10px;
    margin-bottom: 15px;
}

.tab-btn.active {
    background: #000;
    color: #fff;
}

.tab-item {
    padding: 20px;
}

.custom-tabs-editor {
    border: 2px dashed #ccc;
    padding: 20px;
}

.tab-item-editor {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 15px;
}