/*
Theme Name: MCU-GET Theme
Theme URI: https://www.mcu.ac.th
Author: MCU Web Team
Description: ธีมสำหรับเว็บไซต์ทดสอบ MCU-GET รองรับ Elementor และ Tailwind CSS
Version: 1.0
Text Domain: mcu-get
*/

/* Reset พื้นฐานเพื่อให้ Elementor ทำงานได้ดี */
body {
    margin: 0;
    padding: 0;
    font-family: 'Sarabun', sans-serif; /* แนะนำให้ใช้ Font ไทย */
}

/* ซ่อน Google Translate Widget เดิม (เราจะใช้ธงกดแทน) */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
} 
body {
    top: 0px !important; 
}
#google_translate_element {
    display: none;
}