.tp-support-page {
    --support-bg: #f4f7fb;
    --support-surface: #ffffff;
    --support-surface-soft: #eef4fb;
    --support-text: #111827;
    --support-muted: #667085;
    --support-line: #d8e0eb;
    --support-line-strong: #b8c7da;
    --support-blue: #0873dc;
    --support-blue-soft: #e7f2ff;
    --support-teal: #138f86;
    min-height: 100vh;
    overflow: hidden;
    background: var(--support-bg);
    color: var(--support-text);
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: 0;
}

.tp-support-page,
.tp-support-page * {
    box-sizing: border-box;
}

.tp-support-page a {
    color: inherit;
}

.tp-support-shell {
    width: min(1200px, calc(100% - 48px));
    margin-inline: auto;
}

.tp-support-hero {
    padding: 140px 0 62px;
    border-bottom: 1px solid var(--support-line);
    background: #f8fafc;
}

.tp-support-hero__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 440px);
    gap: 72px;
    align-items: end;
}

.tp-support-heading {
    max-width: 720px;
}

.tp-support-kicker,
.tp-support-content-head > div > span {
    display: block;
    margin: 0 0 18px;
    color: var(--support-blue);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
}

.tp-support-heading h1 {
    margin: 0;
    color: var(--support-text);
    font-size: 56px;
    font-weight: 690;
    line-height: 1.12;
    letter-spacing: 0;
}

.tp-support-heading p {
    max-width: 660px;
    margin: 22px 0 0;
    color: var(--support-muted);
    font-size: 18px;
    font-weight: 430;
    line-height: 1.75;
    letter-spacing: 0;
}

.tp-support-meta {
    display: grid;
    border-top: 1px solid var(--support-line-strong);
}

.tp-support-meta > div {
    min-width: 0;
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 18px;
    align-items: baseline;
    padding: 16px 0;
    border-bottom: 1px solid var(--support-line);
}

.tp-support-meta span {
    color: var(--support-muted);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
}

.tp-support-meta a,
.tp-support-meta strong {
    min-width: 0;
    overflow-wrap: anywhere;
    color: var(--support-text);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
}

.tp-support-meta a:hover {
    color: var(--support-blue);
}

.tp-support-content {
    padding: 62px 0 120px;
}

.tp-support-content-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 28px;
}

.tp-support-content-head > div > span {
    margin-bottom: 9px;
}

.tp-support-content-head h2 {
    margin: 0;
    color: var(--support-text);
    font-size: 32px;
    font-weight: 670;
    line-height: 1.2;
    letter-spacing: 0;
}

.tp-support-link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 18px;
    border: 1px solid var(--support-line-strong);
    border-radius: 6px;
    background: var(--support-surface);
    color: var(--support-text);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: border-color 160ms ease, color 160ms ease, background 160ms ease;
}

.tp-support-link:hover {
    border-color: var(--support-blue);
    background: var(--support-blue-soft);
    color: var(--support-blue);
}

/* FAQ / MangBoard */
.tp-support-page--faq .tp-support-board {
    border-top: 1px solid var(--support-line-strong);
}

.tp-support-page--faq .tp-support-board > .wp-block-paragraph:empty,
.tp-support-page--faq .tp-support-board > .wp-block-paragraph:first-child {
    display: none;
}

.tp-support-page--faq .tp-support-board .clear {
    height: 0;
}

.tp-support-page--faq .tp-support-board #mb_top,
.tp-support-page--faq .tp-support-board .mb-board,
.tp-support-page--faq .tp-support-board .mb-style1.board-list,
.tp-support-page--faq .tp-support-board .main-style1 {
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--support-text) !important;
}

.tp-support-page--faq .tp-support-board .list-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    padding: 22px 0 !important;
    border-bottom: 1px solid var(--support-line);
}

.tp-support-page--faq .tp-support-board .mb-category {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 !important;
}

.tp-support-page--faq .tp-support-board .mb-category button {
    min-height: 38px;
    margin: 0 !important;
    padding: 0 13px !important;
    border: 1px solid var(--support-line) !important;
    border-radius: 999px !important;
    background: var(--support-surface) !important;
    color: var(--support-muted) !important;
    font-family: inherit !important;
    font-size: 13px !important;
    font-weight: 540 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    box-shadow: none !important;
}

.tp-support-page--faq .tp-support-board .mb-category button:hover,
.tp-support-page--faq .tp-support-board .mb-category .tab-menu-on {
    border-color: var(--support-blue) !important;
    background: var(--support-blue) !important;
    color: #ffffff !important;
}

.tp-support-page--faq .tp-support-board .list-search {
    display: grid;
    grid-template-columns: 86px minmax(150px, 210px) 64px;
    gap: 6px;
    align-items: center;
    margin: 0 !important;
}

.tp-support-page--faq .tp-support-board .search-field,
.tp-support-page--faq .tp-support-board .search-text,
.tp-support-page--faq .tp-support-board .btn-search {
    width: 100% !important;
    height: 40px !important;
    margin: 0 !important;
    border: 1px solid var(--support-line) !important;
    border-radius: 5px !important;
    background: var(--support-surface) !important;
    color: var(--support-text) !important;
    font-family: inherit !important;
    font-size: 13px !important;
    line-height: 1 !important;
    box-shadow: none !important;
}

.tp-support-page--faq .tp-support-board .search-field,
.tp-support-page--faq .tp-support-board .search-text {
    padding: 0 11px !important;
}

.tp-support-page--faq .tp-support-board .btn-search {
    border-color: var(--support-blue) !important;
    background: var(--support-blue) !important;
    color: #ffffff !important;
    font-weight: 650 !important;
}

.tp-support-page--faq .tp-support-board .table-list {
    width: 100% !important;
    margin: 14px 0 0 !important;
    border: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 8px !important;
    background: transparent !important;
}

.tp-support-page--faq .tp-support-board .table-list caption {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
}

.tp-support-page--faq .tp-support-board .table-list col.mb-col-title-faq-icon {
    width: 62px !important;
}

.tp-support-page--faq .tp-support-board .table-list tr:not(.mb-open-box) > td {
    height: 68px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    border-top: 1px solid var(--support-line) !important;
    border-bottom: 1px solid var(--support-line) !important;
    background: var(--support-surface) !important;
    color: var(--support-text) !important;
}

.tp-support-page--faq .tp-support-board .table-list tr:not(.mb-open-box) > td:first-child {
    width: 62px !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    padding-left: 16px !important;
    border-left: 1px solid var(--support-line) !important;
    border-radius: 6px 0 0 6px !important;
}

.tp-support-page--faq .tp-support-board .table-list tr:not(.mb-open-box) > td:last-child {
    padding-right: 20px !important;
    padding-left: 4px !important;
    border-right: 1px solid var(--support-line) !important;
    border-radius: 0 6px 6px 0 !important;
}

.tp-support-page--faq .tp-support-board .table-list tr:not(.mb-open-box):hover > td {
    border-color: #a9c9ed !important;
    background: #f9fcff !important;
}

.tp-support-page--faq .tp-support-board .table-list a {
    color: var(--support-text) !important;
    font-family: inherit !important;
    font-size: 15px !important;
    font-weight: 560 !important;
    line-height: 1.6 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
}

.tp-support-page--faq .tp-support-board .mb-icon-box {
    position: relative;
    width: 34px !important;
    height: 34px !important;
    border: 1px solid #b9d5f5 !important;
    border-radius: 50% !important;
    background: var(--support-blue-soft) !important;
}

.tp-support-page--faq .tp-support-board .mb-icon-box::before,
.tp-support-page--faq .tp-support-board .mb-icon-box::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    border-radius: 1px;
    background: var(--support-blue);
    transform: translate(-50%, -50%);
}

.tp-support-page--faq .tp-support-board .mb-icon-box::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.tp-support-page--faq .tp-support-board .category1-text {
    display: inline-flex !important;
    align-items: center;
    min-height: 26px;
    margin-right: 9px;
    padding: 0 9px;
    border-radius: 999px;
    background: #e8f5f3 !important;
    color: var(--support-teal) !important;
    font-size: 11px !important;
    font-weight: 650 !important;
    line-height: 1 !important;
}

.tp-support-page--faq .tp-support-board .mb-open-box > td {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.tp-support-page--faq .tp-support-board .mb-open-content {
    margin: 0 0 8px !important;
    padding: 22px 26px !important;
    border: 1px solid #c8dff7 !important;
    border-radius: 6px !important;
    background: #edf6ff !important;
    color: #344054 !important;
    font-family: inherit !important;
    font-size: 15px !important;
    font-weight: 430 !important;
    line-height: 1.8 !important;
    letter-spacing: 0 !important;
}

.tp-support-page--faq .tp-support-board .mb-open-content * {
    color: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
    letter-spacing: 0 !important;
}

.tp-support-page--faq .tp-faq-fallback {
    display: grid;
    gap: 8px;
    padding-top: 14px;
}

.tp-support-page--faq .tp-faq-fallback details {
    overflow: hidden;
    border: 1px solid var(--support-line);
    border-radius: 6px;
    background: var(--support-surface);
}

.tp-support-page--faq .tp-faq-fallback summary {
    position: relative;
    min-height: 68px;
    display: flex;
    align-items: center;
    padding: 14px 64px 14px 20px;
    color: var(--support-text);
    font-size: 15px;
    font-weight: 580;
    line-height: 1.55;
    list-style: none;
    cursor: pointer;
}

.tp-support-page--faq .tp-faq-fallback summary::-webkit-details-marker {
    display: none;
}

.tp-support-page--faq .tp-faq-fallback summary::before,
.tp-support-page--faq .tp-faq-fallback summary::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 22px;
    width: 12px;
    height: 2px;
    border-radius: 1px;
    background: var(--support-blue);
    transform: translateY(-50%);
}

.tp-support-page--faq .tp-faq-fallback summary::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 160ms ease;
}

.tp-support-page--faq .tp-faq-fallback details[open] summary::after {
    transform: translateY(-50%) rotate(0deg);
}

.tp-support-page--faq .tp-faq-fallback details > div {
    margin: 0 14px 14px;
    padding: 18px 20px;
    border: 1px solid #c8dff7;
    border-radius: 6px;
    background: #edf6ff;
}

.tp-support-page--faq .tp-faq-fallback p {
    margin: 0;
    color: #344054;
    font-size: 15px;
    font-weight: 430;
    line-height: 1.8;
}

/* English FAQ plugin */
.tp-support-page--faq .ewd-ufaq-faq-list,
.tp-support-page--faq .ewd-ufaq-faqs,
.tp-support-page--faq .ewd-ufaq-faq-category,
.tp-support-page--faq .ewd-ufaq-faq-div {
    width: 100%;
    margin: 0;
    color: var(--support-text);
    font-family: inherit;
    letter-spacing: 0;
}

.tp-support-page--faq .ewd-ufaq-expand-collapse-div {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding: 18px 0;
    border-bottom: 1px solid var(--support-line);
}

.tp-support-page--faq .ewd-ufaq-expand-all,
.tp-support-page--faq .ewd-ufaq-collapse-all {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    padding: 0 13px;
    border: 1px solid var(--support-line);
    border-radius: 999px;
    background: var(--support-surface);
    color: var(--support-muted);
    font-size: 13px;
    font-weight: 560;
    cursor: pointer;
}

.tp-support-page--faq .ewd-ufaq-toggle-all-symbol {
    display: none;
}

.tp-support-page--faq .ewd-ufaq-faq-category {
    padding-top: 22px;
}

.tp-support-page--faq .ewd-ufaq-faq-category-title {
    margin: 0 0 10px;
    padding: 0;
    border: 0;
    background: transparent;
}

.tp-support-page--faq .ewd-ufaq-faq-category-title h3 {
    margin: 0;
    color: var(--support-blue);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
}

.tp-support-page--faq .ewd-ufaq-faq-div {
    overflow: hidden;
    margin-bottom: 8px;
    border: 1px solid var(--support-line);
    border-radius: 6px;
    background: var(--support-surface);
}

.tp-support-page--faq .ewd-ufaq-faq-title,
.tp-support-page--faq .ewd-ufaq-faq-title a {
    margin: 0;
    border: 0;
    background: transparent;
}

.tp-support-page--faq .ewd-ufaq-faq-title a {
    min-height: 68px;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 14px 18px;
    color: var(--support-text);
    text-decoration: none;
}

.tp-support-page--faq .ewd-ufaq-post-margin-symbol {
    position: relative;
    width: 34px !important;
    min-width: 34px;
    height: 34px !important;
    display: block;
    float: none !important;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #b9d5f5;
    border-radius: 50%;
    background: var(--support-blue-soft);
}

.tp-support-page--faq .ewd-ufaq-post-margin-symbol span {
    display: none;
}

.tp-support-page--faq .ewd-ufaq-post-margin-symbol::before,
.tp-support-page--faq .ewd-ufaq-post-margin-symbol::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    border-radius: 1px;
    background: var(--support-blue);
    transform: translate(-50%, -50%);
}

.tp-support-page--faq .ewd-ufaq-post-margin-symbol::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.tp-support-page--faq .ewd-ufaq-faq-title-text h4 {
    margin: 0;
    color: var(--support-text);
    font-size: 15px;
    font-weight: 580;
    line-height: 1.55;
    letter-spacing: 0;
}

.tp-support-page--faq .ewd-ufaq-faq-body {
    margin: 0 14px 14px;
    padding: 18px 20px;
    border: 1px solid #c8dff7;
    border-radius: 6px;
    background: #edf6ff;
}

.tp-support-page--faq .ewd-ufaq-faq-post,
.tp-support-page--faq .ewd-ufaq-faq-post * {
    margin-top: 0;
    color: #344054;
    font-family: inherit;
    font-size: 15px;
    font-weight: 430;
    line-height: 1.8;
    letter-spacing: 0;
}

.tp-support-page--faq .ewd-ufaq-faq-post > *:last-child {
    margin-bottom: 0;
}

.tp-support-page--faq .ewd-ufaq-hidden {
    display: none;
}

/* Notice archive */
.tp-support-page.notice-page-section {
    --notice-surface: var(--support-surface);
    --notice-surface-strong: var(--support-surface);
    --notice-surface-soft: var(--support-surface-soft);
    --notice-border: var(--support-line);
    --notice-border-strong: var(--support-line-strong);
    --notice-text: var(--support-text);
    --notice-muted: var(--support-muted);
    --notice-soft: var(--support-blue);
    --notice-accent: var(--support-blue);
    --notice-accent-strong: #075fb4;
    --notice-accent-soft: var(--support-blue-soft);
    --notice-shadow: none;
    background: var(--support-bg);
}

.tp-support-page.notice-page-section .notice-page-shell {
    width: min(1200px, calc(100% - 48px));
    max-width: none;
    margin: 0 auto;
    padding: 0;
}

.tp-support-page.notice-page-section .notice-list-shell {
    padding: 0;
    border: 0;
    border-top: 1px solid var(--support-line-strong);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.tp-support-page.notice-page-section .notice-list-head {
    align-items: end;
    padding: 24px 0;
    border-bottom: 1px solid var(--support-line);
}

.tp-support-page.notice-page-section .notice-list-head__eyebrow {
    margin: 0 0 7px;
    color: var(--support-blue);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
}

.tp-support-page.notice-page-section .notice-list-head__title {
    color: var(--support-text);
    font-size: 28px;
    font-weight: 670;
    line-height: 1.25;
    letter-spacing: 0;
}

.tp-support-page.notice-page-section .notice-list-head__desc {
    max-width: 520px;
    color: var(--support-muted);
    font-size: 14px;
    font-weight: 430;
    line-height: 1.7;
}

.tp-support-page.notice-page-section .notice-list {
    gap: 8px;
    padding-top: 14px;
}

.tp-support-page.notice-page-section .notice-item,
html[data-theme="light"] .tp-support-page.notice-page-section .notice-item {
    border: 1px solid var(--support-line);
    border-radius: 6px;
    background: var(--support-surface);
    box-shadow: none;
}

.tp-support-page.notice-page-section .notice-item:hover,
html[data-theme="light"] .tp-support-page.notice-page-section .notice-item:hover {
    transform: none;
    border-color: #a9c9ed;
    background: #f9fcff;
    box-shadow: none;
}

.tp-support-page.notice-page-section .notice-item.is-open,
html[data-theme="light"] .tp-support-page.notice-page-section .notice-item.is-open {
    border-color: #a9c9ed;
    background: var(--support-surface);
}

.tp-support-page.notice-page-section .notice-header {
    grid-template-columns: 44px minmax(0, 1fr) 110px 34px;
    gap: 16px;
    min-height: 78px;
    padding: 14px 18px;
    font-family: inherit;
}

.tp-support-page.notice-page-section .notice-index,
html[data-theme="light"] .tp-support-page.notice-page-section .notice-index {
    width: 36px;
    height: 36px;
    border: 1px solid #b9d5f5;
    border-radius: 50%;
    background: var(--support-blue-soft);
    color: var(--support-blue);
    font-size: 12px;
    font-weight: 700;
}

.tp-support-page.notice-page-section .notice-index--pinned {
    background: #e8f5f3;
    border-color: #b7ddd8;
    color: var(--support-teal);
}

.tp-support-page.notice-page-section .notice-copy__meta {
    color: var(--support-blue);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
}

.tp-support-page.notice-page-section .notice-badge,
html[data-theme="light"] .tp-support-page.notice-page-section .notice-badge {
    min-height: 23px;
    padding: 0 8px;
    border: 1px solid #b7ddd8;
    border-radius: 999px;
    background: #e8f5f3;
    color: var(--support-teal);
    font-size: 10px;
    font-weight: 700;
}

.tp-support-page.notice-page-section .notice-title {
    margin-top: 4px;
    color: var(--support-text);
    font-size: 16px;
    font-weight: 610;
    line-height: 1.5;
    letter-spacing: 0;
}

.tp-support-page.notice-page-section .notice-date,
html[data-theme="light"] .tp-support-page.notice-page-section .notice-date {
    color: var(--support-muted);
    font-size: 13px;
    font-weight: 450;
}

.tp-support-page.notice-page-section .notice-toggle,
html[data-theme="light"] .tp-support-page.notice-page-section .notice-toggle {
    width: 32px;
    height: 32px;
    border: 1px solid var(--support-line);
    border-radius: 50%;
    background: #ffffff;
    color: var(--support-blue);
}

.tp-support-page.notice-page-section .notice-body {
    margin: 0 18px 18px 78px;
    padding: 24px 26px;
    border: 1px solid #c8dff7;
    border-radius: 6px;
    background: #edf6ff;
    color: #344054;
    font-family: inherit;
    font-size: 15px;
    font-weight: 430;
    line-height: 1.8;
    letter-spacing: 0;
}

.tp-support-page.notice-page-section .notice-body,
.tp-support-page.notice-page-section .notice-body * {
    color: #344054 !important;
    font-family: inherit !important;
    letter-spacing: 0 !important;
}

.tp-support-page.notice-page-section .notice-body a {
    color: var(--support-blue) !important;
}

.tp-support-page.notice-page-section .pagination-wrapper {
    margin-top: 30px;
}

.tp-support-page.notice-page-section .pagination a,
.tp-support-page.notice-page-section .pagination span {
    width: 38px;
    height: 38px;
    border: 1px solid var(--support-line);
    border-radius: 5px;
    background: var(--support-surface);
    color: var(--support-muted);
    font-size: 13px;
    font-weight: 600;
}

.tp-support-page.notice-page-section .pagination a:hover,
.tp-support-page.notice-page-section .pagination .current {
    border-color: var(--support-blue);
    background: var(--support-blue);
    color: #ffffff;
}

@media (max-width: 900px) {
    .tp-support-hero {
        padding-top: 118px;
    }

    .tp-support-hero__layout {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .tp-support-meta {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .tp-support-meta > div {
        grid-template-columns: 1fr;
        gap: 7px;
        padding: 14px;
        border: 1px solid var(--support-line);
        border-right: 0;
    }

    .tp-support-meta > div:last-child {
        border-right: 1px solid var(--support-line);
    }

    .tp-support-page--faq .tp-support-board .list-head {
        grid-template-columns: 1fr;
    }

    .tp-support-page--faq .tp-support-board .list-search {
        grid-template-columns: 92px minmax(0, 1fr) 72px;
    }
}

@media (max-width: 640px) {
    .tp-support-shell,
    .tp-support-page.notice-page-section .notice-page-shell {
        width: min(100% - 32px, 1200px);
    }

    .tp-support-hero {
        padding: 104px 0 42px;
    }

    .tp-support-heading h1 {
        font-size: 38px;
        font-weight: 690;
        line-height: 1.15;
    }

    .tp-support-heading p {
        margin-top: 17px;
        font-size: 16px;
        line-height: 1.7;
    }

    .tp-support-meta {
        grid-template-columns: 1fr;
    }

    .tp-support-meta > div,
    .tp-support-meta > div:last-child {
        grid-template-columns: 78px minmax(0, 1fr);
        gap: 12px;
        padding: 12px 0;
        border: 0;
        border-bottom: 1px solid var(--support-line);
    }

    .tp-support-content {
        padding: 42px 0 84px;
    }

    .tp-support-content-head {
        align-items: flex-start;
        margin-bottom: 22px;
    }

    .tp-support-content-head h2 {
        font-size: 27px;
    }

    .tp-support-link {
        min-height: 40px;
        padding: 0 13px;
        font-size: 13px;
    }

    .tp-support-page--faq .tp-support-board .list-head {
        gap: 14px;
        padding: 16px 0 !important;
    }

    .tp-support-page--faq .tp-support-board .mb-category {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 3px;
        scrollbar-width: none;
    }

    .tp-support-page--faq .tp-support-board .mb-category::-webkit-scrollbar {
        display: none;
    }

    .tp-support-page--faq .tp-support-board .mb-category button {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .tp-support-page--faq .tp-support-board .list-search {
        grid-template-columns: 82px minmax(0, 1fr) 58px;
    }

    .tp-support-page--faq .tp-support-board .table-list tr:not(.mb-open-box) > td:first-child {
        width: 52px !important;
        padding-left: 10px !important;
    }

    .tp-support-page--faq .tp-support-board .table-list col.mb-col-title-faq-icon {
        width: 52px !important;
    }

    .tp-support-page--faq .tp-support-board .table-list tr:not(.mb-open-box) > td:last-child {
        padding-right: 12px !important;
    }

    .tp-support-page--faq .tp-support-board .table-list a {
        font-size: 14px !important;
    }

    .tp-support-page--faq .tp-support-board .category1-text {
        display: table !important;
        margin: 0 0 5px !important;
        padding: 6px 8px !important;
    }

    .tp-support-page--faq .tp-support-board .mb-open-content {
        padding: 18px !important;
        font-size: 14px !important;
    }

    .tp-support-page.notice-page-section .notice-list-head {
        align-items: flex-start;
        gap: 10px;
        padding: 18px 0;
    }

    .tp-support-page.notice-page-section .notice-list-head__title {
        font-size: 25px;
    }

    .tp-support-page.notice-page-section .notice-header {
        grid-template-columns: 36px minmax(0, 1fr) 30px;
        gap: 10px;
        min-height: 72px;
        padding: 12px;
    }

    .tp-support-page.notice-page-section .notice-index {
        width: 34px;
        height: 34px;
    }

    .tp-support-page.notice-page-section .notice-date {
        display: none;
    }

    .tp-support-page.notice-page-section .notice-title {
        font-size: 14px;
    }

    .tp-support-page.notice-page-section .notice-body {
        margin: 0 12px 12px;
        padding: 18px;
        font-size: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tp-support-page *,
    .tp-support-page *::before,
    .tp-support-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* Dark mode shared by the redesigned FAQ and notice pages. */
html[data-theme="dark"] .tp-support-page {
    --support-bg: #070b12;
    --support-surface: #0f1723;
    --support-surface-soft: #141f2e;
    --support-text: #f4f7fb;
    --support-muted: #9eacbf;
    --support-line: #29384a;
    --support-line-strong: #3b4d63;
    --support-blue: #62a8ff;
    --support-blue-soft: #122a44;
    --support-teal: #4bd1c4;
    color-scheme: dark;
}

html[data-theme="dark"] .tp-support-hero {
    background: #0a111b;
}

html[data-theme="dark"] .tp-support-page--faq .tp-support-board .table-list tr:not(.mb-open-box):hover > td,
html[data-theme="dark"] .tp-support-page.notice-page-section .notice-item:hover,
html[data-theme="dark"] .tp-support-page.notice-page-section .notice-item.is-open {
    border-color: #3d5e84 !important;
    background: #121f2f !important;
}

html[data-theme="dark"] .tp-support-page--faq .tp-support-board .mb-icon-box,
html[data-theme="dark"] .tp-support-page--faq .ewd-ufaq-post-margin-symbol,
html[data-theme="dark"] .tp-support-page.notice-page-section .notice-index {
    border-color: var(--support-line-strong) !important;
}

html[data-theme="dark"] .tp-support-page--faq .tp-support-board .category1-text,
html[data-theme="dark"] .tp-support-page.notice-page-section .notice-index--pinned,
html[data-theme="dark"] .tp-support-page.notice-page-section .notice-badge {
    border-color: #285b56 !important;
    background: #12322f !important;
    color: var(--support-teal) !important;
}

html[data-theme="dark"] .tp-support-page--faq .tp-support-board .mb-open-content,
html[data-theme="dark"] .tp-support-page--faq .tp-faq-fallback details > div,
html[data-theme="dark"] .tp-support-page--faq .ewd-ufaq-faq-body,
html[data-theme="dark"] .tp-support-page.notice-page-section .notice-body {
    border-color: #2d4e73 !important;
    background: #111f30 !important;
    color: #c9d3e1 !important;
}

html[data-theme="dark"] .tp-support-page--faq .tp-support-board .mb-open-content *,
html[data-theme="dark"] .tp-support-page--faq .tp-faq-fallback details > div *,
html[data-theme="dark"] .tp-support-page--faq .ewd-ufaq-faq-post,
html[data-theme="dark"] .tp-support-page--faq .ewd-ufaq-faq-post *,
html[data-theme="dark"] .tp-support-page.notice-page-section .notice-body,
html[data-theme="dark"] .tp-support-page.notice-page-section .notice-body * {
    color: #c9d3e1 !important;
}

html[data-theme="dark"] .tp-support-page--faq .tp-faq-fallback p {
    color: #c9d3e1;
}

html[data-theme="dark"] .tp-support-page.notice-page-section {
    --notice-accent-strong: #62a8ff;
}

html[data-theme="dark"] .tp-support-page.notice-page-section .notice-toggle {
    background: var(--support-surface);
}

html[data-theme="dark"] .tp-support-page.notice-page-section .notice-body a,
html[data-theme="dark"] .tp-support-page--faq .tp-support-board .mb-open-content a,
html[data-theme="dark"] .tp-support-page--faq .ewd-ufaq-faq-post a {
    color: var(--support-blue) !important;
}
