.elementor-kit-2423{--e-global-color-primary:#0B0B0B;--e-global-color-secondary:#FF4D4D;--e-global-color-text:#F5F5F5;--e-global-color-accent:#CC0000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:transparent;background-image:radial-gradient(at top center, #000000 89%, #390015ED 100%);}.elementor-kit-2423 e-page-transition{background-color:#FFBC7D;}.elementor-kit-2423 p{margin-block-end:0px;}.elementor-kit-2423 img{opacity:1;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* สไตล์พื้นฐานของปุ่ม */
#lenfm-card {
    background: rgba(30, 30, 30, 0.8); /* พื้นหลังเทาเข้มแบบโปร่งแสง */
    border: 1.5px solid #ff0000;      /* เส้นขอบสีแดง */
    border-radius: 15px;               /* ความมนของมุม */
    padding: 20px;
    transition: all 0.3s ease-in-out;  /* ให้เวลาขยับดูนุ่มนวล */
    backdrop-filter: blur(10px);       /* ทำพื้นหลังมัวแบบกระจก */
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.2); /* เรืองแสงแดงบางๆ */
    text-align: center;
}

/* เอฟเฟกต์ตอนเอาเมาส์ไปวาง (Hover) */
#lenfm-card:hover {
    background: rgba(45, 45, 45, 1);   /* สว่างขึ้นนิดหน่อย */
    box-shadow: 0 0 25px rgba(255, 0, 0, 0.6); /* เรืองแสงแดงเข้มขึ้น */
    transform: translateY(-5px);       /* ลอยขึ้นนิดนึง */
    cursor: pointer;
}

/* สไตล์ตัวหนังสือข้างใน */
#lenfm-card h3, #lenfm-card i {
    color: #ffffff;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-weight: bold;
}/* End custom CSS */