/* 支付网关系统 - UI 密度优化 */

/* 内容区加宽 */
.fi-main {
    max-width: 100% !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

/* 缩小侧边栏宽度 */
.fi-sidebar {
    width: 14rem !important;
}

/* 页面标题更紧凑 */
.fi-header-heading {
    font-size: 1.125rem !important;
}

/* 表格行高压缩 */
.fi-ta-row td,
.fi-ta-row th {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
}

/* 按钮组间距收紧 */
.fi-actions {
    gap: 0.5rem !important;
}

/* 表单字段间距 */
.fi-fo-field {
    margin-bottom: 0.75rem !important;
}

/* 卡片标题 */
.fi-section-heading {
    font-size: 0.875rem !important;
    font-weight: 600 !important;
}

/* 统计卡更紧凑 */
.fi-wi-stats-overview-stat {
    padding: 0.75rem 1rem !important;
}

/* 统计数字更大更醒目 */
.fi-wi-stats-overview-stat-value {
    font-size: 1.875rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

/* 统计数据说明文字 */
.fi-wi-stats-overview-stat-description {
    font-size: 0.75rem !important;
}

/* 卡片内边距缩小 */
.fi-section-content-padding {
    padding: 1rem !important;
}

/* 侧边栏导航组间距缩小 */
.fi-sidebar-nav-groups {
    gap: 0.5rem !important;
}
