.elementor-kit-9{--e-global-color-primary:#000000;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#003E8D;--e-global-typography-primary-font-family:"Anuphan";--e-global-typography-primary-font-size:1.2em;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Anuphan";--e-global-typography-secondary-font-size:1.2em;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Anuphan";--e-global-typography-text-font-size:1em;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Anuphan";--e-global-typography-accent-font-size:1em;--e-global-typography-accent-font-weight:500;background-image:url("https://standard-uat.opendata-dga.cloud/wp-content/uploads/2025/02/408.jpg");color:#000000;font-family:"Anuphan", Sans-serif;font-size:1em;background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-kit-9 p{margin-block-end:20px;}.elementor-kit-9 a{color:#000000;font-family:"Anuphan", Sans-serif;}.elementor-kit-9 h1{color:#000000;font-family:"Anuphan", Sans-serif;font-size:1.5em;line-height:1.25em;}.elementor-kit-9 h2{color:#000000;font-family:"Anuphan", Sans-serif;font-size:1.2em;line-height:1.25em;}.elementor-kit-9 h3{color:#000000;font-family:"Anuphan", Sans-serif;font-size:1em;line-height:1.25em;}.elementor-kit-9 h4{color:#000000;font-family:"Anuphan", Sans-serif;font-size:1.2em;}.elementor-kit-9 h5{color:#000000;font-family:"Anuphan", Sans-serif;font-size:1.1em;}.elementor-kit-9 h6{color:#000000;font-family:"Anuphan", Sans-serif;font-size:1em;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{font-family:"Anuphan", Sans-serif;font-size:1em;font-weight:600;border-style:solid;border-width:1px 1px 1px 1px;border-color:#EBEBEB;}.elementor-kit-9 button:hover,.elementor-kit-9 button:focus,.elementor-kit-9 input[type="button"]:hover,.elementor-kit-9 input[type="button"]:focus,.elementor-kit-9 input[type="submit"]:hover,.elementor-kit-9 input[type="submit"]:focus,.elementor-kit-9 .elementor-button:hover,.elementor-kit-9 .elementor-button:focus{color:#FF7B00;}.elementor-kit-9 label{font-family:"Anuphan", Sans-serif;}.elementor-kit-9 input:not([type="button"]):not([type="submit"]),.elementor-kit-9 textarea,.elementor-kit-9 .elementor-field-textual{font-family:"Anuphan", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(min-width:1025px){.elementor-kit-9{background-attachment:fixed;}}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* --- สไตล์เริ่มต้นของปุ่ม (สีน้ำเงินเข้ม DGA) --- */
.wp-block-button__link.has-text-align-center.wp-element-button {
    background-color: #15305B !important; /* สีน้ำเงินเข้ม */
    color: #FFFFFF !important; /* ตัวอักษรสีขาว */
    border: 2px solid #15305B !important;
    border-radius: 6px !important; /* ความโค้งมนเล็กน้อยให้ดูทันสมัย */
    padding: 12px 28px !important;
    font-family: 'Sarabun', sans-serif !important; /* แนะนำให้ใช้ฟอนต์สารบรรณ */
    font-size: 16px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}

/* --- สไตล์เมื่อเอาเมาส์ชี้ (Hover Effect) --- */
.wp-block-button__link.has-text-align-center.wp-element-button:hover {
    background-color: #E5B22C !important; /* เปลี่ยนเป็นสีเหลือง/ทอง */
    color: #15305B !important; /* เปลี่ยนตัวอักษรเป็นสีน้ำเงินให้ตัดกันอ่านง่าย */
    border-color: #E5B22C !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2) !important;
    transform: translateY(-2px) !important; /* ให้ปุ่มลอยขึ้นเล็กน้อยเวลากด */
}

/* --- สไตล์ปุ่มดาวน์โหลดไฟล์ (File Block Button) --- */
.wp-block-file__button.wp-element-button {
    background-color: #15305B !important; /* สีน้ำเงินเข้ม DGA */
    color: #FFFFFF !important; /* ตัวอักษรสีขาว */
    border: 2px solid #15305B !important;
    border-radius: 6px !important;
    padding: 10px 24px !important; /* ปรับแพดดิ้งให้เหมาะกับปุ่มไฟล์ */
    font-family: 'Sarabun', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
    display: inline-flex !important; /* ช่วยจัดระเบียบข้อความ/ไอคอนข้างใน */
    align-items: center !important;
    justify-content: center !important;
}

/* --- สไตล์เมื่อเอาเมาส์ชี้ปุ่มดาวน์โหลดไฟล์ (Hover Effect) --- */
.wp-block-file__button.wp-element-button:hover {
    background-color: #E5B22C !important; /* สีเหลือง/ทอง DGA */
    color: #15305B !important; /* เปลี่ยนตัวอักษรเป็นสีน้ำเงินเข้ม */
    border-color: #E5B22C !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2) !important;
    transform: translateY(-2px) !important; /* เอฟเฟกต์ปุ่มลอยขึ้น */
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Anuphan';
	font-display: auto;
	src: url('https://standard-uat.opendata-dga.cloud/wp-content/uploads/2025/03/Anuphan-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */