﻿/* --- PHONG CÁCH CHUNG --- */
body {
    background-color: #fdf5e6;
    color: #333;
}

/* --- MENU: KHÔNG GẠCH CHÂN, CHỮ TRẮNG --- */
.navbar {
    background-color: #800000;
}

.nav-link {
    color: white !important;
    text-decoration: none !important;
    font-weight: bold;
    padding: 15px 15px !important;
    text-transform: uppercase;
}

    .nav-link:hover, .nav-link.active {
        background-color: #a00000;
        color: #ffc107 !important;
    }

/* --- HỆ THỐNG BẢO MẬT (QUAN TRỌNG) --- */
.admin-only {
    display: none !important; /* Mặc định ẩn toàn bộ form đăng bài */
}

#btnUnlock {
    border-radius: 0;
    font-weight: bold;
    border: 1px solid #ffc107;
    margin-left: 10px;
}

.post-card {
    border: 2px solid #800000 !important;
    border-radius: 0 !important;
}
/* Xóa sạch gạch chân và định dạng Menu chuẩn */
.nav-link {
    color: white !important;
    text-decoration: none !important;
    font-weight: bold;
    padding: 15px 20px !important;
    transition: 0.3s;
}

    .nav-link:hover {
        color: #ffc107 !important;
        background: #a00000;
    }

/* Ẩn phần admin khi chưa đăng nhập */
.admin-only {
    display: none !important;
}

body {
    background-color: #fdf5e6;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}