/* 卡片标题：天空蓝 */
.card-header.bg-info {
    background-color: #0d9bf9 !important;
}

/* 功能链接图标颜色 */
.card-body .bi-arrow-right-circle {
    color: #0d9bf9 !important;
}

/* 功能链接字体小一点 */
.card-body a {
    font-size: 0.875rem;
}

/* 移动端功能链接双排紧凑 */
.card-body .row-cols-2 > li {
    margin-bottom: 0.25rem;
}