.bla-legal-article {
    --bla-blue: #173b63;
    --bla-ink: #343a40;
    --bla-muted: #5f6872;
    --bla-paper: #fffefd;
    --bla-bg: #f7f3ed;
    --bla-line: #e5d9c7;
    --bla-gold: #dca73a;
    background: var(--bla-bg);
    color: var(--bla-ink);
    font-family: "Noto Sans TC", "Microsoft JhengHei", system-ui, sans-serif;
    line-height: 1.8;
}

.bla-legal-hero {
    min-height: 430px;
    background-position: center;
    background-size: cover;
    border-top: 14px solid var(--bla-blue);
    display: flex;
    align-items: center;
}

.bla-legal-hero__inner {
    width: min(1120px, calc(100% - 64px));
    margin: 0 auto;
    padding-bottom: 42px;
}

.bla-legal-hero h1 {
    color: #132f51;
    font-family: Georgia, "Times New Roman", "Noto Serif TC", serif;
    font-size: 58px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.18;
    margin: 0 0 14px;
}

.bla-legal-hero p {
    color: #444b54;
    display: inline-block;
    font-size: 24px;
    margin: 0;
    padding-bottom: 8px;
    position: relative;
}

.bla-legal-hero p::after {
    background: var(--bla-gold);
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 140px;
}

.bla-legal-body {
    margin: 0 auto;
    max-width: 1120px;
    padding: 56px 32px 64px;
}

.bla-section-card {
    background: var(--bla-paper);
    border: 1px solid var(--bla-line);
    border-radius: 8px;
    box-shadow: 0 1px 0 rgba(21, 49, 80, 0.04);
    margin-bottom: 28px;
    padding: 36px 40px;
}

.bla-section-card--split {
    align-items: center;
    display: grid;
    gap: 42px;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.95fr);
}

.bla-section-card h2 {
    color: var(--bla-blue);
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0 0 22px;
    max-width: 420px;
    padding-bottom: 8px;
    position: relative;
}

.bla-section-card h2::after {
    background: var(--bla-gold);
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}

.bla-section-card p {
    font-size: 20px;
    margin: 0 0 14px;
}

.bla-section-card p:last-child {
    margin-bottom: 0;
}

.bla-faq-image {
    margin: 0;
}

.bla-faq-image img {
    aspect-ratio: 4 / 3;
    border-radius: 6px;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.bla-step-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bla-step-list li {
    font-size: 20px;
    margin: 0 0 8px;
    padding-left: 34px;
    position: relative;
}

.bla-step-list li::before {
    align-items: center;
    border: 2px solid var(--bla-gold);
    border-radius: 50%;
    color: var(--bla-gold);
    content: "✓";
    display: flex;
    font-size: 15px;
    font-weight: 800;
    height: 20px;
    justify-content: center;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 7px;
    width: 20px;
}

.bla-legal-cta {
    align-items: center;
    background: var(--bla-blue);
    border-radius: 8px;
    color: #fff;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    padding: 24px 46px;
}

.bla-legal-cta strong {
    font-size: 22px;
    font-weight: 800;
}

.bla-legal-cta a {
    background: var(--bla-gold);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 24px;
    font-weight: 800;
    justify-content: center;
    min-width: 260px;
    padding: 10px 28px;
    text-decoration: none;
}

.bla-article-index {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.bla-article-card {
    background: #fff;
    border: 1px solid var(--bla-line, #e5d9c7);
    border-radius: 8px;
    box-shadow: 0 6px 22px rgba(21, 49, 80, .06);
    color: var(--bla-blue, #173b63);
    display: block;
    overflow: hidden;
    padding: 0;
    text-decoration: none;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.bla-article-card:hover {
    border-color: var(--bla-gold, #dca73a);
    box-shadow: 0 10px 28px rgba(21, 49, 80, .12);
    transform: translateY(-3px);
}

.bla-article-card__image {
    background: #f2ede5;
    margin: 0;
}

.bla-article-card__image img {
    aspect-ratio: 4 / 3;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.bla-article-card__body {
    display: block;
    padding: 22px;
}

.bla-article-card strong {
    display: block;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.45;
}

.bla-article-card small {
    color: var(--bla-muted, #5f6872);
    display: block;
    font-size: 15px;
    line-height: 1.65;
    margin-top: 10px;
}

.bl-issues {
    padding: 110px 24px;
}

.bl-issues__inner {
    margin: 0 auto;
    max-width: 1080px;
}

.bl-issues__head {
    margin-bottom: 56px;
    text-align: center;
}

.bl-issues__en {
    color: #2b2e9e;
    font-family: Georgia, "Noto Serif TC", serif;
    font-size: 14px;
    letter-spacing: .35em;
    margin: 0 0 10px;
}

.bl-issues__title {
    color: #1f2140;
    font-family: "Noto Serif TC", serif;
    font-size: clamp(26px, 3vw, 34px);
    font-weight: 700;
    letter-spacing: .1em;
    margin: 0 0 22px;
    padding-bottom: 20px;
    position: relative;
}

.bl-issues__title::after {
    background: #2b2e9e;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 48px;
}

.bl-issues__intro {
    color: #5a5c72;
    font-family: "Noto Serif TC", serif;
    font-size: 16px;
    letter-spacing: .1em;
    margin: 0;
}

.bl-issues__grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(4, 1fr);
}

.bl-issues__card {
    align-items: center;
    background: #fff;
    border: 1px solid #e6e6f0;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 34px 18px 30px;
    position: relative;
    text-decoration: none;
    transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.bl-issues__card:hover {
    border-color: #2b2e9e;
    box-shadow: 0 8px 26px rgba(43, 46, 158, .1);
    transform: translateY(-4px);
}

.bl-issues__icon {
    color: #2b2e9e;
    height: 46px;
    width: 46px;
}

.bl-issues__name {
    color: #1f2140;
    font-family: "Noto Serif TC", serif;
    font-size: 16.5px;
    font-weight: 600;
    letter-spacing: .1em;
    text-align: center;
}

.bl-issues__arrow {
    color: #2b2e9e;
    font-size: 14px;
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity .3s ease, transform .3s ease;
}

.bl-issues__card:hover .bl-issues__arrow {
    opacity: 1;
    transform: translateX(0);
}

.bl-kb {
    background: #f7f7fb;
    padding: 110px 24px;
}

.bl-kb__inner {
    margin: 0 auto;
    max-width: 1080px;
}

.bl-kb__head {
    margin-bottom: 56px;
    text-align: center;
}

.bl-kb__en {
    color: #2b2e9e;
    font-family: Georgia, "Noto Serif TC", serif;
    font-size: 14px;
    letter-spacing: .35em;
    margin: 0 0 10px;
}

.bl-kb__title {
    color: #1f2140;
    font-family: "Noto Serif TC", serif;
    font-size: clamp(26px, 3vw, 34px);
    font-weight: 700;
    letter-spacing: .1em;
    margin: 0 0 22px;
    padding-bottom: 20px;
    position: relative;
}

.bl-kb__title::after {
    background: #2b2e9e;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 48px;
}

.bl-kb__intro {
    color: #5a5c72;
    font-family: "Noto Serif TC", serif;
    font-size: 16px;
    letter-spacing: .1em;
    margin: 0;
}

.bl-kb__grid {
    display: grid;
    gap: 26px;
    grid-template-columns: repeat(3, 1fr);
}

.bl-kb__group {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 18px rgba(31, 33, 64, .05);
    padding: 30px 30px 26px;
}

.bl-kb__group-title {
    border-bottom: 1px solid #e8e8f2;
    color: #1f2140;
    font-family: "Noto Serif TC", serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .14em;
    margin: 0 0 18px;
    padding-bottom: 14px;
    position: relative;
}

.bl-kb__group-title::before {
    background: #2b2e9e;
    border-radius: 2px;
    content: "";
    display: inline-block;
    height: 8px;
    margin-right: 12px;
    vertical-align: 2px;
    width: 8px;
}

.bl-kb__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bl-kb__list li {
    margin: 0;
}

.bl-kb__list a {
    color: #4a4c60;
    display: block;
    font-size: 15px;
    letter-spacing: .04em;
    line-height: 1.7;
    padding: 7px 0 7px 18px;
    position: relative;
    text-decoration: none;
    transition: color .25s ease, transform .25s ease;
}

.bl-kb__list a::before {
    color: #b0b2cc;
    content: "›";
    left: 2px;
    position: absolute;
    transition: color .25s ease;
}

.bl-kb__list a:hover {
    color: #2b2e9e;
    transform: translateX(3px);
}

.bl-kb__list a:hover::before {
    color: #2b2e9e;
}

.bl-kb__footer {
    margin-top: 56px;
    text-align: center;
}

.bl-kb__more {
    border: 1px solid #2b2e9e;
    border-radius: 50px;
    color: #2b2e9e;
    display: inline-block;
    font-family: "Noto Serif TC", serif;
    font-size: 15px;
    letter-spacing: .25em;
    padding: 12px 46px;
    text-decoration: none;
    text-indent: .25em;
    transition: background .3s ease, color .3s ease;
}

.bl-kb__more:hover {
    background: #2b2e9e;
    color: #fff;
}

.bla-knowledge-single {
    background: #fbfaf7;
    color: #2d333a;
    font-family: "Noto Sans TC", "Microsoft JhengHei", system-ui, sans-serif;
    line-height: 1.9;
    padding: 72px 20px 88px;
}

.bla-knowledge-single__hero,
.bla-knowledge-single__body {
    margin: 0 auto;
    max-width: 860px;
}

.bla-knowledge-single__hero {
    border-bottom: 1px solid #ded8cc;
    margin-bottom: 42px;
    padding-bottom: 34px;
}

.bla-knowledge-single__eyebrow {
    color: #2b2e9e;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .14em;
    margin: 0 0 14px;
}

.bla-knowledge-single h1 {
    color: #15172f;
    font-family: "Noto Serif TC", Georgia, serif;
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.35;
    margin: 0;
}

.bla-knowledge-section {
    background: #fff;
    border: 1px solid #ebe5d9;
    border-radius: 8px;
    margin-bottom: 24px;
    padding: 34px 38px;
}

.bla-knowledge-section h2,
.bla-knowledge-conclusion h2 {
    color: #173b63;
    font-family: "Noto Serif TC", Georgia, serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.45;
    margin: 0 0 18px;
}

.bla-knowledge-section p,
.bla-knowledge-conclusion p {
    font-size: 19px;
    margin: 0 0 16px;
}

.bla-knowledge-section p:last-child,
.bla-knowledge-conclusion p:last-child {
    margin-bottom: 0;
}

.bla-knowledge-conclusion {
    background: #173b63;
    border-radius: 8px;
    color: #fff;
    margin-top: 34px;
    padding: 34px 38px;
}

.bla-knowledge-conclusion h2 {
    color: #fff;
}

.bla-knowledge-archive {
    background: #f7f7fb;
    color: #2d333a;
    font-family: "Noto Sans TC", "Microsoft JhengHei", system-ui, sans-serif;
    padding: 78px 20px 86px;
}

.bla-knowledge-archive__header,
.bla-knowledge-archive__list {
    margin: 0 auto;
    max-width: 980px;
}

.bla-knowledge-archive__header {
    margin-bottom: 34px;
}

.bla-knowledge-archive__header p {
    color: #2b2e9e;
    font-family: Georgia, "Noto Serif TC", serif;
    font-size: 14px;
    letter-spacing: .28em;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.bla-knowledge-archive__header h1 {
    color: #15172f;
    font-family: "Noto Serif TC", Georgia, serif;
    font-size: clamp(30px, 5vw, 44px);
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 12px;
}

.bla-knowledge-archive__header div {
    color: #5a5c72;
    font-size: 17px;
    line-height: 1.8;
}

.bla-knowledge-search {
    background: #fff;
    border: 1px solid #dedfeb;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(31, 33, 64, .08);
    margin: 0 0 24px;
    padding: 24px;
}

.bla-knowledge-search label {
    color: #15172f;
    display: block;
    font-family: "Noto Serif TC", Georgia, serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 6px;
}

.bla-knowledge-search__row {
    align-items: stretch;
    display: flex;
    gap: 12px;
}

.bla-knowledge-search input {
    background: #fff;
    border: 2px solid #c9cbde;
    border-radius: 6px;
    color: #2d333a;
    flex: 1;
    font-size: 17px;
    min-height: 56px;
    min-width: 0;
    padding: 12px 16px;
}

.bla-knowledge-search input:focus {
    border-color: #2b2e9e;
    box-shadow: 0 0 0 3px rgba(43, 46, 158, .12);
    outline: none;
}

.bla-knowledge-search button {
    background: #2b2e9e;
    border: 1px solid #2b2e9e;
    border-radius: 6px;
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    min-height: 56px;
    padding: 12px 28px;
    transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    white-space: nowrap;
}

.bla-knowledge-search__button-icon {
    border: 2px solid currentColor;
    border-radius: 50%;
    display: inline-block;
    height: 14px;
    position: relative;
    width: 14px;
}

.bla-knowledge-search__button-icon::after {
    background: currentColor;
    border-radius: 2px;
    content: "";
    height: 2px;
    position: absolute;
    right: -7px;
    top: 11px;
    transform: rotate(45deg);
    width: 8px;
}

.bla-knowledge-search button:hover {
    background: #3437b8;
    border-color: #3437b8;
    box-shadow: 0 8px 18px rgba(43, 46, 158, .22);
    color: #fff;
}

.bla-knowledge-search button:active {
    box-shadow: none;
    transform: translateY(1px);
}

.bla-knowledge-search-summary {
    align-items: center;
    color: #5a5c72;
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    gap: 12px;
    margin: -10px 0 22px;
}

.bla-knowledge-search-summary span {
    font-weight: 700;
}

.bla-knowledge-search-summary a {
    color: #2b2e9e;
    font-weight: 700;
    text-decoration: none;
}

.bla-knowledge-archive__list {
    margin: 0 auto;
    max-width: 980px;
}

.bla-knowledge-list-heading h2 {
    color: #15172f;
    font-family: "Noto Serif TC", Georgia, serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
}

.bla-knowledge-list-heading {
    margin-bottom: 18px;
}

.bla-knowledge-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 22px;
}

.bla-knowledge-tabs__link {
    background: #fff;
    border: 1px solid #d8d9e8;
    border-radius: 999px;
    color: #4f5668;
    display: inline-flex;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    padding: 9px 16px;
    text-decoration: none;
    transition: background .25s ease, border-color .25s ease, color .25s ease, box-shadow .25s ease;
    white-space: nowrap;
}

.bla-knowledge-tabs__link:hover {
    border-color: #2b2e9e;
    color: #2b2e9e;
}

.bla-knowledge-tabs__link.is-active {
    background: #2b2e9e;
    border-color: #2b2e9e;
    box-shadow: 0 10px 24px rgba(43, 46, 158, .18);
    color: #fff;
}

.bla-knowledge-list-card {
    background: #fff;
    border: 1px solid #e8e8f2;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(31, 33, 64, .055);
    margin-bottom: 18px;
    overflow: hidden;
    padding: 28px 32px 28px 36px;
    position: relative;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.bla-knowledge-list-card::before {
    background: #b9852b;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 5px;
}

.bla-knowledge-list-card:hover {
    border-color: #c9cbde;
    box-shadow: 0 16px 36px rgba(31, 33, 64, .1);
    transform: translateY(-2px);
}

.bla-knowledge-list-card__meta {
    color: #2b2e9e;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    margin-bottom: 10px;
}

.bla-knowledge-list-card h2 {
    font-family: "Noto Serif TC", Georgia, serif;
    font-size: 26px;
    line-height: 1.45;
    margin: 0 0 12px;
}

.bla-knowledge-list-card h2 a {
    color: #15172f;
    text-decoration: none;
}

.bla-knowledge-list-card p {
    color: #5f6676;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.8;
    margin: 0 0 18px;
}

.bla-knowledge-list-card__link {
    color: #2b2e9e;
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.bla-knowledge-pagination {
    margin-top: 34px;
    text-align: center;
}

.bla-knowledge-pagination .page-numbers {
    background: #fff;
    border: 1px solid #e8e8f2;
    border-radius: 6px;
    color: #2b2e9e;
    display: inline-block;
    margin: 0 3px;
    padding: 8px 12px;
    text-decoration: none;
}

.bla-knowledge-pagination .page-numbers.current {
    background: #2b2e9e;
    color: #fff;
}

.bla-knowledge-empty {
    background: #fff;
    border-radius: 8px;
    padding: 28px;
}

.bla-issue-archive {
    background: #f7f7fb;
    color: #2d333a;
    font-family: "Noto Sans TC", "Microsoft JhengHei", system-ui, sans-serif;
    padding: 78px 20px 86px;
}

.bla-issue-archive__header,
.bla-issue-archive__list {
    margin: 0 auto;
    max-width: 980px;
}

.bla-issue-archive__header {
    margin-bottom: 34px;
}

.bla-issue-archive__eyebrow {
    color: #2b2e9e;
    font-family: Georgia, "Noto Serif TC", serif;
    font-size: 14px;
    letter-spacing: .28em;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.bla-issue-archive__header h1 {
    color: #15172f;
    font-family: "Noto Serif TC", Georgia, serif;
    font-size: clamp(30px, 5vw, 44px);
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 12px;
}

.bla-issue-archive__description {
    color: #5a5c72;
    font-size: 17px;
    line-height: 1.8;
}

.bla-issue-search {
    background: #fff;
    border: 1px solid #dedfeb;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(31, 33, 64, .08);
    margin-top: 30px;
    padding: 24px;
}

.bla-issue-search label {
    color: #15172f;
    display: block;
    font-family: "Noto Serif TC", Georgia, serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 6px;
}

.bla-issue-search__row {
    align-items: stretch;
    display: flex;
    gap: 12px;
}

.bla-issue-search input {
    background: #fff;
    border: 2px solid #c9cbde;
    border-radius: 6px;
    color: #2d333a;
    flex: 1;
    font-size: 17px;
    min-height: 56px;
    min-width: 0;
    padding: 12px 16px;
}

.bla-issue-search input:focus {
    border-color: #2b2e9e;
    box-shadow: 0 0 0 3px rgba(43, 46, 158, .12);
    outline: none;
}

.bla-issue-search button {
    align-items: center;
    background: #2b2e9e;
    border: 1px solid #2b2e9e;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    min-height: 56px;
    padding: 12px 28px;
    transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    white-space: nowrap;
}

.bla-issue-search__button-icon {
    border: 2px solid currentColor;
    border-radius: 50%;
    display: inline-block;
    height: 14px;
    position: relative;
    width: 14px;
}

.bla-issue-search__button-icon::after {
    background: currentColor;
    border-radius: 2px;
    content: "";
    height: 2px;
    position: absolute;
    right: -7px;
    top: 11px;
    transform: rotate(45deg);
    width: 8px;
}

.bla-issue-search button:hover {
    background: #3437b8;
    border-color: #3437b8;
    box-shadow: 0 8px 18px rgba(43, 46, 158, .22);
    color: #fff;
}

.bla-issue-search button:active {
    box-shadow: none;
    transform: translateY(1px);
}

.bla-issue-search-summary {
    align-items: center;
    color: #5a5c72;
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    gap: 12px;
    margin-top: 14px;
}

.bla-issue-search-summary span {
    font-weight: 700;
}

.bla-issue-search-summary a {
    color: #2b2e9e;
    font-weight: 700;
    text-decoration: none;
}

.bla-issue-list-heading {
    margin-bottom: 18px;
}

.bla-issue-list-heading h2 {
    color: #15172f;
    font-family: "Noto Serif TC", Georgia, serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
}

.bla-issue-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 22px;
}

.bla-issue-tabs__link {
    background: #fff;
    border: 1px solid #d8d9e8;
    border-radius: 999px;
    color: #4f5668;
    display: inline-flex;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    padding: 9px 16px;
    text-decoration: none;
    transition: background .25s ease, border-color .25s ease, color .25s ease, box-shadow .25s ease;
    white-space: nowrap;
}

.bla-issue-tabs__link:hover {
    border-color: #2b2e9e;
    color: #2b2e9e;
}

.bla-issue-tabs__link.is-active {
    background: #2b2e9e;
    border-color: #2b2e9e;
    box-shadow: 0 10px 24px rgba(43, 46, 158, .18);
    color: #fff;
}

.bla-issue-list-card {
    background: #fff;
    border: 1px solid #e8e8f2;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(31, 33, 64, .055);
    display: grid;
    gap: 0;
    grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
    margin-bottom: 18px;
    overflow: hidden;
    position: relative;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.bla-issue-list-card::before {
    background: #b9852b;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 5px;
    z-index: 1;
}

.bla-issue-list-card:hover {
    border-color: #c9cbde;
    box-shadow: 0 16px 36px rgba(31, 33, 64, .1);
    transform: translateY(-2px);
}

.bla-issue-list-card--no-image {
    grid-template-columns: minmax(0, 1fr);
}

.bla-issue-list-card__image {
    background: #f2ede5;
    margin: 0;
}

.bla-issue-list-card__image img {
    display: block;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    width: 100%;
}

.bla-issue-list-card__body {
    padding: 28px 32px 28px 36px;
}

.bla-issue-list-card__meta {
    color: #2b2e9e;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    margin-bottom: 10px;
}

.bla-issue-list-card h2 {
    font-family: "Noto Serif TC", Georgia, serif;
    font-size: 26px;
    line-height: 1.45;
    margin: 0 0 12px;
}

.bla-issue-list-card h2 a {
    color: #15172f;
    text-decoration: none;
}

.bla-issue-list-card p {
    color: #5f6676;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.8;
    margin: 0 0 18px;
}

.bla-issue-list-card__link {
    color: #2b2e9e;
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.bla-issue-pagination {
    margin-top: 34px;
    text-align: center;
}

.bla-issue-pagination .page-numbers {
    background: #fff;
    border: 1px solid #e8e8f2;
    border-radius: 6px;
    color: #2b2e9e;
    display: inline-block;
    margin: 0 3px;
    padding: 8px 12px;
    text-decoration: none;
}

.bla-issue-pagination .page-numbers.current {
    background: #2b2e9e;
    color: #fff;
}

.bla-issue-empty {
    background: #fff;
    border-radius: 8px;
    padding: 28px;
}

@media (max-width: 1024px) {
    .bla-knowledge-tabs,
    .bla-issue-tabs {
        display: grid;
        gap: 8px;
        grid-template-columns: repeat(auto-fit, minmax(138px, 1fr));
        margin-left: 0;
        margin-right: 0;
        overflow-x: visible;
        padding: 0;
    }

    .bla-knowledge-tabs__link,
    .bla-issue-tabs__link {
        justify-content: center;
        text-align: center;
        white-space: normal;
    }
}

@media (max-width: 800px) {
    .bla-legal-hero {
        min-height: 320px;
    }

    .bla-legal-hero__inner {
        width: min(100% - 36px, 1120px);
        padding-bottom: 20px;
    }

    .bla-legal-hero h1 {
        font-size: 36px;
    }

    .bla-legal-hero p {
        font-size: 18px;
    }

    .bla-legal-body {
        padding: 32px 18px 44px;
    }

    .bla-section-card,
    .bla-section-card--split {
        display: block;
        padding: 26px 22px;
    }

    .bla-section-card h2 {
        font-size: 24px;
    }

    .bla-section-card p,
    .bla-step-list li {
        font-size: 17px;
    }

    .bla-faq-image {
        margin-top: 24px;
    }

    .bla-legal-cta {
        align-items: stretch;
        flex-direction: column;
        padding: 22px;
        text-align: center;
    }

    .bla-legal-cta strong {
        font-size: 18px;
    }

    .bla-legal-cta a {
        font-size: 20px;
        min-width: 0;
        width: 100%;
    }

    .bla-issue-archive {
        padding: 50px 16px 62px;
    }

    .bla-issue-search__row {
        flex-direction: column;
    }

    .bla-issue-search input,
    .bla-issue-search button {
        width: 100%;
    }

    .bla-issue-search button {
        padding-left: 18px;
        padding-right: 18px;
    }

    .bla-issue-list-card {
        grid-template-columns: 1fr;
    }

    .bla-issue-list-card__image img {
        aspect-ratio: 4 / 3;
        height: auto;
        min-height: 0;
    }

    .bla-issue-list-card__body {
        padding: 24px 24px 24px 28px;
    }

    .bla-issue-list-card h2 {
        font-size: 22px;
    }
}

@media (max-width: 960px) {
    .bl-issues__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .bl-kb__grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

.bl-issues__grid.bla-reveal-ready > .bl-issues__card,
.bl-kb__grid.bla-reveal-ready > .bl-kb__group {
    opacity: 0;
    transform: translateY(18px);
    transition:
        opacity 0.8s ease var(--bla-reveal-delay, 0ms),
        transform 0.8s ease var(--bla-reveal-delay, 0ms);
}

.bl-issues__grid.bla-reveal-ready.bla-reveal-visible > .bl-issues__card,
.bl-kb__grid.bla-reveal-ready.bla-reveal-visible > .bl-kb__group {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    .bl-issues__grid.bla-reveal-ready > .bl-issues__card,
    .bl-kb__grid.bla-reveal-ready > .bl-kb__group {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

@media (max-width: 640px) {
    .bl-issues {
        padding: 72px 20px;
    }

    .bl-issues__grid {
        gap: 14px;
    }

    .bl-issues__card {
        padding: 26px 12px 22px;
    }

    .bl-issues__icon {
        height: 38px;
        width: 38px;
    }

    .bl-issues__name {
        font-size: 15px;
    }

    .bl-issues__arrow {
        display: none;
    }

    .bl-kb {
        padding: 72px 20px;
    }

    .bl-kb__grid {
        gap: 18px;
        grid-template-columns: 1fr;
    }

    .bl-kb__group {
        padding: 24px 24px 20px;
    }

    .bl-kb__footer {
        margin-top: 40px;
    }

    .bla-knowledge-single {
        padding: 46px 16px 62px;
    }

    .bla-knowledge-section,
    .bla-knowledge-conclusion {
        padding: 26px 22px;
    }

    .bla-knowledge-section h2,
    .bla-knowledge-conclusion h2 {
        font-size: 21px;
    }

    .bla-knowledge-section p,
    .bla-knowledge-conclusion p {
        font-size: 17px;
    }

    .bla-knowledge-archive {
        padding: 50px 16px 64px;
    }

    .bla-knowledge-search__row {
        display: block;
    }

    .bla-knowledge-search input,
    .bla-knowledge-search button {
        width: 100%;
    }

    .bla-knowledge-search button {
        margin-top: 10px;
    }

    .bla-knowledge-tabs__link {
        font-size: 14px;
        padding: 8px 14px;
    }

    .bla-knowledge-list-card {
        padding: 22px 20px;
    }

    .bla-knowledge-list-card h2 {
        font-size: 21px;
    }
}
