/* Beauty Navigator's native component library. */
.bn-icon{display:inline-block;vertical-align:middle;width:20px;height:20px;flex:0 0 20px;color:inherit}
.bn-surface{background:#fff;border:1px solid #D7E2EE;border-radius:10px;padding:24px;color:#10233F}
.bn-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:var(--bp-control-height,48px);padding:10px 16px;border:1px solid #D7E2EE;border-radius:6px;background:#fff;color:#003FAA;font:600 15px/22px var(--bp-font-system);text-decoration:none;cursor:pointer}
.bn-button:hover{background:#F5F8FC;text-decoration:none}.bn-button-filled{background:#003FAA;border-color:#003FAA;color:#fff}.bn-button-filled:hover{background:#002F82;color:#fff}.bn-button-text{border-color:transparent;background:transparent}
.bn-button:disabled,.bn-button[aria-disabled=true]{opacity:.55;cursor:default;pointer-events:none}
.bn-icon-button{display:inline-grid;place-items:center;width:44px;height:44px;padding:0;border:0;border-radius:6px;background:transparent;color:#52657A;cursor:pointer}
.bn-icon-button:hover{background:#eaf6fb;color:#003FAA}
.bn-button:focus-visible,.bn-icon-button:focus-visible,.bn-field :is(input,textarea,select):focus-visible,.bn-tab-list button:focus-visible{outline:3px solid #409DC1;outline-offset:3px}
.bn-field{display:flex;flex-direction:column;gap:6px;margin:16px 0;min-width:0;color:#10233F;font-size:15px;font-weight:600}
.bn-field :is(input,textarea,select){display:block;min-width:0;width:100%;min-height:var(--bp-control-height,48px);padding:10px 12px;border:1px solid #B9C9D9;border-radius:6px;background:#fff;color:#10233F;font:400 16px/26px var(--bp-font-system)}
.bn-field textarea{resize:vertical}.bn-field small{font-size:14px;line-height:22px;font-weight:400;color:#52657A}.bn-copy{font-size:16px;line-height:26px;margin:12px 0;color:#52657A}
/* Labeled toolbar fields and their actions share one control baseline. */
.bn-control-row{display:flex;flex-wrap:wrap;align-items:end;gap:12px;min-width:0}
.bn-control-row>.bn-field{margin:0}
.bn-control-row>.module-filter-drawer{align-self:end}
.bn-control-row :is(.bn-button,.bn-menu>summary){min-height:var(--bp-control-height,48px)}
.bn-control-row>.bn-icon-button{width:var(--bp-control-height,48px);height:var(--bp-control-height,48px)}
.bn-notice{padding:12px 16px;margin:12px 0;border:1px solid #cbdfea;border-radius:6px;background:#eaf6fb;color:#10233F;font-size:15px;line-height:24px}.bn-notice-error{background:#fff2f2;border-color:#e8bdc1;color:#912430}.bn-notice-warning{background:#fff8eb;border-color:#e4d4ad;color:#775117}.bn-notice-success{background:#edf8f1;border-color:#b8d9c6;color:#22654c}
.bn-spinner{display:inline-block;height:20px;width:20px;border:2px solid #D7E2EE;border-top-color:#003FAA;border-radius:50%;animation:bn-spin .8s linear infinite}@keyframes bn-spin{to{transform:rotate(360deg)}}
.bn-dialog{width:min(640px,calc(100vw - 32px));max-height:calc(100dvh - 48px);padding:0;border:1px solid #D7E2EE;border-radius:12px;background:#fff;color:#10233F;box-shadow:0 16px 48px #10233f30;overflow:auto}
.bn-dialog::backdrop{background:#10233f66}.bn-dialog-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 24px;border-bottom:1px solid #D7E2EE}.bn-dialog-header h2{margin:0;font-size:22px;line-height:30px}.bn-dialog-body{padding:24px}.bn-dialog-body .bn-surface{padding:0;border:0;margin:0!important}.bn-dialog-body h3{font-size:18px;line-height:26px}.bn-dialog-body .public-company-actions{margin:0}
.bn-tab-list{display:flex;gap:24px;padding:0 24px;border-bottom:1px solid #D7E2EE;overflow-x:auto}.bn-tab-list button{min-height:48px;padding:10px 0;border:0;border-bottom:3px solid transparent;background:none;color:#52657A;font:600 15px/22px var(--bp-font-system);cursor:pointer}.bn-tab-list button[aria-selected=true]{color:#003FAA;border-bottom-color:#003FAA}.bn-tab-panel[hidden]{display:none!important}.bn-tab-panel:focus-visible{outline:2px solid #409DC1;outline-offset:-2px}
@media(max-width:600px){.bn-surface{padding:16px}.bn-dialog-body{padding:16px}.bn-dialog-header{padding:12px 16px}}
@media(prefers-reduced-motion:reduce){.bn-spinner{animation-duration:2s}}

.bn-dialog{position:fixed;inset:0;margin:auto;height:fit-content}
.bn-action-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.bn-loading-row{display:flex;align-items:center;gap:12px}
.bn-dialog-body [aria-label="Review this company"]>.bn-surface>h3,.bn-dialog-body [data-company-inquiry]>.bn-surface>h3,.bn-dialog-body .company-markdown-export>h3{display:none}

.bn-icon{fill:none}.bn-icon-small{width:18px;height:18px;flex-basis:18px}.bn-icon-large{width:28px;height:28px;flex-basis:28px}
.bn-text{margin:0;font-family:var(--bp-font-system);line-height:26px;font-weight:400}.bn-text-h1{font-size:34px;line-height:42px;font-weight:700}.bn-text-h2{font-size:22px;line-height:30px;font-weight:700}.bn-text-h3,.bn-text-h4,.bn-text-h5,.bn-text-h6,.bn-text-subtitle1{font-size:18px;line-height:26px;font-weight:600}.bn-text-subtitle2{font-size:16px;font-weight:600}.bn-text-body1{font-size:16px}.bn-text-body2{font-size:15px;line-height:24px}.bn-text-caption,.bn-text-overline{font-size:14px;line-height:22px}.bn-muted{color:#52657A!important}
.bn-surface,.bn-card{min-width:0}.bn-card{background:#fff;border:1px solid #D7E2EE;border-radius:10px;overflow:hidden}.bn-card-content,.bn-card-header{padding:24px}.bn-card-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:16px 24px;border-top:1px solid #D7E2EE}.bn-card-media{display:block;width:100%;object-fit:cover}
.bn-button{max-width:100%;white-space:normal}.bn-size-small{padding:8px 12px}.bn-size-large{min-height:48px;padding:12px 20px}.bn-full-width{width:100%}.bn-tone-primary{--bn-tone:#003FAA}.bn-tone-secondary,.bn-tone-info{--bn-tone:#246680}.bn-tone-success{--bn-tone:#22654C}.bn-tone-warning{--bn-tone:#775117}.bn-tone-error{--bn-tone:#A52637}.bn-tone-inherit{--bn-tone:inherit}.bn-text[class*=bn-tone-],.bn-icon[class*=bn-tone-],.bn-icon-button[class*=bn-tone-]{color:var(--bn-tone,inherit)}.bn-button.bn-tone-error{color:#A52637}.bn-button-filled.bn-tone-error{background:#A52637;border-color:#A52637;color:#fff}.bn-button-filled.bn-tone-success{background:#22654C;border-color:#22654C;color:#fff}.bn-button .bn-icon{color:inherit}
.bn-field>label{line-height:22px}.bn-field :is(input,textarea,select):disabled{background:#F5F8FC;color:#52657A}.bn-field :is(input,textarea,select)[aria-invalid=true]{border-color:#A52637}.bn-field small:empty{display:none}.bn-field .bn-field-error,.bn-field-error{font-size:14px;line-height:22px;font-weight:400;color:#A52637}.bn-input-wrap{display:flex;align-items:center;position:relative;min-width:0;gap:4px}.bn-input-wrap>input,.bn-input-wrap>textarea{flex:1 1 auto;min-width:0}.bn-input-adornment{flex:0 0 auto;font-size:14px;font-weight:400;color:#52657A;padding-inline:6px}.bn-fieldset{padding:16px;border:1px solid #D7E2EE;border-radius:6px}.bn-fieldset legend{padding:0 6px;font-size:15px;font-weight:600}
.bn-checkbox,.bn-radio{display:inline-flex;align-items:center;min-height:44px;gap:10px;cursor:pointer;font-size:15px;line-height:22px;font-weight:400}.bn-checkbox input,.bn-radio input{width:18px;height:18px;flex:0 0 18px;margin:0;accent-color:#003FAA}.bn-checkbox:has(input:disabled),.bn-radio:has(input:disabled){color:#6B7C8F;cursor:default}.bn-radio-group{display:flex;flex-wrap:wrap;gap:12px 24px;padding:0;border:0;margin:8px 0}.bn-radio-group legend{font-size:15px;font-weight:600;margin-bottom:8px}
.bn-switch{display:inline-flex;align-items:center;gap:10px;min-height:44px;position:relative;cursor:pointer;font-size:15px}.bn-switch input{position:absolute;width:40px;height:24px;opacity:0;margin:0;cursor:pointer}.bn-switch-track{width:40px;height:24px;border-radius:12px;background:#B9C9D9;position:relative;flex:0 0 40px}.bn-switch-track::after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;background:#fff;border-radius:50%;transition:transform .15s}.bn-switch input:checked+.bn-switch-track{background:#003FAA}.bn-switch input:checked+.bn-switch-track::after{transform:translateX(16px)}.bn-switch input:focus-visible+.bn-switch-track{outline:3px solid #409DC1;outline-offset:3px}.bn-switch:has(input:disabled){opacity:.55;cursor:default}
.bn-notice{display:flex;align-items:flex-start;gap:12px}.bn-notice-content{flex:1;min-width:0}.bn-notice>.bn-icon-button{margin:-10px -12px -10px 0}.bn-progress{display:block;width:100%;height:8px;border:0;border-radius:4px;accent-color:var(--bn-tone,#003FAA);overflow:hidden}.bn-progress::-webkit-progress-bar{background:#D7E2EE}.bn-progress::-webkit-progress-value{background:var(--bn-tone,#003FAA)}
.bn-dialog{max-width:calc(100vw - 32px)}.bn-dialog-extrasmall{width:min(400px,calc(100vw - 32px))}.bn-dialog-small{width:min(520px,calc(100vw - 32px))}.bn-dialog-large{width:min(960px,calc(100vw - 32px))}.bn-dialog-extralarge{width:min(1200px,calc(100vw - 32px))}.bn-dialog-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:8px;padding:16px 24px;border-top:1px solid #D7E2EE}.bn-tab-list button{white-space:nowrap}
.bn-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:var(--bn-grid-gap,16px);min-width:0}.bn-grid-item{grid-column:span var(--bn-xs,12);min-width:0}.bn-grid-item>.bn-field:first-child{margin-top:0}.bn-grid-item>.bn-field:last-child{margin-bottom:0}.bn-container{width:100%;max-width:1200px;margin-inline:auto;padding-inline:24px}.bn-container-extrasmall{max-width:400px}.bn-container-small{max-width:600px}.bn-container-medium{max-width:960px}.bn-container-false{max-width:none}.bn-stack{display:flex;flex-direction:column}.bn-spacer{flex:1 1 auto}.bn-divider{width:100%;border:0;border-top:1px solid #D7E2EE;margin:16px 0}
.bn-chip{display:inline-flex;align-items:center;gap:6px;max-width:100%;padding:4px 10px;border-radius:999px;font-size:14px;line-height:22px;background:#edf3ff;color:var(--bn-tone,#003FAA)}.bn-chip.bn-tone-success{background:#edf8f1}.bn-chip.bn-tone-warning{background:#fff8eb}.bn-chip.bn-tone-error{background:#fff2f2}.bn-chip a,.bn-chip button{display:inline-flex;align-items:center;gap:6px;color:inherit;font:inherit;background:none;border:0;padding:0;min-height:28px}.bn-chip .bn-icon{width:16px;height:16px;flex-basis:16px}.bn-chip-set{display:flex;flex-wrap:wrap;gap:8px}.bn-avatar{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;flex:0 0 40px;border-radius:50%;background:#edf3ff;color:var(--bn-tone,#003FAA)}.bn-avatar-large{width:56px;height:56px;flex-basis:56px}.bn-avatar-small{width:32px;height:32px;flex-basis:32px}.bn-image{max-width:100%;height:auto}.bn-list{list-style:none;margin:0;padding:0}.bn-list-item{padding:10px 0;display:flex;gap:12px;align-items:flex-start}.bn-list-item>a,.bn-list-item>button{display:flex;align-items:center;gap:12px;width:100%;padding:8px;border:0;background:none;text-align:left}.bn-list-item>div{min-width:0}
.bn-expansion{border-bottom:1px solid #D7E2EE}.bn-expansion>summary{display:flex;align-items:center;gap:12px;padding:16px 0;min-height:48px;font-size:16px;font-weight:600;list-style:none}.bn-expansion>summary::-webkit-details-marker{display:none}.bn-expansion>summary>.bn-icon:last-child{margin-left:auto}.bn-expansion[open]>summary>.bn-icon:last-child{transform:rotate(180deg)}.bn-expansion-body{padding:8px 0 24px}.bn-timeline{list-style:none;padding:0;margin:0}.bn-timeline-item{display:flex;gap:16px;position:relative;padding-bottom:24px}.bn-timeline-item:not(:last-child)::before{content:"";position:absolute;left:15px;top:32px;bottom:0;border-left:1px solid #D7E2EE}.bn-timeline-marker{display:grid;place-items:center;flex:0 0 32px;width:32px;height:32px;border-radius:50%;background:#edf3ff}.bn-timeline-item>div{min-width:0;flex:1}
.bn-menu{position:relative;display:inline-block}.bn-menu>summary{display:flex;gap:8px;align-items:center;min-height:var(--bp-control-height,48px);padding:8px 12px;border:1px solid #D7E2EE;border-radius:6px;list-style:none;color:#003FAA}.bn-menu-items{position:absolute;right:0;z-index:2200;min-width:220px;background:#fff;padding:6px;border:1px solid #D7E2EE;border-radius:8px;box-shadow:0 8px 24px #10233f18}.bn-menu-item{display:flex;align-items:center;gap:10px;width:100%;min-height:44px;padding:8px 12px;border:0;background:none;color:#10233F;text-align:left;font-size:15px}.bn-menu-item:hover{background:#F5F8FC}.bn-overlay{position:fixed;inset:0;background:#10233fcc;display:flex;align-items:center;justify-content:center;padding:24px}
.bn-autocomplete{position:relative}.bn-combobox-results{position:absolute;top:calc(100% - 6px);left:0;right:0;z-index:2250;max-height:280px;overflow:auto;list-style:none;margin:0;padding:4px;background:#fff;border:1px solid #B9C9D9;border-radius:6px;box-shadow:0 8px 24px #10233f18}.bn-combobox-results li>button{display:block;width:100%;padding:10px 12px;text-align:left;min-height:44px;border:0;border-radius:4px;background:none;font-weight:400;color:#10233F}.bn-combobox-results li[aria-selected=true]>button,.bn-combobox-results li>button:hover{background:#eaf6fb}.bn-combobox-state{padding:12px;font-size:14px;font-weight:400}.bn-file-upload{position:relative;display:inline-block;max-width:100%}.bn-file-upload.bn-file-drop{display:block}.bn-file-input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:1}.bn-file-upload:focus-within{outline:3px solid #409DC1;outline-offset:3px;border-radius:6px}.bn-file-upload:has(input:disabled){opacity:.55}.bn-file-upload.is-dragging{outline:3px solid #409DC1;background:#eaf6fb}
.bn-table{min-width:0;background:#fff;border-radius:10px;border:1px solid #D7E2EE;overflow:hidden}.bn-table-container{width:100%;overflow-x:auto}.bn-table table{width:100%;border-collapse:collapse;text-align:left;font-size:15px;line-height:24px}.bn-table th{background:#F7FAFD;color:#52657A;font-weight:600}.bn-table th,.bn-table td{padding:12px 16px;border-bottom:1px solid #D7E2EE;vertical-align:middle}.bn-table tbody tr:last-child td{border-bottom:0}.bn-table-hover tbody tr:hover{background:#F7FAFD}.bn-table-striped tbody tr:nth-child(even){background:#F7FAFD}.bn-table-bordered :is(th,td){border-right:1px solid #D7E2EE}.bn-table-toolbar{display:flex;align-items:center;gap:12px;padding:16px}.bn-table-empty{text-align:center;padding:32px!important;color:#52657A}.bn-sort-button{display:flex;align-items:center;gap:8px;min-height:24px;width:100%;font:inherit;color:inherit;padding:0;background:none;border:0;text-align:inherit}.bn-sort-button span{margin-left:auto;font-size:16px;color:#003FAA}.bn-table-pager{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap;padding:8px 16px;border-top:1px solid #D7E2EE;font-size:14px;color:#52657A}.bn-table-pager label{display:flex;align-items:center;gap:8px}.bn-table-pager select{min-height:36px;padding:4px 8px;border:1px solid #D7E2EE;border-radius:6px;background:#fff}.bn-pagination{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.bn-pagination button{min-width:44px;min-height:44px;padding:8px;border:1px solid #D7E2EE;border-radius:6px;background:#fff;color:#003FAA}.bn-pagination [aria-current=page]{background:#003FAA;color:#fff;border-color:#003FAA}
@media(min-width:600px){.bn-grid-item{grid-column:span var(--bn-sm)}}@media(min-width:960px){.bn-grid-item{grid-column:span var(--bn-md)}}@media(min-width:1280px){.bn-grid-item{grid-column:span var(--bn-lg)}}@media(min-width:1920px){.bn-grid-item{grid-column:span var(--bn-xl)}}
@media(max-width:600px){.bn-table[data-bn-stack="xs"] thead{display:none}.bn-table[data-bn-stack="xs"] tr{display:block;border-bottom:1px solid #D7E2EE;padding:12px 0}.bn-table[data-bn-stack="xs"] td{display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;align-items:flex-start;border:0;padding:8px 16px;min-width:0;white-space:normal!important}.bn-table[data-bn-stack="xs"] td[data-label]:not([data-label=""])::before{content:attr(data-label);font-weight:600;color:#52657A;flex:0 0 100%;font-size:14px}.bn-table[data-bn-stack="xs"] td>*{max-width:100%}.bn-table-container{overflow-x:auto}}
@media(max-width:600px){.bn-table[data-bn-stack="sm"] thead{display:none}.bn-table[data-bn-stack="sm"] tr{display:block;border-bottom:1px solid #D7E2EE;padding:12px 0}.bn-table[data-bn-stack="sm"] td{display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;align-items:flex-start;border:0;padding:8px 16px;min-width:0;white-space:normal!important}.bn-table[data-bn-stack="sm"] td[data-label]:not([data-label=""])::before{content:attr(data-label);font-weight:600;color:#52657A;flex:0 0 100%;font-size:14px}.bn-table[data-bn-stack="sm"] td>*{max-width:100%}.bn-table-container{overflow-x:auto}}
@media(max-width:960px){.bn-table[data-bn-stack="md"] thead{display:none}.bn-table[data-bn-stack="md"] tr{display:block;border-bottom:1px solid #D7E2EE;padding:12px 0}.bn-table[data-bn-stack="md"] td{display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;align-items:flex-start;border:0;padding:8px 16px;min-width:0;white-space:normal!important}.bn-table[data-bn-stack="md"] td[data-label]:not([data-label=""])::before{content:attr(data-label);font-weight:600;color:#52657A;flex:0 0 100%;font-size:14px}.bn-table[data-bn-stack="md"] td>*{max-width:100%}.bn-table-container{overflow-x:auto}}
@media(max-width:1280px){.bn-table[data-bn-stack="lg"] thead{display:none}.bn-table[data-bn-stack="lg"] tr{display:block;border-bottom:1px solid #D7E2EE;padding:12px 0}.bn-table[data-bn-stack="lg"] td{display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;align-items:flex-start;border:0;padding:8px 16px;min-width:0;white-space:normal!important}.bn-table[data-bn-stack="lg"] td[data-label]:not([data-label=""])::before{content:attr(data-label);font-weight:600;color:#52657A;flex:0 0 100%;font-size:14px}.bn-table[data-bn-stack="lg"] td>*{max-width:100%}.bn-table-container{overflow-x:auto}}
@media(max-width:1920px){.bn-table[data-bn-stack="xl"] thead{display:none}.bn-table[data-bn-stack="xl"] tr{display:block;border-bottom:1px solid #D7E2EE;padding:12px 0}.bn-table[data-bn-stack="xl"] td{display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;align-items:flex-start;border:0;padding:8px 16px;min-width:0;white-space:normal!important}.bn-table[data-bn-stack="xl"] td[data-label]:not([data-label=""])::before{content:attr(data-label);font-weight:600;color:#52657A;flex:0 0 100%;font-size:14px}.bn-table[data-bn-stack="xl"] td>*{max-width:100%}.bn-table-container{overflow-x:auto}}
@media(max-width:600px){.bn-card-content,.bn-card-header{padding:16px}.bn-dialog-actions{padding:12px 16px}.bn-container{padding-inline:16px}.bn-table-pager{gap:8px}.bn-table-pager label{flex:1 1 100%}.bn-grid{gap:16px}}
@media(prefers-reduced-motion:reduce){.bn-switch-track::after{transition:none}}
.bn-file-upload:not(.bn-file-drop)>.bn-file-input{width:1px;height:1px;clip-path:inset(50%);pointer-events:none}

/* Surface composition: separate peer cards and inset content without stacking borders. */
.bn-surface>:first-child,.bn-card-content>:first-child{margin-top:0}
.bn-surface>:last-child,.bn-card-content>:last-child{margin-bottom:0}
:is(.directory-profile-onboarding,.marketplace-onboarding,.directory-setup-page)>.bp-page-header{margin-bottom:0!important}
.bp-owned .portal-shell-center>.bn-surface+.bn-surface,.bn-grid-item>.bn-surface+.bn-surface{margin-top:24px}
.bp-owned .bn-surface .bn-surface:not(.support-message-card){box-shadow:none}
.bp-owned .bn-card-content .bn-grid{width:100%}

/* The native popover top layer keeps row menus clear of scrolling tables and cards. */
.bn-menu-items[popover]{position:fixed;inset:auto;margin:0;max-width:calc(100vw - 24px);max-height:calc(100dvh - 24px);overflow:auto;color:#10233F}
.bn-menu>summary[aria-disabled=true]{opacity:.55;cursor:default}
.bn-menu>summary:focus-visible,.bn-menu-item:focus-visible{outline:2px solid #409DC1;outline-offset:-2px}

/* Sections use white headers and fine dividers, without tinted card bands. */
.bp-owned{--bp-surface-band:#FFFFFF;--bp-surface-band-border:#D7E2EE}
.bp-owned .bn-card:has(>.bn-card-actions){display:flex;flex-direction:column}
.bp-owned .bn-card>.bn-card-actions{margin-top:auto}
.bp-owned .bn-card>.bn-card-header,
.bp-owned .bn-card>.bn-card-actions,
.bp-owned .bn-table-toolbar,
.bp-owned .bn-table-pager,
.bp-owned .bp-module-pager,
.bp-owned .bp-manager-surface>.bp-manager-toolbar,
.bp-owned .bp-manager-section-heading,
.bp-owned .bp-document-toolbar{background:var(--bp-surface-band);color:var(--bp-text);border-color:var(--bp-surface-band-border)}
.bp-owned .bn-card>.bn-card-header{padding-block:16px!important;border-bottom:1px solid var(--bp-surface-band-border)}
.bp-owned .bn-card>.bn-card-actions{padding-block:12px;border-top:1px solid var(--bp-surface-band-border)}
.bp-owned .bn-card-header :is(h2,h3,h4,h5,h6){color:var(--bp-text)}
.bp-owned .bn-table thead th{background:var(--bp-surface-band);color:var(--bp-text)!important;border-bottom-color:var(--bp-surface-band-border)!important}
.bp-owned :is(.bn-table-pager,.bp-module-pager){border-top:1px solid var(--bp-surface-band-border)}

.bp-owned .bn-card-header>:first-child{margin-top:0}.bp-owned .bn-card-header>:last-child{margin-bottom:0}
