/* ============================================================
   WL-Bot Mobile CSS (手機版特殊調整)
   5% 的樣式應該在這裡
   @media (max-width: 768px) - 僅手機版特殊情況
   ============================================================ */

/* === 手機版特殊調整 === */
@media (max-width: 768px) {
    /* 手機版 Navbar 特殊調整 */
    .navbar-toggler {
        z-index: 2001;
        transition: all 0.3s ease;
    }

    /* 手機版 Footer 特殊調整 */
    footer .row {
        text-align: center;
    }
    
    footer .col-md-6 {
        margin-bottom: 1rem;
    }
    
    footer .text-md-end {
        text-align: center;
    }
}


/* === 手機版特殊調整（僅限通用樣式） === */
/* 頁面特定的手機版樣式請放在對應的 pages/*.css 中 */
