
/* 基础样式重置 */
.modular-plugin-tab-content {
    background: #fff;
    padding: 20px;
    border: 1px solid #ccd0d4;
    border-top: none;
    margin-top: -1px;
}

/* Tab导航样式增强 */
.nav-tab-wrapper {
    border-bottom: 1px solid #ccd0d4;
    margin-bottom: 0;
}

.nav-tab {
    font-weight: 500;
    transition: all 0.2s ease;
}

.nav-tab-active {
    background: #fff;
    border-bottom-color: #fff;
}

/* 响应式调整 */
@media screen and (max-width: 782px) {
    .modular-plugin-tab-content {
        padding: 10px;
    }
}
