:root{
  --ink:#f2ece1; --ink-dim:#a89f92; --ink-faint:#7f7568;
  --bg:#0f0d0c; --bg2:#171412; --bg3:#1f1b18;
  --line:#2c2622; --line2:#3b332d;
  --gold:#e0a944; --green:#7fb069; --red:#d1603d; --plum:#8e5572;
  --r:14px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0; background:var(--bg); color:var(--ink);
  font:16px/1.55 Inter,system-ui,sans-serif; -webkit-font-smoothing:antialiased;
}
#grain{
  position:fixed; inset:0; pointer-events:none; z-index:99; opacity:.035;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)'/%3E%3C/svg%3E");
}
.wrap{max-width:1180px; margin:0 auto; padding:0 24px}
h1,h2,h3{font-family:Fraunces,Georgia,serif; font-weight:600; letter-spacing:-.01em; margin:0}
b{font-weight:600}
a{color:inherit}

/* hero */
.hero{
  padding:44px 0 56px; border-bottom:1px solid var(--line);
  background:
    radial-gradient(120% 90% at 12% -10%, rgba(224,169,68,.13), transparent 60%),
    radial-gradient(90% 80% at 92% 0%, rgba(142,85,114,.16), transparent 55%),
    var(--bg);
}
.brandline{display:flex; align-items:baseline; gap:14px; flex-wrap:wrap; margin-bottom:38px}
.mark{
  font-family:Fraunces,serif; font-weight:900; font-size:15px; letter-spacing:.22em;
  color:var(--gold);
}
.sub{font-family:'IBM Plex Mono',monospace; font-size:11px; letter-spacing:.16em; text-transform:uppercase; color:var(--ink-faint)}
.hero h1{font-size:clamp(34px,6.2vw,68px); line-height:1.02; letter-spacing:-.03em}
.hl{color:var(--red); font-style:italic}
.hl.green{color:var(--green)}
.lede{max-width:56ch; color:var(--ink-dim); margin:22px 0 0; font-size:15.5px}
.statrow{display:flex; flex-wrap:wrap; gap:10px; margin:30px 0 0}
.stat{
  background:var(--bg2); border:1px solid var(--line); border-radius:var(--r);
  padding:12px 16px; min-width:132px;
}
.stat .v{font-family:'IBM Plex Mono',monospace; font-size:21px; font-weight:600; letter-spacing:-.02em; display:block}
.stat .k{font-size:10.5px; letter-spacing:.11em; text-transform:uppercase; color:var(--ink-faint); margin-top:3px; display:block}
.cues{display:flex; gap:22px; flex-wrap:wrap; margin-top:34px}
.scroll-cue{
  display:inline-block; font-family:'IBM Plex Mono',monospace; font-size:12px;
  letter-spacing:.1em; text-transform:uppercase; color:var(--gold); text-decoration:none;
  border-bottom:1px solid rgba(224,169,68,.35); padding-bottom:3px;
}
.scroll-cue:hover{color:var(--ink)}

/* toolbar */
.toolbar{
  position:sticky; top:0; z-index:40; background:rgba(15,13,12,.93);
  backdrop-filter:blur(12px); border-bottom:1px solid var(--line); padding:14px 0 0;
}
.toolbar-inner{display:flex; gap:12px; align-items:flex-end; flex-wrap:wrap}
.field{display:flex; flex-direction:column; gap:5px}
.field.grow{flex:1 1 220px; min-width:180px}
.field label{font-size:10px; letter-spacing:.13em; text-transform:uppercase; color:var(--ink-faint)}
input[type=search],select{
  background:var(--bg3); color:var(--ink); border:1px solid var(--line2);
  border-radius:9px; padding:9px 11px; font:14px Inter,sans-serif; min-width:130px;
}
/* a long option label like "Pacific Cocktail Haven (40, no prices)" would otherwise
   stretch the control and push the rest of the toolbar onto a second row */
select{max-width:190px; text-overflow:ellipsis}
input[type=search]{width:100%}
input:focus,select:focus{outline:2px solid rgba(224,169,68,.45); outline-offset:1px}
.toggles{display:flex; gap:14px; padding-bottom:9px}
.chk{display:flex; align-items:center; gap:6px; font-size:12.5px; color:var(--ink-dim); white-space:nowrap; cursor:pointer}
.chk input{accent-color:var(--gold)}
.countline{
  display:flex; justify-content:space-between; align-items:center;
  font-family:'IBM Plex Mono',monospace; font-size:11.5px; color:var(--ink-faint);
  padding-top:11px; padding-bottom:11px;
}
.linkish{background:none; border:0; color:var(--gold); font:inherit; cursor:pointer; text-decoration:underline; padding:0}

/* grid */
.grid{display:grid; grid-template-columns:repeat(auto-fill,minmax(268px,1fr)); gap:14px; padding:24px 0 10px}
.card{
  background:var(--bg2); border:1px solid var(--line); border-radius:var(--r);
  padding:16px; cursor:pointer; text-align:left; color:inherit; font:inherit;
  display:flex; flex-direction:column; gap:11px; transition:border-color .15s, transform .15s, background .15s;
}
.card:hover{border-color:var(--line2); transform:translateY(-2px); background:var(--bg3)}
.card:focus-visible{outline:2px solid var(--gold); outline-offset:2px}
.card-top{display:flex; justify-content:space-between; gap:10px; align-items:flex-start}
.c-name{font-family:Fraunces,serif; font-size:18.5px; line-height:1.15; letter-spacing:-.01em}
.c-bar{font-size:11.5px; color:var(--ink-faint); margin-top:4px; font-family:'IBM Plex Mono',monospace}
.mult{
  font-family:'IBM Plex Mono',monospace; font-weight:600; font-size:15px;
  background:rgba(209,96,61,.14); color:var(--red); border:1px solid rgba(209,96,61,.3);
  border-radius:8px; padding:4px 8px; white-space:nowrap;
}
.mult.na{background:var(--bg3); color:var(--ink-faint); border-color:var(--line2); font-size:11px}
.prices{display:flex; align-items:baseline; gap:8px; font-family:'IBM Plex Mono',monospace}
.p-bar{font-size:20px; text-decoration:line-through; text-decoration-color:rgba(209,96,61,.7); color:var(--ink-dim)}
.p-home{font-size:24px; font-weight:600; color:var(--green)}
.p-none{font-size:13px; color:var(--ink-faint)}
.meter{height:5px; background:var(--bg3); border-radius:3px; overflow:hidden; display:flex}
.meter i{display:block; height:100%; background:var(--green)}
.tags{display:flex; flex-wrap:wrap; gap:5px}
.tag{
  font-family:'IBM Plex Mono',monospace; font-size:10px; letter-spacing:.05em; text-transform:uppercase;
  border:1px solid var(--line2); color:var(--ink-dim); border-radius:20px; padding:3px 8px;
}
.tag.warn{border-color:rgba(224,169,68,.4); color:var(--gold)}
.tag.good{border-color:rgba(127,176,105,.4); color:var(--green)}
.tag.dot{border:0; padding:3px 0; color:var(--ink-faint)}
.c-ing{font-size:12.5px; color:var(--ink-faint); line-height:1.4; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden}
.empty{text-align:center; color:var(--ink-dim); padding:50px 0}

/* stats */
.stats{padding:56px 24px 10px; border-top:1px solid var(--line); margin-top:36px}
.stats h2{font-size:26px; margin-top:34px}
.stats h2:first-child{margin-top:0}
.note{color:var(--ink-faint); font-size:13.5px; max-width:62ch; margin:8px 0 22px}
.barchart{display:flex; flex-direction:column; gap:7px}
.brow{display:grid; grid-template-columns:168px 1fr auto; gap:12px; align-items:center; font-size:13px}
.brow .bn{color:var(--ink-dim); overflow:hidden; text-overflow:ellipsis; white-space:nowrap}
.btrack{background:var(--bg2); border-radius:4px; height:20px; position:relative; overflow:hidden}
.bfill{position:absolute; inset:0 auto 0 0; background:linear-gradient(90deg,rgba(209,96,61,.75),rgba(224,169,68,.75)); border-radius:4px}
.bhome{position:absolute; inset:0 auto 0 0; background:var(--green); border-radius:4px}
.bval{font-family:'IBM Plex Mono',monospace; font-size:12px; color:var(--ink-dim); white-space:nowrap}
.ingchart{display:flex; flex-wrap:wrap; gap:7px}
.ing{
  background:var(--bg2); border:1px solid var(--line); border-radius:20px;
  padding:5px 12px; font-size:12.5px; color:var(--ink-dim);
}
.ing b{font-family:'IBM Plex Mono',monospace; color:var(--gold); font-weight:500; margin-left:6px}

/* footer */
.footer{padding:56px 24px 70px; border-top:1px solid var(--line); margin-top:56px}
.footer h2{font-size:24px; margin-bottom:26px}
.cols{display:grid; grid-template-columns:repeat(auto-fit,minmax(238px,1fr)); gap:26px}
.cols h3{font-size:14px; font-family:Inter,sans-serif; font-weight:600; letter-spacing:.01em; margin-bottom:7px}
.cols p{font-size:13.5px; color:var(--ink-faint); margin:0; line-height:1.6}
.footer .meta{margin-top:34px; font-family:'IBM Plex Mono',monospace; font-size:11px; color:var(--ink-faint)}

/* sheet */
.sheet{position:fixed; inset:0; z-index:60; display:flex; justify-content:center; align-items:flex-start}
/* [hidden] and .sheet have equal specificity, so this has to out-specify .sheet
   or the panel and its full-screen scrim stay on top of the page forever. */
.sheet[hidden]{display:none}
.sheet-bg{position:absolute; inset:0; background:rgba(6,5,5,.78); backdrop-filter:blur(3px)}
.sheet-card{
  position:relative; background:var(--bg); border:1px solid var(--line2); border-radius:18px;
  width:min(740px,calc(100% - 28px)); margin:38px 0; max-height:calc(100vh - 76px);
  overflow:auto; box-shadow:0 30px 80px rgba(0,0,0,.6);
}
.sheet-x{
  position:absolute; top:12px; right:14px; background:var(--bg3); border:1px solid var(--line2);
  color:var(--ink-dim); width:32px; height:32px; border-radius:50%; font-size:19px; cursor:pointer; z-index:2;
}
.sheet-x:hover{color:var(--ink)}
.sh-head{padding:28px 30px 22px; border-bottom:1px solid var(--line); background:linear-gradient(180deg,rgba(224,169,68,.06),transparent)}
.sh-head h2{font-size:clamp(25px,4.4vw,36px); line-height:1.08}
.sh-sub{font-family:'IBM Plex Mono',monospace; font-size:12px; color:var(--ink-faint); margin-top:8px}
.sh-sub a{color:var(--gold)}
.compare{display:flex; gap:10px; margin:22px 0 0; flex-wrap:wrap}
.cbox{flex:1 1 150px; background:var(--bg2); border:1px solid var(--line); border-radius:12px; padding:14px}
.cbox .k{display:block; font-size:10px; letter-spacing:.12em; text-transform:uppercase; color:var(--ink-faint)}
.cbox .v{display:block; font-family:'IBM Plex Mono',monospace; font-size:27px; font-weight:600; margin-top:5px; letter-spacing:-.02em}
.fact span{display:block}
.cbox.bar .v{color:var(--red)} .cbox.home .v{color:var(--green)} .cbox.mk .v{color:var(--gold)}
.sh-sec{padding:24px 30px; border-bottom:1px solid var(--line)}
.sh-sec:last-child{border-bottom:0}
.sh-sec h3{font-size:12px; font-family:'IBM Plex Mono',monospace; font-weight:500; letter-spacing:.14em; text-transform:uppercase; color:var(--gold); margin-bottom:14px}
.build{width:100%; border-collapse:collapse; font-size:14px}
.build td{padding:8px 6px; border-bottom:1px solid var(--line); vertical-align:top}
.build tr:last-child td{border-bottom:0}
.build .oz{font-family:'IBM Plex Mono',monospace; color:var(--gold); white-space:nowrap; width:66px}
.build .ct{font-family:'IBM Plex Mono',monospace; color:var(--ink-dim); text-align:right; white-space:nowrap; width:62px}
.build .nm{color:var(--ink)}
.build .nm small{display:block; color:var(--ink-faint); font-size:11.5px; margin-top:2px}
.build .nm a{color:var(--ink-faint); text-decoration:underline; text-decoration-color:var(--line2)}
.build .opt{opacity:.55}
.build tfoot td{font-family:'IBM Plex Mono',monospace; padding-top:11px; font-weight:600}
.steps{margin:0; padding-left:20px; font-size:14.5px; color:var(--ink-dim)}
.steps li{margin-bottom:8px}
.facts{display:flex; flex-wrap:wrap; gap:8px; margin-bottom:16px}
.fact{background:var(--bg2); border:1px solid var(--line); border-radius:9px; padding:7px 11px; font-size:12px}
.fact span{color:var(--ink-faint); text-transform:uppercase; font-size:9.5px; letter-spacing:.1em; display:block}
.shop{list-style:none; margin:0; padding:0; font-size:13.5px}
.shop li{display:flex; justify-content:space-between; gap:12px; padding:7px 0; border-bottom:1px solid var(--line)}
.shop li:last-child{border-bottom:0}
.shop .sp{font-family:'IBM Plex Mono',monospace; color:var(--ink-dim); white-space:nowrap}
.shop a{color:var(--ink); text-decoration:underline; text-decoration-color:var(--line2)}
.callout{background:var(--bg2); border:1px solid var(--line2); border-left:3px solid var(--gold); border-radius:9px; padding:13px 15px; font-size:13.5px; color:var(--ink-dim); margin-top:14px}
.callout b{color:var(--ink)}
.prov{font-size:12.5px; color:var(--ink-faint); line-height:1.65}
.prov b{color:var(--ink-dim)}
.prov a{color:var(--gold)}
@media (max-width:640px){
  .hero{padding:30px 0 40px}
  .brandline{margin-bottom:26px}
  .toolbar-inner{gap:9px}
  .field select,.field input{min-width:0; width:100%}
  .field{flex:1 1 130px}
  .brow{grid-template-columns:102px 1fr auto; font-size:12px}
  .sh-head,.sh-sec{padding-left:18px; padding-right:18px}
}


/* ---------------------------------------------------------------- community */
.countline-right{display:flex; align-items:center; gap:14px; flex-wrap:wrap}
.hp-who{color:var(--ink-dim)}
.hp-at{color:var(--ink-faint)}
.hp-badge{
  font-family:'IBM Plex Mono',monospace; font-size:9.5px; letter-spacing:.08em; text-transform:uppercase;
  border:1px solid rgba(127,176,105,.45); color:var(--green); border-radius:20px; padding:2px 7px; margin-left:4px;
}
.hp-badge.warn{border-color:rgba(224,169,68,.45); color:var(--gold)}
.hp-mode{
  font-family:'IBM Plex Mono',monospace; font-size:11px; color:var(--gold);
  background:rgba(224,169,68,.09); border-bottom:1px solid rgba(224,169,68,.25);
  padding:7px 24px; text-align:center;
}

/* collapsible section inside the drink panel */
.hp-sec{padding-top:18px}
.hp-toggle{
  display:flex; align-items:baseline; justify-content:space-between; width:100%;
  background:none; border:0; padding:0; cursor:pointer; color:inherit; font:inherit; text-align:left;
}
.hp-toggle h3{margin:0}
.hp-count{
  font-family:'IBM Plex Mono',monospace; color:var(--ink-dim); margin-left:6px;
  text-transform:none; letter-spacing:0;
}
.hp-chev{
  font-family:'IBM Plex Mono',monospace; font-size:11px; letter-spacing:.1em;
  text-transform:uppercase; color:var(--gold);
}
.hp-thread{margin-top:16px}
.hp-list{display:flex; flex-direction:column; gap:14px; margin-top:18px}

.hp-c{border-top:1px solid var(--line); padding-top:13px}
.hp-c-flagged{opacity:.6}
.hp-c-head{display:flex; align-items:center; gap:7px; flex-wrap:wrap; font-size:13.5px}
.hp-avatar{
  width:24px; height:24px; border-radius:50%; background:var(--bg3); border:1px solid var(--line2);
  display:grid; place-items:center; font-family:'IBM Plex Mono',monospace; font-size:12px; color:var(--gold);
}
.hp-time{color:var(--ink-faint); font-size:11.5px; font-family:'IBM Plex Mono',monospace}
/* type matches .hp-ta exactly, so a comment does not reflow when you switch it into edit mode */
.hp-c-body{margin:8px 0 0; font-size:14px; color:var(--ink-dim); line-height:1.5; white-space:pre-wrap}
.hp-c-img{margin-top:11px; max-width:100%; border-radius:10px; border:1px solid var(--line2); display:block}
.hp-c-acts{display:flex; gap:12px; margin-top:9px; flex-wrap:wrap}
.hp-act{
  background:none; border:0; padding:0; cursor:pointer; color:var(--ink-faint);
  font-family:'IBM Plex Mono',monospace; font-size:11px; letter-spacing:.06em; text-transform:uppercase;
}
.hp-act:hover{color:var(--ink)}
.hp-act.danger:hover{color:var(--red)}
.hp-act.ok{color:var(--green)}

.hp-composer{background:var(--bg2); border:1px solid var(--line); border-radius:12px; padding:14px}
.hp-ta{
  width:100%; background:var(--bg3); color:var(--ink); border:1px solid var(--line2);
  border-radius:9px; padding:10px 11px; font:14px/1.5 Inter,sans-serif; resize:vertical;
}
.hp-row{display:flex; align-items:center; gap:12px; margin-top:10px; flex-wrap:wrap}
.hp-btn{
  background:var(--gold); color:#1a1408; border:0; border-radius:9px; padding:9px 16px;
  font:600 13.5px Inter,sans-serif; cursor:pointer;
}
.hp-btn:hover{filter:brightness(1.08)}
.hp-btn:disabled{opacity:.5; cursor:default}
.hp-btn.ghost{background:none; color:var(--ink-dim); border:1px solid var(--line2)}
.hp-btn.small{padding:6px 12px; font-size:12.5px}
.hp-file{
  font-family:'IBM Plex Mono',monospace; font-size:11px; letter-spacing:.08em; text-transform:uppercase;
  color:var(--gold); cursor:pointer; border-bottom:1px solid rgba(224,169,68,.35);
}
.hp-fname{font-size:12px; color:var(--ink-faint); overflow:hidden; text-overflow:ellipsis; max-width:170px; white-space:nowrap}
.hp-note{font-size:12.5px; color:var(--ink-faint); margin:9px 0 0; line-height:1.5}
.hp-err,.hp-err-inline{color:var(--red); font-size:13px; margin-top:9px}
.hp-edit{margin-top:9px}

/* auth modal */
.hp-modal{position:fixed; inset:0; z-index:80; display:grid; place-items:center; padding:20px}
.hp-modal-bg{position:absolute; inset:0; background:rgba(6,5,5,.8); backdrop-filter:blur(3px)}
.hp-modal-card{
  position:relative; background:var(--bg); border:1px solid var(--line2); border-radius:16px;
  padding:26px; width:min(440px,100%); max-height:90vh; overflow:auto;
  box-shadow:0 30px 80px rgba(0,0,0,.6);
}
.hp-modal-card h3{font-size:22px; font-family:Fraunces,serif}
.hp-l{display:block; margin-top:14px; font-size:11px; letter-spacing:.1em; text-transform:uppercase; color:var(--ink-faint)}
/* selects are listed alongside inputs so a dropdown sits under its label and fills the
   column like a text field. without this they fall through to the toolbar select rule,
   which is inline-block and width-capped, and the row stops lining up. */
.hp-l input,.hp-l select{
  display:block; width:100%; margin-top:6px; background:var(--bg3); color:var(--ink);
  border:1px solid var(--line2); border-radius:9px; padding:10px 11px;
  font:14px Inter,sans-serif; letter-spacing:normal; text-transform:none;
  /* a native select has a UA minimum height that ignores line-height, so it renders 2px
     taller than an input at the same font and padding. pin the height on both to match. */
  height:39px;
}
/* .hp-ta carries its own box styles for the standalone comment composer, so a textarea
   used as a labelled field still needs the same gap under the label as an input or select.
   type size matches because .hp-ta is 14px, same as the fields above. */
.hp-l textarea{display:block; margin-top:6px}
.hp-l select{min-width:0; max-width:none}


/* ---------------------------------------------------------------- community recipes */
.rx-head{display:flex; justify-content:space-between; align-items:flex-start; gap:20px; flex-wrap:wrap}
.rx-head .note{margin-bottom:0}
#rx-count{color:var(--ink-dim)}

.rx-modal{position:fixed; inset:0; z-index:80; display:flex; justify-content:center; align-items:flex-start; padding:20px}
.rx-modal-bg{position:absolute; inset:0; background:rgba(6,5,5,.8); backdrop-filter:blur(3px)}
.rx-modal-card{
  position:relative; background:var(--bg); border:1px solid var(--line2); border-radius:16px;
  padding:28px; width:min(620px,100%); max-height:calc(100vh - 40px); overflow:auto;
  box-shadow:0 30px 80px rgba(0,0,0,.6);
}
.rx-modal-card h2{font-size:26px; font-family:Fraunces,serif; margin-bottom:8px}
.rx-h{font-size:12px; font-family:'IBM Plex Mono',monospace; font-weight:500; letter-spacing:.14em;
  text-transform:uppercase; color:var(--gold); margin:24px 0 12px}
.rx-grid{display:grid; grid-template-columns:repeat(auto-fit,minmax(150px,1fr)); gap:12px}

.rx-row{display:grid; grid-template-columns:70px 120px 1fr 58px 26px; gap:8px; align-items:center; margin-bottom:8px}
.rx-row input,.rx-row select{
  background:var(--bg3); color:var(--ink); border:1px solid var(--line2); border-radius:8px;
  padding:8px 10px; font:13.5px Inter,sans-serif; min-width:0; width:100%; max-width:none;
  height:35px;   /* as above: keeps the unit dropdown level with the amount and name fields */
}
.rx-line-cost{font-family:'IBM Plex Mono',monospace; font-size:12.5px; color:var(--ink-dim); text-align:right}
.rx-line-cost.bad{color:var(--gold)}
.rx-x{background:none; border:0; color:var(--ink-faint); font-size:18px; cursor:pointer; line-height:1}
.rx-x:hover{color:var(--red)}

.rx-cost{margin-top:18px}
.rx-cost-main{display:flex; align-items:baseline; gap:10px}
.rx-cost-v{font-family:'IBM Plex Mono',monospace; font-size:34px; font-weight:600; color:var(--green)}
.rx-cost-k{font-size:11px; letter-spacing:.12em; text-transform:uppercase; color:var(--ink-faint)}
@media (max-width:560px){
  .rx-row{grid-template-columns:60px 96px 1fr 26px; }
  .rx-line-cost{grid-column:3; text-align:left; color:var(--gold)}
}


/* ---------------------------------------------------------------- drop target
   The textarea and any attached photo share one bordered container, so a dropped
   image reads as being inside the text box rather than in a strip beneath it. */
.hp-inputwrap{
  background:var(--bg3); border:1px solid var(--line2); border-radius:9px;
  transition:border-color .15s, background .15s;
}
.hp-ta.bare{
  background:none; border:0; border-radius:0; width:100%; display:block;
  padding:10px 11px; resize:vertical;
}
.hp-ta.bare:focus{outline:none}
.hp-inputwrap:focus-within{border-color:rgba(224,169,68,.5)}
.hp-drop-zone.hp-drop .hp-inputwrap{
  border-color:var(--gold); border-style:dashed; background:rgba(224,169,68,.07);
}
.hp-attached{display:flex; align-items:center; gap:10px; padding:0 11px 10px}
.hp-thumbwrap{position:relative; flex:none; line-height:0}
.hp-attached img{
  width:52px; height:52px; object-fit:cover; border-radius:7px;
  border:1px solid var(--line2); display:block; background:var(--bg2);
}
.hp-attached img.broken{
  object-fit:contain; border-style:dashed; border-color:var(--gold);
}
.hp-thumb-x{
  position:absolute; top:-6px; right:-6px; width:19px; height:19px; border-radius:50%;
  background:var(--bg); color:var(--ink-dim); border:1px solid var(--line2);
  font-size:13px; line-height:1; cursor:pointer; padding:0;
}
.hp-thumb-x:hover{color:var(--red); border-color:var(--red)}
.hp-attached .hp-fname{max-width:none; white-space:normal; font-size:12.5px}

.rx-attached{padding:0; margin-top:11px}
