/** Shopify CDN: Minification failed

Line 284:0 Unexpected "@media"

**/
/* ==========================================================================
   ASK A VET™ — Chinese Herbal Medicine / TCVM Dose Calculator
   ========================================================================== */

s-chinese-herbal-medicine-calculator {
  display:block;
  width:100%;
  background:var(--bg);
  color:var(--ink);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  line-height:1.45;
  -webkit-font-smoothing:antialiased;
  -webkit-text-size-adjust:100%;
}

s-chinese-herbal-medicine-calculator,
s-chinese-herbal-medicine-calculator *,
s-chinese-herbal-medicine-calculator *::before,
s-chinese-herbal-medicine-calculator *::after {
  box-sizing:border-box;
}

s-chinese-herbal-medicine-calculator button,
s-chinese-herbal-medicine-calculator input,
s-chinese-herbal-medicine-calculator select,
s-chinese-herbal-medicine-calculator textarea {
  font:inherit;
}

s-chinese-herbal-medicine-calculator .wrap {
  max-width:1180px;
  margin:0 auto;
  padding-top:196px;
}

s-chinese-herbal-medicine-calculator .intro-copy > p {
  margin:0;
  color:var(--ink-soft);
  font-size:14.5px;
  max-width:820px;
}

@media(max-width:640px) {
  s-chinese-herbal-medicine-calculator .intro-copy > p {
    font-size:13.5px;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }

  s-chinese-herbal-medicine-calculator .intro-copy.open > p {
    -webkit-line-clamp:unset;
    display:block;
  }
}





s-chinese-herbal-medicine-calculator .wrap{max-width:1180px;margin:0 auto;padding:196px 18px 60px}
s-chinese-herbal-medicine-calculator header.top{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:8px}
s-chinese-herbal-medicine-calculator .brand{display:flex;align-items:center;gap:12px}
s-chinese-herbal-medicine-calculator .logo{width:44px;height:44px;border-radius:12px;flex:0 0 auto;background:linear-gradient(135deg,var(--teal),var(--teal-dark));display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:18px;letter-spacing:.5px;box-shadow:0 4px 14px rgba(134,55,178,.35)}
s-chinese-herbal-medicine-calculator .brand .bname{font-size:19px;margin:0;line-height:1.1;letter-spacing:-.2px;font-weight:800}
s-chinese-herbal-medicine-calculator .brand .sub{font-size:12.5px;color:var(--muted);margin-top:2px;font-weight:600;letter-spacing:.3px}
s-chinese-herbal-medicine-calculator .tagline{font-size:12px;color:var(--teal-dark);font-weight:700;letter-spacing:.4px;white-space:nowrap}
s-chinese-herbal-medicine-calculator .titleband{margin:14px 0 18px}
s-chinese-herbal-medicine-calculator .titleband h1{font-size:26px;margin:0 0 4px;letter-spacing:-.4px;font-weight:800}
s-chinese-herbal-medicine-calculator .titleband p{margin:0;color:var(--ink-soft);font-size:14.5px;max-width:820px}
s-chinese-herbal-medicine-calculator .byline{font-size:12.5px;color:var(--muted);font-weight:600;margin-top:6px}
s-chinese-herbal-medicine-calculator /* Single column at every width: the result sits directly beneath every
   selection control,s-chinese-herbal-medicine-calculator full width (requested layout). */
.grid{display:grid;grid-template-columns:1fr;gap:18px;align-items:stretch}
s-chinese-herbal-medicine-calculator #resultCol{min-width:0}
@media print{s-chinese-herbal-medicine-calculator #resultCol{position:static;max-height:none;overflow:visible}}
s-chinese-herbal-medicine-calculator .card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
s-chinese-herbal-medicine-calculator .card .inner{padding:20px}
s-chinese-herbal-medicine-calculator input[type=text],s-chinese-herbal-medicine-calculator input[type=number],s-chinese-herbal-medicine-calculator select{width:100%;padding:11px 12px;font-size:15px;border:1.5px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);font-family:var(--font);transition:border-color .15s,box-shadow .15s}
s-chinese-herbal-medicine-calculator input[type=text]:focus,s-chinese-herbal-medicine-calculator input[type=number]:focus,s-chinese-herbal-medicine-calculator select:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px rgba(134,55,178,.32)}
s-chinese-herbal-medicine-calculator input[type=checkbox]:focus-visible,s-chinese-herbal-medicine-calculator input[type=range]:focus-visible,s-chinese-herbal-medicine-calculator button:focus-visible,s-chinese-herbal-medicine-calculator a:focus-visible,s-chinese-herbal-medicine-calculator summary:focus-visible{outline:3px solid var(--teal);outline-offset:2px}
s-chinese-herbal-medicine-calculator .sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
s-chinese-herbal-medicine-calculator select{appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8'><path d='M1 1l5 5 5-5' stroke='%236b8397' stroke-width='2' fill='none' stroke-linecap='round'/></svg>");background-repeat:no-repeat;background-position:right 13px center;padding-right:34px}
s-chinese-herbal-medicine-calculator .seg{display:inline-flex;background:var(--line-soft);border-radius:10px;padding:4px;gap:3px;flex-wrap:wrap}
s-chinese-herbal-medicine-calculator .seg button{border:0;background:transparent;padding:8px 14px;border-radius:8px;font-weight:700;font-size:13.5px;color:var(--ink-soft);cursor:pointer;font-family:var(--font);transition:all .15s}
s-chinese-herbal-medicine-calculator .seg button.active{background:#fff;color:var(--teal-dark);box-shadow:0 1px 3px rgba(15,34,51,.12);outline:2px solid var(--teal);outline-offset:-2px}
s-chinese-herbal-medicine-calculator .seg.full{display:flex}
s-chinese-herbal-medicine-calculator .seg.full button{flex:1}
s-chinese-herbal-medicine-calculator .seg button .em{font-style:normal;margin-right:5px}
s-chinese-herbal-medicine-calculator .fldblock{display:block;margin:0 0 15px}
s-chinese-herbal-medicine-calculator .fldblock .lbl{display:block;font-size:13px;font-weight:700;color:var(--ink);margin-bottom:6px}
s-chinese-herbal-medicine-calculator .fldblock .hint{font-weight:500;color:var(--muted);font-size:12px}
s-chinese-herbal-medicine-calculator .row2{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:end}
s-chinese-herbal-medicine-calculator .rangetxt{font-size:12px;color:var(--muted);font-weight:600}
s-chinese-herbal-medicine-calculator .chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}
s-chinese-herbal-medicine-calculator .linkbtn{background:none;border:0;padding:0;font:inherit;color:var(--teal-dark);font-weight:700;text-decoration:underline;cursor:pointer}
s-chinese-herbal-medicine-calculator .browselist button.picked{background:var(--teal);color:#fff;border-color:var(--teal)}
s-chinese-herbal-medicine-calculator .chips button{border:1.5px solid var(--line);background:#fff;color:var(--ink-soft);border-radius:8px;padding:6px 12px;font-size:13px;font-weight:700;cursor:pointer;font-family:var(--font);transition:all .12s}
s-chinese-herbal-medicine-calculator .chips button:hover{border-color:var(--teal)}
s-chinese-herbal-medicine-calculator .chips button.active{background:var(--teal-tint);border-color:var(--teal);color:var(--teal-dark)}
s-chinese-herbal-medicine-calculator .searchbox{position:relative;margin-bottom:8px}

s-chinese-herbal-medicine-calculator .searchbox .mag{position:absolute;left:11px;top:50%;transform:translateY(-50%);font-size:13px;opacity:.55;pointer-events:none}
s-chinese-herbal-medicine-calculator .flagwrap{background:var(--line-soft);border-radius:12px;padding:12px 13px;margin-bottom:15px}
s-chinese-herbal-medicine-calculator .flagwrap .ft{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;color:var(--ink-soft);margin-bottom:8px}
s-chinese-herbal-medicine-calculator .flags{display:flex;flex-wrap:wrap;gap:6px}
s-chinese-herbal-medicine-calculator .flags label{display:inline-flex;align-items:center;gap:5px;background:#fff;border:1.5px solid var(--line);border-radius:20px;padding:5px 11px;font-size:12.5px;font-weight:700;color:var(--ink-soft);cursor:pointer;transition:all .12s}
s-chinese-herbal-medicine-calculator .flags label:hover{border-color:var(--teal)}
s-chinese-herbal-medicine-calculator .flags label.on{background:#fdeceb;border-color:#e8b4ae;color:#8f261e}
s-chinese-herbal-medicine-calculator .flags input{width:14px;height:14px;accent-color:var(--red);margin:0}
s-chinese-herbal-medicine-calculator .doseband{background:var(--line-soft);border-radius:12px;padding:14px}
s-chinese-herbal-medicine-calculator .doserow{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px}
s-chinese-herbal-medicine-calculator .loadinput{display:flex;align-items:center;gap:6px}
s-chinese-herbal-medicine-calculator .loadinput input{width:104px;padding:6px 8px;font-size:17px;font-weight:800;text-align:right;border:1.5px solid #d9c4ee;border-radius:8px;background:#fff;color:var(--ink)}
s-chinese-herbal-medicine-calculator .loadinput small{font-size:13px;color:var(--muted);font-weight:700}
s-chinese-herbal-medicine-calculator input[type=range]{width:100%;-webkit-appearance:none;height:6px;border-radius:6px;background:var(--line);margin:6px 0 4px}
s-chinese-herbal-medicine-calculator input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:22px;height:22px;border-radius:50%;background:var(--teal);border:3px solid #fff;box-shadow:0 1px 5px rgba(134,55,178,.5);cursor:pointer}
s-chinese-herbal-medicine-calculator input[type=range]::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:var(--teal);border:3px solid #fff;box-shadow:0 1px 5px rgba(134,55,178,.5);cursor:pointer}
s-chinese-herbal-medicine-calculator .ticks{display:flex;justify-content:space-between;font-size:11px;color:var(--muted);font-weight:600;margin-top:2px}
s-chinese-herbal-medicine-calculator .drugnote{font-size:12.5px;color:var(--ink-soft);background:var(--teal-tint);border:1px solid #e3d3f2;border-radius:10px;padding:10px 12px;margin-top:12px}
s-chinese-herbal-medicine-calculator .drugnote b{color:var(--teal-dark)}
s-chinese-herbal-medicine-calculator .evid{font-size:12.5px;color:var(--ink-soft);background:#fff;border:1px solid var(--line);border-left:3px solid var(--teal);border-radius:0 10px 10px 0;padding:10px 12px;margin-top:10px}
s-chinese-herbal-medicine-calculator .evid b{color:var(--teal-dark)}
s-chinese-herbal-medicine-calculator .result{background:linear-gradient(180deg,#101123,#241a3d);color:#efeaf7;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px rgba(15,34,51,.25)}
s-chinese-herbal-medicine-calculator .result .rhead{padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.09);display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}
s-chinese-herbal-medicine-calculator .result .rhead .rt{font-size:12px;text-transform:uppercase;letter-spacing:1px;color:#a99bc4;font-weight:800}
s-chinese-herbal-medicine-calculator .result .rhead .rmode{font-size:11.5px;color:#a99bc4;font-weight:600}
s-chinese-herbal-medicine-calculator .result .rbody{padding:20px}
s-chinese-herbal-medicine-calculator .twoup{display:grid;gap:12px;margin-bottom:16px}
s-chinese-herbal-medicine-calculator .bigcard{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.09);border-radius:12px;padding:14px 16px}
s-chinese-herbal-medicine-calculator .bigcard.hi{background:rgba(160,110,210,.10);border-color:rgba(160,110,210,.28)}
s-chinese-herbal-medicine-calculator .bigcard .bt{font-size:10.5px;text-transform:uppercase;letter-spacing:.9px;color:#a99bc4;font-weight:800;margin-bottom:6px}
s-chinese-herbal-medicine-calculator .bigcard.hi .bt{color:#c9a3e6}
s-chinese-herbal-medicine-calculator .bignum{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}
s-chinese-herbal-medicine-calculator .bignum .n{font-size:38px;font-weight:800;letter-spacing:-1px;line-height:1;color:#fff}
s-chinese-herbal-medicine-calculator .bignum .u{font-size:15px;font-weight:700;color:#b9a6d6}
s-chinese-herbal-medicine-calculator .bigsub{font-size:12px;color:#a99bc4;margin-top:6px}
s-chinese-herbal-medicine-calculator .working{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.09);border-radius:12px;padding:14px 16px;font-size:13.5px}
s-chinese-herbal-medicine-calculator .working .wt{font-size:11px;text-transform:uppercase;letter-spacing:.8px;color:#a99bc4;font-weight:800;margin-bottom:8px}
s-chinese-herbal-medicine-calculator .working .step{font-family:"SF Mono",ui-monospace,Menlo,Consolas,monospace;font-size:12.5px;color:#e0d9ee;margin:4px 0;line-height:1.5}
s-chinese-herbal-medicine-calculator .working .step b{color:#c9a3e6}
s-chinese-herbal-medicine-calculator .metaline{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}
s-chinese-herbal-medicine-calculator .metaline .m{background:rgba(255,255,255,.07);border-radius:8px;padding:8px 11px;font-size:12px;color:#d8cfe6}
s-chinese-herbal-medicine-calculator .metaline .m b{color:#fff;display:block;font-size:13px}
s-chinese-herbal-medicine-calculator .empty{color:#a99bc4;text-align:center;padding:30px 10px;font-size:14px}
s-chinese-herbal-medicine-calculator .warn{border-radius:10px;padding:11px 13px;font-size:13px;margin-top:12px;display:flex;gap:9px;align-items:flex-start;border-left-width:4px!important;border-left-style:solid!important}
s-chinese-herbal-medicine-calculator .warn .wlvl{text-transform:uppercase;letter-spacing:.4px;font-size:11.5px;margin-right:2px}
s-chinese-herbal-medicine-calculator .warn.amber{background:var(--amber-bg);border:1px solid var(--amber-line);border-left-color:var(--amber);color:#7a5b02}
s-chinese-herbal-medicine-calculator .warn.red{background:var(--red-bg);border:1px solid var(--red-line);border-left-color:var(--red);color:#8f261e}
s-chinese-herbal-medicine-calculator .warn.info{background:var(--teal-tint);border:1px solid #e3d3f2;border-left-color:var(--teal);color:#6d2a94}
s-chinese-herbal-medicine-calculator .warn.ok{background:#e9f7f0;border:1px solid #bfe3cd;border-left-color:var(--green);color:#146c46}

s-chinese-herbal-medicine-calculator .warn b{font-weight:800}
s-chinese-herbal-medicine-calculator .btnrow{display:flex;gap:10px;margin-top:16px;flex-wrap:wrap}
s-chinese-herbal-medicine-calculator .btn{border:0;border-radius:10px;padding:11px 16px;font-weight:700;font-size:13.5px;cursor:pointer;font-family:var(--font)}
s-chinese-herbal-medicine-calculator .btn.primary{background:var(--teal);color:#fff}
s-chinese-herbal-medicine-calculator .btn.ghost{background:var(--line-soft);color:var(--ink-soft);display:none}
s-chinese-herbal-medicine-calculator .btn.ghost.dis{background:var(--line-soft);color:var(--ink-soft)}
s-chinese-herbal-medicine-calculator .cprep{margin-top:10px;background:var(--line-soft);border:1px solid var(--line);border-radius:12px;padding:12px 13px}
s-chinese-herbal-medicine-calculator .cprep-t{font-size:10.5px;text-transform:uppercase;letter-spacing:.5px;color:var(--teal-dark);font-weight:800;margin-bottom:8px}
s-chinese-herbal-medicine-calculator .cprep-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}
s-chinese-herbal-medicine-calculator /* the pane background IS --line-soft,s-chinese-herbal-medicine-calculator so a ghost button and a segmented control
   sitting on it were invisible as controls. Lift them onto white. */
.cprep #prepKindSeg{background:#fff;border:1px solid var(--line)}
s-chinese-herbal-medicine-calculator .cprep #prepCarrierApply{background:#fff;border:1.5px solid var(--line);color:var(--teal-dark)}
s-chinese-herbal-medicine-calculator .cprep #prepCarrierApply:hover{border-color:var(--teal);background:var(--teal-tint)}
s-chinese-herbal-medicine-calculator .cprep-note{margin-top:10px;font-size:12px;line-height:1.55;color:var(--ink-soft);background:#fff;border:1px solid var(--line);border-radius:10px;padding:9px 12px}
s-chinese-herbal-medicine-calculator .cprep-note>summary{cursor:pointer;font-weight:700;color:var(--teal-dark);font-size:12px;list-style:none;display:flex;align-items:center;gap:6px;min-height:24px}
s-chinese-herbal-medicine-calculator .cprep-note>summary::-webkit-details-marker{display:none}
s-chinese-herbal-medicine-calculator .cprep-note>summary::before{content:"+";font-weight:800;font-size:14px;line-height:1;width:14px;text-align:center;flex:0 0 14px}
s-chinese-herbal-medicine-calculator .cprep-note[open]>summary::before{content:"\2212"}
s-chinese-herbal-medicine-calculator .cprep-note-body{margin-top:8px;border-top:1px solid var(--line-soft);padding-top:8px}
s-chinese-herbal-medicine-calculator .cprep-note-body p{margin:0 0 8px}
s-chinese-herbal-medicine-calculator .cprep-note-body p:last-child{margin:0}
s-chinese-herbal-medicine-calculator .disclaimer{margin-top:22px;background:#fff;border:1px solid var(--line);border-left:4px solid var(--amber);border-radius:10px;padding:14px 16px;font-size:12.5px;color:var(--ink-soft)}
s-chinese-herbal-medicine-calculator .disclaimer b{color:var(--ink)}
s-chinese-herbal-medicine-calculator footer.foot{margin-top:26px;text-align:center;font-size:12px;color:var(--muted)}
s-chinese-herbal-medicine-calculator footer.foot .div{height:1px;background:var(--line);margin:0 auto 16px;max-width:520px}
s-chinese-herbal-medicine-calculator footer.foot b{color:var(--teal-dark)}
s-chinese-herbal-medicine-calculator .hide{display:none!important}
s-chinese-herbal-medicine-calculator /* prescription mode */
.rxgrid{display:grid;grid-template-columns:340px 1fr;gap:20px;align-items:start}
s-chinese-herbal-medicine-calculator .rxgrid>div{min-width:0}
s-chinese-herbal-medicine-calculator .grid>*{min-width:0}
s-chinese-herbal-medicine-calculator .card{overflow:hidden}
s-chinese-herbal-medicine-calculator .seo{overflow:hidden}
@media(max-width:820px){s-chinese-herbal-medicine-calculator .rxgrid{grid-template-columns:1fr}}
s-chinese-herbal-medicine-calculator .checklist{max-height:min(540px,55vh);overflow:auto;padding-right:4px;overscroll-behavior:contain}
s-chinese-herbal-medicine-calculator .browsescroll{max-height:min(620px,60vh);overflow:auto;overscroll-behavior:contain}
s-chinese-herbal-medicine-calculator .checkcat{font-size:10.5px;text-transform:uppercase;letter-spacing:.5px;color:var(--teal-dark);font-weight:800;margin:14px 0 4px;padding-bottom:4px;border-bottom:1px solid var(--line-soft)}
s-chinese-herbal-medicine-calculator .checkrow{display:flex;align-items:center;gap:9px;padding:6px 5px;border-radius:8px;cursor:pointer}
s-chinese-herbal-medicine-calculator .checkrow:hover{background:var(--line-soft)}
s-chinese-herbal-medicine-calculator .checkrow input{width:17px;height:17px;accent-color:var(--teal);flex:0 0 auto;cursor:pointer}
s-chinese-herbal-medicine-calculator .checkrow span{font-size:13.5px;color:var(--ink)}
s-chinese-herbal-medicine-calculator .rxbar{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin:0 0 14px}
s-chinese-herbal-medicine-calculator .rxcount{font-size:12.5px;color:var(--muted);font-weight:700;margin-left:auto}
s-chinese-herbal-medicine-calculator .phead{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:18px}
@media(max-width:640px){s-chinese-herbal-medicine-calculator .phead{grid-template-columns:1fr 1fr}}
s-chinese-herbal-medicine-calculator .pf label{display:block;font-size:10.5px;font-weight:800;color:var(--muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}
s-chinese-herbal-medicine-calculator .pf input{padding:9px 10px;font-size:14px}
s-chinese-herbal-medicine-calculator .pf.wide{grid-column:1/-1}
s-chinese-herbal-medicine-calculator #rxTableWrap{overflow-x:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}
s-chinese-herbal-medicine-calculator table.sheet{width:100%;border-collapse:collapse;font-size:13px;min-width:460px}
s-chinese-herbal-medicine-calculator table.sheet th{text-align:left;font-size:10px;text-transform:uppercase;letter-spacing:.4px;color:var(--muted);border-bottom:2px solid var(--line);padding:7px;white-space:nowrap}
s-chinese-herbal-medicine-calculator table.sheet td{border-bottom:1px solid var(--line);padding:7px;vertical-align:middle}
s-chinese-herbal-medicine-calculator table.sheet td.med{font-weight:700;color:var(--ink)}
s-chinese-herbal-medicine-calculator table.sheet td .vol{font-weight:800;color:var(--teal-dark);font-size:15px;white-space:nowrap}
s-chinese-herbal-medicine-calculator table.sheet input,s-chinese-herbal-medicine-calculator table.sheet select{padding:6px;font-size:13px;border:1px solid var(--line);border-radius:7px;background:#fff}
s-chinese-herbal-medicine-calculator table.sheet input.dosein{width:76px;text-align:right}
s-chinese-herbal-medicine-calculator .rmrow{border:0;background:var(--red-bg);color:var(--red);border-radius:7px;font-weight:800;cursor:pointer;font-size:18px;line-height:1;min-width:40px;min-height:40px;display:inline-flex;align-items:center;justify-content:center}
s-chinese-herbal-medicine-calculator .sheetempty{color:var(--muted);text-align:center;padding:30px 14px;font-size:14px}
s-chinese-herbal-medicine-calculator .rowflag{font-size:11px;font-weight:800;border-radius:4px;padding:2px 6px;margin-left:6px;white-space:nowrap}
s-chinese-herbal-medicine-calculator .rowflag.hi{background:var(--red-bg);color:#8f261e;border:1px solid var(--red-line)}
s-chinese-herbal-medicine-calculator .rowflag.mid{background:var(--amber-bg);color:#7a5b02;border:1px solid var(--amber-line)}
s-chinese-herbal-medicine-calculator .totrow td{font-weight:800;background:var(--line-soft)}
s-chinese-herbal-medicine-calculator .sheettitle{display:flex;align-items:center;gap:12px;margin:0 0 16px}
s-chinese-herbal-medicine-calculator .sheettitle .logo{width:38px;height:38px;font-size:16px}
s-chinese-herbal-medicine-calculator .sheettitle h3{margin:0;font-size:18px;letter-spacing:-.2px;color:var(--ink)}
s-chinese-herbal-medicine-calculator .sheettitle .sub{font-size:12px;color:var(--muted);font-weight:600}
s-chinese-herbal-medicine-calculator .sheetdisc{margin-top:16px;font-size:11px;color:var(--muted);border-top:1px solid var(--line);padding-top:10px}
s-chinese-herbal-medicine-calculator .sigrow{display:none}
s-chinese-herbal-medicine-calculator .printonly{display:none}
s-chinese-herbal-medicine-calculator.rxmode .grid{grid-template-columns:1fr}
s-chinese-herbal-medicine-calculator /* browse mode */
.browsecat{margin-bottom:18px}
s-chinese-herbal-medicine-calculator .browsecat .bcat{font-size:13px;font-weight:700;margin:0 0 6px;color:var(--teal-dark);text-transform:uppercase;letter-spacing:.4px}
s-chinese-herbal-medicine-calculator .browselist{display:flex;flex-wrap:wrap;gap:6px}
s-chinese-herbal-medicine-calculator .browselist button{border:1.5px solid var(--line);background:#fff;color:var(--ink-soft);border-radius:8px;padding:6px 11px;font-size:12.5px;font-weight:700;cursor:pointer;font-family:var(--font)}
s-chinese-herbal-medicine-calculator .browselist button:hover{border-color:var(--teal);color:var(--teal-dark)}
s-chinese-herbal-medicine-calculator /* SEO block */
s-chinese-herbal-medicine-calculator .seo{max-width:880px;margin:44px auto 0;padding:28px 26px;background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
s-chinese-herbal-medicine-calculator .seo h2{font-size:21px;margin:26px 0 10px;letter-spacing:-.2px;color:var(--ink)}
s-chinese-herbal-medicine-calculator .seo h2:first-child{margin-top:0}
s-chinese-herbal-medicine-calculator .seo h3{font-size:15.5px;margin:20px 0 6px;color:var(--teal-dark)}
s-chinese-herbal-medicine-calculator .seo p{margin:0 0 12px;font-size:14.5px;color:var(--ink-soft);line-height:1.6}
s-chinese-herbal-medicine-calculator .seo ul{margin:0 0 12px;padding-left:20px}
s-chinese-herbal-medicine-calculator .seo li{font-size:14.5px;color:var(--ink-soft);line-height:1.6;margin-bottom:7px}
s-chinese-herbal-medicine-calculator .seo strong{color:var(--ink)}
s-chinese-herbal-medicine-calculator .seo .faq h3{margin-top:18px}
s-chinese-herbal-medicine-calculator .seo table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
s-chinese-herbal-medicine-calculator .dosetable{width:100%;border-collapse:collapse;font-size:13px;margin:0 0 18px}
s-chinese-herbal-medicine-calculator .dosetable th{text-align:left;font-size:10.5px;text-transform:uppercase;letter-spacing:.4px;color:var(--muted);border-bottom:2px solid var(--line);padding:7px 8px;white-space:normal}
s-chinese-herbal-medicine-calculator .dosetable td{border-bottom:1px solid var(--line-soft);padding:6px 8px;color:var(--ink-soft);vertical-align:top}
s-chinese-herbal-medicine-calculator .dosetable td strong{color:var(--ink)}
s-chinese-herbal-medicine-calculator .dosetable tbody tr:hover{background:var(--line-soft)}
@media(max-width:640px){s-chinese-herbal-medicine-calculator .dosetable{font-size:12px}s-chinese-herbal-medicine-calculator .dosetable th,s-chinese-herbal-medicine-calculator .dosetable td{padding:5px}}
s-chinese-herbal-medicine-calculator .toc{background:var(--line-soft);border-radius:10px;padding:12px 16px;margin:0 0 20px}
s-chinese-herbal-medicine-calculator .toc ul{margin:0;padding-left:18px;columns:2}
@media(max-width:560px){s-chinese-herbal-medicine-calculator .toc ul{columns:1}}
s-chinese-herbal-medicine-calculator .toc li{font-size:13.5px;margin-bottom:4px}
s-chinese-herbal-medicine-calculator .toc a{color:var(--teal-dark);font-weight:700;text-decoration:none}
s-chinese-herbal-medicine-calculator .seo-cta{margin-top:24px!important;padding-top:16px;border-top:1px solid var(--line);font-size:13.5px!important}
@media(max-width:640px){s-chinese-herbal-medicine-calculator .seo{padding:22px 18px;margin-top:30px}}
s-chinese-herbal-medicine-calculator.rxmode .seo{display:none}
@media(max-width:700px){
  s-chinese-herbal-medicine-calculator #speciesSeg{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(96px,1fr));gap:4px}
  s-chinese-herbal-medicine-calculator #speciesSeg button{flex:none}
}
@media(max-width:820px){
  s-chinese-herbal-medicine-calculator .rxgrid{grid-template-columns:1fr}
  s-chinese-herbal-medicine-calculator /* the order used to be reversed,s-chinese-herbal-medicine-calculator so the sheet sat ABOVE the picker and ticking
     the 41st formula put its new row 2,s-chinese-herbal-medicine-calculator 372px behind you. And unbounding the
     checklist turned a 159-entry picker into a 7,s-chinese-herbal-medicine-calculator 695px wall. */
  .checklist{max-height:58vh;overflow:auto}
  s-chinese-herbal-medicine-calculator .browsescroll{max-height:62vh;overflow:auto}
}
s-chinese-herbal-medicine-calculator .rxsticky{position:sticky;bottom:0;background:var(--navy);color:#fff;padding:9px 13px;border-radius:10px;
  font-size:13px;font-weight:700;display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:8px;z-index:20}
s-chinese-herbal-medicine-calculator .rxsticky button{background:#fff;color:var(--teal-dark);border:0;border-radius:8px;padding:7px 11px;font-weight:800;font-size:12.5px;cursor:pointer;font-family:var(--font)}
@media(min-width:821px){s-chinese-herbal-medicine-calculator .rxsticky{display:none}}
@media print{s-chinese-herbal-medicine-calculator .rxsticky{display:none}}
s-chinese-herbal-medicine-calculator tr.justadded td{animation:rowflash .9s ease-out}
@keyframes rowflash{from{background:var(--teal-tint)}to{background:transparent}}
s-chinese-herbal-medicine-calculator .btn[disabled]{opacity:.45;cursor:not-allowed}
@media(max-width:520px){s-chinese-herbal-medicine-calculator .phead{grid-template-columns:1fr}}
s-chinese-herbal-medicine-calculator /* at 390x844 the weight field started at y=854 - below the fold - because the
   intro paragraph alone was 210px tall */
@media(max-width:640px){
  .titleband{margin:8px 0 10px}
  .titleband h1{font-size:22px}
  .titleband p{font-size:13.5px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
  .titleband p.open{-webkit-line-clamp:unset;display:block}
  .intromore{background:none;border:0;padding:4px 0;font:inherit;font-size:12.5px;font-weight:700;color:var(--teal-dark);cursor:pointer}
}
@media(min-width:641px){s-chinese-herbal-medicine-calculator .intromore{display:none}}
s-chinese-herbal-medicine-calculator .twoup{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}
s-chinese-herbal-medicine-calculator .bignum .n{font-size:clamp(26px,7vw,38px);overflow-wrap:anywhere}
s-chinese-herbal-medicine-calculator .toc li{break-inside:avoid}
s-chinese-herbal-medicine-calculator .pf label{font-size:11.5px;letter-spacing:.3px}
@media(hover:none),(max-width:900px){
  s-chinese-herbal-medicine-calculator .seg button,s-chinese-herbal-medicine-calculator .chips button,s-chinese-herbal-medicine-calculator .browselist button,s-chinese-herbal-medicine-calculator .btn{min-height:44px;display:inline-flex;align-items:center;justify-content:center}
  s-chinese-herbal-medicine-calculator .flags label{min-height:44px}
  s-chinese-herbal-medicine-calculator .checkrow{min-height:44px;padding:8px 6px}
  s-chinese-herbal-medicine-calculator .rmrow{min-width:44px;min-height:44px}
  s-chinese-herbal-medicine-calculator .pf input,s-chinese-herbal-medicine-calculator table.sheet input,s-chinese-herbal-medicine-calculator .loadinput input{min-height:44px}
  s-chinese-herbal-medicine-calculator input[type=range]{height:44px;background:transparent}
  s-chinese-herbal-medicine-calculator input[type=range]::-webkit-slider-runnable-track{height:6px;border-radius:6px;background:var(--line)}
  s-chinese-herbal-medicine-calculator input[type=range]::-moz-range-track{height:6px;border-radius:6px;background:var(--line)}
  s-chinese-herbal-medicine-calculator input[type=range]::-webkit-slider-thumb{margin-top:-8px}
}
@media print{
 @page{margin:12mm}
 s-chinese-herbal-medicine-calculator /* single-formula print: the dose card only,s-chinese-herbal-medicine-calculator not the reference site */

 s-chinese-herbal-medicine-calculator:not(.rxmode) .grid{grid-template-columns:1fr}
 s-chinese-herbal-medicine-calculator:not(.rxmode) .result{background:#fff!important;color:#000!important;border:1px solid #000;box-shadow:none}
 s-chinese-herbal-medicine-calculator:not(.rxmode) .result .rhead .rt,s-chinese-herbal-medicine-calculator:not(.rxmode) .result .rhead .rmode,s-chinese-herbal-medicine-calculator:not(.rxmode) .bigcard .bt,s-chinese-herbal-medicine-calculator:not(.rxmode) .bigsub,s-chinese-herbal-medicine-calculator:not(.rxmode) .working .wt{color:#333!important}
 s-chinese-herbal-medicine-calculator:not(.rxmode) .bignum .n,s-chinese-herbal-medicine-calculator:not(.rxmode) .working .step,s-chinese-herbal-medicine-calculator:not(.rxmode) .working .step b,s-chinese-herbal-medicine-calculator:not(.rxmode) .metaline .m{color:#000!important}
 s-chinese-herbal-medicine-calculator:not(.rxmode) .bigcard,s-chinese-herbal-medicine-calculator:not(.rxmode) .working,s-chinese-herbal-medicine-calculator:not(.rxmode) .metaline .m{background:#f4f4f4!important;border:1px solid #999!important}
 s-chinese-herbal-medicine-calculator:not(.rxmode) .warn{border:1px solid #999!important;background:#fff!important;color:#000!important}
 s-chinese-herbal-medicine-calculator.rxmode{background:#fff}

 s-chinese-herbal-medicine-calculator.rxmode .card{border:none!important;box-shadow:none!important}
 s-chinese-herbal-medicine-calculator.rxmode .card .inner{padding:0!important}
 s-chinese-herbal-medicine-calculator.rxmode .rxgrid{grid-template-columns:1fr;gap:0}
 s-chinese-herbal-medicine-calculator.rxmode .printonly{display:block!important;margin:0 0 14px;font-size:12.5px;color:#000;border:1px solid #999;border-radius:8px;padding:9px 11px}
 s-chinese-herbal-medicine-calculator.rxmode .sigrow{display:flex;gap:40px;margin-top:26px;font-size:12px;color:#000}
 s-chinese-herbal-medicine-calculator.rxmode .sigrow div{flex:1;border-top:1px solid #000;padding-top:5px}
 s-chinese-herbal-medicine-calculator.rxmode .warn{border:1px solid #999!important;background:#fff!important;color:#000!important}
 s-chinese-herbal-medicine-calculator table.sheet input,s-chinese-herbal-medicine-calculator table.sheet select{border:none!important;padding:0!important;appearance:none;background:none!important;color:#000!important;font-weight:700}
 s-chinese-herbal-medicine-calculator table.sheet th,s-chinese-herbal-medicine-calculator table.sheet td{border-color:#999!important}
 s-chinese-herbal-medicine-calculator table.sheet td .vol{color:#000!important}
}
