/*
Theme Name: Ẩm Thực Thái Linh
Theme URI: https://amthucthailinh.com
Author: Ẩm Thực Thái Linh
Author URI: https://amthucthailinh.com
Description: Theme chuyên nghiệp cho nhà hàng Ẩm Thực Thái Linh với sidebar trái và menu đa dạng
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: amthucthailinh
Tags: restaurant, food, menu, responsive, dark-mode
*/

/* Custom Scrollbar Styles */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: transparent; 
}

::-webkit-scrollbar-thumb {
    background: #dadce0; 
    border-radius: 4px;
}

.dark ::-webkit-scrollbar-thumb {
    background: #5f6368; 
}

::-webkit-scrollbar-thumb:hover {
    background: #bdc1c6; 
}

.dark ::-webkit-scrollbar-thumb:hover {
    background: #757b80; 
}

/* No Scrollbar */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* Widget Toggle Styles */
.widget-toggle:checked + div {
    background-color: white;
    color: #d97706;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.dark .widget-toggle:checked + div {
    background-color: #4b5563;
    color: #fbbf24;
}

