/* 减少链接卡片之间的间距 */
.card.mb-2 {
    margin-bottom: 5px !important;
}

/* 减少卡片内部的 padding */
.card-body {
    padding: 0.5rem !important;
}

/* 减少链接名称与图标之间的间距 */
.card-body a {
    margin-left: 5px;
}

/* 减少行与行之间的间距 */
.row {
    margin-bottom: -10px;
}

/* 减少列与列之间的间距 */
.col-xl-3, .col-lg-4, .col-md-6, .col-sm-12 {
    padding-left: 5px;
    padding-right: 5px;
}

/* 其他样式 */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.modal.show {
    display: flex;
}

.btn-link {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.btn-link:hover {
    color: #007bff !important;
}

.btn-link.text-warning:hover {
    color: #ffc107 !important;
}

.btn-link.text-danger:hover {
    color: #dc3545 !important;
}

.fa-globe {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}
