.medihall-business-data{--mbd-text: #172033;--mbd-muted: #667085;--mbd-border: #d9dee7;--mbd-border-soft: #e8ebf0;--mbd-surface: #ffffff;--mbd-surface-soft: #f8fafc;--mbd-row-alt: #fbfcfd;--mbd-row-hover: #f2f7f5;padding:clamp(36px,5vw,64px) 0 72px;color:var(--mbd-text);background:#fff}.medihall-business-data__inner{width:min(100% - 48px,1280px);margin-inline:auto}.medihall-business-data__heading{margin:0 0 24px;color:var(--mbd-text);font-family:var(--font-heading--family);font-size:clamp(2rem,3.2vw,2.75rem);font-weight:700;letter-spacing:-.025em;line-height:1.1}.medihall-business-data__toolbar{display:flex;align-items:center;gap:10px;margin-bottom:14px}.medihall-business-data__search,.medihall-business-data__filter{display:flex;min-height:42px;align-items:center;gap:9px;padding:9px 12px;border:1px solid var(--mbd-border);border-radius:8px;background:var(--mbd-surface);box-shadow:0 1px 2px #1018280a;color:var(--mbd-muted);transition:border-color .18s ease,box-shadow .18s ease}.medihall-business-data__search{width:min(100%,300px)}.medihall-business-data__filter{width:180px}.medihall-business-data__search:focus-within,.medihall-business-data__filter:focus-within{border-color:#1f7666;box-shadow:0 0 0 3px #1f76661f}.medihall-business-data__search input,.medihall-business-data__filter select{width:100%;min-width:0;padding:0;border:0;outline:0;background:transparent;color:var(--mbd-text);font:inherit;font-size:.875rem}.medihall-business-data__status{margin:0 0 10px;color:var(--mbd-muted);font-size:.875rem}.medihall-business-data .medihall-business-data__table-wrap{width:100%;overflow-x:auto;border:1px solid var(--mbd-border)!important;border-radius:10px!important;background:var(--mbd-surface);box-shadow:0 6px 18px #1018280a;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}.medihall-business-data table{width:100%;min-width:1020px;border-collapse:separate;border-spacing:0;table-layout:fixed;background:var(--mbd-surface)}.medihall-business-data th,.medihall-business-data td{padding:13px 14px;border-bottom:1px solid var(--mbd-border-soft);color:var(--mbd-text);text-align:left;vertical-align:middle}.medihall-business-data th{height:48px;background:var(--mbd-surface-soft);color:#475467;font-size:.75rem;font-weight:700;letter-spacing:.025em;line-height:1.3;text-transform:none;white-space:nowrap}.medihall-business-data th:nth-child(1){width:76px}.medihall-business-data th:nth-child(2){width:20%}.medihall-business-data th:nth-child(3){width:15%}.medihall-business-data th:nth-child(4){width:36%}.medihall-business-data th:nth-child(5),.medihall-business-data th:nth-child(6){width:12%;text-align:right}.medihall-business-data tbody tr:nth-child(2n) td{background:var(--mbd-row-alt)}.medihall-business-data tbody tr:last-child td{border-bottom:0}.medihall-business-data tbody tr td{transition:background-color .18s ease}.medihall-business-data tbody tr:hover td{background:var(--mbd-row-hover)}.medihall-business-data__col-image{width:76px}.medihall-business-data__image-link{display:flex;width:48px;height:48px;align-items:center;justify-content:center;overflow:hidden;border:1px solid var(--mbd-border-soft);border-radius:8px;background:var(--mbd-surface-soft);color:var(--mbd-muted);text-decoration:none;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.medihall-business-data__image-link img{width:100%;height:100%;object-fit:cover}.medihall-business-data tbody tr:hover .medihall-business-data__image-link{border-color:#9aa4b2;box-shadow:0 4px 10px #10182814;transform:translateY(-1px)}.medihall-business-data__product-name{color:var(--mbd-text);font-size:.875rem;font-weight:700;line-height:1.35;text-decoration:none}.medihall-business-data__product-name:hover{color:#176b5c;text-decoration:underline;text-underline-offset:3px}.medihall-business-data__date{color:#344054;font-size:.875rem;white-space:nowrap}.medihall-business-data__channels{display:flex;flex-wrap:wrap;gap:5px}.medihall-business-data__tag{display:inline-flex;align-items:center;padding:3px 7px;border:1px solid;border-radius:4px;font-size:.6875rem;line-height:1.35;white-space:nowrap}.medihall-business-data__tag.is-active{border-color:#6ed7b7;background:#e8fbf4;color:#126c57}.medihall-business-data__tag.is-inactive{border-color:#d8dde5;background:#f3f4f6;color:#8a93a2;text-decoration:line-through}.medihall-business-data__sales{color:#101828!important;font-size:1rem;font-weight:700;text-align:right!important;white-space:nowrap}.medihall-business-data__sales small{display:block;margin-top:2px;color:#98a2b3;font-size:.6875rem;font-weight:400}.medihall-business-data th small{display:block;margin-top:3px;color:#98a2b3;font-size:.625rem;font-weight:400}.medihall-business-data__legend{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:14px;color:var(--mbd-muted);font-size:.8125rem}.medihall-business-data__legend span:not(:first-child){display:inline-flex;align-items:center;gap:5px}.medihall-business-data__note{margin:9px 0 0;color:#7b8493;font-size:.75rem;line-height:1.5}@media screen and (max-width:749px){.medihall-business-data{padding:28px 0 48px}.medihall-business-data__inner{width:min(100% - 28px,1280px)}.medihall-business-data__heading{margin-bottom:20px;font-size:2rem}.medihall-business-data__toolbar{align-items:stretch;flex-direction:column}.medihall-business-data__search,.medihall-business-data__filter{width:100%}.medihall-business-data th,.medihall-business-data td{padding:11px 10px}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/medihall-business-data.css.map?rev=layout-light-2 */
