
:root {
    --wtn-navy: #17265b;
    --wtn-blue: #0f448e;
    --wtn-orange: #ec7e24;
    --wtn-orange-soft: #f4ae7c;
    --wtn-pink: #f9e5e8;
    --wtn-sky: #eef7fb;
    --wtn-bg: #f6f8fb;
    --wtn-text: #17265b;
    --wtn-muted: #657087;
    --wtn-line: #e6e8ef;
    --wtn-white: #ffffff;
    --wtn-radius: 22px;
    --wtn-shadow: 0 18px 45px rgba(31, 46, 87, .08);
}

.wtn-kennisbank-page,
.wtn-kennisbank-page * {
    box-sizing: border-box;
}

.wtn-kb-main {
    color: var(--wtn-text);
    background: var(--wtn-white);
}

.wtn-kb-container {
    width: min(1520px, calc(100% - 72px));
    margin: 0 auto;
}

.wtn-kb-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 53% 58%, rgba(238, 126, 36, .36) 0 13px, transparent 14px),
        radial-gradient(circle at 15% 20%, rgba(255,255,255,.85) 0 90px, transparent 91px),
        linear-gradient(105deg, #f9dfe3 0%, #faeaeb 57%, #f8eceb 100%);
    border-bottom: 1px solid rgba(23, 38, 91, .05);
}

.wtn-kb-hero::before,
.wtn-kb-hero::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.wtn-kb-hero::before {
    width: 420px;
    height: 420px;
    left: -180px;
    top: -260px;
    background: rgba(255, 255, 255, .36);
}

.wtn-kb-hero::after {
    width: 310px;
    height: 310px;
    right: 8%;
    bottom: -260px;
    background: rgba(255, 255, 255, .24);
}

.wtn-kb-hero-inner {
    min-height: 138px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    position: relative;
    z-index: 1;
    padding: 30px 0;
}

.wtn-kb-hero h1 {
    margin: 4px 0 0;
    font-size: clamp(30px, 3.2vw, 48px);
    line-height: 1.1;
    color: var(--wtn-navy);
    letter-spacing: -.025em;
}

.wtn-kb-eyebrow,
.wtn-kb-card-kicker {
    display: inline-block;
    color: var(--wtn-orange);
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .11em;
}

.wtn-kb-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 7px;
    font-size: 16px;
    color: var(--wtn-navy);
}

.wtn-kb-breadcrumb a {
    color: var(--wtn-navy);
    text-decoration: none;
}

.wtn-kb-breadcrumb a:hover {
    color: var(--wtn-orange);
}

.wtn-kb-intro-section {
    padding: 60px 0 28px;
    background:
        radial-gradient(circle at 12% 6%, rgba(248, 217, 222, .64), transparent 24%),
        radial-gradient(circle at 46% 18%, rgba(221, 242, 247, .7), transparent 24%),
        var(--wtn-bg);
}

.wtn-kb-intro-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(460px, .85fr);
    gap: 42px;
    align-items: center;
    background: var(--wtn-white);
    border-radius: 26px;
    padding: 42px;
    box-shadow: var(--wtn-shadow);
    border: 1px solid rgba(23, 38, 91, .04);
}

.wtn-kb-intro-copy h2,
.wtn-kb-section-heading h2,
.wtn-kb-lead-card h2,
.wtn-kb-article-card h2,
.wtn-kb-side-card h2,
.wtn-kb-disclaimer h2 {
    color: var(--wtn-navy);
    margin-top: 0;
    letter-spacing: -.02em;
}

.wtn-kb-intro-copy h2 {
    margin-bottom: 14px;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.14;
}

.wtn-kb-intro-copy p {
    color: var(--wtn-muted);
    font-size: 18px;
    line-height: 1.75;
    margin: 0;
}

.wtn-kb-search,
.wtn-kb-inline-search {
    display: flex;
    width: 100%;
    background: var(--wtn-white);
    border: 1px solid #dfe3eb;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(23, 38, 91, .06);
}

.wtn-kb-search:focus-within,
.wtn-kb-inline-search:focus-within {
    border-color: var(--wtn-orange);
    box-shadow: 0 0 0 4px rgba(236, 126, 36, .13);
}

.wtn-kb-search input,
.wtn-kb-inline-search input {
    flex: 1;
    min-width: 0;
    border: 0 !important;
    background: transparent !important;
    color: var(--wtn-navy);
    padding: 18px 20px !important;
    font: inherit;
    outline: 0;
    box-shadow: none !important;
}

.wtn-kb-search button,
.wtn-kb-inline-search button,
.wtn-kb-location-form button {
    border: 0;
    background: var(--wtn-orange);
    color: #fff;
    padding: 0 24px;
    min-height: 58px;
    font-weight: 800;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: transform .18s ease, background .18s ease;
}

.wtn-kb-search button:hover,
.wtn-kb-inline-search button:hover,
.wtn-kb-location-form button:hover {
    background: #d96c18;
}

.wtn-kb-stat-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    margin-top: 26px;
    border-radius: 20px;
    overflow: hidden;
    background: rgba(23, 38, 91, .08);
    box-shadow: 0 12px 32px rgba(23, 38, 91, .06);
}

.wtn-kb-stat-strip > div {
    padding: 24px 26px;
    background: rgba(255,255,255,.94);
    text-align: center;
}

.wtn-kb-stat-strip strong {
    display: block;
    color: var(--wtn-navy);
    font-size: 28px;
    line-height: 1;
}

.wtn-kb-stat-strip span {
    display: block;
    margin-top: 7px;
    color: var(--wtn-muted);
    font-size: 14px;
}

.wtn-kb-section {
    padding: 64px 0;
}

.wtn-kb-soft-section {
    background:
        radial-gradient(circle at 8% 12%, rgba(248, 222, 226, .52), transparent 25%),
        radial-gradient(circle at 42% 2%, rgba(225, 243, 248, .6), transparent 23%),
        var(--wtn-bg);
}

.wtn-kb-section-heading {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: flex-end;
    margin-bottom: 28px;
}

.wtn-kb-section-heading h2 {
    font-size: clamp(28px, 3vw, 40px);
    margin-bottom: 0;
}

.wtn-kb-section-heading > p {
    max-width: 620px;
    color: var(--wtn-muted);
    line-height: 1.7;
    margin: 0;
}

.wtn-kb-section-heading-compact {
    align-items: center;
    margin-bottom: 22px;
}

.wtn-kb-section-heading-compact h2 {
    font-size: clamp(25px, 2.2vw, 34px);
}

.wtn-kb-heading-spaced {
    margin-top: 48px;
}

.wtn-kb-category-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.wtn-kb-category-card {
    min-height: 112px;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 17px;
    align-items: center;
    padding: 22px;
    background: #fff;
    color: var(--wtn-navy);
    border-radius: 18px;
    border: 1px solid var(--wtn-line);
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(23, 38, 91, .05);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.wtn-kb-category-card:hover {
    transform: translateY(-3px);
    border-color: rgba(236, 126, 36, .5);
    box-shadow: 0 18px 36px rgba(23, 38, 91, .1);
}

.wtn-kb-category-icon,
.wtn-kb-card-icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #173b7a, #0e4e99);
    color: #fff;
    font-size: 25px;
    flex: 0 0 auto;
    box-shadow: 0 9px 18px rgba(15, 68, 142, .2);
}

.wtn-kb-category-copy {
    min-width: 0;
}

.wtn-kb-category-copy strong {
    display: block;
    font-size: 17px;
    line-height: 1.3;
}

.wtn-kb-category-copy small {
    display: block;
    color: var(--wtn-muted);
    margin-top: 5px;
}

.wtn-kb-category-arrow {
    color: var(--wtn-orange);
    font-size: 22px;
}

.wtn-kb-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 34px;
    align-items: start;
}

.wtn-kb-content {
    min-width: 0;
}

.wtn-kb-sidebar {
    position: sticky;
    top: 28px;
    display: grid;
    gap: 22px;
}

.wtn-kb-side-card,
.wtn-kb-article-card,
.wtn-kb-lead-card {
    background: #fff;
    border-radius: var(--wtn-radius);
    border: 1px solid rgba(23, 38, 91, .05);
    box-shadow: var(--wtn-shadow);
}

.wtn-kb-side-card {
    padding: 28px;
}

.wtn-kb-side-card h2 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 14px;
    font-size: 25px;
    border-bottom: 1px solid var(--wtn-line);
}

.wtn-kb-title-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 99px;
    background: var(--wtn-orange);
    margin-left: 7px;
}

.wtn-kb-side-card .wtn-kb-search {
    display: grid;
    border-radius: 13px;
}

.wtn-kb-side-card .wtn-kb-search button {
    justify-content: center;
    min-height: 48px;
}

.wtn-kb-side-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wtn-kb-side-list li {
    margin: 0;
    border-bottom: 1px solid var(--wtn-line);
}

.wtn-kb-side-list li:last-child {
    border-bottom: 0;
}

.wtn-kb-side-list a {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 13px 0;
    color: var(--wtn-navy);
    text-decoration: none;
    font-weight: 700;
    line-height: 1.4;
}

.wtn-kb-side-list a:hover {
    color: var(--wtn-orange);
}

.wtn-kb-side-list small {
    color: var(--wtn-muted);
    font-weight: 500;
}

.wtn-kb-side-facts a {
    font-size: 15px;
}

.wtn-kb-text-link,
.wtn-kb-card-link {
    color: var(--wtn-orange);
    text-decoration: none;
    font-weight: 800;
}

.wtn-kb-text-link {
    display: inline-block;
    margin-top: 18px;
}

.wtn-kb-source-card {
    background: linear-gradient(145deg, #142b63, #0d4b92);
    color: #fff;
}

.wtn-kb-source-card h2,
.wtn-kb-source-card p {
    color: #fff;
}

.wtn-kb-source-card h2 {
    border-bottom-color: rgba(255,255,255,.18);
}

.wtn-kb-source-icon {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--wtn-orange);
    color: #fff;
    border-radius: 14px;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 14px;
}

.wtn-kb-topic-list {
    display: grid;
    gap: 24px;
}

.wtn-kb-topic-card {
    display: flex;
    gap: 22px;
    padding: 32px 36px;
    background: #fff;
    border-radius: var(--wtn-radius);
    border: 1px solid rgba(23, 38, 91, .05);
    box-shadow: var(--wtn-shadow);
}

.wtn-kb-topic-card h2 {
    margin: 5px 0 10px;
    font-size: clamp(23px, 2vw, 31px);
    color: var(--wtn-navy);
}

.wtn-kb-topic-card h2 a {
    color: inherit;
    text-decoration: none;
}

.wtn-kb-topic-card h2 a:hover {
    color: var(--wtn-orange);
}

.wtn-kb-topic-card p {
    color: var(--wtn-muted);
    line-height: 1.7;
    margin: 0 0 17px;
}

.wtn-kb-card-link span {
    display: inline-block;
    transition: transform .18s ease;
}

.wtn-kb-card-link:hover span {
    transform: translateX(4px);
}

.wtn-kb-fact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.wtn-kb-fact-card {
    background: #fff;
    border: 1px solid var(--wtn-line);
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 10px 28px rgba(23, 38, 91, .05);
}

.wtn-kb-fact-meta,
.wtn-kb-fact-footer,
.wtn-kb-fact-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    color: var(--wtn-muted);
    font-size: 13px;
}

.wtn-kb-fact-meta > span,
.wtn-kb-kind-badge {
    background: #fff1e7;
    color: #bd5c15;
    border-radius: 999px;
    padding: 6px 10px;
    font-weight: 800;
}

.wtn-kb-fact-card h2 {
    margin: 16px 0 9px;
    font-size: 21px;
    line-height: 1.35;
}

.wtn-kb-fact-card h2 a {
    color: var(--wtn-navy);
    text-decoration: none;
}

.wtn-kb-fact-card h2 a:hover {
    color: var(--wtn-orange);
}

.wtn-kb-fact-card p {
    color: var(--wtn-muted);
    line-height: 1.65;
}

.wtn-kb-fact-footer {
    margin-top: 18px;
    padding-top: 15px;
    border-top: 1px solid var(--wtn-line);
}

.wtn-kb-verified {
    color: #17764b;
    font-weight: 800;
}

.wtn-kb-lead-card {
    display: flex;
    gap: 24px;
    padding: 34px;
    margin-bottom: 26px;
}

.wtn-kb-lead-card h2 {
    margin-bottom: 8px;
}

.wtn-kb-lead-card p {
    color: var(--wtn-muted);
    line-height: 1.7;
}

.wtn-kb-lead-card .wtn-kb-search {
    margin-top: 22px;
}

.wtn-kb-article-card {
    padding: clamp(26px, 4vw, 48px);
    margin-bottom: 28px;
}

.wtn-kb-article-header {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 22px;
}

.wtn-kb-article-header h2 {
    margin: 4px 0 0;
    font-size: clamp(28px, 3.2vw, 44px);
    line-height: 1.15;
}

.wtn-kb-article-lead {
    font-size: 18px;
    line-height: 1.8;
    color: #39445f;
    margin: 0;
}

.wtn-kb-local-notice,
.wtn-kb-location-picker,
.wtn-kb-source-box {
    margin-top: 26px;
    border-radius: 16px;
    padding: 22px;
}

.wtn-kb-local-notice {
    background: #fff8ef;
    border: 1px solid #f5d8b9;
}

.wtn-kb-local-notice strong {
    color: #9b4a10;
}

.wtn-kb-local-notice p {
    margin: 7px 0 0;
    color: #6f513b;
    line-height: 1.65;
}

.wtn-kb-location-picker {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr);
    gap: 22px;
    align-items: center;
    background: var(--wtn-sky);
    border: 1px solid #d7ebf1;
}

.wtn-kb-location-picker strong,
.wtn-kb-location-picker span {
    display: block;
}

.wtn-kb-location-picker strong {
    color: var(--wtn-navy);
    font-size: 18px;
}

.wtn-kb-location-picker span {
    color: var(--wtn-muted);
    margin-top: 4px;
}

.wtn-kb-location-form {
    display: flex;
    min-width: 0;
}

.wtn-kb-location-form select {
    flex: 1;
    min-width: 0;
    border: 1px solid #cad6e0;
    border-radius: 12px 0 0 12px;
    background: #fff;
    color: var(--wtn-navy);
    padding: 13px;
    min-height: 52px;
}

.wtn-kb-location-form button {
    border-radius: 0 12px 12px 0;
    min-height: 52px;
}

.wtn-kb-accordion {
    border-top: 1px solid var(--wtn-line);
}

.wtn-kb-accordion-item {
    border-bottom: 1px solid var(--wtn-line);
}

.wtn-kb-accordion-item h3 {
    margin: 0;
}

.wtn-kb-accordion-item button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 21px 0;
    border: 0;
    background: transparent;
    color: var(--wtn-navy);
    text-align: left;
    cursor: pointer;
    font: inherit;
    font-weight: 800;
    font-size: 18px;
}

.wtn-kb-accordion-item button small {
    display: block;
    margin-bottom: 4px;
    color: var(--wtn-orange);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.wtn-kb-accordion-symbol {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff1e7;
    color: var(--wtn-orange);
    font-size: 24px;
    line-height: 1;
    transition: transform .2s ease;
}

.wtn-kb-accordion-item button[aria-expanded="true"] .wtn-kb-accordion-symbol {
    transform: rotate(45deg);
}

.wtn-kb-accordion-panel {
    padding: 0 58px 22px 0;
    color: var(--wtn-muted);
    line-height: 1.8;
}

.wtn-kb-accordion-panel p {
    margin: 0;
}

.wtn-kb-related-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.wtn-kb-related-links a {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 18px;
    border: 1px solid var(--wtn-line);
    border-radius: 13px;
    color: var(--wtn-navy);
    text-decoration: none;
    font-weight: 800;
}

.wtn-kb-related-links a:hover {
    border-color: var(--wtn-orange);
    color: var(--wtn-orange);
}

.wtn-kb-disclaimer {
    padding: 28px 30px;
    border-radius: 18px;
    background: linear-gradient(145deg, #142b63, #0d4b92);
    color: #fff;
}

.wtn-kb-disclaimer h2 {
    color: #fff;
    margin-bottom: 9px;
    font-size: 24px;
}

.wtn-kb-disclaimer p {
    margin: 0;
    line-height: 1.75;
    color: rgba(255,255,255,.9);
}

.wtn-kb-fact-article > h2 {
    font-size: clamp(29px, 3.4vw, 46px);
    margin: 18px 0 16px;
}

.wtn-kb-prose {
    margin-top: 28px;
    color: #39445f;
    line-height: 1.85;
    font-size: 17px;
}

.wtn-kb-source-box {
    background: var(--wtn-sky);
    border: 1px solid #d7ebf1;
}

.wtn-kb-source-box h3 {
    margin: 0 0 15px;
    color: var(--wtn-navy);
}

.wtn-kb-source-box dl,
.wtn-kb-source-box dd {
    margin: 0;
}

.wtn-kb-source-box dl > div {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 18px;
    padding: 12px 0;
    border-top: 1px solid #d7e6eb;
}

.wtn-kb-source-box dt {
    font-weight: 800;
    color: var(--wtn-navy);
}

.wtn-kb-source-box a {
    color: var(--wtn-blue);
}

.wtn-kb-search-page-head {
    max-width: 950px;
    margin: 0 auto 38px;
    text-align: center;
}

.wtn-kb-search-page-head p {
    color: var(--wtn-muted);
}

.wtn-kb-search-results {
    display: grid;
    gap: 50px;
}

.wtn-kb-search-group {
    padding-top: 10px;
}

.wtn-kb-location-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
}

.wtn-kb-location-card {
    display: block;
    padding: 20px;
    background: #fff;
    border: 1px solid var(--wtn-line);
    border-radius: 15px;
    text-decoration: none;
    color: var(--wtn-navy);
    box-shadow: 0 8px 22px rgba(23,38,91,.04);
}

.wtn-kb-location-card:hover {
    border-color: var(--wtn-orange);
}

.wtn-kb-location-card strong,
.wtn-kb-location-card span {
    display: block;
}

.wtn-kb-location-card span {
    color: var(--wtn-muted);
    margin-top: 5px;
    font-size: 13px;
}

.wtn-kb-search-note {
    color: var(--wtn-muted);
    font-size: 14px;
}

.wtn-kb-empty {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    border-radius: var(--wtn-radius);
    padding: 52px 34px;
    box-shadow: var(--wtn-shadow);
}

.wtn-kb-empty > span {
    display: inline-flex;
    width: 64px;
    height: 64px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff1e7;
    color: var(--wtn-orange);
    font-size: 32px;
}

.wtn-kb-empty h2 {
    color: var(--wtn-navy);
    margin: 18px 0 8px;
}

.wtn-kb-empty p {
    color: var(--wtn-muted);
    margin: 0;
}

.wtn-kb-inline-search {
    max-width: 760px;
}

@media (max-width: 1180px) {
    .wtn-kb-container {
        width: min(100% - 44px, 1320px);
    }

    .wtn-kb-layout {
        grid-template-columns: minmax(0, 1fr) 330px;
    }

    .wtn-kb-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wtn-kb-location-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .wtn-kb-intro-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .wtn-kb-hero-inner,
    .wtn-kb-section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .wtn-kb-breadcrumb {
        justify-content: flex-start;
    }

    .wtn-kb-layout {
        grid-template-columns: 1fr;
    }

    .wtn-kb-sidebar {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wtn-kb-stat-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    .wtn-kb-location-picker {
        grid-template-columns: 1fr;
    }

    .wtn-kb-location-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .wtn-kb-container {
        width: min(100% - 28px, 100%);
    }

    .wtn-kb-hero-inner {
        min-height: 118px;
        padding: 24px 0;
    }

    .wtn-kb-intro-section,
    .wtn-kb-section {
        padding: 42px 0;
    }

    .wtn-kb-intro-card,
    .wtn-kb-article-card,
    .wtn-kb-lead-card,
    .wtn-kb-topic-card,
    .wtn-kb-side-card {
        padding: 24px;
        border-radius: 18px;
    }

    .wtn-kb-category-grid,
    .wtn-kb-fact-grid,
    .wtn-kb-related-links,
    .wtn-kb-sidebar,
    .wtn-kb-location-grid {
        grid-template-columns: 1fr;
    }

    .wtn-kb-topic-card,
    .wtn-kb-lead-card,
    .wtn-kb-article-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .wtn-kb-category-card {
        grid-template-columns: 50px minmax(0, 1fr) auto;
        padding: 18px;
    }

    .wtn-kb-category-icon,
    .wtn-kb-card-icon {
        width: 50px;
        height: 50px;
    }

    .wtn-kb-search {
        flex-direction: column;
    }

    .wtn-kb-search button {
        justify-content: center;
        min-height: 50px;
    }

    .wtn-kb-location-form {
        display: grid;
    }

    .wtn-kb-location-form select,
    .wtn-kb-location-form button {
        border-radius: 12px;
    }

    .wtn-kb-source-box dl > div {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .wtn-kb-accordion-panel {
        padding-right: 0;
    }
}
