/*
Theme Name: Gà Chọi Hoàng Râu
Theme URI: https://gachoihoangrau.com
Author: Hoàng Râu
Author URI: https://gachoihoangrau.com
Description: Theme livestream gà chọi chuyên nghiệp với tích hợp ACF và custom post type video
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gachoihoangrau
*/

/* Custom CSS for Gà Chọi Hoàng Râu Livestream */
body {
   scroll-behavior: smooth;
}

/* Chat container styling */
.chat-container {
   max-height: 400px;
   overflow-y: auto;
}

/* Custom scrollbar */
.chat-container::-webkit-scrollbar {
   width: 6px;
}

.chat-container::-webkit-scrollbar-track {
   background: #f1f1f1;
   border-radius: 10px;
}

.chat-container::-webkit-scrollbar-thumb {
   background: #dc2626;
   border-radius: 10px;
}

.chat-container::-webkit-scrollbar-thumb:hover {
   background: #b91c1c;
}