/* Product UI tokens matched to the deployed management application's light theme. */
.demo-tabs { max-width: 100%; overflow-x: auto; }
.demo-tabs button { flex-shrink: 0; white-space: nowrap; }
.demo-topbar,.demo-panel > div:first-child { scroll-margin-top: 0; }
.demo-tabs { scrollbar-width: thin; scrollbar-color: #bdcdd7 transparent; }
.demo-tabs::-webkit-scrollbar { height: 4px; }
.demo-tabs::-webkit-scrollbar-thumb { background: #bdcdd7; border-radius: 4px; }
.demo-tabs::-webkit-scrollbar-track { background: transparent; }
.demo-shell { overflow-anchor: none; }
.demo-intro h3 { text-wrap: balance; }
@media(max-width:620px) { .merchant-format-controls > span:last-child,.merchant-advanced-preview > span:first-child { display: none; } }
.demo-section { padding-top: 60px; }
@media(max-width:620px) { .demo-section { padding-top: 40px; } }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.merchant-workspace { --ui-blue: #2563eb; --ui-ink: #172033; --ui-text: #526077; --ui-muted: #8390a5; --ui-line: #dfe7f1; background: #f4f7fb; border: 1px solid var(--ui-line); border-radius: 12px; overflow: hidden; color: var(--ui-ink); box-shadow: 0 8px 28px #0f172a0c; font-size: 13px; }
.merchant-workspace button,.merchant-workspace input { font: inherit; }
.merchant-windowbar { display: flex; align-items: center; gap: 10px; padding: 15px 20px; background: #fff; border-bottom: 1px solid var(--ui-line); }
.merchant-appmark { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 7px; background: #2563eb; color: #fff; font-size: 15px; font-weight: 600; }
.merchant-windowbar > strong { font-size: 15px; }
.merchant-display-mode { display: flex; margin-left: auto; padding: 3px; border: 1px solid #dfe7f1; border-radius: 7px; background: #f4f7fb; }
.merchant-display-mode button { border: 0; padding: 5px 12px; background: transparent; color: #526077; border-radius: 5px; cursor: pointer; }
.merchant-display-mode button[aria-pressed="true"] { background: #fff; color: #2563eb; box-shadow: 0 1px 4px #17203317; font-weight: 600; }
.merchant-nav-preview { display: flex; gap: 6px; flex-wrap: wrap; padding: 10px 18px; background: #fff; border-bottom: 1px solid #edf1f6; color: #526077; }
.merchant-nav-preview > span { padding: 5px 11px; border-radius: 6px; }
.merchant-nav-preview > .selected { background: #eff6ff; color: #2563eb; font-weight: 600; }
.merchant-format-controls { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; background: #fff; padding: 9px 20px; color: #8390a5; font-size: 11px; border-bottom: 1px solid #edf1f6; }
.merchant-format-controls button { border: 1px solid #dfe7f1; background: #f8fafc; padding: 3px 8px; border-radius: 5px; color: #526077; font-size: 11px; cursor: pointer; }
.merchant-format-controls button[aria-pressed="true"] { border-color: #bfdbfe; background: #eff6ff; color: #2563eb; }
.merchant-format-controls > span:last-child { margin-left: auto; }
.merchant-advanced-preview { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 17px; padding: 10px 28px; border-bottom: 1px solid #edf1f6; background: #fafbfd; font-size: 12px; color: #526077; }
.merchant-advanced-preview > span:first-child { color: #8390a5; }
.merchant-mode-note { color: #526077; font-size: 12px; padding: 12px 20px 0; line-height: 1.8; }
.merchant-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 15px 20px; }
.merchant-business { display: flex; gap: 7px; }
.merchant-business button { padding: 7px 12px; cursor: pointer; border: 1px solid #dfe7f1; background: #fff; color: #526077; border-radius: 6px; }
.merchant-business button[aria-pressed="true"] { color: #2563eb; background: #eff6ff; border-color: #93b7fa; }
.merchant-search input { width: 235px; height: 35px; padding: 7px 11px; border: 1px solid #dfe7f1; border-radius: 6px; background: #fff; color: #172033; }
.merchant-list-heading { margin: 0 20px; display: grid; grid-template-columns: 1.65fr 1fr 1.3fr 55px; gap: 14px; padding: 10px 16px; background: #f7f9fc; border: 1px solid #dfe7f1; border-bottom: 0; color: #526077; font-size: 12px; border-radius: 8px 8px 0 0; }
.merchant-list-heading > span:first-child { padding-left: 34px; }
.merchant-rows { margin: 0 20px; border: 1px solid #dfe7f1; border-radius: 0 0 8px 8px; background: #fff; overflow: hidden; }
.merchant-record + .merchant-record { border-top: 1px solid #dfe7f1; }
.merchant-record:nth-child(even) .merchant-row { background: #fafbfd; }
.merchant-row { display: grid; grid-template-columns: 1.65fr 1fr 1.3fr 55px; align-items: center; gap: 14px; padding: 16px; }
.merchant-identity { display: flex; align-items: center; gap: 11px; min-width: 0; }
.merchant-identity > div { min-width: 0; }
.merchant-identity h4 { margin: 0; font-size: 14px; line-height: 1.45; }
.merchant-avatar { display: grid; place-items: center; width: 34px; height: 34px; flex-shrink: 0; color: #2563eb; background: #eff6ff; border: 1px solid #dbeafe; border-radius: 9px; }
.merchant-id { display: block; margin-top: 3px; font-size: 11px; color: #8390a5; font-variant-numeric: tabular-nums; }
.merchant-badges { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 6px; font-size: 10px; color: #8390a5; }
.badge-deposit,.badge-payout { display: inline-block; border-radius: 4px; font-size: 10px; padding: 1px 5px; font-weight: 500; white-space: nowrap; }
.badge-deposit { color: #2563eb; background: #eff6ff; }
.badge-payout { color: #d97706; background: #fff7ed; }
.merchant-balance { display: flex; flex-direction: column; gap: 4px; color: #526077; font-size: 11px; }
.merchant-balance strong { display: inline-block; color: #172033; font-size: 15px; font-weight: 650; font-variant-numeric: tabular-nums; }
.merchant-balance small { font-size: 11px; color: #8390a5; }
.merchant-trading { display: flex; flex-direction: column; gap: 9px; font-size: 11px; color: #526077; }
.merchant-trading strong { color: #172033; font-size: 12px; font-weight: 600; }
.merchant-trading small { margin-left: 5px; font-size: 10px; color: #8390a5; }
.merchant-workspace[data-business="deposit"] .merchant-trading > span:last-child,.merchant-workspace[data-business="payout"] .merchant-trading > span:first-child { display: none; }
.dot-deposit,.dot-payout,.channel-dot { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: #2563eb; vertical-align: middle; }
.dot-payout { background: #d97706; }.channel-dot { background: #7c3aed; margin-right: 8px; }
.merchant-active { width: max-content; padding: 2px 7px; border-radius: 4px; color: #059669; background: #ecfdf5; font-size: 11px; white-space: nowrap; }
.tree-toggle { display: grid; place-items: center; width: 24px; height: 24px; flex-shrink: 0; padding: 0; border: 1px solid #cbd5e1; border-radius: 6px; color: #64748b; background: #fff; cursor: pointer; }
.tree-toggle span { font-size: 23px; line-height: 16px; transform-origin: center; }
.tree-toggle[aria-expanded="true"] { border-color: #93c5fd; color: #2563eb; background: #eff6ff; }
.tree-toggle[aria-expanded="true"] span { transform: rotate(90deg); }
.merchant-expanded { padding: 15px 18px 15px 48px; border-top: 1px solid #dfe7f1; background: #eef4fb; }
.merchant-product { border: 1px solid #dfe7f1; border-radius: 8px; background: #fff; overflow: hidden; }
.merchant-product + .merchant-product { margin-top: 10px; }
.merchant-product-row { display: grid; grid-template-columns: 24px minmax(0,1fr) auto 51px; align-items: center; gap: 12px; padding: 13px 14px; }
.merchant-product-name h5 { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin: 0 0 4px; font-size: 13px; }
.merchant-product-name > span { color: #8390a5; font-size: 11px; }
.merchant-price { display: flex; flex-direction: column; gap: 4px; font-size: 12px; text-align: right; }
.merchant-price > span { color: #8390a5; font-size: 10px; }
.merchant-price strong { font-weight: 500; color: #2563eb; }
.merchant-channels { border-top: 1px solid #edf1f6; padding: 0 14px 12px 50px; }
.merchant-weight-note { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 5px; font-size: 11px; color: #2563eb; padding: 10px 0; }
.merchant-weight-note > span { color: #8390a5; }
.channel-table-scroll { overflow-x: auto; border: 1px solid #edf1f6; border-radius: 6px; }
.channel-table { width: 100%; border-collapse: collapse; font-size: 11px; white-space: nowrap; text-align: left; }
.channel-table th { background: #f7f9fc; color: #526077; font-weight: 500; padding: 8px 10px; }
.channel-table td { border-top: 1px solid #edf1f6; padding: 9px 10px; color: #526077; font-variant-numeric: tabular-nums; }
.channel-weight { width: 42px; height: 5px; appearance: none; border: none; vertical-align: middle; background: #ede9fe; border-radius: 3px; }
.channel-weight::-webkit-progress-bar { background: #ede9fe; border-radius: 3px; }
.channel-weight::-webkit-progress-value { background: #8b5cf6; border-radius: 3px; }
.channel-weight::-moz-progress-bar { background: #8b5cf6; border-radius: 3px; }
.merchant-list-footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 20px; padding: 12px 20px 17px; font-size: 11px; color: #8390a5; }
.merchant-empty { padding: 25px 20px; color: #526077; text-align: center; }
.merchant-expanded { border-left: 4px solid #93b7ee; }
.merchant-channels { background: #faf9ff; border-left: 3px solid #c4b5fd; }
.merchant-balance > span strong { color: #059669; }
.merchant-balance small:first-of-type { color: #d97706; }
.bot-demo-layout { display: grid; grid-template-columns: 285px minmax(0,1fr); gap: 28px; align-items: start; }
.bot-command-guide h4 { margin: 18px 0 10px; font-size: 19px; }
.bot-command-guide > p { color: #64748b; font-size: 14px; line-height: 1.8; }
.bot-quick-commands { display: grid; gap: 9px; margin-top: 22px; }
.bot-quick-commands button { text-align: left; cursor: pointer; border: 1px solid #dfe7f1; border-radius: 8px; background: #fff; padding: 12px 14px; transition: background .15s; }
.bot-quick-commands button:hover { background: #eff6ff; border-color: #93b7fa; }
.bot-quick-commands strong { display: block; font-size: 13px; color: #2563eb; font-weight: 600; }
.bot-quick-commands span { display: block; margin-top: 3px; font-size: 12px; color: #64748b; }
.bot-command-guide > .bot-security-note { margin-top: 18px; font-size: 12px; color: #8390a5; }
.bot-chat { border: 1px solid #dfe7f1; border-radius: 12px; overflow: hidden; background: #fff; box-shadow: 0 8px 28px #0f172a0a; }
.bot-chat-heading { display: flex; align-items: center; gap: 11px; padding: 16px 20px; border-bottom: 1px solid #edf1f6; }
.bot-avatar { display: grid; place-items: center; background: #2563eb; color: #fff; width: 36px; height: 36px; border-radius: 10px; font-size: 19px; }
.bot-chat-heading h4 { font-size: 15px; margin: 0; }
.bot-chat-heading p { color: #8390a5; font-size: 11px; margin-top: 3px; }
.bot-demo-badge { margin-left: auto; border: 1px solid #bfdbfe; color: #2563eb; background: #eff6ff; border-radius: 4px; font-size: 11px; padding: 2px 7px; }
.bot-role-switch { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; padding: 11px 18px; border-bottom: 1px solid #edf1f6; }
.bot-role-switch button { background: #fff; color: #526077; border: 1px solid #dfe7f1; border-radius: 5px; cursor: pointer; font-size: 12px; padding: 5px 10px; }
.bot-role-switch button[aria-pressed="true"] { color: #2563eb; background: #eff6ff; border-color: #93b7fa; }
.bot-role-switch > span { color: #8390a5; font-size: 10px; margin-left: auto; }
.bot-messages { height: 365px; overflow-y: auto; overscroll-behavior: contain; padding: 20px; background: #f3f6fa; display: flex; flex-direction: column; gap: 16px; }
.bot-message { max-width: 90%; align-self: flex-start; flex-shrink: 0; }
.bot-message-user { align-self: flex-end; }
.bot-speaker { display: block; color: #8390a5; font-size: 10px; margin-bottom: 5px; }
.bot-message-user .bot-speaker { text-align: right; }
.bot-message > p { color: #344258; background: #fff; border: 1px solid #e1e7ef; border-radius: 0 10px 10px 10px; padding: 12px 15px; font-size: 13px; line-height: 1.85; white-space: pre-wrap; overflow-wrap: anywhere; }
.bot-message-user > p { color: #fff; border-color: #2563eb; background: #2563eb; border-radius: 10px 0 10px 10px; }
.bot-ticket { margin-top: 9px; border: 1px solid #dbeafe; border-left: 3px solid #60a5fa; background: #eff6ff; padding: 10px 13px; border-radius: 6px; }
.bot-ticket strong { color: #2563eb; font-size: 11px; }
.bot-ticket p { color: #526077; font-size: 12px; line-height: 1.8; white-space: pre-wrap; margin-top: 5px; }
.bot-compose { display: flex; gap: 9px; padding: 13px 16px 5px; border-top: 1px solid #dfe7f1; }
.bot-compose input { width: 100%; min-width: 0; padding: 10px 12px; border: 1px solid #dfe7f1; background: #fff; border-radius: 6px; font: inherit; font-size: 13px; }
.bot-compose .button { flex-shrink: 0; min-height: 40px; padding: 9px 17px; font-size: 13px; cursor: pointer; }
.bot-input-note { padding: 5px 16px 12px; font-size: 10px; color: #8390a5; }
.statistics-workspace { border: 1px solid #dfe7f1; background: #f4f7fb; border-radius: 12px; padding: 20px; color: #172033; }
.statistics-toolbar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; margin-bottom: 20px; }
.statistics-toolbar > span { font-size: 11px; color: #8390a5; }
.statistics-view { display: flex; gap: 5px; padding: 3px; background: #e8eef7; border-radius: 7px; }
.statistics-view button { padding: 7px 15px; border-radius: 5px; border: 0; color: #526077; background: none; font-size: 13px; cursor: pointer; }
.statistics-view button[aria-pressed="true"] { background: #fff; color: #2563eb; box-shadow: 0 1px 4px #1720330c; font-weight: 600; }
.statistics-filters { display: grid; grid-template-columns: 1fr 1.2fr 1fr 1.4fr; gap: 12px; margin-bottom: 20px; }
.statistics-filters label,.settlement-filters label { display: flex; flex-direction: column; gap: 6px; min-width: 0; color: #526077; font-size: 12px; }
.statistics-filters select,.statistics-filters input,.settlement-filters select { width: 100%; min-width: 0; height: 36px; padding: 7px 9px; color: #172033; background: #fff; border: 1px solid #dfe7f1; border-radius: 6px; font: inherit; }
.statistics-cards { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.statistics-card { padding: 15px 16px; border: 1px solid #dfe7f1; border-top: 3px solid #2563eb; border-radius: 9px; background: #fff; box-shadow: 0 3px 12px #0f172a03; min-width: 0; }
.statistics-card > span { display: block; color: #526077; font-size: 12px; }
.statistics-card > strong { display: block; margin: 9px 0 6px; font-size: clamp(19px,2vw,26px); line-height: 1.3; font-weight: 650; font-variant-numeric: tabular-nums; letter-spacing: -.025em; }
.statistics-card > small { display: block; font-size: 10px; color: #8390a5; line-height: 1.8; }
.statistics-card.tone-green { border-top-color: #059669; }.statistics-card.tone-purple { border-top-color: #7c3aed; }.statistics-card.tone-orange { border-top-color: #d97706; }
.statistics-count { color: #526077; font-size: 12px; margin: 18px 0 10px; }
.statistics-group { margin-top: 10px; border: 1px solid #dfe7f1; border-radius: 8px; overflow: hidden; background: #fff; }
.statistics-group summary { display: flex; align-items: center; gap: 10px; padding: 12px 15px; background: #eef4fd; color: #2563eb; font-size: 13px; cursor: pointer; list-style: none; }
.statistics-group summary::-webkit-details-marker { display: none; }
.statistics-group summary::before { content: "›"; font-size: 19px; transform: rotate(0); line-height: 1; }
.statistics-group[open] summary::before { transform: rotate(90deg); }
.statistics-group summary > small { color: #8390a5; font-size: 11px; }
.statistics-group summary > strong { font-weight: 600; margin-left: auto; font-size: 13px; }
.statistics-table-wrap,.settlement-table-wrap { overflow-x: auto; width: 100%; }
.statistics-table { min-width: 660px; width: 100%; border-collapse: collapse; text-align: left; font-size: 12px; white-space: nowrap; font-variant-numeric: tabular-nums; }
.statistics-table th { padding: 11px 14px; font-weight: 500; color: #526077; background: #f7f9fc; border-bottom: 1px solid #edf1f6; }
.statistics-table td { padding: 12px 14px; border-top: 1px solid #edf1f6; color: #526077; }
.statistics-table tr:nth-child(even) { background: #fafbfd; }
.statistics-table td strong { font-size: 12px; font-weight: 500; color: #172033; }
.statistics-table td small { display: block; font-size: 10px; margin-top: 4px; color: #8390a5; }
.statistics-table td.statistics-profit { color: #059669; font-weight: 600; }
.statistics-equation { padding: 13px 16px; background: #eaf2fe; color: #436797; font-size: 12px; border-radius: 7px; margin-top: 15px; }
.statistics-note { color: #8390a5; font-size: 11px; line-height: 1.85; margin-top: 14px; }
.settlement-filters { display: flex; flex-wrap: wrap; gap: 15px; margin: 22px 0 16px; align-items: flex-end; }
.settlement-filters label { min-width: 150px; }
.settlement-filters > span { font-size: 12px; color: #8390a5; margin-left: auto; padding-bottom: 8px; }
.settlement-table-wrap { background: #fff; border: 1px solid #dfe7f1; border-radius: 8px; }
@media(max-width:1000px) { .bot-demo-layout { grid-template-columns: 235px minmax(0,1fr); gap: 20px; } .statistics-cards { grid-template-columns: repeat(2,minmax(0,1fr)); } .statistics-card > strong { font-size: 24px; } }
@media(max-width:800px) { .bot-demo-layout { grid-template-columns: 1fr; } .bot-quick-commands { grid-template-columns: 1fr 1fr; margin-top: 14px; } .bot-command-guide > .bot-security-note { margin-top: 12px; } .bot-command-guide h4 { margin-top: 12px; } .statistics-filters { grid-template-columns: 1fr 1fr; } }
@media(max-width:620px) { .bot-command-guide > .product-label { display: none; } .bot-command-guide h4 { font-size: 17px; margin-top: 0; } .bot-quick-commands { gap: 7px; } .bot-quick-commands button { padding: 10px; } .bot-quick-commands strong { font-size: 11px; overflow-wrap: anywhere; } .bot-quick-commands span { font-size: 10px; } .bot-command-guide > p { font-size: 13px; } .bot-chat-heading { padding: 13px 12px; } .bot-chat-heading h4 { font-size: 13px; } .bot-chat-heading p { font-size: 10px; } .bot-role-switch { padding: 10px 12px; } .bot-role-switch > span { flex-basis: 100%; } .bot-messages { padding: 15px 12px; height: 330px; } .bot-message { max-width: 95%; } .bot-message > p { font-size: 12px; padding: 10px 12px; } .bot-compose { padding-inline: 10px; } .bot-compose input { font-size: 12px; padding-inline: 9px; } .bot-compose .button { padding-inline: 12px; font-size: 12px; } .statistics-workspace { padding: 13px 10px; } .statistics-toolbar { margin-bottom: 16px; } .statistics-view button { padding: 7px 12px; font-size: 12px; } .statistics-filters { gap: 10px; } .statistics-filters label,.settlement-filters label { font-size: 11px; } .statistics-filters select,.statistics-filters input { font-size: 11px; padding: 7px; } .statistics-cards { gap: 8px; } .statistics-card { padding: 12px 10px; } .statistics-card > span { font-size: 10px; } .statistics-card > strong { font-size: clamp(17px,5vw,22px); } .statistics-card > small { font-size: 10px; } .statistics-group summary { padding: 11px 10px; flex-wrap: wrap; font-size: 12px; gap: 7px; } .statistics-group summary > strong { font-size: 12px; } .statistics-group summary > small { display: none; } .statistics-equation { padding: 11px 12px; font-size: 11px; } .settlement-filters { gap: 10px; } .settlement-filters label { flex: 1; min-width: 90px; } .settlement-filters > span { width: 100%; padding-bottom: 0; } }
@media(max-width:1000px) { .merchant-avatar { display: none; } .merchant-row,.merchant-list-heading { grid-template-columns: 1.5fr 1fr 1.25fr 42px; gap: 9px; } .merchant-trading small { display: block; margin-left: 12px; } }
@media(max-width:800px) { .merchant-toolbar { flex-wrap: wrap; } .merchant-search { flex: 1; } .merchant-search input { width: 100%; min-width: 200px; } .merchant-row { grid-template-columns: 1.4fr 1fr; } .merchant-list-heading { display: none; } .merchant-rows { border-radius: 8px; } .merchant-trading { grid-column: 1; flex-direction: row; gap: 18px; margin-left: 35px; } .merchant-active { justify-self: end; } .merchant-balance { text-align: right; } .merchant-expanded { padding-left: 18px; } }
@media(max-width:620px) { .demo-tabs { gap: 20px; } .demo-tabs button { font-size: 13px; } .merchant-windowbar { padding: 12px; gap: 7px; flex-wrap: wrap; } .merchant-windowbar > strong { font-size: 13px; } .merchant-display-mode button { font-size: 11px; padding: 5px 8px; } .merchant-appmark { width: 24px; height: 24px; font-size: 13px; } .merchant-nav-preview { padding: 7px; gap: 0; font-size: 11px; } .merchant-nav-preview > span { padding: 5px 7px; } .merchant-advanced-preview { padding: 8px 12px; font-size: 10px; gap: 6px 12px; } .merchant-advanced-preview > span:first-child { width: 100%; } .merchant-mode-note { padding: 10px 12px 0; font-size: 11px; } .merchant-toolbar { padding: 12px; gap: 10px; } .merchant-business { width: 100%; gap: 5px; } .merchant-business button { padding: 6px 8px; font-size: 11px; flex: 1; white-space: nowrap; } .merchant-search input { min-width: 0; font-size: 12px; } .merchant-rows { margin: 0 10px; } .merchant-row { padding: 13px 10px; grid-template-columns: 1fr; gap: 12px; position: relative; } .merchant-identity h4 { font-size: 13px; padding-right: 33px; } .merchant-row > .merchant-active { position: absolute; top: 15px; right: 10px; font-size: 10px; } .merchant-balance { text-align: left; margin-left: 35px; flex-direction: row; flex-wrap: wrap; gap: 4px 12px; } .merchant-balance > span { flex-basis: 100%; } .merchant-balance strong { font-size: 14px; } .merchant-trading { margin-left: 35px; gap: 15px; flex-wrap: wrap; } .merchant-expanded { padding: 10px 8px; } .merchant-product-row { grid-template-columns: 24px minmax(0,1fr); gap: 8px; padding: 11px 8px; } .merchant-product-name h5 { font-size: 12px; } .merchant-product-name > span { font-size: 10px; } .merchant-price { grid-column: 2; text-align: left; flex-direction: row; flex-wrap: wrap; font-size: 11px; gap: 6px; } .merchant-product-row > .merchant-active { display: none; } .merchant-channels { padding: 0 8px 8px; } .merchant-weight-note { font-size: 10px; } .merchant-list-footer { padding: 12px; font-size: 10px; } }
