/* static\css\male.css */
/* ==================== 男生頻道樣式 ==================== */

/* 頂部工具列 */
body.male-mode .top-toolbar a.active {
    color: #0d6efd;
}

/* Logo 顏色 */
body.male-mode .site-logo h1 {
    background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* 搜索按鈕 */
body.male-mode .search-form .btn {
    color: #0d6efd;
}

body.male-mode .search-form .btn:hover {
    background: #0d6efd;
    color: white;
}

/* 底部選單 */
body.male-mode .main-navbar .nav-link.active {
    background-color: #0d6efd;
    color: white;
}

/* 按鈕 */
body.male-mode .btn-primary {
    background: #0d6efd;
    border-color: #0d6efd;
}

body.male-mode .btn-primary:hover {
    background: #0a58ca;
    border-color: #0a58ca;
}

/* 分頁 */
body.male-mode .pagination .page-item.active .page-link {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

/* 徽章 */
body.male-mode .badge.bg-primary {
    background-color: #0d6efd !important;
}