/* ========================================
   统一所有页面的Footer高度
   ======================================== */

/* 强制所有页面的footer使用相同的padding */
.footer {
    padding: 30px 0 20px 0 !important;
    margin-top: 0 !important;
    position: relative !important;
    z-index: 10 !important;
    background: #ffffff !important;
}

/* 确保footer内容紧凑 */
.footer .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.footer .row {
    margin: 0 !important;
}

.footer-brand {
    margin-bottom: 0 !important;
}

.footer-title {
    margin-bottom: 5px !important;
    font-size: 1.2rem !important;
}

.footer-text {
    margin-bottom: 0 !important;
    font-size: 0.85rem !important;
}

.footer-copyright {
    margin-bottom: 0 !important;
    font-size: 0.85rem !important;
}

.footer-logo {
    width: 40px !important;
    height: 40px !important;
    font-size: 1.2rem !important;
    margin-right: 12px !important;
}
