/* ONE BIT panorama navigation and linked business detail panel. */

body {
    background: #f3f5f3;
}

.onebit-shell {
    width: min(1320px, calc(100% - 32px));
    padding-bottom: 28px;
}

.onebit-hero {
    min-height: 268px;
    overflow: hidden;
    border: 1px solid #d9ded9;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 26px rgba(34, 49, 41, .06);
}

.onebit-hero-copy {
    background: #fff;
    color: #1c2721;
}

.onebit-hero-copy::after,
.onebit-hero::before {
    display: none;
}

.onebit-hero h1 {
    color: #17221c;
}

.onebit-hero h1 em,
.onebit-hero-rule {
    color: #a46f12;
}

.onebit-hero-copy > p:not(.onebit-hero-rule) {
    color: #657069;
}

.onebit-hero-visual {
    min-height: 268px;
    background: #111a24;
}

.onebit-panorama-nav {
    position: sticky;
    top: 76px;
    z-index: 30;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    margin-top: 14px;
    overflow: hidden;
    border: 1px solid #d9dfda;
    border-radius: 14px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 7px 22px rgba(32, 51, 41, .07);
    scroll-margin-top: 76px;
}

.onebit-panorama-nav button {
    position: relative;
    display: inline-flex;
    min-width: 0;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    border-right: 1px solid #e7ebe8;
    color: #59655e;
    background: transparent;
    padding: 0 14px;
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}

.onebit-panorama-nav button:last-child {
    border-right: 0;
}

.onebit-panorama-nav button::after {
    position: absolute;
    right: 18px;
    bottom: 0;
    left: 18px;
    height: 3px;
    border-radius: 999px 999px 0 0;
    background: #16735c;
    content: '';
    opacity: 0;
    transform: scaleX(.45);
    transition: opacity .18s ease, transform .18s ease;
}

.onebit-panorama-nav button:hover,
.onebit-panorama-nav button:focus-visible,
.onebit-panorama-nav button.is-active {
    color: #126b55;
    background: #f4faf7;
}

.onebit-panorama-nav button.is-active::after {
    opacity: 1;
    transform: scaleX(1);
}

.onebit-panorama-nav button:focus-visible,
.onebit-clover-business-row:focus-visible,
.onebit-clover-summary-tags button:focus-visible {
    outline: 3px solid rgba(32, 127, 97, .22);
    outline-offset: -3px;
}

.onebit-panorama-pages {
    min-height: calc(100vh - 180px);
    margin-top: 14px;
}

.onebit-panorama-page[hidden] {
    display: none !important;
}

.onebit-panorama-page.is-active {
    display: grid;
    gap: 14px;
    align-content: start;
    min-height: calc(100vh - 180px);
}

.onebit-panorama-page > #funds.onebit-live-board,
.onebit-panorama-page > .onebit-section,
.onebit-panorama-page > .onebit-referral-section {
    width: 100%;
    margin: 0;
}

.onebit-panorama-page > .onebit-section,
.onebit-panorama-page > .onebit-referral-section {
    border-color: #d9ded9;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 26px rgba(34, 49, 41, .05);
}

.onebit-clover-snapshot-panel,
.onebit-clover-business-panel {
    border-color: #d9ded9;
    box-shadow: 0 8px 26px rgba(34, 49, 41, .05);
}

.onebit-clover-snapshot-grid article {
    transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.onebit-clover-snapshot-grid article:hover {
    border-color: #c9d8cf;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(31, 74, 51, .07);
}

.onebit-clover-business-row {
    cursor: pointer;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.onebit-clover-business-row:hover {
    transform: translateY(-1px);
}

.onebit-clover-business-row.is-selected {
    border-color: #c49438;
    box-shadow: 0 0 0 3px rgba(196, 148, 56, .13), 0 8px 20px rgba(75, 57, 20, .07);
}

.onebit-clover-business-row.is-market-maker.is-selected {
    border-color: #19735d;
    box-shadow: 0 0 0 3px rgba(25, 115, 93, .12), 0 8px 20px rgba(17, 78, 63, .07);
}

.onebit-clover-summary {
    position: sticky;
    top: 158px;
}

.onebit-clover-summary > time b {
    color: inherit;
    font: inherit;
}

.onebit-clover-summary-tags {
    border-top: 0;
    padding-top: 0;
}

.onebit-clover-summary-tags button {
    min-height: 38px;
    border: 1px solid #ded8ca;
    border-radius: 8px;
    color: #6f592f;
    background: #fffaf0;
    padding: 7px 8px;
    font: inherit;
    font-size: 9px;
    font-weight: 850;
    cursor: pointer;
}

.onebit-clover-summary-tags button:last-child {
    border-color: #cfe2da;
    color: #176d5b;
    background: #f1f9f6;
}

.onebit-clover-summary-tags button.is-active {
    border-color: #a97619;
    color: #fff;
    background: #9a6814;
}

.onebit-clover-summary-tags button:last-child.is-active {
    border-color: #176d5b;
    background: #176d5b;
}

.onebit-market-scope-tabs {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    min-width: 0;
    border: 1px solid #d8e4df;
    border-radius: 9px;
    background: #f4f8f6;
    padding: 4px;
}

.onebit-market-scope-tabs[hidden] {
    display: none;
}

.onebit-market-scope-tabs button {
    min-width: 0;
    min-height: 36px;
    border: 0;
    border-radius: 6px;
    color: #5d6a63;
    background: transparent;
    padding: 7px 9px;
    font: inherit;
    font-size: 10px;
    font-weight: 850;
    cursor: pointer;
}

.onebit-market-scope-tabs button:hover,
.onebit-market-scope-tabs button:focus-visible,
.onebit-market-scope-tabs button.is-active {
    color: #fff;
    background: #176d5b;
}

.onebit-market-scope-tabs button:focus-visible {
    outline: 3px solid rgba(23, 109, 91, .18);
    outline-offset: 1px;
}

.onebit-business-detail-hero {
    margin-top: 14px;
    border: 1px solid #e1e5e2;
    border-radius: 11px;
    background: #fafcfb;
    padding: 13px;
}

.onebit-business-detail-hero > span,
.onebit-business-detail-hero > strong,
.onebit-business-detail-hero > p {
    display: block;
    margin: 0;
}

.onebit-business-detail-hero > span {
    color: #68736d;
    font-size: 9px;
    font-weight: 800;
}

.onebit-business-detail-hero > strong {
    display: flex;
    align-items: baseline;
    gap: 5px;
    margin-top: 8px;
    color: #1f2b24;
}

.onebit-business-detail-hero > strong b {
    font-size: 28px;
    letter-spacing: -.04em;
}

.onebit-business-detail-hero > strong small {
    color: #9b6a17;
    font-size: 9px;
}

.onebit-business-detail-hero > p {
    margin-top: 7px;
    color: #77807b;
    font-size: 8px;
    line-height: 1.5;
}

.onebit-business-funds {
    display: grid;
    gap: 7px;
    margin-top: 8px;
}

.onebit-business-fund-item {
    min-width: 0;
    border: 1px solid #e1e5e2;
    border-radius: 10px;
    background: #fafcfb;
    padding: 10px;
}

.onebit-business-fund-item > div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}

.onebit-business-fund-item > div strong,
.onebit-business-fund-item > div b {
    min-width: 0;
    font-size: 8px;
}

.onebit-business-fund-item > div strong {
    flex: 1 1 150px;
    color: #4d5852;
    overflow-wrap: anywhere;
}

.onebit-business-fund-item > div b {
    flex: 0 0 auto;
    color: #1a7058;
    text-align: right;
}

.onebit-business-fund-item > p,
.onebit-business-fund-item > small {
    display: block;
    margin: 6px 0 0;
    color: #758079;
    font-size: 7px;
    line-height: 1.45;
}

.onebit-business-fund-item > a {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 7px;
    margin-top: 8px;
    color: #5d4a26;
    text-decoration: none;
}

.onebit-business-fund-item > a code {
    min-width: 0;
    color: inherit;
    font-size: 7px;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.onebit-business-fund-item > a i {
    flex: 0 0 auto;
    font-size: 8px;
}

.onebit-business-split {
    margin: 0;
    border: 1px solid #eadfc9;
    border-radius: 10px;
    background: #fffaf0;
    padding: 5px 9px;
}

.onebit-business-split div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
    border-bottom: 1px solid #eee1c7;
    padding: 7px 0;
}

.onebit-business-split div:last-child {
    border-bottom: 0;
}

.onebit-business-split dt,
.onebit-business-split dd {
    margin: 0;
    font-size: 8px;
}

.onebit-business-split dt {
    color: #705c34;
}

.onebit-business-split dd {
    color: #93650f;
    font-weight: 850;
}

.onebit-referral-analytics {
    margin: 16px 0 18px;
    border: 1px solid #d9dfda;
    border-radius: 16px;
    background: #f7f9f7;
    padding: 18px;
}

.onebit-referral-analytics-head,
.onebit-referral-chart-card > header,
.onebit-referral-leader-card > header,
.onebit-referral-watch-card > header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.onebit-referral-analytics-head span,
.onebit-referral-chart-card > header span,
.onebit-referral-leader-card > header span,
.onebit-referral-watch-card > header span {
    display: block;
    color: #9a6a18;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
}

.onebit-referral-analytics-head h3,
.onebit-referral-chart-card h4,
.onebit-referral-leader-card h4,
.onebit-referral-watch-card h4 {
    margin: 5px 0 0;
    color: #1f2a24;
    line-height: 1.2;
}

.onebit-referral-analytics-head h3 {
    font-size: 21px;
}

.onebit-referral-chart-card h4,
.onebit-referral-leader-card h4,
.onebit-referral-watch-card h4 {
    font-size: 15px;
}

.onebit-referral-analytics-head time,
.onebit-referral-chart-card > header b,
.onebit-referral-leader-card > header b,
.onebit-referral-watch-card > header b {
    color: #6e7872;
    font-size: 11px;
    font-weight: 800;
}

.onebit-referral-kpis {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 16px;
}

.onebit-referral-kpis article {
    min-width: 0;
    border: 1px solid #dfe4e0;
    border-radius: 12px;
    background: #fff;
    padding: 14px 15px;
}

.onebit-referral-kpis article:nth-child(1),
.onebit-referral-kpis article:nth-child(2) {
    border-color: #e5d7ba;
    background: #fffaf0;
}

.onebit-referral-kpis span,
.onebit-referral-kpis strong,
.onebit-referral-kpis small {
    display: block;
}

.onebit-referral-kpis span {
    color: #647069;
    font-size: 11px;
    font-weight: 800;
}

.onebit-referral-kpis strong {
    margin-top: 7px;
    color: #17241d;
    font-size: 26px;
    line-height: 1;
    letter-spacing: -.04em;
}

.onebit-referral-kpis article:nth-child(-n+2) strong {
    color: #9a6814;
}

.onebit-referral-kpis small {
    margin-top: 7px;
    color: #8a938e;
    font-size: 10px;
}

.onebit-referral-chart-grid,
.onebit-referral-leader-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 12px;
}

.onebit-referral-chart-card,
.onebit-referral-leader-card,
.onebit-referral-watch-card {
    min-width: 0;
    border: 1px solid #dfe4e0;
    border-radius: 14px;
    background: #fff;
    padding: 15px;
}

.onebit-referral-chart {
    width: 100%;
    height: 250px;
    margin-top: 8px;
}

.onebit-referral-leader-card ol {
    display: grid;
    gap: 7px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.onebit-referral-leader-row {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr) auto 18px;
    min-width: 0;
    align-items: center;
    gap: 9px;
    width: 100%;
    border: 1px solid #e4e8e5;
    border-radius: 10px;
    background: #fafcfb;
    padding: 9px 10px;
    color: #25322b;
    font: inherit;
    text-align: left;
    cursor: pointer;
    transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.onebit-referral-leader-row:hover,
.onebit-referral-leader-row:focus-visible {
    border-color: #c9b079;
    background: #fffaf0;
    transform: translateY(-1px);
}

.onebit-referral-leader-row:focus-visible,
.onebit-referral-watch-table button:focus-visible {
    outline: 3px solid rgba(169, 120, 32, .18);
    outline-offset: 1px;
}

.onebit-referral-leader-rank {
    color: #a97820;
    font-size: 12px;
    font-weight: 900;
}

.onebit-referral-leader-identity {
    min-width: 0;
}

.onebit-referral-leader-identity code,
.onebit-referral-leader-identity small {
    display: block;
}

.onebit-referral-leader-identity code {
    overflow: hidden;
    color: #2a3730;
    font-size: 12px;
    font-weight: 850;
    text-overflow: ellipsis;
}

.onebit-referral-leader-identity small {
    margin-top: 3px;
    color: #8a938e;
    font-size: 10px;
}

.onebit-referral-leader-row > strong {
    color: #176d58;
    font-size: 16px;
}

.onebit-referral-leader-row > i {
    color: #a97820;
    font-size: 10px;
}

.onebit-referral-watch-card {
    margin-top: 12px;
}

.onebit-referral-watch-table {
    margin-top: 14px;
    overflow-x: auto;
}

.onebit-referral-watch-table table {
    width: 100%;
    border-collapse: collapse;
}

.onebit-referral-watch-table th,
.onebit-referral-watch-table td {
    border-bottom: 1px solid #e7ebe8;
    padding: 11px 10px;
    text-align: left;
    vertical-align: middle;
}

.onebit-referral-watch-table th {
    color: #78827c;
    font-size: 10px;
    font-weight: 850;
}

.onebit-referral-watch-table td {
    color: #26332c;
    font-size: 12px;
}

.onebit-referral-watch-table td:first-child {
    min-width: 138px;
}

.onebit-referral-watch-table td code,
.onebit-referral-watch-table td strong,
.onebit-referral-watch-table td small {
    display: block;
}

.onebit-referral-watch-table td code,
.onebit-referral-watch-table td strong {
    color: #223028;
    font-size: 12px;
    font-weight: 850;
}

.onebit-referral-watch-table td small {
    margin-top: 3px;
    color: #8b948f;
    font-size: 9px;
}

.onebit-referral-watch-table button {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    gap: 6px;
    border: 1px solid #d9c394;
    border-radius: 8px;
    color: #815a16;
    background: #fffaf0;
    padding: 0 10px;
    font: inherit;
    font-size: 10px;
    font-weight: 850;
    white-space: nowrap;
    cursor: pointer;
}

.onebit-referral-analytics-empty {
    margin: 0;
    color: #737d77;
    font-size: 12px;
}

.onebit-footer {
    margin-top: 14px;
}

@media (max-width: 1100px) {
    .onebit-clover-summary {
        position: static;
    }

    .onebit-referral-kpis {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .onebit-shell {
        width: calc(100% - 20px);
    }

    .onebit-hero {
        min-height: 0;
        border-radius: 16px;
    }

    .onebit-panorama-nav {
        top: 72px;
        display: flex;
        overflow-x: auto;
        border-radius: 12px;
        scrollbar-width: none;
        scroll-margin-top: 72px;
    }

    .onebit-panorama-nav::-webkit-scrollbar {
        display: none;
    }

    .onebit-panorama-nav button {
        flex: 0 0 118px;
        min-height: 54px;
        padding: 0 10px;
    }

    .onebit-panorama-pages,
    .onebit-panorama-page.is-active {
        min-height: calc(100vh - 150px);
    }

    .onebit-panorama-page > .onebit-section,
    .onebit-panorama-page > .onebit-referral-section {
        border-radius: 16px;
    }

    .onebit-referral-analytics {
        padding: 14px;
    }

    .onebit-referral-chart-grid,
    .onebit-referral-leader-grid {
        grid-template-columns: 1fr;
    }

    .onebit-referral-chart {
        height: 230px;
    }

    .onebit-referral-watch-table,
    .onebit-referral-watch-table table,
    .onebit-referral-watch-table tbody,
    .onebit-referral-watch-table tr,
    .onebit-referral-watch-table td {
        display: block;
        width: 100%;
    }

    .onebit-referral-watch-table thead {
        display: none;
    }

    .onebit-referral-watch-table tr {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;
        margin-bottom: 9px;
        border: 1px solid #e2e7e3;
        border-radius: 11px;
        overflow: hidden;
    }

    .onebit-referral-watch-table td {
        border-bottom: 1px solid #e8ece9;
        padding: 10px;
    }

    .onebit-referral-watch-table td::before {
        display: block;
        margin-bottom: 5px;
        color: #8a938e;
        content: attr(data-label);
        font-size: 9px;
        font-weight: 800;
    }

    .onebit-referral-watch-table td:first-child,
    .onebit-referral-watch-table td:last-child {
        grid-column: 1 / -1;
    }

    .onebit-referral-watch-table td:last-child {
        border-bottom: 0;
    }
}

@media (min-width: 768px) {
    body.td-has-project-shell .td-project-secondary-nav {
        display: none;
    }
}

@media (max-width: 560px) {
    .onebit-panorama-nav button {
        flex-basis: 104px;
        gap: 6px;
        font-size: 10px;
    }

    .onebit-clover-summary-tags button {
        min-height: 42px;
        font-size: 10px;
    }

    .onebit-business-detail-hero > strong b {
        font-size: 25px;
    }

    .onebit-referral-analytics-head,
    .onebit-referral-watch-card > header {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    .onebit-referral-kpis {
        gap: 8px;
    }

    .onebit-referral-kpis article {
        padding: 12px;
    }

    .onebit-referral-kpis strong {
        font-size: 22px;
    }

    .onebit-referral-leader-row {
        grid-template-columns: 26px minmax(0, 1fr) auto 14px;
        gap: 7px;
        padding: 9px 8px;
    }
}

/* Referral-first reading order. */
.onebit-referral-section > #onebitReferralTopology,
.onebit-referral-section > .onebit-referral-placeholder {
    margin-top: 14px;
}

.onebit-referral-section > .onebit-referral-analytics {
    margin-top: 18px;
}

/* ONE BIT desktop panorama: CloverOS-width composition and stronger business tiers. */
.onebit-business-summary-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 14px;
    align-items: center;
}

.onebit-business-summary-head > div:first-child {
    min-width: 0;
}

.onebit-business-summary-head > div:first-child h3 {
    max-width: 100%;
    overflow-wrap: anywhere;
}

.onebit-business-summary-head > div:first-child span,
.onebit-business-summary-head > div:first-child h3,
.onebit-business-summary-head > time {
    display: block;
    margin: 0;
}

.onebit-business-summary-head > div:first-child span {
    color: #76807a;
    font-size: 10px;
    font-weight: 850;
}

.onebit-business-summary-head > div:first-child h3 {
    margin-top: 5px;
    color: #986713;
    font-size: 22px;
    letter-spacing: -.025em;
}

.onebit-business-summary-head > time {
    color: #76807a;
    font-size: 9px;
}

.onebit-business-summary-head .onebit-clover-summary-tags {
    grid-column: 1 / -1;
}

.onebit-business-summary-grid {
    display: grid;
    grid-template-columns: minmax(210px, .75fr) minmax(260px, 1fr);
    gap: 12px;
    margin-top: 12px;
}

.onebit-business-summary-grid > section:last-child {
    grid-column: 1 / -1;
}

.onebit-business-summary-grid > section > h4 {
    margin: 0 0 8px;
    color: #3f4c45;
    font-size: 11px;
}

.onebit-business-summary-grid dl {
    margin: 0;
}

@media (min-width: 1101px) {
    body.td-has-project-shell .onebit-shell {
        width: 100%;
        max-width: none;
        padding: 0 0 32px;
    }

    body.td-has-project-shell .onebit-panorama-nav {
        top: 76px;
        margin-top: 0;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
        box-shadow: 0 5px 16px rgba(32, 51, 41, .045);
    }

    body.td-has-project-shell .onebit-panorama-pages {
        margin: 14px 20px 0;
    }

    .onebit-clover-snapshot-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .onebit-clover-snapshot-grid article {
        min-height: 142px;
        padding: 15px;
    }

    .onebit-clover-snapshot-grid article > strong b {
        font-size: clamp(23px, 2vw, 30px);
    }

    .onebit-clover-business-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
    }

    .onebit-clover-paths-scroll {
        overflow: visible;
    }

    .onebit-clover-column-heads,
    .onebit-clover-business-row {
        grid-template-columns: 160px repeat(4, minmax(0, 1fr));
        gap: 10px;
    }

    .onebit-clover-business-row {
        padding: 12px;
    }

    .onebit-clover-business-row > header,
    .onebit-clover-flow-cell {
        min-height: 176px;
    }

    .onebit-clover-flow-cell {
        padding: 16px;
    }

    .onebit-clover-flow-cell > span {
        min-height: 32px;
        color: #3e4a43;
        font-size: 12px;
        line-height: 1.35;
    }

    .onebit-clover-flow-cell > strong {
        margin-top: 16px;
    }

    .onebit-clover-flow-cell > strong b {
        font-size: clamp(27px, 2.35vw, 36px);
    }

    .onebit-clover-flow-cell > strong small {
        font-size: 11px;
    }

    .onebit-clover-flow-cell > p {
        margin-top: 14px;
        color: #68746d;
        font-size: 10px;
    }

    .onebit-clover-flow-cell.is-detail > div {
        min-height: 35px;
        gap: 12px;
        margin-top: 6px;
        border: 1px solid transparent;
        border-radius: 8px;
        padding: 9px 10px;
    }

    .onebit-clover-flow-cell.is-detail b,
    .onebit-clover-flow-cell.is-detail em {
        font-size: 12px;
        line-height: 1.35;
    }

    .onebit-clover-flow-cell.is-detail b {
        color: #303b35;
        flex: 0 0 auto;
        font-weight: 850;
        white-space: nowrap;
    }

    .onebit-clover-flow-cell.is-detail em {
        font-size: 12.5px;
        font-weight: 900;
    }

    .onebit-clover-business-row.is-card .onebit-clover-flow-cell.is-detail > div {
        border-color: #efe1bf;
        background: #fffaf0;
    }

    .onebit-clover-business-row.is-market-maker .onebit-clover-flow-cell.is-detail > div {
        border-color: #d4e8df;
        background: #f1f9f6;
    }

    .onebit-clover-summary {
        position: static;
        padding: 16px 18px;
    }

    .onebit-business-summary-head {
        grid-template-columns: minmax(220px, 1fr) auto auto;
        gap: 14px 22px;
    }

    .onebit-business-summary-head .onebit-clover-summary-tags {
        grid-column: auto;
        display: grid;
        grid-template-columns: repeat(2, minmax(110px, 1fr));
        min-width: 240px;
    }

    .onebit-business-summary-grid {
        grid-template-columns: minmax(230px, .7fr) minmax(300px, .9fr) minmax(0, 1.6fr);
        gap: 14px;
    }

    .onebit-business-summary-grid > section:last-child {
        grid-column: auto;
    }

    .onebit-business-summary-grid .onebit-business-detail-hero {
        margin-top: 0;
    }

    .onebit-business-summary-grid .onebit-business-funds {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .onebit-business-summary-grid > section > h4,
    .onebit-clover-summary h4 {
        font-size: 13px;
    }

    .onebit-clover-summary dl {
        padding: 7px 11px;
    }

    .onebit-clover-summary dl div {
        min-height: 38px;
        padding: 10px 0;
    }

    .onebit-clover-summary dt,
    .onebit-clover-summary dd {
        font-size: 11px;
        line-height: 1.35;
    }

    .onebit-business-detail-hero > span {
        font-size: 10px;
    }

    .onebit-business-detail-hero > strong b {
        font-size: 32px;
    }

    .onebit-business-detail-hero > strong small,
    .onebit-business-detail-hero > p {
        font-size: 10px;
    }

    .onebit-business-fund-item {
        padding: 12px;
    }

    .onebit-business-fund-item > div strong,
    .onebit-business-fund-item > div b,
    .onebit-business-split dt,
    .onebit-business-split dd {
        font-size: 10.5px;
    }

    .onebit-business-fund-item > p,
    .onebit-business-fund-item > small,
    .onebit-business-fund-item > a code {
        font-size: 9px;
    }
}

@media (min-width: 1180px) {
    .onebit-clover-business-layout {
        grid-template-columns: minmax(0, 1fr) minmax(340px, .42fr);
        gap: 14px;
    }

    .onebit-clover-column-heads,
    .onebit-clover-business-row {
        grid-template-columns: 122px minmax(112px, .8fr) minmax(112px, .8fr) minmax(168px, 1.15fr) minmax(178px, 1.2fr);
        gap: 8px;
    }

    .onebit-clover-business-row {
        padding: 10px;
    }

    .onebit-clover-business-row > header,
    .onebit-clover-flow-cell {
        min-height: 188px;
    }

    .onebit-clover-business-row > header {
        padding-inline: 4px 10px;
    }

    .onebit-clover-flow-cell {
        padding: 13px;
    }

    .onebit-clover-flow-cell > span {
        font-size: 11px;
    }

    .onebit-clover-flow-cell > strong b {
        font-size: clamp(24px, 1.8vw, 27px);
        overflow-wrap: normal;
        white-space: nowrap;
    }

    .onebit-clover-flow-cell > strong {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 5px;
    }

    .onebit-clover-flow-cell > strong small {
        font-size: 10px;
    }

    .onebit-clover-flow-cell.is-detail > div {
        gap: 8px;
        padding-inline: 8px;
    }

    .onebit-clover-flow-cell.is-detail b,
    .onebit-clover-flow-cell.is-detail em {
        font-size: 10.5px;
    }

    .onebit-clover-summary {
        position: static;
        align-self: start;
        max-height: none;
        overflow: visible;
        padding: 16px;
        scrollbar-gutter: auto;
    }

    .onebit-business-summary-head {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px 12px;
    }

    .onebit-business-summary-head .onebit-clover-summary-tags {
        grid-column: 1 / -1;
        min-width: 0;
    }

    .onebit-market-scope-tabs {
        grid-column: 1 / -1;
    }

    .onebit-business-summary-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
    }

    .onebit-business-summary-grid > section:last-child {
        grid-column: 1;
    }

    .onebit-business-summary-grid .onebit-business-funds {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 760px) {
    .onebit-business-summary-head {
        grid-template-columns: 1fr;
    }

    .onebit-business-summary-head > time,
    .onebit-business-summary-head .onebit-clover-summary-tags {
        grid-column: 1;
    }

    .onebit-business-summary-grid {
        grid-template-columns: 1fr;
    }

    .onebit-business-summary-grid > section:last-child {
        grid-column: 1;
    }
}
