.elementor-60254 .elementor-element.elementor-element-7ddde21{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), san serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), san serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-60254 .elementor-element.elementor-element-9d9b1c8 > .elementor-widget-container{padding:20px 0px 0px 0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), san serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-60254 .elementor-element.elementor-element-e70149a > .elementor-widget-container{padding:30px 0px 30px 0px;}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for html, class: .elementor-element-e70149a */<style>
    /* สไตล์สำหรับตารางที่ใส่ใน Elementor */
    .custom-resin-table-container {
        max-width: 100%;
        margin: 0 auto;
        background-color: #ffffff;
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
        overflow: hidden;
        font-family: 'Kanit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        border: 1px solid #e2e8f0;
    }

    .custom-resin-table-container .table-header {
        background: linear-gradient(135deg, #2563eb, #4338ca);
        padding: 24px 32px;
        color: #ffffff;
    }

    .custom-resin-table-container .table-header h2 {
        margin: 0 0 8px 0;
        font-size: 24px;
        font-weight: 600;
        color: #ffffff;
        line-height: 1.3;
    }

    .custom-resin-table-container .table-header p {
        margin: 0;
        font-size: 15px;
        color: #e0e7ff;
    }

    .table-scroll-wrapper {
        width: 100%;
        /* เอา overflow-x: auto ออกสำหรับ Desktop เพื่อให้เต็มจอปกติ */
    }

    .resin-table {
        width: 100%;
        border-collapse: collapse;
        text-align: left;
    }

    .resin-table th {
        background-color: #f8fafc;
        padding: 16px 20px;
        font-size: 15px;
        font-weight: 600;
        color: #475569;
        border-bottom: 2px solid #e2e8f0;
    }

    .resin-table td {
        padding: 16px 20px;
        font-size: 15px;
        color: #334155;
        border-bottom: 1px solid #f1f5f9;
        vertical-align: top;
        line-height: 1.6;
    }

    .resin-table tr:hover td {
        background-color: #f0fdf4; /* สีพื้นหลังตอนเอาเมาส์ชี้ */
    }

    .resin-table .row-even td {
        background-color: #f8fafc; /* สีสลับแถว */
    }
    
    .resin-table tr.row-even:hover td {
        background-color: #f0fdf4;
    }

    .resin-table strong {
        color: #1e293b;
        font-weight: 600;
        font-size: 16px;
    }

    /* ตกแต่งป้าย Tag เล็กๆ (สิ่งที่เห็น/จุดเด่น) */
    .badge {
        display: inline-block;
        background-color: #dbeafe;
        color: #1e40af;
        padding: 3px 8px;
        border-radius: 6px;
        font-size: 12px;
        font-weight: 500;
        margin-right: 4px;
        margin-bottom: 4px;
    }

    /* ---------------------------------------------------
       ดีไซน์สำหรับ Link แบบปุ่ม (Pill Link)
       --------------------------------------------------- */
    .item-link {
        display: inline-block;
        background-color: #eff6ff;
        color: #2563eb;
        text-decoration: none;
        padding: 4px 12px;
        border-radius: 20px;
        font-size: 14px;
        font-weight: 500;
        margin: 2px 4px 4px 0;
        border: 1px solid #bfdbfe;
        transition: all 0.2s ease-in-out;
    }

    .item-link:hover {
        background-color: #3b82f6;
        color: #ffffff;
        border-color: #3b82f6;
        transform: translateY(-1px);
        box-shadow: 0 2px 4px rgba(59, 130, 246, 0.2);
    }

    /* ---------------------------------------------------
       Responsive CSS สำหรับมือถือ (ปรับเป็นแบบ Card)
       --------------------------------------------------- */
    @media screen and (max-width: 768px) {
        /* ซ่อนหัวตารางบนมือถือ */
        .resin-table thead {
            display: none;
        }

        /* ปรับโครงสร้างตารางและแถวให้แสดงเป็น Block */
        .resin-table, 
        .resin-table tbody, 
        .resin-table tr, 
        .resin-table td {
            display: block;
            width: 100%;
        }

        /* ตกแต่งแต่ละแถวให้เหมือนการ์ด (Card) */
        .resin-table tr {
            margin-bottom: 16px;
            border: 1px solid #e2e8f0;
            border-radius: 8px;
            background-color: #ffffff !important;
            box-shadow: 0 2px 4px rgba(0,0,0,0.02);
            overflow: hidden;
        }

        /* ตกแต่งช่องข้อมูล (Cell) */
        .resin-table td {
            position: relative;
            padding: 12px 16px 12px 16px;
            border-bottom: 1px solid #f1f5f9;
            text-align: left;
        }

        .resin-table td:last-child {
            border-bottom: none;
        }

        /* ดึงชื่อหัวข้อ (data-label) มาแสดงบนมือถือ */
        .resin-table td::before {
            content: attr(data-label);
            display: block;
            font-size: 12px;
            font-weight: 600;
            color: #64748b;
            margin-bottom: 6px; /* ขยับพื้นที่ให้ปุ่มลิงก์ดูโปร่งขึ้น */
            text-transform: uppercase;
        }

        /* เน้นช่องที่เป็นหัวข้อหลัก (หมวดหลัก) ให้เด่นขึ้น */
        .resin-table td:first-child {
            background-color: #f8fafc;
            border-bottom: 2px solid #e2e8f0;
        }
        .resin-table td:first-child::before {
            color: #2563eb;
        }
        
        /* ปรับขนาดปุ่มลิงก์บนมือถือให้กดง่ายขึ้นเล็กน้อย */
        .item-link {
            padding: 6px 14px;
            margin-bottom: 6px;
        }
    }
</style>/* End custom CSS */