/*
Theme Name: OPSI Official Theme
Theme URI: [https://www.moi.go.th](https://www.moi.go.th)
Author: OPSI Dev Team
Author URI: [https://www.moi.go.th](https://www.moi.go.th)
Description: ธีมเว็บไซต์สำนักงานปลัดกระทรวงมหาดไทย (Prototype)
Version: 1.0
License: GNU General Public License v2 or later
License URI: [http://www.gnu.org/licenses/gpl-2.0.html](http://www.gnu.org/licenses/gpl-2.0.html)
Tags: government, accessible, modern
Text Domain: opsi-theme
*/

/* Custom CSS ที่ไม่อยู่ใน Tailwind */
.chart-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    height: 300px;
}
.mega-menu {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    transform: translateY(10px);
}
.group:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.bookshelf-row {
    border-bottom: 14px solid #d1d5db;
    box-shadow: 0 10px 10px -5px rgba(0,0,0,0.1);
}