/* legacy-shortcodes.css — git-canonical consolidation of the 9 LIVE 'Simple Custom CSS and JS'
   blocks (#50 code-channel retirement, 2026-07-17). Verbatim concatenation so the visual
   baseline is preserved when that plugin is deactivated. EXCLUDED: custom-css-js #7684 (cert
   print CSS) — it targets the OLD .certificate-* markup that the theme cert (.an-cert-*,
   certificate.css) no longer emits, i.e. dead. Enqueued LATE (priority 999) to match the
   plugin's own late wp_head injection so the cascade is identical. */

/* ═══════════════ custom-css-js #7246 ═══════════════ */
/* grid-2col (custom-css-js #7246) */
.custom-my-courses {
    display: grid;
    grid-template-columns: repeat(2, minmax(320px, 1fr));
    gap: 20px; /* ✅ เพิ่มช่องว่างระหว่างการ์ดให้มากขึ้น */
    justify-content: center;
}

/* ปรับขนาดการ์ดให้เล็กลง */
.custom-course-card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    background: #fff;
    transition: transform 0.3s, box-shadow 0.3s;
    padding: 16px; /* ✅ เพิ่ม Padding ให้มากขึ้น */
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.custom-course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
}

/* รูปภาพของหลักสูตร */
.custom-course-thumbnail img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
}

/* ส่วนเนื้อหาของการ์ด */
.custom-course-content {
    text-align: center;
    padding: 10px 0;
}

/* ✅ ลดขนาดชื่อหลักสูตรให้เล็กลงกว่าปกติ 1 ระดับ */
.custom-course-title {
    font-size: 12px; /* 🔹 ลดลงจาก 13px เป็น 12px */
    font-weight: bold;
    margin-bottom: 6px;
}

/* ปรับให้แสดงข้อมูลในบรรทัดเดียว */
.custom-course-meta {
    font-size: 13px;
    color: #555;
    margin: 5px 0;
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

/* Progress Bar */
.custom-progress-container {
    width: 100%;
    height: 6px;
    background: #e0e0e0;
    border-radius: 3px;
    margin: 10px 0;
}

.custom-progress-bar {
    height: 100%;
    background: #28a745;
    border-radius: 3px;
    transition: width 0.5s;
}

/* ปุ่มดำเนินการเรียน */
.custom-button {
    padding: 8px 12px;
    background: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 8px;
    font-size: 13px;
    font-weight: bold;
    transition: background 0.3s, transform 0.2s;
}

.custom-button:hover {
    background: #0056b3;
    transform: scale(1.05);
}

/* ปุ่ม "ลงทะเบียนอีกครั้ง" */
.custom-reenroll-button {
    background: #28a745;
}

.custom-reenroll-button:hover {
    background: #218838;
}

/* 📌 แสดง 2 คอลัมน์ใน PC และให้ขนาดเล็กลง (≥768px) */
@media (min-width: 768px) {
    .custom-my-courses {
        grid-template-columns: repeat(2, minmax(320px, 1fr));
    }
}

/* 📌 แสดงเป็น 1 คอลัมน์ในมือถือ (<768px) */
@media (max-width: 767px) {
    .custom-my-courses {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .custom-course-card {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 14px; /* ✅ เพิ่มระยะ Padding */
        text-align: left;
    }

    .custom-course-thumbnail {
        flex: 0 0 90px;
        margin-right: 12px;
    }

    .custom-course-thumbnail img {
        width: 90px;
        height: auto;
        object-fit: cover;
        border-radius: 4px;
    }

    .custom-course-content {
        flex: 1;
    }
}
/* ═══════════════ custom-css-js #7262 ═══════════════ */
/* UM-Edoma-profile (custom-css-js #7262) */
/* ปรับแต่งโครงสร้างโปรไฟล์ */
.um-profile {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

/* ปรับแต่ง Avatar */
.um-profile-photo img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 5px solid #f4a259; /* ใช้สีหลักของเว็บไซต์ */
}

/* ปรับแต่งปุ่ม "แก้ไขโปรไฟล์" */
.um-profile-nav {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    justify-content: center;
}

.um-profile-nav a {
    padding: 12px 20px;
    background: #f4a259;
    color: #ffffff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
}

.um-profile-nav a:hover {
    background: #d98c4a;
}

/* ปรับแต่งข้อมูลโปรไฟล์ */
.um-profile-meta {
    font-size: 16px;
    color: #333;
}

/* ═══════════════ custom-css-js #7263 ═══════════════ */
/* eduma card around (custom-css-js #7263) */
/* 🎨 ดีไซน์กล่องให้ดูมีมิติแบบ Eduma */
.custom-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); /* เงาแบบนุ่ม */
    padding: 20px;
    margin: 15px 0;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

/* 🎨 เพิ่มเส้นขอบบาง ๆ ให้ดูเป็นระเบียบ */
.custom-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    border: 1px solid rgba(126, 47, 64, 0.2); /* ขอบสีธีม */
    transition: all 0.3s ease-in-out;
}

/* 🎨 ปรับแต่งตัวอักษรในกล่อง */
.custom-card h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.custom-card p {
    font-size: 16px;
    color: #666;
}

/* 🎨 ปรับให้ปุ่มในกล่องดูเหมือน Eduma */
.custom-card .custom-button {
    display: inline-block;
    padding: 10px 20px;
    background: #7e2f40;
    color: #ffffff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
}

.custom-card .custom-button:hover {
    background: #5e202f;
}

/* ═══════════════ custom-css-js #7277 ═══════════════ */
/* ็Font H1-H3 p (custom-css-js #7277) */
/* ======= กำหนดค่าพื้นฐาน ======= */
:root {
    --s-accent: #7e2f40; /* สีหลักของเว็บไซต์ */
    --s-accent-hover: #622230; /* สี hover */
    --s-bg: #fff; /* พื้นหลังหลัก */
    --s-text: #111; /* สีข้อความหลัก */
    --s-line: #dcdfe5;
    --s-card-bg: #f4f6f8;
    --s-border: #86888a;
    --s-border-radius: 4px;
    --s-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    --s-heading: "Kanit", "Prompt", sans-serif;
    --s-heading-weight: 600;
    --s-heading-line-height: 1.4;
    --s-body: "Prompt", "Sarabun", sans-serif;
    --s-body-line-height: 1.8;
}

/* ======= พื้นฐานของ Body ======= */
body, html {
    width: 100%;
    overflow-x: hidden;
    min-height: 100vh;
    height: auto;
    margin: 0;
    font-family: var(--s-body);
    font-weight: 400;
    line-height: var(--s-body-line-height);
    color: var(--s-text);
    background-color: var(--s-bg);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ======= ปรับแต่งหัวข้อหลัก ======= */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--s-heading);
    font-weight: var(--s-heading-weight);
    line-height: var(--s-heading-line-height);
    margin-bottom: 12px;
}

/* H1 - หัวข้อหลัก */
h1 {
    font-size: 36px; /* ลดขนาดจาก 44px */
    color: var(--s-accent);
    text-align: center;
    border-bottom: 4px solid var(--s-accent);
    padding-bottom: 10px;
    margin-bottom: 25px;
}

/* H2 - หัวข้อรอง */
h2 {
    font-size: 28px; /* ลดขนาดจาก 36px */
    color: #333;
    border-left: 6px solid var(--s-accent);
    padding-left: 12px;
}

/* H3 - หัวข้อย่อย */
h3 {
    font-size: 22px; /* ลดขนาดจาก 30px */
    color: var(--s-accent);
}

/* ======= ข้อความมาตรฐาน ======= */
p {
    font-size: 18px; /* ลดขนาดจาก 20px */
    margin-bottom: 15px;
    text-align: justify;
}

/* ======= ลิงก์ ======= */
a {
    color: var(--s-accent);
    text-decoration: none;
    font-weight: 600;
}

a:hover {
    text-decoration: underline;
    color: var(--s-accent-hover);
}

/* ======= ปรับแต่งปุ่ม ======= */
button, input, select, textarea {
    font-family: var(--s-body);
    font-size: 16px;
    padding: 8px 12px;
    border-radius: var(--s-border-radius);
    border: 1px solid var(--s-border);
}

button {
    background-color: var(--s-accent);
    color: #fff;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

button:hover {
    background-color: var(--s-accent-hover);
}

/* ======= รายการ Bullet & Number ======= */
ul, ol {
    font-size: 18px;
    margin-bottom: 15px;
}

ul {
    list-style-type: disc;
    padding-left: 18px;
}

ol {
    list-style-type: decimal;
    padding-left: 18px;
}

/* ======= กล่องข้อความ (Card) ======= */
.card {
    background: var(--s-card-bg);
    padding: 15px;
    border-radius: var(--s-border-radius);
    box-shadow: var(--s-shadow);
    margin-bottom: 15px;
}

/* ======= ช่องค้นหา ======= */
.custom-search-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    width: 100%;
}

.custom-search-container {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    padding: 20px;
    max-width: 600px;
    width: 90%;
    text-align: left;
}

.custom-search-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
    text-align: center;
}

.custom-search-form {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
}

.custom-search-input {
    flex: 1;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 16px;
    border-radius: 8px;
    outline: none;
    width: 100%;
}

.custom-search-button {
    background-color: var(--s-accent);
    color: #fff;
    border: none;
    padding: 10px 16px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s;
}

.custom-search-button:hover {
    background-color: var(--s-accent-hover);
}

/* ======= Responsive Design ======= */
@media (max-width: 1024px) { /* Laptop & Tablet */
    h1 { font-size: 32px; }
    h2 { font-size: 26px; }
    h3 { font-size: 20px; }
    p { font-size: 17px; }
    .custom-search-container { width: 95%; padding: 18px; }
    .custom-search-input, .custom-search-button { font-size: 15px; }
}

@media (max-width: 768px) { /* Tablet */
    h1 { font-size: 28px; }
    h2 { font-size: 24px; }
    h3 { font-size: 18px; }
    p { font-size: 16px; }
    .custom-search-container { width: 98%; padding: 16px; }
    .custom-search-form { flex-direction: column; gap: 8px; }
    .custom-search-input, .custom-search-button { width: 100%; font-size: 14px; }
}

@media (max-width: 480px) { /* Mobile */
    h1 { font-size: 24px; }
    h2 { font-size: 22px; }
    h3 { font-size: 16px; }
    p { font-size: 15px; }
    .custom-search-container { width: 100%; padding: 14px; }
    .custom-search-form { flex-direction: column; gap: 6px; }
    .custom-search-input, .custom-search-button { width: 100%; font-size: 13px; padding: 8px; }
}

/* ═══════════════ custom-css-js #7335 ═══════════════ */
/* post course (custom-css-js #7335) */
/* ✅ คอนเทนเนอร์หลักของโพสต์ */
.custom-my-onsite {
    display: grid;
    grid-template-columns: repeat(2, minmax(320px, 1fr)); /* ✅ 2 คอลัมน์ */
    gap: 20px; /* ✅ ช่องว่างระหว่างการ์ด */
    justify-content: center;
    padding: 20px;
}

/* ✅ ปรับขนาดการ์ด */
.custom-onsite-card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    background: #fff;
    transition: transform 0.3s, box-shadow 0.3s;
    padding: 16px; /* ✅ เพิ่ม Padding ให้มากขึ้น */
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.custom-onsite-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
}

/* ✅ รูปภาพของโพสต์ */
.custom-onsite-thumbnail {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 6px;
}

.custom-onsite-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ✅ ส่วนเนื้อหาของการ์ด */
.custom-onsite-content {
    text-align: center;
    padding: 10px 0;
}

/* ✅ ชื่อโพสต์ */
.custom-onsite-title {
    font-size: 12px; /* 🔹 ลดขนาดให้เท่ากัน */
    font-weight: bold;
    margin-bottom: 6px;
}

/* ✅ Meta Data */
.custom-onsite-meta {
    font-size: 13px;
    color: #555;
    margin: 5px 0;
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

/* ✅ ปุ่มอ่านเพิ่มเติม */
.custom-onsite-button {
    display: inline-block;
    padding: 8px 12px;
    background: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 8px;
    font-size: 13px;
    font-weight: bold;
    transition: background 0.3s, transform 0.2s;
}

.custom-onsite-button:hover {
    background: #0056b3;
    transform: scale(1.05);
}

/* ✅ ปรับเป็น 2 คอลัมน์เมื่อหน้าจอใหญ่ (≥768px) */
@media (min-width: 768px) {
    .custom-my-onsite {
        grid-template-columns: repeat(2, minmax(320px, 1fr));
    }
}

/* ✅ ปรับเป็น 1 คอลัมน์เมื่อหน้าจอเล็ก (<768px) */
@media (max-width: 767px) {
    .custom-my-onsite {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .custom-onsite-card {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 14px; /* ✅ เพิ่ม Padding ให้เหมือนต้นฉบับ */
        text-align: left;
    }

    .custom-onsite-thumbnail {
        flex: 0 0 90px;
        margin-right: 12px;
    }

    .custom-onsite-thumbnail img {
        width: 90px;
        height: auto;
        object-fit: cover;
        border-radius: 4px;
    }

    .custom-onsite-content {
        flex: 1;
    }
}

/* ═══════════════ custom-css-js #7546 ═══════════════ */
/* custom_course_search_results Styles (custom-css-js #7546) */
/**
 * Version: 1.018
 * Function: custom_course_search_results Styles
 * Description:
 *   - ปรับแต่งการแสดงผลของผลลัพธ์การค้นหาหลักสูตรและบทความ
 *   - ใช้สำหรับฟังก์ชัน `custom_course_search_results`
 *   - รองรับทั้ง PC, Tablet และมือถือ
 *   - ปรับปุ่มสมัครเรียนให้ไม่มี "กล่องสีฟ้า" รอบปุ่ม
 */

/* ======= ปรับแต่งผลลัพธ์การค้นหา ======= */
.custom-search-results {
    max-width: 1000px;
    margin: auto;
    padding: 20px;
}

/* ======= หัวข้อหมวดหมู่ ======= */
.search-section-title {
    font-size: 22px;
    font-weight: bold;
    color: #7e2f40;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

/* ======= กล่องผลลัพธ์ (Grid Layout) ======= */
.search-results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    justify-content: center;
}

/* ======= การ์ดหลักสูตร ======= */
.custom-course-card {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.custom-course-title {
    font-size: 18px;
    font-weight: bold;
    color: #b30000;
}

.custom-course-price {
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0;
}

.custom-price-paid {
    color: #007bff;
}

.custom-price-free {
    color: #28a745;
}

/* ======= ปุ่มสมัครเรียน ======= */
.custom-course-button {
    display: inline-block;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #007bff;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s;
    margin-top: 10px; /* ✅ ปรับให้ปุ่มอยู่ในตำแหน่งเหมาะสม */
}

.custom-course-button:hover {
    background-color: #0056b3;
}

/* ======= การ์ดบทความ/หน้า ======= */
.custom-post-card {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.custom-post-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

/* ======= รูปภาพหลักสูตรและบทความ ======= */
.search-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
}

/* ถ้าไม่มีรูปภาพ ไม่ต้องแสดง */
.search-thumbnail.no-image {
    display: none;
}

/* ======= Responsive Design ======= */
@media (max-width: 768px) {
    .custom-search-results {
        padding: 15px;
    }
    .search-results-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .custom-search-results {
        padding: 10px;
    }
    .search-section-title {
        font-size: 18px;
    }
}

/* ═══════════════ custom-css-js #7729 ═══════════════ */
/* ARAYA Post Listing Shortcode CSS (Professional Edition) (custom-css-js #7729) */
/**
 * ARAYA Post Listing Shortcode CSS (Professional Edition)
 * Version: 1.002
 * Description: ปรับแต่งการแสดงผลของ Shortcode [araya_post] รองรับ Layout ระดับ Global Website เช่น Eduma
 */

/* ---------------------- โครงสร้างหลักของ Shortcode ---------------------- */
.araya-post {
    margin: 30px auto;
    width: 100%;
    max-width: 1200px;
}

/* ---------------------- Layout List (แนวตั้ง) ---------------------- */
.araya-post-list .araya-post-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    transition: all 0.3s ease-in-out;
}

.araya-post-list .araya-post-item:hover {
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
}

.araya-post-list .araya-post-image {
    width: 180px;
    flex-shrink: 0;
    margin-right: 20px;
}

.araya-post-list .araya-post-image img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
}

.araya-post-list .araya-post-content {
    flex-grow: 1;
}

.araya-post-list .araya-post-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #222;
}

.araya-post-list .araya-post-excerpt {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.araya-post-list .araya-read-more {
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #007bff;
    text-decoration: none;
}

.araya-post-list .araya-read-more:hover {
    text-decoration: underline;
}

/* ---------------------- Layout Grid ---------------------- */
.araya-post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.araya-post-grid .araya-post-item {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.araya-post-grid .araya-post-item:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}

.araya-post-grid .araya-post-image {
    width: 100%;
    max-height: 200px;
    overflow: hidden;
    border-radius: 10px;
}

.araya-post-grid .araya-post-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.araya-post-grid .araya-post-title {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0;
    color: #222;
    text-align: center;
}

.araya-post-grid .araya-post-excerpt {
    font-size: 15px;
    color: #666;
    text-align: center;
}

.araya-post-grid .araya-read-more {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #007bff;
    text-decoration: none;
    margin-top: 12px;
}

.araya-post-grid .araya-read-more:hover {
    text-decoration: underline;
}

/* ---------------------- Pagination ---------------------- */
.araya-pagination {
    text-align: center;
    margin-top: 30px;
}

.araya-pagination a {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    border: 1px solid #007bff;
    color: #007bff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.araya-pagination a:hover {
    background: #007bff;
    color: #fff;
}

/* ---------------------- Responsive Design ---------------------- */

/* **Tablet (ขนาดกลาง) ** */
@media (max-width: 1024px) {
    .araya-post-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .araya-post-list .araya-post-image {
        width: 140px;
        height: auto;
    }

    .araya-post-list .araya-post-title {
        font-size: 18px;
    }
}

/* **Mobile (แนวตั้ง) ** */
@media (max-width: 768px) {
    .araya-post-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .araya-post-list .araya-post-item {
        flex-direction: column;
        text-align: center;
    }

    .araya-post-list .araya-post-image {
        width: 100%;
        margin-bottom: 15px;
    }
}

/* **Mobile (ขนาดเล็กมาก) ** */
@media (max-width: 480px) {
    .araya-post-list .araya-post-title {
        font-size: 16px;
    }

    .araya-post-list .araya-read-more {
        font-size: 14px;
    }
}


/* ═══════════════ custom-css-js #7985 ═══════════════ */
/* shadow-effect (เพิ่มเอฟเฟกต์กล่องเงาที่รูป) (custom-css-js #7985) */
.shadow-effect {
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease-in-out;
    margin-top: 20px; /* ปรับค่าตามต้องการ */
}

.shadow-effect:hover {
    transform: translateY(-3px); /* ลดระดับการลอย */
}



/* ═══════════════ custom-css-js #8030 ═══════════════ */
/* check mark list (custom-css-js #8030) */

.check-list {
    list-style: none; /* ลบ default bullet */
    padding-left: 0;
}
.check-list li::before {
    content: "✅ "; /* ใส่เครื่องหมาย check */
    margin-right: 5px;
}



