/**
 * Help Center article typography — shared by published pages and the WYSIWYG editor.
 * Editor selectors override Toast UI .toastui-editor-contents defaults.
 */

.rgbj-help-article__body,
.rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body {
    color: var(--bs-body-color);
    line-height: 1.65;
    font-family: var(--bs-body-font-family, var(--bs-font-sans-serif, system-ui, sans-serif));
    font-weight: 500;
    letter-spacing: 0.04em;
    font-size: 1rem;
}

.rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body :not(table) {
    box-sizing: border-box;
    line-height: inherit;
}

.rgbj-help-article__body h1,
.rgbj-help-article__body h2,
.rgbj-help-article__body h3,
.rgbj-help-article__body h4,
.rgbj-help-article__body h5,
.rgbj-help-article__body h6,
.rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body :is(h1, h2, h3, h4, h5, h6) {
    font-family: inherit;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: inherit;
    border-bottom: none;
    padding-bottom: 0;
}

.rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body :is(h1, h2, h3, h4, h5, h6) {
    font-size: revert;
    color: inherit;
}

.rgbj-help-article__body h2,
.rgbj-help-article__body h3,
.rgbj-help-article__body h4,
.rgbj-help-article__body h5,
.rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body :is(h2, h3, h4, h5) {
    color: var(--bs-body-emphasis);
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.rgbj-help-article__body h2:first-child,
.rgbj-help-article__body h3:first-child,
.rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body :is(h2, h3):first-child {
    margin-top: 0;
}

.rgbj-help-article__body p,
.rgbj-help-article__body ul,
.rgbj-help-article__body ol,
.rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body :is(p, ul, ol) {
    margin-top: 0;
    margin-bottom: 1rem;
}

.rgbj-help-article__body ul,
.rgbj-help-article__body ol,
.rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body :is(ul, ol) {
    padding-left: 1.35rem;
}

.rgbj-help-article__body blockquote:not(.rgbj-help-panel):not([data-rgbj-panel]),
.rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body blockquote:not(.rgbj-help-panel):not([data-rgbj-panel]) {
    margin: 1rem 0;
    padding: 0.75rem 1rem;
    border-left: 3px solid rgba(0, 240, 255, 0.55);
    background: rgba(0, 240, 255, 0.06);
    border-radius: 0 0.5rem 0.5rem 0;
    color: inherit;
}

.rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body blockquote:is(.rgbj-help-panel, [data-rgbj-panel]) {
    margin: 1.25rem 0;
    padding: 0.85rem 1rem 0.95rem 1.15rem;
    border: 1px solid transparent;
    border-left-width: 4px;
    border-radius: 0.35rem;
    color: var(--bs-body-color);
    border-left-style: solid;
}

.rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body blockquote:is(.rgbj-help-panel, [data-rgbj-panel]) > p:first-of-type {
    margin-top: 0;
}

.rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body blockquote:is(.rgbj-help-panel--information, [data-rgbj-panel="information"]) {
    border-left-color: #60a5fa;
    border-color: rgba(96, 165, 250, 0.28);
    background: rgba(59, 130, 246, 0.12);
}

.rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body blockquote:is(.rgbj-help-panel--information, [data-rgbj-panel="information"]) .rgbj-help-panel__header {
    color: #93c5fd;
}

.rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body blockquote:is(.rgbj-help-panel--caution, [data-rgbj-panel="caution"]) {
    border-left-color: #facc15;
    border-color: rgba(250, 204, 21, 0.28);
    background: rgba(234, 179, 8, 0.14);
}

.rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body blockquote:is(.rgbj-help-panel--caution, [data-rgbj-panel="caution"]) .rgbj-help-panel__header {
    color: #fde047;
}

.rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body blockquote:is(.rgbj-help-panel--warning, [data-rgbj-panel="warning"]) {
    border-left-color: #fb923c;
    border-color: rgba(251, 146, 60, 0.3);
    background: rgba(249, 115, 22, 0.14);
}

.rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body blockquote:is(.rgbj-help-panel--warning, [data-rgbj-panel="warning"]) .rgbj-help-panel__header {
    color: #fdba74;
}

.rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body blockquote:is(.rgbj-help-panel--danger, [data-rgbj-panel="danger"]) {
    border-left-color: #f87171;
    border-color: rgba(248, 113, 113, 0.3);
    background: rgba(239, 68, 68, 0.14);
}

.rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body blockquote:is(.rgbj-help-panel--danger, [data-rgbj-panel="danger"]) .rgbj-help-panel__header {
    color: #fca5a5;
}

[data-bs-theme="light"] .rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body blockquote:is(.rgbj-help-panel--information, [data-rgbj-panel="information"]) {
    border-left-color: #2563eb;
    border-color: rgba(37, 99, 235, 0.22);
    background: rgba(59, 130, 246, 0.1);
}

[data-bs-theme="light"] .rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body blockquote:is(.rgbj-help-panel--information, [data-rgbj-panel="information"]) .rgbj-help-panel__header {
    color: #1d4ed8;
}

[data-bs-theme="light"] .rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body blockquote:is(.rgbj-help-panel--caution, [data-rgbj-panel="caution"]) {
    border-left-color: #ca8a04;
    border-color: rgba(202, 138, 4, 0.24);
    background: rgba(234, 179, 8, 0.12);
}

[data-bs-theme="light"] .rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body blockquote:is(.rgbj-help-panel--caution, [data-rgbj-panel="caution"]) .rgbj-help-panel__header {
    color: #a16207;
}

[data-bs-theme="light"] .rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body blockquote:is(.rgbj-help-panel--warning, [data-rgbj-panel="warning"]) {
    border-left-color: #ea580c;
    border-color: rgba(234, 88, 12, 0.24);
    background: rgba(249, 115, 22, 0.1);
}

[data-bs-theme="light"] .rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body blockquote:is(.rgbj-help-panel--warning, [data-rgbj-panel="warning"]) .rgbj-help-panel__header {
    color: #c2410c;
}

[data-bs-theme="light"] .rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body blockquote:is(.rgbj-help-panel--danger, [data-rgbj-panel="danger"]) {
    border-left-color: #dc2626;
    border-color: rgba(220, 38, 38, 0.24);
    background: rgba(239, 68, 68, 0.1);
}

[data-bs-theme="light"] .rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body blockquote:is(.rgbj-help-panel--danger, [data-rgbj-panel="danger"]) .rgbj-help-panel__header {
    color: #b91c1c;
}

.rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body blockquote:is(.rgbj-help-panel, [data-rgbj-panel]) :is(p, ul, ol) {
    color: inherit;
    font-family: var(--rgbj-editor-font, inherit);
}

.rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body blockquote:is(.rgbj-help-panel, [data-rgbj-panel])[data-rgbj-has-marker-line="1"] > p:first-of-type,
.rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body blockquote:is(.rgbj-help-panel, [data-rgbj-panel]) > p.rgbj-help-panel__marker-line {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    overflow: hidden;
    visibility: hidden;
}

.rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body blockquote:is(.rgbj-help-panel--information, [data-rgbj-panel="information"]):not(:has(> .rgbj-help-panel__header))::before {
    content: 'Information';
    display: block;
    margin-bottom: 0.55rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #93c5fd;
}

.rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body blockquote:is(.rgbj-help-panel--caution, [data-rgbj-panel="caution"]):not(:has(> .rgbj-help-panel__header))::before {
    content: 'Caution';
    display: block;
    margin-bottom: 0.55rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #fde047;
}

.rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body blockquote:is(.rgbj-help-panel--warning, [data-rgbj-panel="warning"]):not(:has(> .rgbj-help-panel__header))::before {
    content: 'Warning';
    display: block;
    margin-bottom: 0.55rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #fdba74;
}

.rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body blockquote:is(.rgbj-help-panel--danger, [data-rgbj-panel="danger"]):not(:has(> .rgbj-help-panel__header))::before {
    content: 'Danger';
    display: block;
    margin-bottom: 0.55rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #fca5a5;
}

[data-bs-theme="light"] .rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body blockquote:is(.rgbj-help-panel--information, [data-rgbj-panel="information"]):not(:has(> .rgbj-help-panel__header))::before {
    color: #1d4ed8;
}

[data-bs-theme="light"] .rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body blockquote:is(.rgbj-help-panel--caution, [data-rgbj-panel="caution"]):not(:has(> .rgbj-help-panel__header))::before {
    color: #a16207;
}

[data-bs-theme="light"] .rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body blockquote:is(.rgbj-help-panel--warning, [data-rgbj-panel="warning"]):not(:has(> .rgbj-help-panel__header))::before {
    color: #c2410c;
}

[data-bs-theme="light"] .rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body blockquote:is(.rgbj-help-panel--danger, [data-rgbj-panel="danger"]):not(:has(> .rgbj-help-panel__header))::before {
    color: #b91c1c;
}

.rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body blockquote:is(.rgbj-help-panel, [data-rgbj-panel]) > .rgbj-help-panel__header {
    pointer-events: none;
    user-select: none;
}

/* Alert panels — information, caution, warning, danger */
.rgbj-help-panel {
    margin: 1.25rem 0;
    padding: 0.85rem 1rem 0.95rem 1.15rem;
    border: 1px solid transparent;
    border-left-width: 4px;
    border-radius: 0.35rem;
    color: var(--bs-body-color);
}

.rgbj-help-panel__header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.55rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.rgbj-help-panel__icon {
    font-size: 1.05rem;
    line-height: 1;
    flex-shrink: 0;
}

.rgbj-help-panel__title {
    font-size: 1rem;
    line-height: 1.2;
}

.rgbj-help-panel__body :is(p, ul, ol):last-child {
    margin-bottom: 0;
}

.rgbj-help-panel__body a {
    font-weight: 600;
    text-underline-offset: 0.12em;
}

.rgbj-help-panel--information {
    border-left-color: #60a5fa;
    border-color: rgba(96, 165, 250, 0.28);
    background: rgba(59, 130, 246, 0.12);
}

.rgbj-help-panel--information .rgbj-help-panel__header,
.rgbj-help-panel--information .rgbj-help-panel__body a {
    color: #93c5fd;
}

.rgbj-help-panel--caution {
    border-left-color: #facc15;
    border-color: rgba(250, 204, 21, 0.28);
    background: rgba(234, 179, 8, 0.14);
}

.rgbj-help-panel--caution .rgbj-help-panel__header,
.rgbj-help-panel--caution .rgbj-help-panel__body a {
    color: #fde047;
}

.rgbj-help-panel--warning {
    border-left-color: #fb923c;
    border-color: rgba(251, 146, 60, 0.3);
    background: rgba(249, 115, 22, 0.14);
}

.rgbj-help-panel--warning .rgbj-help-panel__header,
.rgbj-help-panel--warning .rgbj-help-panel__body a {
    color: #fdba74;
}

.rgbj-help-panel--danger {
    border-left-color: #f87171;
    border-color: rgba(248, 113, 113, 0.3);
    background: rgba(239, 68, 68, 0.14);
}

.rgbj-help-panel--danger .rgbj-help-panel__header,
.rgbj-help-panel--danger .rgbj-help-panel__body a {
    color: #fca5a5;
}

[data-bs-theme="light"] .rgbj-help-panel--information {
    border-left-color: #2563eb;
    border-color: rgba(37, 99, 235, 0.22);
    background: rgba(59, 130, 246, 0.1);
}

[data-bs-theme="light"] .rgbj-help-panel--information .rgbj-help-panel__header,
[data-bs-theme="light"] .rgbj-help-panel--information .rgbj-help-panel__body a {
    color: #1d4ed8;
}

[data-bs-theme="light"] .rgbj-help-panel--caution {
    border-left-color: #ca8a04;
    border-color: rgba(202, 138, 4, 0.24);
    background: rgba(234, 179, 8, 0.12);
}

[data-bs-theme="light"] .rgbj-help-panel--caution .rgbj-help-panel__header,
[data-bs-theme="light"] .rgbj-help-panel--caution .rgbj-help-panel__body a {
    color: #a16207;
}

[data-bs-theme="light"] .rgbj-help-panel--warning {
    border-left-color: #ea580c;
    border-color: rgba(234, 88, 12, 0.24);
    background: rgba(249, 115, 22, 0.1);
}

[data-bs-theme="light"] .rgbj-help-panel--warning .rgbj-help-panel__header,
[data-bs-theme="light"] .rgbj-help-panel--warning .rgbj-help-panel__body a {
    color: #c2410c;
}

[data-bs-theme="light"] .rgbj-help-panel--danger {
    border-left-color: #dc2626;
    border-color: rgba(220, 38, 38, 0.24);
    background: rgba(239, 68, 68, 0.1);
}

[data-bs-theme="light"] .rgbj-help-panel--danger .rgbj-help-panel__header,
[data-bs-theme="light"] .rgbj-help-panel--danger .rgbj-help-panel__body a {
    color: #b91c1c;
}

[data-bs-theme="light"] .rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body blockquote:not(.rgbj-help-panel):not([data-rgbj-panel]) {
    background: rgba(15, 23, 42, 0.04);
    border-left-color: rgba(15, 23, 42, 0.25);
}

/* Tables — shared with rgbj_help_render_table() on published articles */
.rgbj-help-table-wrap {
    margin: 1.25rem auto 1.5rem;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.rgbj-help-article__body .rgbj-help-table,
.rgbj-help-article__body table,
.rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body table {
    display: table;
    width: 100%;
    min-width: min(100%, 36rem);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    background: transparent;
    color: var(--bs-body-color);
    --bs-table-bg: transparent;
    --bs-table-color: var(--bs-body-color);
    --bs-table-border-color: rgba(255, 255, 255, 0.14);
}

.rgbj-help-table .rgbj-help-table__col-tool {
    width: 34%;
}

.rgbj-help-table .rgbj-help-table__col-desc {
    width: 66%;
}

/* Toast UI tables omit colgroup — keep the same 34/66 split as published HTML */
.rgbj-help-article__body table:has(tr > :nth-child(2):last-child) tr > :first-child,
.rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body table:has(tr > :nth-child(2):last-child) tr > :first-child {
    width: 34%;
}

.rgbj-help-article__body table:has(tr > :nth-child(2):last-child) tr > :nth-child(2),
.rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body table:has(tr > :nth-child(2):last-child) tr > :nth-child(2) {
    width: 66%;
}

.rgbj-help-table-wrap .rgbj-help-table {
    margin: 0;
}

.rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body table {
    margin-top: 1.25rem;
    margin-bottom: 1.5rem;
}

.rgbj-help-article__body .rgbj-help-table thead th,
.rgbj-help-article__body table thead th,
.rgbj-help-article__body table tbody > tr:first-child > th,
.rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body table thead th,
.rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body table tbody > tr:first-child > th {
    background: rgba(0, 240, 255, 0.08) !important;
    color: var(--bs-body-emphasis) !important;
    font-weight: 600 !important;
    white-space: nowrap;
}

.rgbj-help-article__body .rgbj-help-table td,
.rgbj-help-article__body .rgbj-help-table th,
.rgbj-help-article__body table td,
.rgbj-help-article__body table th,
.rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body table :is(td, th) {
    display: table-cell;
    height: auto !important;
    min-height: 0;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    padding: 0.45rem 0.65rem !important;
    vertical-align: top;
    color: var(--bs-body-color) !important;
    background: transparent !important;
    font-weight: inherit;
    word-break: normal;
    overflow-wrap: anywhere;
}

.rgbj-help-article__body table tbody > tr:first-child > th,
.rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body table tbody > tr:first-child > th {
    background: rgba(0, 240, 255, 0.08) !important;
    color: var(--bs-body-emphasis) !important;
}

.rgbj-help-article__body table :is(td p, th p),
.rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body table :is(td p, th p) {
    margin: 0;
    padding: 0;
    color: inherit !important;
    line-height: inherit;
}

.rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body table :is(td, th) > * {
    color: inherit !important;
}

.rgbj-help-article__body img,
.rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body img {
    max-width: min(520px, 100%);
    max-height: 360px;
    height: auto;
}

.rgbj-help-article__body code,
.rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body :not(pre) > code {
    font-size: 0.9em;
    padding: 0.1rem 0.35rem;
    border-radius: 0.25rem;
    background: rgba(0, 240, 255, 0.08);
    color: inherit;
    letter-spacing: normal;
}

.rgbj-help-article__body pre,
.rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body pre {
    margin: 1rem 0;
    padding: 0.85rem 1rem;
    border-radius: 0.5rem;
    background: rgba(0, 0, 0, 0.35);
    overflow-x: auto;
}

.rgbj-help-article__body pre code,
.rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body pre code {
    padding: 0;
    background: transparent;
    color: inherit;
}

.rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body a {
    color: rgba(0, 240, 255, 0.92);
}

.rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body hr {
    margin: 1.5rem 0;
    border-color: rgba(255, 255, 255, 0.12);
}

[data-bs-theme="light"] .rgbj-help-article__body blockquote:not(.rgbj-help-panel):not([data-rgbj-panel]),
[data-bs-theme="light"] .rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body blockquote:not(.rgbj-help-panel):not([data-rgbj-panel]) {
    background: rgba(15, 23, 42, 0.04);
    border-left-color: rgba(15, 23, 42, 0.25);
}

[data-bs-theme="light"] .rgbj-help-article__body .rgbj-help-table thead th,
[data-bs-theme="light"] .rgbj-help-article__body table thead th,
[data-bs-theme="light"] .rgbj-help-article__body table tbody > tr:first-child > th,
[data-bs-theme="light"] .rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body table thead th,
[data-bs-theme="light"] .rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body table tbody > tr:first-child > th {
    background: rgba(8, 145, 178, 0.1) !important;
    color: var(--bs-body-emphasis) !important;
}

[data-bs-theme="light"] .rgbj-help-article__body .rgbj-help-table td,
[data-bs-theme="light"] .rgbj-help-article__body .rgbj-help-table th,
[data-bs-theme="light"] .rgbj-help-article__body table td,
[data-bs-theme="light"] .rgbj-help-article__body table th,
[data-bs-theme="light"] .rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body table :is(td, th) {
    border-color: rgba(15, 23, 42, 0.14) !important;
    --bs-table-border-color: rgba(15, 23, 42, 0.14);
}

[data-bs-theme="light"] .rgbj-help-article__body pre,
[data-bs-theme="light"] .rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body pre {
    background: rgba(15, 23, 42, 0.06);
}

/* Loaded after toastui-editor.min.css on the editor page — override Toast line-height: 160% on paragraphs */
.rgbj-help-editor-page .toastui-editor-defaultUI :is(.ProseMirror, .toastui-editor-contents).rgbj-help-article__body :is(p, li, td, th, blockquote) {
    line-height: inherit;
}
