/* IZB Base: light blue-grey surfaces with a restrained warm-gold accent. */
:root {
    --izb-ink: #20384d;
    --izb-ink-deep: #172f43;
    --izb-blue: #397da8;
    --izb-blue-deep: #285f86;
    --izb-blue-soft: #edf5fb;
    --izb-blue-border: #bad4e5;
    --izb-gold: #c28a2e;
    --izb-gold-deep: #9f6c1e;
    --izb-gold-soft: #fff5df;
    --izb-paper: #fff;
    --izb-canvas: #f4f7f9;
    --izb-muted: #637789;
    --izb-border: #d9e3ea;
    --izb-radius-sm: 10px;
    --izb-radius: 16px;
    --izb-radius-lg: 24px;
    --izb-shadow: 0 14px 42px rgba(32, 65, 91, .08);
    --izb-shadow-hover: 0 18px 46px rgba(32, 65, 91, .14);
}

html {
    scroll-behavior: smooth;
    text-size-adjust: 100%;
}

body.izb-base-theme {
    --lxkb-nav: #24445d;
    --lxkb-nav-deep: #183247;
    --lxkb-accent: #397da8;
    --lxkb-accent-dark: #285f86;
    --lxkb-accent-soft: #edf5fb;
    --lxkb-accent-light: #dcecf7;
    --lxkb-accent-ink: #245d83;
    --lxkb-accent-border: #bad4e5;
    --lxkb-focus-color: #c28a2e;
    --lxkb-focus: rgba(194, 138, 46, .2);
    --lxkb-page-bg: #f4f7f9;
    --lxkb-chart-secondary: #c28a2e;
    --lxkb-text: #20384d;
    --lxkb-muted: #637789;
    --lxkb-border: #d9e3ea;
    --lxkb-soft: #f8fafb;
    --lxkb-content-max: 1880px;
    --lxkb-content-inner: 1720px;
    --lxkb-page-pad: clamp(20px, 3.2vw, 64px);
    margin: 0;
    overflow-x: clip;
    color: var(--izb-ink);
    background: var(--izb-canvas);
    font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

body.izb-base-theme *,
body.izb-base-theme *::before,
body.izb-base-theme *::after {
    box-sizing: border-box;
}

body.izb-base-theme img {
    max-width: 100%;
    height: auto;
}

body.izb-base-theme a {
    text-underline-offset: .18em;
}

body.izb-base-theme :focus-visible {
    outline: 3px solid var(--izb-gold);
    outline-offset: 3px;
}

.screen-reader-text {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.izb-container {
    width: min(100% - clamp(32px, 6.4vw, 128px), 1720px);
    margin-inline: auto;
}

.izb-skip-link {
    position: fixed;
    z-index: 99999;
    top: 12px;
    left: 12px;
    padding: 10px 16px;
    border-radius: 8px;
    color: #fff;
    background: var(--izb-blue-deep);
    transform: translateY(-160%);
}

.izb-skip-link:focus {
    transform: translateY(0);
}

.izb-site {
    min-height: 100vh;
    background:
        radial-gradient(circle at 92% 12%, rgba(194, 138, 46, .08), transparent 24rem),
        linear-gradient(180deg, #f8fafb 0, var(--izb-canvas) 30rem);
}

.izb-site-header {
    position: relative;
    z-index: 50;
    border-bottom: 1px solid rgba(57, 125, 168, .15);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 8px 30px rgba(32, 65, 91, .06);
}

.izb-topbar {
    color: #dbe9f2;
    background: var(--izb-ink-deep);
    font-size: 12px;
}

.izb-topbar .izb-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 31px;
}

.izb-topbar a {
    color: #fff;
    text-decoration: none;
}

.izb-header-main {
    display: grid;
    grid-template-columns: minmax(250px, 340px) minmax(0, 1fr);
    align-items: center;
    min-height: 84px;
}

.izb-brand {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    width: fit-content;
    color: inherit;
    text-decoration: none;
}

.izb-brand-mark {
    display: grid;
    place-items: center;
    width: 56px;
    height: 48px;
    border-radius: 6px 17px 6px 17px;
    color: #fff;
    background: linear-gradient(135deg, var(--izb-blue-deep), var(--izb-blue));
    box-shadow: 7px 7px 0 var(--izb-gold-soft);
    font-size: 15px;
    font-weight: 850;
    letter-spacing: .05em;
}

.izb-custom-logo,
.izb-custom-logo .custom-logo-link {
    display: flex;
    align-items: center;
}

.izb-custom-logo img {
    width: auto;
    max-height: 56px;
}

.izb-brand-copy strong,
.izb-brand-copy small {
    display: block;
}

.izb-brand-copy strong {
    color: var(--izb-ink-deep);
    font-size: 21px;
    line-height: 1.3;
}

.izb-brand-copy small {
    margin-top: 2px;
    color: var(--izb-muted);
    font-size: 11px;
}

.izb-primary-nav {
    min-width: 0;
}

.izb-menu,
.izb-footer-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(18px, 2vw, 36px);
    margin: 0;
    padding: 0;
    list-style: none;
}

.izb-menu li {
    position: relative;
}

.izb-menu a {
    display: flex;
    align-items: center;
    min-height: 84px;
    color: var(--izb-ink);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.izb-menu > li > a::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    border-radius: 3px 3px 0 0;
    content: "";
    background: transparent;
}

.izb-menu a:hover,
.izb-menu .current-menu-item > a,
.izb-menu .current-menu-ancestor > a {
    color: var(--izb-blue-deep);
}

.izb-menu .current-menu-item > a::after,
.izb-menu .current-menu-ancestor > a::after {
    background: var(--izb-gold);
}

.izb-menu .sub-menu {
    position: absolute;
    z-index: 20;
    top: calc(100% - 1px);
    left: -20px;
    min-width: 210px;
    margin: 0;
    padding: 10px;
    border: 1px solid var(--izb-border);
    border-radius: 0 0 12px 12px;
    background: #fff;
    box-shadow: var(--izb-shadow);
    list-style: none;
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity .18s ease, transform .18s ease;
}

.izb-menu li:hover > .sub-menu,
.izb-menu li:focus-within > .sub-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.izb-menu .sub-menu a {
    min-height: 42px;
    padding: 7px 10px;
    border-radius: 7px;
    white-space: normal;
}

.izb-menu .sub-menu a:hover {
    background: var(--izb-blue-soft);
}

.izb-menu-toggle {
    display: none;
    justify-self: end;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 1px solid var(--izb-border);
    border-radius: 10px;
    background: #fff;
}

.izb-menu-toggle > span:not(.screen-reader-text) {
    display: block;
    height: 2px;
    margin: 4px 0;
    border-radius: 2px;
    background: var(--izb-ink);
}

.izb-main {
    min-height: 56vh;
    padding-block: clamp(42px, 6vw, 88px);
}

.izb-page-heading,
.izb-entry-header {
    max-width: 980px;
    margin-bottom: 32px;
}

.izb-page-heading > span,
.izb-entry-header > span {
    color: var(--izb-gold-deep);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
}

.izb-page-heading h1,
.izb-entry-header h1 {
    margin: 8px 0 0;
    color: var(--izb-ink-deep);
    font-size: clamp(32px, 4vw, 58px);
    letter-spacing: -.035em;
    line-height: 1.18;
}

.izb-page-heading > div,
.izb-entry-meta {
    margin-top: 14px;
    color: var(--izb-muted);
}

.izb-post-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.izb-post-card {
    overflow: hidden;
    border: 1px solid var(--izb-border);
    border-radius: var(--izb-radius);
    background: #fff;
    box-shadow: 0 8px 26px rgba(32, 65, 91, .05);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.izb-post-card:hover {
    border-color: var(--izb-blue-border);
    box-shadow: var(--izb-shadow-hover);
    transform: translateY(-4px);
}

.izb-post-card-media {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: var(--izb-blue-soft);
}

.izb-post-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.izb-post-card-body {
    padding: 24px;
}

.izb-post-card time {
    color: var(--izb-gold-deep);
    font-size: 12px;
    font-weight: 700;
}

.izb-post-card h2 {
    margin: 8px 0 10px;
    font-size: 21px;
    line-height: 1.45;
}

.izb-post-card h2 a,
.izb-text-link {
    color: inherit;
    text-decoration: none;
}

.izb-post-card p {
    color: var(--izb-muted);
    font-size: 14px;
}

.izb-text-link {
    color: var(--izb-blue-deep);
    font-size: 13px;
    font-weight: 800;
}

.izb-entry,
.izb-post-nav {
    max-width: 1120px;
    margin-inline: auto;
}

.izb-entry-header {
    max-width: 1040px;
}

.izb-entry-cover {
    margin: 0 0 34px;
    overflow: hidden;
    border-radius: var(--izb-radius-lg);
    background: var(--izb-blue-soft);
}

.izb-entry-content {
    padding: clamp(24px, 4vw, 56px);
    border: 1px solid var(--izb-border);
    border-radius: var(--izb-radius-lg);
    background: #fff;
    box-shadow: var(--izb-shadow);
    color: #455d70;
}

.izb-entry-content > *:first-child {
    margin-top: 0;
}

.izb-entry-content > *:last-child {
    margin-bottom: 0;
}

.izb-entry-content h2,
.izb-entry-content h3,
.izb-entry-content h4 {
    color: var(--izb-ink-deep);
    line-height: 1.4;
}

.izb-entry-content a {
    color: var(--izb-blue-deep);
}

.izb-entry-content blockquote {
    margin-inline: 0;
    padding: 18px 22px;
    border-left: 4px solid var(--izb-gold);
    background: var(--izb-gold-soft);
}

.izb-entry-content table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
}

.izb-entry-content th,
.izb-entry-content td {
    padding: 10px 12px;
    border: 1px solid var(--izb-border);
    text-align: left;
}

.izb-post-nav {
    margin-top: 22px;
}

.izb-post-nav .nav-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.izb-post-nav a {
    display: block;
    padding: 18px;
    border: 1px solid var(--izb-border);
    border-radius: var(--izb-radius-sm);
    color: var(--izb-ink);
    background: #fff;
    text-decoration: none;
}

.izb-post-nav a span {
    display: block;
    color: var(--izb-muted);
    font-size: 11px;
}

.izb-pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
    margin-top: 34px;
}

.izb-pagination .page-numbers {
    display: grid;
    place-items: center;
    min-width: 42px;
    min-height: 42px;
    padding: 6px 11px;
    border: 1px solid var(--izb-border);
    border-radius: 9px;
    color: var(--izb-ink);
    background: #fff;
    text-decoration: none;
}

.izb-pagination .current,
.izb-pagination a:hover {
    color: #fff;
    border-color: var(--izb-blue);
    background: var(--izb-blue);
}

.izb-empty,
.izb-error-page {
    max-width: 860px;
    margin-inline: auto;
    padding: clamp(36px, 7vw, 90px);
    border: 1px solid var(--izb-border);
    border-radius: var(--izb-radius-lg);
    text-align: center;
    background: #fff;
    box-shadow: var(--izb-shadow);
}

.izb-error-page > span {
    color: var(--izb-gold);
    font-size: clamp(60px, 10vw, 112px);
    font-weight: 900;
    letter-spacing: -.06em;
    line-height: 1;
}

.izb-error-page h1 {
    margin: 16px 0 8px;
    color: var(--izb-ink-deep);
    font-size: clamp(28px, 4vw, 44px);
}

.izb-error-page p {
    color: var(--izb-muted);
}

.izb-error-page > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 24px;
}

.izb-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 19px;
    border: 1px solid var(--izb-blue);
    border-radius: 10px;
    color: #fff;
    background: var(--izb-blue);
    font-weight: 750;
    text-decoration: none;
}

.izb-button-quiet {
    color: var(--izb-blue-deep);
    background: #fff;
}

.izb-site-footer {
    color: #d5e2ea;
    background:
        linear-gradient(105deg, rgba(194, 138, 46, .07), transparent 40%),
        var(--izb-ink-deep);
}

.izb-footer-main {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) .8fr .8fr;
    gap: 60px;
    padding-block: 50px 38px;
}

.izb-footer-title,
.izb-footer-contact strong {
    color: #fff;
    font-size: 19px;
}

.izb-footer-main p {
    max-width: 580px;
    margin: 12px 0 0;
    color: #9eb2c0;
    font-size: 13px;
}

.izb-footer-menu {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
}

.izb-footer-menu a,
.izb-footer-contact a {
    color: #c5d4dd;
    font-size: 13px;
    text-decoration: none;
}

.izb-footer-contact a {
    display: block;
    margin-top: 8px;
}

.izb-footer-bottom {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 20px;
    padding-block: 18px 22px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    color: #96aab8;
    font-size: 12px;
}

.izb-footer-bottom a {
    color: #c8d6df;
    text-decoration: none;
}

.izb-footer-bottom a:last-child {
    justify-self: end;
}

/* --------------------------------------------------------------------------
 * Business plugin visual layer. It intentionally follows the plugin CSS.
 * ----------------------------------------------------------------------- */
.izb-base-theme .lxkb-standalone-body,
.izb-base-theme .lxkb-portal {
    background:
        radial-gradient(circle at 96% 3%, rgba(194, 138, 46, .07), transparent 25rem),
        var(--izb-canvas);
}

.izb-base-theme .lxkb-portal {
    overflow-x: clip;
    color: var(--izb-ink);
}

.izb-base-theme .lxkb-header {
    color: var(--izb-ink);
    border-bottom: 1px solid rgba(57, 125, 168, .17);
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 8px 30px rgba(32, 65, 91, .07);
}

.izb-base-theme .lxkb-utility-bar {
    color: #d2e1ea;
    border-color: rgba(255, 255, 255, .1);
    background: var(--izb-ink-deep);
}

.izb-base-theme .lxkb-utility-bar a:hover {
    color: #fff;
}

.izb-base-theme .lxkb-header-inner {
    grid-template-columns: minmax(270px, 340px) minmax(0, 1fr) minmax(210px, 280px);
    min-height: 82px;
}

.izb-base-theme .lxkb-brand strong,
.izb-base-theme .lxkb-phone strong {
    color: var(--izb-ink-deep);
}

.izb-base-theme .lxkb-brand small,
.izb-base-theme .lxkb-phone small {
    color: var(--izb-muted);
}

.izb-base-theme .lxkb-brand > .dashicons {
    color: var(--izb-blue);
    filter: drop-shadow(5px 5px 0 var(--izb-gold-soft));
}

.izb-base-theme .lxkb-nav {
    gap: clamp(18px, 1.8vw, 34px);
}

.izb-base-theme .lxkb-nav a {
    color: var(--izb-ink);
}

.izb-base-theme .lxkb-nav a:hover,
.izb-base-theme .lxkb-nav a.is-active {
    color: var(--izb-blue-deep);
}

.izb-base-theme .lxkb-nav a.is-active::after {
    background: var(--izb-gold);
}

.izb-base-theme .lxkb-phone > .dashicons {
    background: linear-gradient(135deg, var(--izb-blue-deep), var(--izb-blue));
    box-shadow: 0 6px 15px rgba(57, 125, 168, .22);
}

.izb-base-theme .lxkb-menu-toggle {
    color: var(--izb-ink);
}

.izb-base-theme .lxkb-hero {
    padding-top: 24px;
}

.izb-base-theme .lxkb-hero-grid {
    border-color: var(--izb-border);
    border-radius: 20px;
    box-shadow: var(--izb-shadow);
}

.izb-base-theme .lxkb-industry-panel h2 {
    position: relative;
    background: linear-gradient(115deg, var(--izb-blue-deep), var(--izb-blue));
}

.izb-base-theme .lxkb-industry-panel h2::after {
    position: absolute;
    right: 18px;
    bottom: 0;
    left: 18px;
    height: 2px;
    content: "";
    background: rgba(255, 222, 157, .72);
}

.izb-base-theme .lxkb-industry-button:hover,
.izb-base-theme .lxkb-industry-button.is-selected,
.izb-base-theme .lxkb-industry-item.is-submenu-open > .lxkb-industry-button {
    color: var(--izb-blue-deep);
    background: var(--izb-blue-soft);
}

.izb-base-theme .lxkb-industry-button > .dashicons:first-child,
.izb-base-theme .lxkb-collection-card-icon,
.izb-base-theme .lxkb-process-step > .dashicons {
    border-color: var(--izb-blue-border);
    color: var(--izb-blue-deep);
    background: var(--izb-blue-soft);
}

.izb-base-theme .lxkb-hero-main {
    background-color: #eef5f9;
    background-blend-mode: screen;
}

.izb-base-theme .lxkb-eyebrow,
.izb-base-theme .lxkb-card-kicker,
.izb-base-theme .lxkb-collection-heading > div > span,
.izb-base-theme .lxkb-directory-sidebar > div > span,
.izb-base-theme .lxkb-directory-results > header span,
.izb-base-theme .lxkb-standard-results > header span,
.izb-base-theme .lxkb-regulation-results > header span {
    color: var(--izb-gold-deep) !important;
}

.izb-base-theme .lxkb-hero-copy h1,
.izb-base-theme .lxkb-hero-copy .lxkb-hero-title {
    color: var(--izb-ink-deep);
    letter-spacing: -.035em;
    text-shadow: 0 2px 3px rgba(255, 255, 255, .95);
}

.izb-base-theme .lxkb-service-search {
    border: 2px solid rgba(57, 125, 168, .26);
    box-shadow: 0 12px 30px rgba(32, 65, 91, .12);
}

.izb-base-theme .lxkb-service-search button,
.izb-base-theme .lxkb-primary-button,
.izb-base-theme .lxkb-directory-sidebar form button,
.izb-base-theme .lxkb-standard-filter form button,
.izb-base-theme .lxkb-regulation-sidebar form button {
    background: linear-gradient(135deg, var(--izb-blue-deep), var(--izb-blue));
    box-shadow: 0 7px 18px rgba(57, 125, 168, .18);
}

.izb-base-theme .lxkb-hot-search button:hover {
    background: var(--izb-blue-deep);
}

.izb-base-theme .lxkb-inquiry-card,
.izb-base-theme .lxkb-detail-inquiry,
.izb-base-theme .lxkb-collection-inquiry,
.izb-base-theme .lxkb-institution-inquiry {
    overflow: hidden;
    border-color: var(--izb-border);
    border-top: 4px solid var(--izb-gold);
    border-radius: var(--izb-radius);
    box-shadow: var(--izb-shadow);
}

.izb-base-theme .lxkb-form-step input,
.izb-base-theme .lxkb-form-step select,
.izb-base-theme .lxkb-form-step textarea,
.izb-base-theme .lxkb-directory-sidebar input,
.izb-base-theme .lxkb-directory-sidebar select,
.izb-base-theme .lxkb-standard-filter input,
.izb-base-theme .lxkb-standard-filter select,
.izb-base-theme .lxkb-regulation-sidebar input,
.izb-base-theme .lxkb-regulation-sidebar select {
    border-radius: 9px;
}

.izb-base-theme .lxkb-process,
.izb-base-theme .lxkb-services,
.izb-base-theme .lxkb-content-section,
.izb-base-theme .lxkb-trust {
    border-color: var(--izb-border);
    border-radius: var(--izb-radius);
    box-shadow: 0 9px 30px rgba(32, 65, 91, .055);
}

.izb-base-theme .lxkb-services-heading h2,
.izb-base-theme .lxkb-section-heading h2 {
    border-left-color: var(--izb-gold);
}

.izb-base-theme .lxkb-service-tabs button,
.izb-base-theme .lxkb-category-strip a,
.izb-base-theme .lxkb-institution-type-tabs a,
.izb-base-theme .lxkb-regulation-sort-tabs a {
    border-radius: 999px;
}

.izb-base-theme .lxkb-service-tabs button:hover,
.izb-base-theme .lxkb-service-tabs button.is-active,
.izb-base-theme .lxkb-category-strip a:hover,
.izb-base-theme .lxkb-category-strip a.is-active,
.izb-base-theme .lxkb-institution-type-tabs a:hover,
.izb-base-theme .lxkb-institution-type-tabs a.is-active,
.izb-base-theme .lxkb-regulation-sort-tabs a:hover,
.izb-base-theme .lxkb-regulation-sort-tabs a.is-active {
    color: #fff;
    background: var(--izb-blue-deep);
}

.izb-base-theme .lxkb-service-head {
    background: #edf3f7;
}

.izb-base-theme .lxkb-service-row:not(.lxkb-service-head):nth-child(even) {
    background: #fbfcfd;
}

.izb-base-theme .lxkb-trust {
    border-color: #ecd5a9;
    background: linear-gradient(100deg, var(--izb-gold-soft), #f8fbfd 68%);
}

.izb-base-theme .lxkb-trust > div {
    border-color: #ead8b7;
}

.izb-base-theme .lxkb-trust .dashicons,
.izb-base-theme .lxkb-trust strong {
    color: var(--izb-gold-deep);
}

.izb-base-theme .lxkb-footer {
    color: #d6e3eb;
    background:
        linear-gradient(105deg, rgba(194, 138, 46, .07), transparent 42%),
        var(--izb-ink-deep);
}

.izb-base-theme .lxkb-footer-bottom {
    border-color: rgba(255, 255, 255, .12);
}

.izb-base-theme .lxkb-widget-card,
.izb-base-theme .lxkb-detail-note,
.izb-base-theme .lxkb-regulation-source,
.izb-base-theme .lxkb-regulation-reading-note,
.izb-base-theme .lxkb-standard-source-note,
.izb-base-theme .lxkb-source-notice {
    border-color: #ecd6ae;
    background: var(--izb-gold-soft);
}

.izb-base-theme :is(
    .lxkb-detail-summary,
    .lxkb-collection-hero,
    .lxkb-directory-hero,
    .lxkb-enterprise-hero,
    .lxkb-institution-hero,
    .lxkb-standard-hero,
    .lxkb-standard-detail-hero,
    .lxkb-regulation-hero,
    .lxkb-regulation-detail-hero,
    .lxkb-factory-hero
) {
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: var(--izb-radius-lg);
    background:
        radial-gradient(circle at 88% 16%, rgba(255, 205, 110, .18), transparent 18rem),
        linear-gradient(125deg, #234a68, #326f97 72%, #407fa7);
    box-shadow: 0 16px 38px rgba(32, 65, 91, .16);
}

.izb-base-theme :is(
    .lxkb-collection-hero,
    .lxkb-directory-hero,
    .lxkb-enterprise-hero,
    .lxkb-standard-hero,
    .lxkb-regulation-hero
) > div > span,
.izb-base-theme .lxkb-detail-label,
.izb-base-theme .lxkb-standard-detail-number,
.izb-base-theme .lxkb-regulation-detail-hero > div > span {
    color: #ffe3a7;
}

.izb-base-theme .lxkb-detail-summary dl > div,
.izb-base-theme .lxkb-collection-hero dl > div,
.izb-base-theme .lxkb-directory-hero dl > div,
.izb-base-theme .lxkb-enterprise-hero dl > div,
.izb-base-theme .lxkb-standard-hero dl > div,
.izb-base-theme .lxkb-regulation-hero dl > div {
    border-left-color: var(--izb-gold);
}

.izb-base-theme :is(
    .lxkb-detail-content,
    .lxkb-detail-side,
    .lxkb-collection-main,
    .lxkb-directory-results,
    .lxkb-directory-sidebar,
    .lxkb-institution-detail-layout > article,
    .lxkb-standard-categories,
    .lxkb-standard-category-content,
    .lxkb-standard-filter,
    .lxkb-standard-results,
    .lxkb-standard-metadata,
    .lxkb-standard-detail-side > div:first-child,
    .lxkb-regulation-sidebar,
    .lxkb-regulation-results,
    .lxkb-regulation-content,
    .lxkb-regulation-facts,
    .lxkb-enterprise-categories,
    .lxkb-enterprise-process,
    .lxkb-qualification-selector,
    .lxkb-factory-types,
    .lxkb-factory-scenarios,
    .lxkb-factory-process,
    .lxkb-factory-checklist,
    .lxkb-factory-deliverables,
    .lxkb-factory-faq
) {
    border-color: var(--izb-border);
    border-radius: var(--izb-radius);
    box-shadow: 0 9px 30px rgba(32, 65, 91, .055);
}

.izb-base-theme :is(
    .lxkb-collection-card,
    .lxkb-institution-card,
    .lxkb-standard-record,
    .lxkb-standard-category-leaf,
    .lxkb-regulation-card,
    .lxkb-enterprise-category-grid article,
    .lxkb-qualification-category,
    .lxkb-factory-type-card,
    .lxkb-factory-scenario-grid article,
    .lxkb-related-grid a,
    .lxkb-solution-card,
    .lxkb-market-card
) {
    border-color: var(--izb-border);
    border-radius: 13px;
    background: linear-gradient(180deg, #fff, #fbfcfd);
}

.izb-base-theme :is(
    .lxkb-collection-card,
    .lxkb-institution-card,
    .lxkb-standard-record,
    .lxkb-standard-category-leaf,
    .lxkb-regulation-card,
    .lxkb-enterprise-category-grid article,
    .lxkb-factory-type-card,
    .lxkb-solution-card,
    .lxkb-market-card
):hover {
    border-color: var(--izb-blue-border);
    box-shadow: var(--izb-shadow-hover);
}

.izb-base-theme .lxkb-institution-mark,
.izb-base-theme .lxkb-regulation-card-mark,
.izb-base-theme .lxkb-standard-card > span,
.izb-base-theme .lxkb-enterprise-category-grid article > .dashicons {
    color: var(--izb-blue-deep);
    border-color: var(--izb-blue-border);
    background: var(--izb-blue-soft);
}

.izb-base-theme .lxkb-institution-card.is-cma-card {
    border-top: 3px solid var(--izb-gold);
}

.izb-base-theme .lxkb-sticky-label {
    background: linear-gradient(120deg, var(--izb-blue-deep), var(--izb-blue));
}

.izb-base-theme .lxkb-pagination .page-numbers {
    border-radius: 9px;
}

.izb-base-theme .lxkb-pagination a.page-numbers:hover,
.izb-base-theme .lxkb-pagination .page-numbers.current {
    border-color: var(--izb-blue-deep);
    background: var(--izb-blue-deep);
}

.izb-base-theme .lxkb-floating-actions {
    overflow: hidden;
    border-color: var(--izb-border);
    border-radius: 13px;
    box-shadow: var(--izb-shadow-hover);
}

.izb-base-theme .lxkb-floating-actions a:first-child {
    background: var(--izb-blue-deep);
}

.izb-base-theme .lxkb-standard-root-list a:hover,
.izb-base-theme .lxkb-standard-root-list a.is-active {
    border-left-color: var(--izb-gold);
    color: var(--izb-blue-deep);
    background: var(--izb-blue-soft);
}

.izb-base-theme .lxkb-regulation-card-actions a.is-primary,
.izb-base-theme .lxkb-standard-record-actions a.is-primary,
.izb-base-theme .lxkb-regulation-downloads a:not(.is-source),
.izb-base-theme .lxkb-standard-official-actions a:first-child {
    background: var(--izb-blue-deep);
}

.izb-base-theme .lxkb-regulation-body,
.izb-base-theme .lxkb-editor-content {
    color: #4f6678;
}

.izb-base-theme .lxkb-regulation-body table,
.izb-base-theme .lxkb-editor-content table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
}

/* The branded login adopts the IZB palette without changing authentication. */
.izb-base-theme.lxkb-login-body {
    --lxkb-nav: #234a68;
    --lxkb-accent: #397da8;
    --lxkb-accent-dark: #285f86;
    --lxkb-focus-color: #c28a2e;
    --lxkb-page-bg: #f4f7f9;
}

.izb-base-theme .lxkb-login-card {
    border-top: 4px solid var(--izb-gold);
    border-radius: 18px;
    box-shadow: var(--izb-shadow-hover);
}

.izb-base-theme .lxkb-login-form button {
    background: linear-gradient(135deg, var(--izb-blue-deep), var(--izb-blue));
}

@media (min-width: 1600px) {
    .izb-base-theme .lxkb-hero-grid {
        --lxkb-industry-col: clamp(320px, 18vw, 370px);
        --lxkb-inquiry-col: clamp(350px, 19vw, 400px);
        min-height: 510px;
    }

    .izb-base-theme .lxkb-collection-grid,
    .izb-base-theme .lxkb-institution-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1240px) {
    .izb-base-theme .lxkb-header-inner {
        grid-template-columns: minmax(230px, 280px) minmax(0, 1fr) minmax(180px, 210px);
    }

    .izb-base-theme .lxkb-nav {
        gap: 17px;
    }

    .izb-base-theme .lxkb-nav a {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .izb-header-main {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .izb-menu-toggle {
        display: block;
    }

    .izb-primary-nav {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        display: none;
        padding: 10px clamp(16px, 6.4vw, 64px) 18px;
        border-top: 1px solid var(--izb-border);
        background: #fff;
        box-shadow: var(--izb-shadow);
    }

    .izb-primary-nav.is-open {
        display: block;
    }

    .izb-menu {
        align-items: stretch;
        flex-direction: column;
        gap: 0;
    }

    .izb-menu a {
        min-height: 46px;
        border-bottom: 1px solid var(--izb-border);
    }

    .izb-menu > li > a::after {
        display: none;
    }

    .izb-menu .sub-menu {
        position: static;
        display: block;
        min-width: 0;
        padding: 0 0 6px 14px;
        border: 0;
        box-shadow: none;
        opacity: 1;
        pointer-events: auto;
        transform: none;
    }

    .izb-post-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .izb-base-theme .lxkb-header-inner {
        grid-template-columns: minmax(0, 1fr) auto auto;
        min-height: 72px;
    }

    .izb-base-theme .lxkb-nav {
        top: 100%;
        border-top: 1px solid var(--izb-border);
        background: #fff;
        box-shadow: var(--izb-shadow);
    }

    .izb-base-theme .lxkb-nav a {
        color: var(--izb-ink);
        border-color: var(--izb-border);
    }

    .izb-base-theme .lxkb-menu-toggle {
        border: 1px solid var(--izb-border);
        border-radius: 9px;
        color: var(--izb-ink);
        background: #fff;
    }

    .izb-base-theme :is(
        .lxkb-detail-summary,
        .lxkb-collection-hero,
        .lxkb-directory-hero,
        .lxkb-enterprise-hero,
        .lxkb-institution-hero,
        .lxkb-standard-hero,
        .lxkb-regulation-hero
    ) {
        border-radius: 18px;
    }
}

@media (max-width: 720px) {
    body.izb-base-theme {
        --lxkb-page-pad: 12px;
        font-size: 15px;
    }

    .izb-container {
        width: min(100% - 24px, 1720px);
    }

    .izb-topbar {
        display: none;
    }

    .izb-header-main {
        min-height: 68px;
    }

    .izb-brand-mark {
        width: 45px;
        height: 40px;
        box-shadow: 5px 5px 0 var(--izb-gold-soft);
        font-size: 13px;
    }

    .izb-brand-copy strong {
        max-width: 190px;
        overflow: hidden;
        font-size: 17px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .izb-brand-copy small {
        display: none;
    }

    .izb-primary-nav {
        padding-inline: 12px;
    }

    .izb-main {
        padding-block: 34px 52px;
    }

    .izb-page-heading h1,
    .izb-entry-header h1 {
        font-size: clamp(29px, 9vw, 40px);
    }

    .izb-post-grid,
    .izb-post-nav .nav-links,
    .izb-footer-main,
    .izb-footer-bottom {
        grid-template-columns: 1fr;
    }

    .izb-entry-content {
        padding: 22px 18px;
        border-radius: 16px;
    }

    .izb-footer-main {
        gap: 28px;
        padding-block: 38px 28px;
    }

    .izb-footer-bottom {
        gap: 8px;
    }

    .izb-footer-bottom a:last-child {
        justify-self: start;
    }

    .izb-base-theme .lxkb-header-inner {
        min-height: 66px;
        padding-inline: 14px;
    }

    .izb-base-theme .lxkb-nav {
        top: 100%;
        padding-inline: 14px;
    }

    .izb-base-theme .lxkb-hero {
        padding: 10px 12px 0;
    }

    .izb-base-theme .lxkb-hero-grid {
        border-radius: 14px;
    }

    .izb-base-theme .lxkb-hero-main {
        min-height: 370px;
        padding: 54px 18px 26px;
        background-position: 61% center;
    }

    .izb-base-theme .lxkb-hero-copy h1,
    .izb-base-theme .lxkb-hero-copy .lxkb-hero-title {
        font-size: clamp(27px, 8.3vw, 33px);
    }

    .izb-base-theme .lxkb-inquiry-card {
        border-radius: 13px;
    }

    .izb-base-theme .lxkb-process,
    .izb-base-theme .lxkb-services,
    .izb-base-theme .lxkb-trust,
    .izb-base-theme .lxkb-content-section,
    .izb-base-theme .lxkb-final-cta,
    .izb-base-theme .lxkb-detail-breadcrumb,
    .izb-base-theme .lxkb-detail-hero,
    .izb-base-theme .lxkb-detail-layout {
        width: calc(100% - 24px);
    }

    .izb-base-theme .lxkb-process,
    .izb-base-theme .lxkb-services,
    .izb-base-theme .lxkb-content-section {
        padding-right: 16px;
        padding-left: 16px;
        border-radius: 13px;
    }

    .izb-base-theme .lxkb-service-table,
    .izb-base-theme .lxkb-standard-table,
    .izb-base-theme .lxkb-regulation-body,
    .izb-base-theme .lxkb-editor-content {
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .izb-base-theme .lxkb-service-table {
        border: 0;
        border-radius: 0;
    }

    .izb-base-theme .lxkb-service-row:not(.lxkb-service-head) {
        border: 1px solid var(--izb-border);
        border-radius: 10px;
        box-shadow: 0 4px 12px rgba(32, 65, 91, .04);
    }

    .izb-base-theme .lxkb-trust {
        gap: 12px;
    }

    .izb-base-theme :is(
        .lxkb-detail-summary,
        .lxkb-collection-hero,
        .lxkb-directory-hero,
        .lxkb-enterprise-hero,
        .lxkb-institution-hero,
        .lxkb-standard-hero,
        .lxkb-standard-detail-hero,
        .lxkb-regulation-hero,
        .lxkb-regulation-detail-hero,
        .lxkb-factory-hero
    ) {
        border-radius: 14px;
    }

    .izb-base-theme .lxkb-detail-summary {
        min-height: 0;
        padding: 30px 20px;
    }

    .izb-base-theme .lxkb-detail-summary h1 {
        font-size: 29px;
    }

    .izb-base-theme .lxkb-detail-content,
    .izb-base-theme .lxkb-collection-main,
    .izb-base-theme .lxkb-directory-results,
    .izb-base-theme .lxkb-directory-sidebar,
    .izb-base-theme .lxkb-standard-categories,
    .izb-base-theme .lxkb-standard-category-content,
    .izb-base-theme .lxkb-standard-filter,
    .izb-base-theme .lxkb-standard-results,
    .izb-base-theme .lxkb-standard-metadata,
    .izb-base-theme .lxkb-regulation-sidebar,
    .izb-base-theme .lxkb-regulation-results,
    .izb-base-theme .lxkb-regulation-content,
    .izb-base-theme .lxkb-regulation-facts {
        padding-right: 16px;
        padding-left: 16px;
        border-radius: 13px;
    }

    .izb-base-theme .lxkb-collection-grid,
    .izb-base-theme .lxkb-institution-grid,
    .izb-base-theme .lxkb-related-grid,
    .izb-base-theme .lxkb-standard-category-grid,
    .izb-base-theme .lxkb-standard-list,
    .izb-base-theme .lxkb-enterprise-category-grid,
    .izb-base-theme .lxkb-factory-type-grid,
    .izb-base-theme .lxkb-factory-scenario-grid {
        grid-template-columns: 1fr;
    }

    .izb-base-theme .lxkb-collection-card,
    .izb-base-theme .lxkb-institution-card,
    .izb-base-theme .lxkb-standard-record,
    .izb-base-theme .lxkb-regulation-card {
        min-width: 0;
        border-radius: 11px;
    }

    .izb-base-theme .lxkb-category-strip,
    .izb-base-theme .lxkb-institution-type-tabs,
    .izb-base-theme .lxkb-regulation-sort-tabs,
    .izb-base-theme .lxkb-service-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
    }

    .izb-base-theme .lxkb-footer-inner,
    .izb-base-theme .lxkb-footer-bottom {
        padding-right: 18px;
        padding-left: 18px;
    }
}

@media (max-width: 390px) {
    .izb-brand-copy strong {
        max-width: 165px;
    }

    .izb-base-theme .lxkb-brand strong {
        max-width: 225px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .izb-base-theme .lxkb-service-search {
        grid-template-columns: 76px minmax(0, 1fr) 48px;
    }

    .izb-base-theme .lxkb-hot-search {
        justify-content: flex-start;
        width: 100%;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 4px;
    }

    .izb-base-theme .lxkb-hot-search button {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .izb-base-theme .lxkb-collection-card {
        grid-template-columns: 38px minmax(0, 1fr);
        padding: 16px 14px;
    }

    .izb-base-theme .lxkb-collection-card-icon {
        width: 38px;
        height: 38px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
