﻿body {
    margin-bottom: 60px;
    background-image: url('/images/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

/* 🔥 FIX NỀN CHÍNH */
.container {
    background: rgba(255, 255, 255, 0.95); /* tăng độ đậm */
    padding: 25px;
    border-radius: 15px;
    color: #000; /* 🔥 ÉP CHỮ ĐEN */
}

/* 🔥 FIX TOÀN BỘ TEXT */
h1, h2, h3, h4, h5, h6,
p, span, label, a, td, th {
    color: #000 !important;
}

/* 🔥 TABLE RÕ RÀNG */
table {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

thead {
    background-color: #343a40;
}

    thead th {
        color: #fff !important;
    }

/* 🔥 GIÁ TIỀN */
.price {
    color: red;
    font-weight: bold;
}

/* 🔥 RATING */
.rating {
    color: #ffc107;
    font-weight: bold;
}

/* 🔥 % ĐÁNH GIÁ */
.positive {
    color: green;
    font-size: 14px;
}

/* 🔥 NAVBAR */
.navbar {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    border-radius: 15px;
}

/* 🔥 HOTLINE */
.hotline {
    font-weight: bold;
    color: #ff5722 !important;
    background: #fff3e0;
    padding: 6px 12px;
    border-radius: 20px;
}

/* 🔥 TITLE */
.title-yen {
    font-size: 52px;
    font-weight: bold;
    color: #FFB300;
    letter-spacing: 4px;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.8);
}

.subtitle-yen {
    font-size: 18px;
    color: #fff;
    font-style: italic;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.8);
}
tr:hover {
    background-color: #fff3cd;
    transform: scale(1.01);
    transition: 0.2s;
}