/* /Components/Controls/SectionHeader.razor.rz.scp.css */
.help-section-header[b-o3h3w8jdlp] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.help-section-header-number[b-o3h3w8jdlp] {
    flex: 0 0 auto;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    background: #fff;
    color: #0B4E9E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 700;
}

.help-section-header-title[b-o3h3w8jdlp] {
    font-weight: 700;
    font-size: 1.4rem;
    color: #fff;
}

.help-section-header-caption[b-o3h3w8jdlp] {
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    color: #cfe0ea;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 0.4rem;
    border-bottom: 3px solid #FF9C18;
}
/* /Components/Pages/Helps/ParticipatingOrganizations.razor.rz.scp.css */
/* ---------------- โครงหน้า (hero เต็มความกว้าง + เนื้อหาใน container) ---------------- */
.help-org[b-6336zepf5y] {
    min-height: 100vh;
    background: #f4f7fb;
    padding-bottom: 3rem;
}

/* ---------------- Hero band โทนเดียวกับหน้า User Information Center ---------------- */
.help-org-hero[b-6336zepf5y] {
    position: relative;
    background: linear-gradient(160deg, #0A4DA2 0%, #0B57B4 45%, #093B7E 100%);
    overflow: hidden;
    margin-bottom: 2rem;
}

.help-org-hero[b-6336zepf5y]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/_content/EdoNsw.Shared/images/nsw-edo/help_center/hero_bk.png") center / cover no-repeat;
    pointer-events: none;
}

.help-org-hero[b-6336zepf5y]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 45%, rgba(6, 34, 74, 0.55) 0%, rgba(6, 34, 74, 0.2) 55%, transparent 80%);
    pointer-events: none;
}

.help-org-hero-inner[b-6336zepf5y] {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
    padding: 2.25rem 1rem 2.5rem;
    text-align: center;
    color: #fff;
}

.help-org-hero-inner h1[b-6336zepf5y] {
    color: #FF9C18;
    font-weight: 700;
    font-size: 2.25rem;
    margin: 0.75rem 0 0.5rem;
    text-shadow: 0 2px 12px rgba(3, 32, 48, 0.45);
}

.help-org-subtitle[b-6336zepf5y] {
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.05rem;
    margin: 0;
    text-shadow: 0 1px 8px rgba(3, 32, 48, 0.45);
}

.help-org-back[b-6336zepf5y] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    float: left;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.45rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(6px);
    transition: background 0.15s, border-color 0.15s;
}

.help-org-back:hover[b-6336zepf5y] {
    background: rgba(255, 255, 255, 0.24);
    border-color: rgba(255, 255, 255, 0.7);
    color: #fff;
}

/* ---------------- Container เนื้อหา ---------------- */
.help-org-container[b-6336zepf5y] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1rem;
}

.help-org-loading[b-6336zepf5y] {
    display: flex;
    justify-content: center;
    padding: 4rem 0;
}

.help-org-filters[b-6336zepf5y] {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.help-org-empty[b-6336zepf5y] {
    text-align: center;
    color: #9ca3af;
    padding: 2rem 0;
}

/* ---------------- Panels ซ้าย-ขวา (สายการเดินเรือ / ท่าเรือ) แบบหน้า User Information Center ---------------- */
.help-org-panels[b-6336zepf5y] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    align-items: start;
    margin-bottom: 1.5rem;
}

@media (max-width: 900px) {
    .help-org-panels[b-6336zepf5y] {
        grid-template-columns: 1fr;
    }
}

.help-org-panel[b-6336zepf5y] {
    background: #fff;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
}

.help-org-panel-header[b-6336zepf5y] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid #e5e7eb;
}

.help-org-panel-title[b-6336zepf5y] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    font-size: 1.1rem;
    color: #0B4E9E;
}

.help-org-panel-dot[b-6336zepf5y] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FF9C18;
    flex-shrink: 0;
}

.help-org-panel-count[b-6336zepf5y] {
    background: #e8f2f8;
    color: #0B4E9E;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    white-space: nowrap;
}

/* list ยาวลงด้านล่างทั้งหมด — ไม่จำกัดความสูงและไม่มี scrollbar */
.help-org-panel-list[b-6336zepf5y] {
    padding-right: 0;
}

.help-org-row[b-6336zepf5y] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 0;
    border-bottom: 1px solid #f1f5f9;
}

.help-org-row:last-child[b-6336zepf5y] {
    border-bottom: none;
}

.help-org-row-main[b-6336zepf5y] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.help-org-row-logo[b-6336zepf5y] {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #e5eaf2;
    background: #fff;
}

.help-org-row-logo-placeholder[b-6336zepf5y] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0B4E9E, #1663C7);
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    border: none;
}

.help-org-row-name[b-6336zepf5y] {
    font-weight: 700;
    font-size: 1rem;
    color: #1a1a1a;
}

.help-org-row-subtitle[b-6336zepf5y] {
    color: #6b7280;
    font-size: 0.85rem;
}

/* ---------------- ป้ายสถานะ ---------------- */
.help-org-status[b-6336zepf5y] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.2rem 0.6rem;
    border-radius: 1rem;
    white-space: nowrap;
}

.help-org-status-dot[b-6336zepf5y] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
    flex-shrink: 0;
}

.help-org-status-operational[b-6336zepf5y] {
    color: #15803d;
    background: #dcfce7;
}

.help-org-status-limited[b-6336zepf5y] {
    color: #b45309;
    background: #fef3c7;
}

.help-org-status-interruption[b-6336zepf5y] {
    color: #b91c1c;
    background: #fee2e2;
}

/* ---------------- Legend ความหมายของสถานะ (แบบเดียวกับหน้า User Information Center) ---------------- */
.help-org-legend-card[b-6336zepf5y] {
    background: #fff;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 1.5rem;
}

.help-org-legend-header[b-6336zepf5y] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    font-size: 1.05rem;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.help-org-legend-header i[b-6336zepf5y] {
    color: #0B4E9E;
    font-size: 1.2rem;
}

.help-org-legend-grid[b-6336zepf5y] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.help-org-legend-item[b-6336zepf5y] {
    border-radius: 0.9rem;
    padding: 1.5rem 1.25rem;
    text-align: center;
    border: 2px solid #e5e7eb;
    background: #f9fafb;
}

.help-org-legend-icon[b-6336zepf5y] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.9rem;
    font-size: 1.5rem;
    color: #fff;
    background: #6b7280;
}

.help-org-legend-title[b-6336zepf5y] {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 0.35rem;
}

.help-org-legend-subtitle[b-6336zepf5y] {
    font-weight: 700;
    font-size: 0.95rem;
    color: #1a1a1a;
    margin-bottom: 0.35rem;
}

.help-org-legend-body[b-6336zepf5y] {
    color: #6b7280;
    font-size: 0.85rem;
    line-height: 1.5;
}

/* สีตามสถานะของแต่ละกล่อง legend */
.help-org-legend-operational[b-6336zepf5y] {
    border-color: #86efac;
    background: linear-gradient(180deg, #f0fdf4 0%, #dcfce7 100%);
}

.help-org-legend-operational .help-org-legend-icon[b-6336zepf5y] {
    background: #22c55e;
}

.help-org-legend-operational .help-org-legend-title[b-6336zepf5y] {
    color: #15803d;
}

.help-org-legend-limited[b-6336zepf5y] {
    border-color: #fcd34d;
    background: linear-gradient(180deg, #fffbeb 0%, #fef3c7 100%);
}

.help-org-legend-limited .help-org-legend-icon[b-6336zepf5y] {
    background: #f59e0b;
}

.help-org-legend-limited .help-org-legend-title[b-6336zepf5y] {
    color: #b45309;
}

.help-org-legend-interruption[b-6336zepf5y] {
    border-color: #fca5a5;
    background: linear-gradient(180deg, #fef2f2 0%, #fee2e2 100%);
}

.help-org-legend-interruption .help-org-legend-icon[b-6336zepf5y] {
    background: #ef4444;
}

.help-org-legend-interruption .help-org-legend-title[b-6336zepf5y] {
    color: #dc2626;
}

/* ---------------- Responsive ---------------- */
@media (max-width: 640px) {
    .help-org-hero-inner h1[b-6336zepf5y] {
        font-size: 1.6rem;
    }

    .help-org-back[b-6336zepf5y] {
        float: none;
        margin-bottom: 0.75rem;
    }
}
/* /Components/Pages/Helps/UserInformationCenter.razor.rz.scp.css */
.help-uic[b-ren9ljf3hp] {
    padding-bottom: 3rem;
}

.help-uic-loading[b-ren9ljf3hp] {
    display: flex;
    justify-content: center;
    padding: 4rem 0;
}

/* ---------------- Navbar ---------------- */
.help-navbar[b-ren9ljf3hp] {
    position: sticky;
    top: 0;
    z-index: 20;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.help-navbar-inner[b-ren9ljf3hp] {
    max-width: 1720px;
    margin: 0 auto;
    padding: 0.65rem 2rem 0.65rem 1.25rem;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 2rem;
}

.help-navbar-brand[b-ren9ljf3hp] {
    font-weight: 700;
    font-size: 1.15rem;
    color: #0B4E9E;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-shrink: 0;
}

.help-navbar-logo[b-ren9ljf3hp] {
    height: 73px;
    width: auto;
    display: block;
    transition: transform 0.2s ease;
}

.help-navbar-brand:hover .help-navbar-logo[b-ren9ljf3hp] {
    transform: scale(1.04);
}

/* menu แถวเดียวกับ logo จัดกลางพื้นที่ที่เหลือ ห้ามตัดบรรทัด */
.help-navbar-links[b-ren9ljf3hp] {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: clamp(0.75rem, 1.8vw, 2rem);
    flex: 1 1 auto;
    min-width: 0;
}

.help-navbar-links a[b-ren9ljf3hp] {
    color: #0B4E9E;
    text-decoration: none;
    font-size: clamp(0.82rem, 0.95vw, 0.95rem);
    font-weight: 500;
    padding: 0.35rem 0;
    position: relative;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.help-navbar-links a[b-ren9ljf3hp]::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #FF9C18;
    border-radius: 2px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease;
}

.help-navbar-links a:hover[b-ren9ljf3hp] {
    color: #FF9C18;
}

.help-navbar-links a:hover[b-ren9ljf3hp]::after {
    transform: scaleX(1);
}

/* จอกลาง: menu ยังไม่พอ ให้ตัดขึ้นบรรทัดใหม่ได้แบบเรียงกลาง */
@media (max-width: 1150px) {
    .help-navbar-inner[b-ren9ljf3hp] {
        flex-wrap: wrap;
        justify-content: center;
    }

    .help-navbar-logo[b-ren9ljf3hp] {
        height: 60px;
    }

    .help-navbar-links[b-ren9ljf3hp] {
        flex-wrap: wrap;
        justify-content: center;
        flex: 1 1 100%;
    }
}

/* จอเล็ก: logo บน / menu ล่าง */
@media (max-width: 768px) {
    .help-navbar-logo[b-ren9ljf3hp] {
        height: 52px;
    }

    .help-navbar-links[b-ren9ljf3hp] {
        justify-content: flex-start;
    }
}

/* ---------------- Hero band (ภาพพื้นหลังท่าเรือเต็มแถบ + overlay ให้อ่านตัวอักษรชัด) ---------------- */
.help-hero-band[b-ren9ljf3hp] {
    position: relative;
    background: linear-gradient(160deg, #0A4DA2 0%, #0B57B4 45%, #093B7E 100%);
    padding-bottom: 2.5rem;
    overflow: hidden;
}

/* ภาพพื้นหลังเต็มพื้นที่แถบสี */
.help-hero-band[b-ren9ljf3hp]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/_content/EdoNsw.Shared/images/nsw-edo/help_center/hero_bk.png") center / cover no-repeat;
    pointer-events: none;
}

/* overlay ไล่เฉดจาง ๆ ช่วยขับตัวอักษรตรงกลางโดยไม่กลบภาพ */
.help-hero-band[b-ren9ljf3hp]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 38%, rgba(6, 34, 74, 0.55) 0%, rgba(6, 34, 74, 0.18) 55%, transparent 80%);
    pointer-events: none;
}

.help-hero[b-ren9ljf3hp] {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 3.75rem 1.5rem 2.25rem;
    text-align: center;
    scroll-margin-top: 60px;
}

.help-hero-inner[b-ren9ljf3hp] {
    max-width: 800px;
    margin: 0 auto;
}

.help-hero-inner h1[b-ren9ljf3hp] {
    color: #FF9C18;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
    line-height: 1.3;
    text-shadow: 0 2px 12px rgba(3, 32, 48, 0.45);
}

.help-hero-accent[b-ren9ljf3hp] {
    display: block;
    color: #FF9C18;
    text-shadow: 0 2px 12px rgba(3, 32, 48, 0.45);
}

.help-hero-body[b-ren9ljf3hp] {
    max-width: 700px;
    margin: 0 auto 1.75rem;
    opacity: 0.92;
    font-size: 1.02rem;
    text-shadow: 0 1px 8px rgba(3, 32, 48, 0.5);
}

.help-hero-actions[b-ren9ljf3hp] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.help-btn[b-ren9ljf3hp] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.8rem 1.6rem;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.92rem;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.help-btn:hover[b-ren9ljf3hp] {
    transform: translateY(-2px);
}

.help-btn-primary[b-ren9ljf3hp] {
    background: linear-gradient(135deg, #FFAC3E 0%, #FF9C18 100%);
    color: #1a1a1a;
    box-shadow: 0 6px 18px rgba(255, 156, 24, 0.35);
}

.help-btn-primary:hover[b-ren9ljf3hp] {
    box-shadow: 0 10px 24px rgba(255, 156, 24, 0.45);
}

.help-btn-outline[b-ren9ljf3hp] {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(4px);
}

.help-btn-outline:hover[b-ren9ljf3hp] {
    background: rgba(255, 255, 255, 0.22);
}

/* ---------------- Announcement banner (อยู่ภายในแถบสีของ Hero band) ---------------- */
.help-announcement[b-ren9ljf3hp] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: linear-gradient(135deg, rgba(8, 38, 82, 0.78) 0%, rgba(6, 28, 62, 0.82) 100%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 4px solid #FF9C18;
    backdrop-filter: blur(8px);
    color: #fff;
    border-radius: 1rem;
    padding: 1.25rem 1.5rem;
    max-width: 1100px;
    margin: 0 1.5rem;
    box-shadow: 0 10px 30px rgba(3, 32, 48, 0.35);
}

/* จอกว้างพอ ให้ banner อยู่กึ่งกลาง */
@media (min-width: 1148px) {
    .help-announcement[b-ren9ljf3hp] {
        margin: 0 auto;
    }
}

.help-announcement-icon[b-ren9ljf3hp] {
    font-size: 1.5rem;
    flex: 0 0 auto;
    width: 2.9rem;
    height: 2.9rem;
    border-radius: 0.75rem;
    background: rgba(255, 156, 24, 0.18);
    color: #FFB760;
    display: flex;
    align-items: center;
    justify-content: center;
}

.help-announcement-title[b-ren9ljf3hp] {
    font-weight: 700;
    font-size: 1.05rem;
    margin-bottom: 0.25rem;
}

.help-announcement-body[b-ren9ljf3hp] {
    font-size: 0.9rem;
    opacity: 0.92;
}

.help-container[b-ren9ljf3hp] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem 1.5rem 0;
}

/* ---------------- Section (การ์ดสีน้ำเงินเข้มครอบทั้ง header + content ตามดีไซน์ WordPress) ---------------- */
.help-section[b-ren9ljf3hp] {
    background: linear-gradient(135deg, #0B4E9E 0%, #1663C7 100%);
    border-radius: 1rem;
    padding: 1.75rem;
    margin-bottom: 1.75rem;
    scroll-margin-top: 90px;
    box-shadow: 2px 5px 15px rgba(10, 28, 81, 0.2);
}

/* ---------------- Card Grid (Contact / Application / Manual) ---------------- */
.help-card-grid[b-ren9ljf3hp] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1rem;
}

.help-info-card[b-ren9ljf3hp] {
    background: #fff;
    border-radius: 0.75rem;
    border-left: 4px solid #FF9C18;
    padding: 1rem 1.25rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    gap: 1rem;
}

.help-info-icon[b-ren9ljf3hp] {
    flex: 0 0 auto;
    width: 3rem;
    height: 3rem;
    border-radius: 0.6rem;
    background: #FEF0DE;
    color: #FF9C18;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.help-info-title[b-ren9ljf3hp] {
    color: #6b7280;
    font-size: 0.85rem;
}

.help-info-subtitle[b-ren9ljf3hp] {
    color: #0B4E9E;
    font-weight: 700;
    font-size: 1.05rem;
}

.help-info-body[b-ren9ljf3hp] {
    color: #6b7280;
    font-size: 0.8rem;
}

.help-info-link[b-ren9ljf3hp] {
    margin-top: 0.5rem;
    font-weight: 600;
    color: #0B4E9E;
    text-decoration: none;
}

.help-info-link:hover[b-ren9ljf3hp] {
    text-decoration: underline;
}

/* ---------------- List (News) ---------------- */
.help-list[b-ren9ljf3hp] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.help-news-item[b-ren9ljf3hp] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: #fff;
    border-left: 4px solid #FF9C18;
    border-radius: 0.75rem;
    padding: 1rem 1.25rem;
}

.help-news-date[b-ren9ljf3hp] {
    flex: 0 0 auto;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0.6rem;
    background: #0B4E9E;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.help-news-date-day[b-ren9ljf3hp] {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.1;
}

.help-news-date-month[b-ren9ljf3hp] {
    font-size: 0.65rem;
}

.help-news-content[b-ren9ljf3hp] {
    flex: 1 1 auto;
}

.help-news-badge[b-ren9ljf3hp] {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    border-radius: 20px;
    padding: 0.15rem 0.65rem;
    margin-bottom: 0.4rem;
}

.help-news-badge-new[b-ren9ljf3hp] {
    background: #FF9C18;
    color: #fff;
}

.help-news-badge-update[b-ren9ljf3hp] {
    background: #0B4E9E;
    color: #fff;
}

.help-news-badge-maintenance[b-ren9ljf3hp] {
    background: #fdeaea;
    color: #c82333;
}

.help-news-badge-policy[b-ren9ljf3hp] {
    background: #e6f0f7;
    color: #4b5563;
}

.help-news-badge-default[b-ren9ljf3hp] {
    background: #e5e9f0;
    color: #4b5563;
}

.help-news-title[b-ren9ljf3hp] {
    font-weight: 700;
    color: #0B4E9E;
    margin-bottom: 0.25rem;
}

.help-news-body[b-ren9ljf3hp] {
    color: #6b7280;
    font-size: 0.9rem;
}

/* ---------------- Changelog ---------------- */
.help-changelog-item[b-ren9ljf3hp] {
    background: #fff;
    border-radius: 0.75rem;
    padding: 1.25rem;
}

.help-changelog-header[b-ren9ljf3hp] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.help-changelog-version[b-ren9ljf3hp] {
    background: #0B4E9E;
    color: #fff;
    font-weight: 700;
    font-size: 0.8rem;
    border-radius: 0.35rem;
    padding: 0.2rem 0.6rem;
}

.help-changelog-date[b-ren9ljf3hp] {
    font-weight: 700;
    color: #1a1a1a;
}

.help-changelog-divider[b-ren9ljf3hp] {
    border: none;
    border-top: 1px solid #e5e9f0;
    margin: 0.75rem 0;
}

.help-changelog-list[b-ren9ljf3hp] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.help-changelog-list li[b-ren9ljf3hp] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    color: #374151;
    font-size: 0.9rem;
}

.help-changelog-list li i[b-ren9ljf3hp] {
    color: #22c55e;
    margin-top: 0.15rem;
}

/* ---------------- Accordion (FAQ) ---------------- */
.help-faq-accordion[b-ren9ljf3hp] {
    border-radius: 0.75rem;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5e9f0;
}

.help-faq-item[b-ren9ljf3hp] {
    border-top: 1px solid #eef1f5;
}

.help-faq-item:first-of-type[b-ren9ljf3hp] {
    border-top: none;
}

.help-faq-question[b-ren9ljf3hp] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    padding: 0.9rem 1.25rem;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: start;
    font-size: 0.95rem;
    font-weight: 600;
    color: #1a1a1a;
    transition: background 0.15s;
}

.help-faq-question:hover[b-ren9ljf3hp] {
    background: #f7f9fc;
}

.help-faq-question:focus-visible[b-ren9ljf3hp] {
    outline: 2px solid #0B4E9E;
    outline-offset: -2px;
}

.help-faq-item.expanded .help-faq-question[b-ren9ljf3hp] {
    color: #0B4E9E;
}

.help-faq-chevron[b-ren9ljf3hp] {
    flex: 0 0 auto;
    transition: transform 0.2s;
}

.help-faq-item.expanded .help-faq-chevron[b-ren9ljf3hp] {
    transform: rotate(180deg);
}

.help-faq-answer[b-ren9ljf3hp] {
    padding: 0 1.25rem 1rem;
    color: #4b5563;
    font-size: 0.9rem;
    line-height: 1.6;
    overflow-wrap: break-word;
}

/* จัดรูปแบบ rich text ภายในคำตอบ (จาก HtmlEditor) */
.help-faq-answer p[b-ren9ljf3hp] {
    margin: 0 0 0.5rem;
}

.help-faq-answer p:last-child[b-ren9ljf3hp] {
    margin-bottom: 0;
}

.help-faq-answer ul[b-ren9ljf3hp],
.help-faq-answer ol[b-ren9ljf3hp] {
    margin: 0.25rem 0 0.5rem;
    padding-inline-start: 1.5rem;
}

.help-faq-answer li[b-ren9ljf3hp] {
    margin-bottom: 0.25rem;
}

/* ---------------- Manual (คู่มือ) ---------------- */
.help-manual-grid[b-ren9ljf3hp] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.25rem;
}

.help-manual-column[b-ren9ljf3hp] {
    background: #fff;
    border-radius: 0.75rem;
    padding: 1.25rem;
}

.help-manual-column-title[b-ren9ljf3hp] {
    color: #0B4E9E;
    font-weight: 700;
    font-size: 1.05rem;
    margin-bottom: 0.75rem;
}

.help-manual-item[b-ren9ljf3hp] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 0.6rem 0;
    border-top: 1px solid #eef1f5;
}

.help-manual-item:first-of-type[b-ren9ljf3hp] {
    border-top: none;
}

.help-manual-item-content[b-ren9ljf3hp] {
    flex: 1 1 auto;
}

.help-manual-item-title[b-ren9ljf3hp] {
    font-weight: 600;
    color: #1a1a1a;
}

.help-manual-item-body[b-ren9ljf3hp] {
    color: #6b7280;
    font-size: 0.8rem;
}

.help-manual-btn[b-ren9ljf3hp] {
    flex: 0 0 auto;
    background: #1a1a1a;
    color: #fff;
    border-radius: 6px;
    padding: 0.4rem 0.9rem;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
}

.help-manual-btn:hover[b-ren9ljf3hp] {
    background: #0B4E9E;
    color: #fff;
}

/* ---------------- Terms (document list) ---------------- */
.help-doc-list[b-ren9ljf3hp] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.help-doc-item[b-ren9ljf3hp] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    background: #fff;
    border: 1px solid #e5e9f0;
    border-radius: 0.75rem;
    padding: 0.9rem 1.25rem;
}

.help-doc-icon[b-ren9ljf3hp] {
    font-size: 1.5rem;
    color: #d64545;
    flex: 0 0 auto;
}

.help-doc-title[b-ren9ljf3hp] {
    flex: 1 1 auto;
    font-weight: 500;
    color: #1a1a1a;
}

.help-btn-doc[b-ren9ljf3hp] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem 1.1rem;
    border-radius: 6px;
    background: #fdeaea;
    color: #c82333;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    flex: 0 0 auto;
}

.help-btn-doc:hover[b-ren9ljf3hp] {
    background: #c82333;
    color: #fff;
}

/* ---------------- Application card grid (2 คอลัมน์ + QR/store badge) ---------------- */
.help-card-grid-2col[b-ren9ljf3hp] {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.help-app-card[b-ren9ljf3hp] {
    background: #fff;
    border-radius: 0.75rem;
    border-left: 4px solid #FF9C18;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.help-app-card-head[b-ren9ljf3hp] {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
}

.help-app-qr[b-ren9ljf3hp] {
    width: 180px;
    height: 180px;
    object-fit: contain;
}

.help-app-store-badge[b-ren9ljf3hp] {
    height: 52px;
    object-fit: contain;
}

/* ---------------- Organizations (รายการองค์กร + legend) ---------------- */
/* panel สีขาว 2 คอลัมน์ (สายการเดินเรือ / ท่าเรือ) แบบเดียวกับ WordPress */
.help-org-panels[b-ren9ljf3hp] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 900px) {
    .help-org-panels[b-ren9ljf3hp] {
        grid-template-columns: 1fr;
    }
}

.help-org-panel[b-ren9ljf3hp] {
    background: #fff;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
}

.help-org-panel-header[b-ren9ljf3hp] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 0.25rem;
}

.help-org-panel-title[b-ren9ljf3hp] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    font-size: 1.1rem;
    color: #0B4E9E;
}

.help-org-panel-dot[b-ren9ljf3hp] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FF9C18;
    flex-shrink: 0;
}

.help-org-panel-count[b-ren9ljf3hp] {
    background: #e8f2f8;
    color: #0B4E9E;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    white-space: nowrap;
}

/* รายการองค์กรแบบ list แนวตั้ง เลื่อนขึ้นลงได้ */
.help-org-panel-list[b-ren9ljf3hp] {
    max-height: 450px;
    overflow-y: auto;
    padding-right: 0.5rem;
}

.help-org-panel-list[b-ren9ljf3hp]::-webkit-scrollbar {
    width: 6px;
}

.help-org-panel-list[b-ren9ljf3hp]::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 3px;
}

.help-org-panel-list[b-ren9ljf3hp]::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
}

.help-org-row[b-ren9ljf3hp] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 0;
    border-bottom: 1px solid #f1f5f9;
}

.help-org-row:last-child[b-ren9ljf3hp] {
    border-bottom: none;
}

.help-org-row-main[b-ren9ljf3hp] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.help-org-row-logo[b-ren9ljf3hp] {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #e5eaf2;
    background: #fff;
}

.help-org-row-logo-placeholder[b-ren9ljf3hp] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0B4E9E, #1663C7);
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    border: none;
}

.help-org-row-name[b-ren9ljf3hp] {
    font-weight: 700;
    font-size: 1rem;
    color: #1a1a1a;
}

.help-org-row-subtitle[b-ren9ljf3hp] {
    color: #6b7280;
    font-size: 0.85rem;
}

.help-org-status[b-ren9ljf3hp] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    white-space: nowrap;
    flex-shrink: 0;
}

.help-org-status-dot[b-ren9ljf3hp] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
    flex-shrink: 0;
}

.help-org-status-operational[b-ren9ljf3hp] {
    color: #15803d;
    background: #dcfce7;
}

.help-org-status-limited[b-ren9ljf3hp] {
    color: #b45309;
    background: #fef3c7;
}

.help-org-status-interruption[b-ren9ljf3hp] {
    color: #b91c1c;
    background: #fee2e2;
}

/* legend: การ์ดขาวใหญ่ครอบกล่องสถานะ 3 กล่อง */
.help-org-legend-card[b-ren9ljf3hp] {
    background: #fff;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    margin-bottom: 1.5rem;
}

.help-org-legend-header[b-ren9ljf3hp] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    font-size: 1.05rem;
    color: #1a1a1a;
    margin-bottom: 1.25rem;
}

.help-org-legend-header i[b-ren9ljf3hp] {
    color: #0B4E9E;
    font-size: 1.2rem;
}

.help-org-legend-grid[b-ren9ljf3hp] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.help-org-legend-item[b-ren9ljf3hp] {
    border-radius: 0.9rem;
    padding: 1.5rem 1.25rem;
    text-align: center;
    border: 2px solid #e5e7eb;
    background: #f9fafb;
}

.help-org-legend-icon[b-ren9ljf3hp] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.9rem;
    font-size: 1.5rem;
    color: #fff;
    background: #6b7280;
}

.help-org-legend-title[b-ren9ljf3hp] {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 0.35rem;
}

.help-org-legend-subtitle[b-ren9ljf3hp] {
    font-weight: 700;
    font-size: 0.95rem;
    color: #1a1a1a;
    margin-bottom: 0.35rem;
}

.help-org-legend-body[b-ren9ljf3hp] {
    color: #6b7280;
    font-size: 0.85rem;
    line-height: 1.5;
}

/* สีตามสถานะของแต่ละกล่อง legend */
.help-org-legend-operational[b-ren9ljf3hp] {
    border-color: #86efac;
    background: linear-gradient(180deg, #f0fdf4 0%, #dcfce7 100%);
}

.help-org-legend-operational .help-org-legend-icon[b-ren9ljf3hp] {
    background: #22c55e;
}

.help-org-legend-operational .help-org-legend-title[b-ren9ljf3hp] {
    color: #15803d;
}

.help-org-legend-limited[b-ren9ljf3hp] {
    border-color: #fcd34d;
    background: linear-gradient(180deg, #fffbeb 0%, #fef3c7 100%);
}

.help-org-legend-limited .help-org-legend-icon[b-ren9ljf3hp] {
    background: #f59e0b;
}

.help-org-legend-limited .help-org-legend-title[b-ren9ljf3hp] {
    color: #b45309;
}

.help-org-legend-interruption[b-ren9ljf3hp] {
    border-color: #fca5a5;
    background: linear-gradient(180deg, #fef2f2 0%, #fee2e2 100%);
}

.help-org-legend-interruption .help-org-legend-icon[b-ren9ljf3hp] {
    background: #ef4444;
}

.help-org-legend-interruption .help-org-legend-title[b-ren9ljf3hp] {
    color: #dc2626;
}

/* ปุ่มดูรายการทั้งหมด (สีส้ม ชิดขวา) */
.help-org-viewall[b-ren9ljf3hp] {
    text-align: right;
    margin-top: 0.5rem;
}

.help-btn-viewall[b-ren9ljf3hp] {
    display: inline-block;
    background: #FF9C18;
    color: #fff;
    font-weight: 600;
    padding: 0.65rem 1.75rem;
    border-radius: 0.5rem;
    text-decoration: none;
    transition: background 0.2s;
}

.help-btn-viewall:hover[b-ren9ljf3hp] {
    background: #e88a0d;
    color: #fff;
}

