a:hover { 
       /* color: white; */
       opacity: 1;
       filter: grayscale(30%) 
		  /*  contrast(100%) */
			 brightness(90%);
       /* filter: grayscale(90%); */
       /* filter: blur(1px); */
}


.custom-preorder-box {
    border: 2px solid #7ccaa1; /* สีแดงตามรูป */
    border-radius: 15px;      /* ความโค้งของมุม */
    padding: 10px;              /* ระยะห่างด้านใน */
		
    text-align: left !important;       /* จัดข้อความกึ่งกลาง */
    font-size: 16px;          /* ขนาดตัวอักษร */
    font-weight: bold;        /* ตัวหนา */
    color: #333;              /* สีข้อความ */
    margin-bottom: 5px;      /* ระยะห่างด้านล่าง */
    background-color: #e0f7eb;   /* สีพื้นหลังพื้นหลัง */
		
}

.custom-contact-box {
    border: 0px solid #07ce07 !important; /* สีเขียว */
    border-radius: 10px;
		line-height: 10% !important;
		font-size: 15px;  
		font-weight: bold;
    padding: 30px 30px 30px 30px !important;
    margin: 10px 0;
    background-color: #edfdf3 !important;
}
.line-button {
    background-color: #06C755;
    color: white;
    padding: 10px 10px;
		font-size: 16px;    
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
}