/* Web Request Hub v1.1.0 — Modern monochrome interface */
.wrh-wrap{
  --wrh-black:#0a0a0a;
  --wrh-ink:#171717;
  --wrh-text:#262626;
  --wrh-muted:#737373;
  --wrh-soft:#a3a3a3;
  --wrh-line:#e5e5e5;
  --wrh-line-strong:#d4d4d4;
  --wrh-surface:#ffffff;
  --wrh-subtle:#fafafa;
  --wrh-soft-bg:#f5f5f5;
  --wrh-radius:16px;
  --wrh-shadow:0 18px 55px rgba(0,0,0,.07);
  width:100%;
  max-width:1040px;
  margin:36px auto;
  padding:0 14px;
  color:var(--wrh-text);
  font-family:inherit;
  font-size:15px;
  line-height:1.6;
}
.wrh-wrap-wide{max-width:1320px}
.wrh-wrap,.wrh-wrap *{box-sizing:border-box}
.wrh-wrap button,.wrh-wrap input,.wrh-wrap select,.wrh-wrap textarea{font-family:inherit}
.wrh-wrap .wrh-icon{display:inline-block;width:18px;height:18px;flex:0 0 auto;vertical-align:middle}

.wrh-form,.wrh-tracking-shell,.wrh-dashboard,.wrh-success-card{
  overflow:hidden;
  background:var(--wrh-surface);
  border:1px solid var(--wrh-line);
  border-radius:var(--wrh-radius);
  box-shadow:var(--wrh-shadow);
}

/* Header */
.wrh-form-header{padding:34px 36px 30px;border-bottom:1px solid var(--wrh-line)}
.wrh-hero-header{display:flex;align-items:flex-end;justify-content:space-between;gap:26px;background:linear-gradient(180deg,#fff 0%,#fcfcfc 100%)}
.wrh-header-main{display:flex;align-items:flex-start;gap:18px;min-width:0}
.wrh-header-icon{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;flex:0 0 50px;border:1px solid var(--wrh-line-strong);border-radius:14px;background:var(--wrh-black);color:#fff;box-shadow:0 8px 20px rgba(0,0,0,.11)}
.wrh-header-icon .wrh-icon{width:23px;height:23px}
.wrh-form-header h2{margin:7px 0 8px!important;color:var(--wrh-black)!important;font-size:clamp(28px,4vw,38px)!important;line-height:1.12!important;letter-spacing:-.035em!important;font-weight:750!important}
.wrh-form-header p{max-width:680px;margin:0!important;color:var(--wrh-muted)!important;font-size:14px!important}
.wrh-eyebrow{display:inline-flex;align-items:center;width:max-content;padding:5px 9px;border:1px solid var(--wrh-line-strong);border-radius:999px;background:#fff;color:var(--wrh-text);font-size:10px;font-weight:750;line-height:1.2;letter-spacing:.09em;text-transform:uppercase}
.wrh-header-meta{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;flex:0 0 auto}
.wrh-header-meta>span{display:inline-flex;align-items:center;gap:7px;padding:8px 10px;border:1px solid var(--wrh-line);border-radius:999px;background:#fff;color:var(--wrh-muted);font-size:11px;font-weight:650;white-space:nowrap}
.wrh-header-meta .wrh-icon{width:14px;height:14px;color:var(--wrh-text)}
.wrh-required{color:var(--wrh-black);font-weight:800}

/* Sections */
.wrh-section{padding:34px 36px;border-bottom:1px solid var(--wrh-line)}
.wrh-section-heading{display:flex;align-items:flex-start;gap:14px;margin-bottom:28px}
.wrh-section-icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;flex:0 0 38px;border:1px solid var(--wrh-line);border-radius:11px;background:var(--wrh-soft-bg);color:var(--wrh-black)}
.wrh-section-icon .wrh-icon{width:18px;height:18px}
.wrh-section-heading h3{margin:1px 0 3px!important;color:var(--wrh-black)!important;font-size:20px!important;line-height:1.25!important;letter-spacing:-.015em!important;font-weight:720!important}
.wrh-section-heading p{margin:0!important;color:var(--wrh-muted)!important;font-size:13px!important}
.wrh-step-label{display:block;margin-bottom:2px;color:var(--wrh-soft);font-size:10px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}

/* Fields */
.wrh-grid{display:grid;gap:18px}
.wrh-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}
.wrh-field{min-width:0;margin:0 0 22px}
.wrh-field:last-child{margin-bottom:0}
.wrh-field-label{display:flex!important;align-items:center;gap:8px;margin:0 0 9px!important;color:var(--wrh-text)!important;font-size:13px!important;font-weight:700!important;line-height:1.4!important}
.wrh-field-label>.wrh-icon{width:15px;height:15px;color:var(--wrh-muted)}
.wrh-field-label span{display:inline-block}
.wrh-field small{display:block;margin-top:7px;color:var(--wrh-muted);font-size:11.5px;line-height:1.45}
.wrh-control-wrap{position:relative}
.wrh-control-wrap>.wrh-icon{position:absolute;z-index:2;top:50%;left:14px;width:17px;height:17px;color:var(--wrh-soft);transform:translateY(-50%);pointer-events:none}
.wrh-field input:not([type=radio]):not([type=checkbox]):not([type=file]),
.wrh-field select,
.wrh-field textarea,
.wrh-filter-form select{
  display:block!important;
  width:100%!important;
  min-height:48px!important;
  margin:0!important;
  padding:12px 14px!important;
  border:1px solid var(--wrh-line-strong)!important;
  border-radius:11px!important;
  outline:0!important;
  background:#fff!important;
  color:var(--wrh-text)!important;
  box-shadow:0 1px 2px rgba(0,0,0,.02)!important;
  font:inherit!important;
  font-size:14px!important;
  line-height:1.4!important;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease!important;
}
.wrh-control-wrap input:not([type=radio]):not([type=checkbox]),.wrh-control-wrap select{padding-left:43px!important}
.wrh-field textarea{min-height:118px!important;resize:vertical}
.wrh-field input::placeholder,.wrh-field textarea::placeholder{color:#a3a3a3!important;opacity:1}
.wrh-field input:hover,.wrh-field select:hover,.wrh-field textarea:hover,.wrh-filter-form select:hover{border-color:#b6b6b6!important}
.wrh-field input:focus,.wrh-field select:focus,.wrh-field textarea:focus,.wrh-filter-form select:focus{
  border-color:var(--wrh-black)!important;
  box-shadow:0 0 0 3px rgba(0,0,0,.08)!important;
}
.wrh-field select{appearance:auto!important}
.wrh-conditional[hidden],.wrh-optional-content[hidden]{display:none!important}
.wrh-conditional:not([hidden]){animation:wrhReveal .2s ease both}
@keyframes wrhReveal{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}

/* Cards */
.wrh-choice-grid,.wrh-priority-grid{display:grid;gap:12px}
.wrh-choice-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}
.wrh-priority-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.wrh-choice-card,.wrh-priority-card{position:relative;display:block!important;margin:0!important;cursor:pointer}
.wrh-choice-card input,.wrh-priority-card input{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.wrh-choice-card-inner,.wrh-priority-card-inner{position:relative;display:flex;align-items:flex-start;gap:12px;width:100%;height:100%;min-height:92px;padding:16px;border:1px solid var(--wrh-line);border-radius:13px;background:#fff;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease}
.wrh-priority-card-inner{min-height:126px;flex-direction:column;gap:11px}
.wrh-card-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 34px;border:1px solid var(--wrh-line);border-radius:10px;background:var(--wrh-subtle);color:var(--wrh-black)}
.wrh-card-icon .wrh-icon{width:17px;height:17px}
.wrh-card-copy{display:flex;min-width:0;flex:1;flex-direction:column;gap:3px}
.wrh-card-copy strong{color:var(--wrh-black);font-size:13px;line-height:1.35;font-weight:730}
.wrh-card-copy small{margin:0;color:var(--wrh-muted);font-size:11px;line-height:1.45}
.wrh-choice-check{position:absolute;top:12px;right:12px;display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:1px solid var(--wrh-line);border-radius:50%;background:#fff;color:transparent;transition:.18s ease}
.wrh-choice-check .wrh-icon{width:12px;height:12px}
.wrh-choice-card:hover .wrh-choice-card-inner,.wrh-priority-card:hover .wrh-priority-card-inner{border-color:#bcbcbc;background:#fdfdfd;transform:translateY(-1px)}
.wrh-choice-card input:focus-visible+.wrh-choice-card-inner,.wrh-priority-card input:focus-visible+.wrh-priority-card-inner{outline:3px solid rgba(0,0,0,.14);outline-offset:2px}
.wrh-choice-card input:checked+.wrh-choice-card-inner,.wrh-priority-card input:checked+.wrh-priority-card-inner{border-color:var(--wrh-black);background:var(--wrh-soft-bg);box-shadow:0 0 0 1px var(--wrh-black)}
.wrh-choice-card input:checked+.wrh-choice-card-inner .wrh-choice-check,.wrh-priority-card input:checked+.wrh-priority-card-inner .wrh-choice-check{border-color:var(--wrh-black);background:var(--wrh-black);color:#fff}
.wrh-priority-card input:checked+.wrh-priority-card-inner .wrh-card-icon{border-color:var(--wrh-black);background:var(--wrh-black);color:#fff}

/* Optional accordion */
.wrh-optional-section{padding:0}
.wrh-optional-toggle{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  width:100%!important;
  min-height:88px!important;
  margin:0!important;
  padding:22px 36px!important;
  border:0!important;
  border-radius:0!important;
  outline:0!important;
  background:#fff!important;
  color:var(--wrh-text)!important;
  box-shadow:none!important;
  text-align:left!important;
  cursor:pointer!important;
  transition:background .18s ease!important;
}
.wrh-optional-toggle:hover{background:var(--wrh-subtle)!important}
.wrh-optional-toggle:focus-visible{box-shadow:inset 0 0 0 3px rgba(0,0,0,.12)!important}
.wrh-optional-left{display:flex;align-items:center;gap:12px;min-width:0}
.wrh-optional-left>span:last-child{display:flex;min-width:0;flex-direction:column;gap:2px}
.wrh-optional-left strong{color:var(--wrh-black);font-size:14px;line-height:1.35}
.wrh-optional-left small{color:var(--wrh-muted);font-size:11px;line-height:1.45;font-weight:450}
.wrh-optional-icon,.wrh-toggle-icon{display:flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 34px;border:1px solid var(--wrh-line);border-radius:10px;background:var(--wrh-soft-bg);color:var(--wrh-black)}
.wrh-optional-icon .wrh-icon,.wrh-toggle-icon .wrh-icon{width:16px;height:16px}
.wrh-toggle-icon{transition:transform .2s ease}
.wrh-optional-toggle[aria-expanded=true] .wrh-toggle-icon{transform:rotate(180deg)}
.wrh-optional-content{padding:8px 36px 34px;background:#fff;border-top:1px solid var(--wrh-line)}

/* File input */
.wrh-file-field{position:relative;display:flex;align-items:center;min-height:48px;overflow:hidden;border:1px dashed var(--wrh-line-strong);border-radius:11px;background:var(--wrh-subtle);transition:.18s ease}
.wrh-file-field:hover{border-color:var(--wrh-black);background:#fff}
.wrh-file-field input[type=file]{position:absolute!important;inset:0!important;z-index:3!important;width:100%!important;height:100%!important;margin:0!important;opacity:0!important;cursor:pointer!important}
.wrh-file-button{display:inline-flex;align-items:center;gap:7px;align-self:stretch;padding:0 14px;border-right:1px solid var(--wrh-line);background:#fff;color:var(--wrh-black);font-size:12px;font-weight:700;white-space:nowrap}
.wrh-file-button .wrh-icon{width:15px;height:15px}
.wrh-file-name{min-width:0;overflow:hidden;padding:0 13px;color:var(--wrh-muted);font-size:11.5px;text-overflow:ellipsis;white-space:nowrap}

/* Buttons */
.wrh-submit-row{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:24px 36px;background:var(--wrh-subtle)}
.wrh-submit-row p{display:flex;align-items:center;gap:8px;margin:0!important;color:var(--wrh-muted)!important;font-size:11.5px!important}
.wrh-submit-row p .wrh-icon{width:16px;height:16px;color:var(--wrh-text)}
.wrh-button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  min-height:44px!important;
  margin:0!important;
  padding:11px 17px!important;
  border:1px solid var(--wrh-black)!important;
  border-radius:10px!important;
  background:var(--wrh-black)!important;
  color:#fff!important;
  box-shadow:0 6px 14px rgba(0,0,0,.12)!important;
  font-size:12.5px!important;
  font-weight:720!important;
  line-height:1.2!important;
  text-decoration:none!important;
  cursor:pointer!important;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease!important;
}
.wrh-button .wrh-icon{width:16px;height:16px}
.wrh-button:hover{background:#242424!important;color:#fff!important;box-shadow:0 9px 20px rgba(0,0,0,.16)!important;transform:translateY(-1px)}
.wrh-button:focus-visible{outline:3px solid rgba(0,0,0,.18)!important;outline-offset:2px!important}
.wrh-button:disabled,.wrh-button.is-loading{opacity:.68!important;cursor:wait!important;transform:none!important}
.wrh-button-secondary{border-color:var(--wrh-line-strong)!important;background:#fff!important;color:var(--wrh-black)!important;box-shadow:none!important}
.wrh-button-secondary:hover{border-color:var(--wrh-black)!important;background:var(--wrh-soft-bg)!important;color:var(--wrh-black)!important}
.wrh-button-small{min-height:38px!important;padding:9px 13px!important;font-size:11.5px!important}
.wrh-button-arrow{margin-left:2px;transition:transform .18s ease}
.wrh-button:hover .wrh-button-arrow{transform:translateX(2px)}
.wrh-submit-button.is-loading .wrh-button-icon{animation:wrhSpin .8s linear infinite}
@keyframes wrhSpin{to{transform:rotate(360deg)}}

/* Alerts and success */
.wrh-alert{display:flex;align-items:flex-start;gap:10px;margin:22px 36px;padding:13px 14px;border:1px solid var(--wrh-line-strong);border-radius:11px;background:var(--wrh-soft-bg);color:var(--wrh-text);font-size:13px}
.wrh-alert>.wrh-icon{width:17px;height:17px;margin-top:2px;color:var(--wrh-black)}
.wrh-alert-error{border-color:#a3a3a3;background:#f5f5f5;color:#171717}
.wrh-honeypot{position:absolute!important;left:-9999px!important;opacity:0!important}
.wrh-was-validated :invalid{border-color:var(--wrh-black)!important;box-shadow:0 0 0 3px rgba(0,0,0,.09)!important}
.wrh-field-error{display:flex;align-items:center;gap:6px;margin-top:7px;color:var(--wrh-black);font-size:11px;font-weight:650}

.wrh-success-card{display:grid;grid-template-columns:auto 1fr;gap:22px;max-width:760px;margin:60px auto;padding:38px}
.wrh-success-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:var(--wrh-black);color:#fff}
.wrh-success-icon .wrh-icon{width:25px;height:25px}
.wrh-success-content h3{margin:10px 0 8px!important;color:var(--wrh-black)!important;font-size:28px!important;line-height:1.2!important;letter-spacing:-.025em!important}
.wrh-success-content>p{margin:0 0 20px!important;color:var(--wrh-muted)!important;font-size:14px!important}
.wrh-request-number{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 20px;padding:14px 15px;border:1px solid var(--wrh-line);border-radius:12px;background:var(--wrh-subtle)}
.wrh-request-number>div{display:flex;min-width:0;flex-direction:column;gap:2px}
.wrh-request-number span{color:var(--wrh-muted);font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}
.wrh-request-number strong{overflow-wrap:anywhere;color:var(--wrh-black);font-size:16px;letter-spacing:.01em}
.wrh-copy-button{display:inline-flex!important;align-items:center!important;gap:7px!important;min-height:36px!important;margin:0!important;padding:8px 10px!important;border:1px solid var(--wrh-line-strong)!important;border-radius:9px!important;background:#fff!important;color:var(--wrh-black)!important;box-shadow:none!important;font-size:11px!important;font-weight:700!important;cursor:pointer!important}
.wrh-copy-button:hover{border-color:var(--wrh-black)!important;background:var(--wrh-soft-bg)!important}
.wrh-copy-button .wrh-icon{width:14px;height:14px}
.wrh-copy-button.is-copied{background:var(--wrh-black)!important;color:#fff!important}
.wrh-success-actions{display:flex;flex-wrap:wrap;gap:10px}
.wrh-helper{display:flex!important;align-items:center;gap:7px;margin:13px 0 0!important;color:var(--wrh-muted)!important;font-size:11px!important}
.wrh-helper .wrh-icon{width:14px;height:14px}

/* Tracking */
.wrh-tracking-top{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 36px;border-bottom:1px solid var(--wrh-line)}
.wrh-request-id-block{display:flex;min-width:0;flex-direction:column;gap:3px}
.wrh-request-id-block>span{display:flex;align-items:center;gap:5px;color:var(--wrh-muted);font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}
.wrh-request-id-block>span .wrh-icon{width:12px;height:12px}
.wrh-request-id-block strong{overflow-wrap:anywhere;color:var(--wrh-black);font-size:16px}
.wrh-tracking-actions{display:flex;align-items:center;gap:8px}
.wrh-copy-button-compact{min-height:34px!important}
.wrh-status-badge{display:inline-flex!important;align-items:center!important;gap:7px!important;width:max-content!important;min-height:32px!important;padding:7px 10px!important;border:1px solid var(--wrh-line-strong)!important;border-radius:999px!important;background:#fff!important;color:var(--wrh-text)!important;font-size:10.5px!important;font-weight:750!important;line-height:1!important;white-space:nowrap!important}
.wrh-status-badge i{display:block;width:7px;height:7px;border-radius:50%;background:#a3a3a3}
.wrh-status-in_progress,.wrh-status-review,.wrh-status-scheduled{background:var(--wrh-soft-bg)!important}
.wrh-status-in_progress i,.wrh-status-review i,.wrh-status-scheduled i{background:#525252}
.wrh-status-completed{border-color:var(--wrh-black)!important;background:var(--wrh-black)!important;color:#fff!important}
.wrh-status-completed i{background:#fff}
.wrh-status-cancelled,.wrh-status-paused{border-style:dashed!important;color:var(--wrh-muted)!important}
.wrh-stepper{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));padding:27px 36px;border-bottom:1px solid var(--wrh-line);background:var(--wrh-subtle)}
.wrh-step{position:relative;display:flex;align-items:center;flex-direction:column;gap:8px;text-align:center}
.wrh-step:not(:last-child):after{content:"";position:absolute;top:15px;left:calc(50% + 19px);right:calc(-50% + 19px);height:1px;background:var(--wrh-line-strong)}
.wrh-step>span{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:31px;height:31px;border:1px solid var(--wrh-line-strong);border-radius:50%;background:#fff;color:var(--wrh-muted);font-size:11px;font-weight:800}
.wrh-step>span .wrh-icon{width:14px;height:14px}
.wrh-step small{color:var(--wrh-muted);font-size:10.5px;line-height:1.3}
.wrh-step.is-done>span,.wrh-step.is-current>span{border-color:var(--wrh-black);background:var(--wrh-black);color:#fff}
.wrh-step.is-done:not(:last-child):after{background:var(--wrh-black)}
.wrh-step.is-current small,.wrh-step.is-done small{color:var(--wrh-black);font-weight:700}
.wrh-tracking-title{padding:30px 36px}
.wrh-title-meta{display:flex;gap:8px;margin-bottom:12px}
.wrh-tracking-title h3{margin:0 0 10px!important;color:var(--wrh-black)!important;font-size:25px!important;line-height:1.25!important;letter-spacing:-.022em!important}
.wrh-tracking-title p{max-width:820px;margin:0!important;color:var(--wrh-muted)!important;font-size:14px!important}
.wrh-priority-pill{display:inline-flex;align-items:center;gap:6px;width:max-content;padding:6px 9px;border:1px solid var(--wrh-line-strong);border-radius:999px;background:#fff;color:var(--wrh-text);font-size:10px;font-weight:750;line-height:1}
.wrh-priority-pill .wrh-icon{width:12px;height:12px}
.wrh-priority-urgent,.wrh-priority-high{border-color:#737373;background:var(--wrh-soft-bg);color:var(--wrh-black)}
.wrh-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;padding:1px 0;background:var(--wrh-line);border-top:1px solid var(--wrh-line);border-bottom:1px solid var(--wrh-line)}
.wrh-info-grid>div{display:flex;align-items:flex-start;gap:11px;min-width:0;padding:18px 20px;background:#fff}
.wrh-info-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;flex:0 0 32px;border-radius:9px;background:var(--wrh-soft-bg);color:var(--wrh-black)}
.wrh-info-icon .wrh-icon{width:15px;height:15px}
.wrh-info-copy{display:flex;min-width:0;flex-direction:column;gap:2px}
.wrh-info-copy small{color:var(--wrh-muted);font-size:9.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
.wrh-info-copy strong{overflow-wrap:anywhere;color:var(--wrh-text);font-size:12.5px;line-height:1.4}
.wrh-history{padding:30px 36px}
.wrh-content-heading{display:flex;align-items:center;gap:11px}
.wrh-content-heading>span{display:flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 34px;border-radius:10px;background:var(--wrh-soft-bg);color:var(--wrh-black)}
.wrh-content-heading>span .wrh-icon{width:16px;height:16px}
.wrh-content-heading h3{margin:0!important;color:var(--wrh-black)!important;font-size:17px!important;line-height:1.3!important}
.wrh-content-heading p{margin:2px 0 0!important;color:var(--wrh-muted)!important;font-size:11px!important}
.wrh-timeline{display:flex;flex-direction:column;margin-top:22px}
.wrh-timeline-item{position:relative;display:grid;grid-template-columns:24px 1fr;gap:11px;padding-bottom:22px}
.wrh-timeline-item:not(:last-child):before{content:"";position:absolute;top:21px;bottom:0;left:11px;width:1px;background:var(--wrh-line-strong)}
.wrh-timeline-dot{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:23px;height:23px;margin-top:0;border:1px solid var(--wrh-line-strong);border-radius:50%;background:#fff;color:var(--wrh-black)}
.wrh-timeline-dot .wrh-icon{width:11px;height:11px}
.wrh-timeline-item strong{color:var(--wrh-black);font-size:13px}
.wrh-timeline-item p{margin:5px 0!important;color:var(--wrh-muted)!important;font-size:12.5px!important}
.wrh-timeline-item small{display:flex;align-items:center;gap:5px;color:var(--wrh-soft);font-size:10px}
.wrh-timeline-item small .wrh-icon{width:11px;height:11px}
.wrh-empty-state{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:20px;padding:22px;border:1px dashed var(--wrh-line-strong);border-radius:12px;background:var(--wrh-subtle);color:var(--wrh-muted);text-align:left}
.wrh-empty-state>.wrh-icon{width:22px;height:22px;color:var(--wrh-black)}
.wrh-empty-state strong{display:block;color:var(--wrh-black);font-size:13px}
.wrh-empty-state p{margin:2px 0 0!important;color:var(--wrh-muted)!important;font-size:11px!important}

/* Dashboard */
.wrh-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:26px 30px;background:var(--wrh-subtle);border-bottom:1px solid var(--wrh-line)}
.wrh-kpi-grid>div{display:flex;align-items:center;gap:13px;min-width:0;padding:16px;border:1px solid var(--wrh-line);border-radius:13px;background:#fff}
.wrh-kpi-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;flex:0 0 38px;border-radius:11px;background:var(--wrh-black);color:#fff}
.wrh-kpi-icon .wrh-icon{width:18px;height:18px}
.wrh-kpi-copy{display:flex;min-width:0;flex-direction:column}
.wrh-kpi-copy small{color:var(--wrh-muted);font-size:10px;font-weight:650}
.wrh-kpi-copy strong{color:var(--wrh-black);font-size:25px;line-height:1.15;letter-spacing:-.03em}
.wrh-dashboard-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:24px 30px}
.wrh-filter-form{display:flex;align-items:flex-end;gap:10px;margin:0!important;padding:0!important}
.wrh-filter-form>label{display:flex;align-items:center;gap:6px;margin:0 0 6px!important;color:var(--wrh-text);font-size:10px;font-weight:750;letter-spacing:.05em;text-transform:uppercase}
.wrh-filter-form>label .wrh-icon{width:12px;height:12px}
.wrh-filter-controls{display:flex;align-items:center;gap:8px}
.wrh-filter-controls .wrh-control-wrap{width:220px}
.wrh-filter-form select{min-height:38px!important;padding-top:8px!important;padding-bottom:8px!important;font-size:11.5px!important}
.wrh-text-link{display:inline-flex;align-items:center;min-height:38px;color:var(--wrh-muted)!important;font-size:11px;font-weight:700;text-decoration:none!important}
.wrh-text-link:hover{color:var(--wrh-black)!important}
.wrh-table-wrap{overflow-x:auto;border-top:1px solid var(--wrh-line)}
.wrh-table{width:100%;min-width:980px;margin:0!important;border:0!important;border-collapse:collapse!important;background:#fff}
.wrh-table th,.wrh-table td{padding:14px 16px!important;border:0!important;border-bottom:1px solid var(--wrh-line)!important;background:#fff!important;color:var(--wrh-text)!important;text-align:left!important;vertical-align:middle!important;font-size:11.5px!important}
.wrh-table th{background:var(--wrh-subtle)!important;color:var(--wrh-muted)!important;font-size:9.5px!important;font-weight:750!important;letter-spacing:.07em!important;text-transform:uppercase!important;white-space:nowrap}
.wrh-table tbody tr{transition:background .16s ease}
.wrh-table tbody tr:hover td{background:#fcfcfc!important}
.wrh-table td:nth-child(2){max-width:290px}
.wrh-table td>small{display:block;margin-top:3px;color:var(--wrh-muted);font-size:10px}
.wrh-table-id{display:flex;align-items:center;gap:5px;color:var(--wrh-black);white-space:nowrap}
.wrh-table-id .wrh-icon{width:12px;height:12px;color:var(--wrh-muted)}
.wrh-table-title{display:block;overflow:hidden;color:var(--wrh-black);font-size:12px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}
.wrh-date-cell{display:flex;align-items:center;gap:6px;white-space:nowrap}
.wrh-date-cell .wrh-icon{width:13px;height:13px;color:var(--wrh-muted)}
.wrh-date-cell small{display:inline-flex!important;margin:0!important;padding:3px 5px;border-radius:5px;background:var(--wrh-black);color:#fff!important;font-size:8px!important;font-weight:750;text-transform:uppercase}
.wrh-icon-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:34px!important;height:34px!important;border:1px solid var(--wrh-line)!important;border-radius:9px!important;background:#fff!important;color:var(--wrh-black)!important;text-decoration:none!important;transition:.16s ease!important}
.wrh-icon-button:hover{border-color:var(--wrh-black)!important;background:var(--wrh-black)!important;color:#fff!important}
.wrh-icon-button .wrh-icon{width:15px;height:15px}
.wrh-empty-table{margin:6px auto;max-width:360px}

/* Responsive */
@media(max-width:900px){
  .wrh-wrap{margin:24px auto;padding:0 12px}
  .wrh-hero-header{align-items:flex-start;flex-direction:column}
  .wrh-header-meta{justify-content:flex-start}
  .wrh-priority-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .wrh-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .wrh-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .wrh-dashboard-toolbar{align-items:flex-start;flex-direction:column}
  .wrh-filter-form{width:100%}
}
@media(max-width:680px){
  .wrh-form-header,.wrh-section,.wrh-optional-toggle,.wrh-optional-content,.wrh-submit-row,.wrh-tracking-top,.wrh-tracking-title,.wrh-history{padding-left:20px;padding-right:20px}
  .wrh-form-header{padding-top:25px;padding-bottom:23px}
  .wrh-header-main{gap:12px}
  .wrh-header-icon{width:42px;height:42px;flex-basis:42px;border-radius:12px}
  .wrh-header-icon .wrh-icon{width:20px;height:20px}
  .wrh-form-header h2{font-size:28px!important}
  .wrh-grid-two,.wrh-choice-grid-two,.wrh-info-grid{grid-template-columns:1fr}
  .wrh-choice-card-inner{min-height:88px}
  .wrh-submit-row{align-items:stretch;flex-direction:column}
  .wrh-submit-row .wrh-button{width:100%}
  .wrh-success-card{grid-template-columns:1fr;margin:30px 0;padding:26px 22px}
  .wrh-success-actions{flex-direction:column}
  .wrh-success-actions .wrh-button{width:100%}
  .wrh-tracking-top{align-items:flex-start;flex-direction:column}
  .wrh-tracking-actions{width:100%;justify-content:space-between}
  .wrh-stepper{overflow-x:auto;padding-left:20px;padding-right:20px;scrollbar-width:thin}
  .wrh-step{min-width:104px}
  .wrh-kpi-grid{padding:20px}
  .wrh-dashboard-toolbar{padding:20px}
  .wrh-filter-form{align-items:stretch;flex-direction:column}
  .wrh-filter-controls{width:100%;flex-wrap:wrap}
  .wrh-filter-controls .wrh-control-wrap{min-width:200px;flex:1}
}
@media(max-width:460px){
  .wrh-priority-grid,.wrh-kpi-grid{grid-template-columns:1fr}
  .wrh-priority-card-inner{min-height:100px;flex-direction:row}
  .wrh-header-meta{display:none}
  .wrh-success-content h3{font-size:24px!important}
  .wrh-request-number{align-items:flex-start;flex-direction:column}
  .wrh-copy-button{width:100%;justify-content:center}
  .wrh-tracking-actions{align-items:flex-start;flex-direction:column}
  .wrh-filter-controls .wrh-button{flex:1}
}

/* v1.2.0 — validation, image upload, copy/paste and tracking lookup */
.wrh-input-tag{
  display:inline-flex;
  align-items:center;
  width:max-content;
  margin-left:auto;
  padding:3px 7px;
  border:1px solid var(--wrh-line);
  border-radius:999px;
  background:var(--wrh-subtle);
  color:var(--wrh-muted);
  font-size:9px;
  font-style:normal;
  font-weight:750;
  line-height:1;
  letter-spacing:.045em;
  text-transform:uppercase;
}
.wrh-copy-stack{display:grid;gap:10px;margin-bottom:20px}
.wrh-copy-stack .wrh-request-number{margin:0}
.wrh-secret-value{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;font-size:13px!important;letter-spacing:.025em!important}
.wrh-success-actions button.wrh-button{appearance:none}

.wrh-tracking-lookup{padding:30px 36px 34px;background:#fff}
.wrh-lookup-heading{display:flex;align-items:flex-start;gap:13px;margin-bottom:24px}
.wrh-lookup-heading .wrh-section-icon{width:38px;height:38px;flex:0 0 38px}
.wrh-lookup-heading h3{margin:0 0 4px!important;color:var(--wrh-black)!important;font-size:20px!important;line-height:1.25!important;letter-spacing:-.02em!important}
.wrh-lookup-heading p{margin:0!important;color:var(--wrh-muted)!important;font-size:12.5px!important}
.wrh-input-action-wrap{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:stretch}
.wrh-inline-action{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  min-width:84px!important;
  min-height:48px!important;
  margin:0!important;
  padding:0 12px!important;
  border:1px solid var(--wrh-line-strong)!important;
  border-radius:11px!important;
  background:#fff!important;
  color:var(--wrh-black)!important;
  box-shadow:none!important;
  font-size:10.5px!important;
  font-weight:750!important;
  line-height:1!important;
  cursor:pointer!important;
}
.wrh-inline-action:hover{border-color:var(--wrh-black)!important;background:var(--wrh-soft-bg)!important}
.wrh-inline-action .wrh-icon{width:14px;height:14px}
.wrh-inline-action.is-copied{background:var(--wrh-black)!important;color:#fff!important}
.wrh-lookup-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:8px;padding-top:22px;border-top:1px solid var(--wrh-line)}
.wrh-lookup-footer p{display:flex;align-items:flex-start;gap:7px;max-width:620px;margin:0!important;color:var(--wrh-muted)!important;font-size:11px!important}
.wrh-lookup-footer p .wrh-icon{width:14px;height:14px;margin-top:1px;flex:0 0 14px}
.wrh-track-another{display:flex;justify-content:flex-end;padding:18px 36px;border-top:1px solid var(--wrh-line);background:var(--wrh-subtle)}
.wrh-track-another-form{border-top:1px solid var(--wrh-line)}
.wrh-track-another-form .wrh-tracking-lookup{padding-top:26px}

.wrh-file-field:has(input:focus-visible),
.wrh-input-action-wrap:focus-within .wrh-control-wrap{border-color:var(--wrh-black)}

@media (max-width:700px){
  .wrh-input-tag{margin-left:0}
  .wrh-field-label{flex-wrap:wrap}
  .wrh-tracking-lookup{padding:24px 20px 28px}
  .wrh-input-action-wrap{grid-template-columns:1fr}
  .wrh-inline-action{min-height:40px!important;width:100%!important}
  .wrh-lookup-footer{align-items:stretch;flex-direction:column}
  .wrh-lookup-footer .wrh-button{width:100%!important}
  .wrh-track-another{padding:16px 20px}
  .wrh-track-another .wrh-button{width:100%!important}
  .wrh-success-actions .wrh-button{width:100%!important}
}

/* v1.3.0 — quick-edit dashboard and direct requester contact */
.wrh-filter-form-wide{display:grid;grid-template-columns:repeat(3,minmax(150px,1fr)) auto;align-items:end;gap:10px;width:min(760px,100%)}
.wrh-filter-group{min-width:0}
.wrh-filter-group>label{display:block;margin:0 0 6px!important;color:var(--wrh-muted);font-size:9.5px;font-weight:750;letter-spacing:.06em;text-transform:uppercase}
.wrh-filter-group .wrh-control-wrap{width:100%}
.wrh-filter-buttons{display:flex;align-items:center;gap:8px;min-height:38px}
.wrh-dashboard-note{display:flex;align-items:center;gap:8px;padding:11px 30px;border-top:1px solid var(--wrh-line);border-bottom:1px solid var(--wrh-line);background:var(--wrh-subtle);color:var(--wrh-muted);font-size:10.5px}
.wrh-dashboard-note .wrh-icon{width:14px;height:14px;color:var(--wrh-black)}
.wrh-quick-table{min-width:1420px}
.wrh-quick-table th:nth-child(1){width:175px}
.wrh-quick-table th:nth-child(2){width:250px}
.wrh-quick-table th:nth-child(3){width:175px}
.wrh-quick-table th:nth-child(4){width:135px}
.wrh-quick-table th:nth-child(5){width:175px}
.wrh-quick-table th:nth-child(6){width:135px}
.wrh-quick-table th:nth-child(7){width:145px}
.wrh-quick-table th:nth-child(8){width:145px}
.wrh-quick-table th:nth-child(9){width:150px}
.wrh-quick-table td{padding:12px!important}
.wrh-request-cell{display:flex;align-items:center;gap:7px;white-space:nowrap}
.wrh-mini-action{display:inline-flex;align-items:center;justify-content:center;width:27px;height:27px;margin:0;padding:0;border:1px solid var(--wrh-line);border-radius:7px;background:#fff;color:var(--wrh-muted);cursor:pointer;transition:.16s ease}
.wrh-mini-action:hover,.wrh-mini-action.is-copied{border-color:var(--wrh-black);background:var(--wrh-black);color:#fff}
.wrh-mini-action .wrh-icon{width:12px;height:12px}
.wrh-quick-table .wrh-table-title{color:var(--wrh-black)!important;text-decoration:none!important}
.wrh-quick-table .wrh-table-title:hover{text-decoration:underline!important;text-underline-offset:3px}
.wrh-contact-actions{display:flex;flex-wrap:wrap;gap:6px}
.wrh-contact-button{display:inline-flex!important;align-items:center!important;gap:6px!important;min-height:31px!important;padding:7px 9px!important;border:1px solid var(--wrh-line)!important;border-radius:8px!important;background:#fff!important;color:var(--wrh-text)!important;font-size:9.5px!important;font-weight:750!important;line-height:1!important;text-decoration:none!important;white-space:nowrap!important;transition:.16s ease!important}
.wrh-contact-button:hover{border-color:var(--wrh-black)!important;background:var(--wrh-black)!important;color:#fff!important}
.wrh-contact-button .wrh-icon{width:12px;height:12px}
.wrh-contact-whatsapp{border-color:var(--wrh-line-strong)!important;background:var(--wrh-soft-bg)!important}
.wrh-no-contact{color:var(--wrh-soft);font-size:10px;font-style:italic}
.wrh-brand-cell{display:flex;align-items:center;gap:7px;min-width:0}
.wrh-brand-cell .wrh-icon{width:13px;height:13px;flex:0 0 13px;color:var(--wrh-muted)}
.wrh-brand-cell span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.wrh-inline-edit-wrap{position:relative}
.wrh-inline-select,.wrh-inline-input{width:100%!important;min-height:36px!important;margin:0!important;padding:7px 9px!important;border:1px solid var(--wrh-line)!important;border-radius:8px!important;background:#fff!important;color:var(--wrh-text)!important;box-shadow:none!important;font-size:10.5px!important;font-weight:650!important;line-height:1.2!important;transition:border-color .16s ease,box-shadow .16s ease,opacity .16s ease!important}
.wrh-inline-select{padding-right:28px!important}
.wrh-inline-input::placeholder{color:var(--wrh-soft)!important;font-weight:500!important}
.wrh-inline-select:hover,.wrh-inline-input:hover{border-color:var(--wrh-line-strong)!important}
.wrh-inline-select:focus,.wrh-inline-input:focus{border-color:var(--wrh-black)!important;box-shadow:0 0 0 3px rgba(0,0,0,.07)!important;outline:0!important}
.wrh-inline-select.is-saving,.wrh-inline-input.is-saving{opacity:.55!important;cursor:wait!important}
.wrh-inline-date-wrap{display:flex;align-items:flex-start;flex-direction:column;gap:5px}
.wrh-inline-date-wrap.is-overdue .wrh-inline-date{border-color:var(--wrh-black)!important;background:var(--wrh-soft-bg)!important}
.wrh-overdue-label{display:inline-flex;padding:3px 5px;border-radius:5px;background:var(--wrh-black);color:#fff;font-size:8px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.wrh-row-actions{display:flex;align-items:center;flex-wrap:wrap;gap:6px}
.wrh-row-actions .wrh-icon-button{width:31px!important;height:31px!important;border-radius:8px!important}
.wrh-row-actions .wrh-icon-button .wrh-icon{width:13px;height:13px}
.wrh-row-save-state{display:block;min-height:14px;margin-top:5px;color:var(--wrh-muted);font-size:8.5px;font-weight:700;line-height:1.25}
.wrh-row-save-state.is-saving:before{content:"";display:inline-block;width:8px;height:8px;margin-right:5px;border:1px solid var(--wrh-line-strong);border-top-color:var(--wrh-black);border-radius:50%;vertical-align:-1px;animation:wrhSpin .7s linear infinite}
.wrh-row-save-state.is-saved{color:var(--wrh-black)}
.wrh-row-save-state.is-saved:before{content:"✓";margin-right:4px}
.wrh-row-save-state.is-warning,.wrh-row-save-state.is-error{color:var(--wrh-black)}
.wrh-row-save-state.is-warning:before{content:"!";display:inline-flex;align-items:center;justify-content:center;width:11px;height:11px;margin-right:4px;border:1px solid currentColor;border-radius:50%;font-size:8px}
.wrh-row-save-state.is-error:before{content:"×";margin-right:4px;font-size:12px}

@media(max-width:1100px){
  .wrh-dashboard-toolbar{align-items:flex-start;flex-direction:column}
  .wrh-filter-form-wide{width:100%}
}
@media(max-width:760px){
  .wrh-filter-form-wide{grid-template-columns:1fr 1fr}
  .wrh-filter-buttons{align-self:end}
  .wrh-dashboard-note{padding-left:20px;padding-right:20px}
}
@media(max-width:520px){
  .wrh-filter-form-wide{grid-template-columns:1fr}
  .wrh-filter-buttons{width:100%}
  .wrh-filter-buttons .wrh-button{flex:1}
}

/* v1.4.0 — hardened monochrome UI, anti-spam confirmation, progress editor */
.wrh-wrap{
  --wrh-black:#111111;
  --wrh-ink:#1a1a1a;
  --wrh-text:#2a2a2a;
  --wrh-muted:#6b6b6b;
  --wrh-soft:#9a9a9a;
  --wrh-line:#e7e7e7;
  --wrh-line-strong:#cecece;
  --wrh-subtle:#fbfbfb;
  --wrh-soft-bg:#f4f4f4;
  --wrh-shadow:0 16px 48px rgba(0,0,0,.055);
}
.wrh-wrap svg.wrh-icon{
  display:block!important;
  width:18px!important;
  height:18px!important;
  min-width:18px!important;
  max-width:18px!important;
  overflow:visible!important;
  flex:0 0 18px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  vertical-align:middle!important;
}
.wrh-wrap svg.wrh-icon path,
.wrh-wrap svg.wrh-icon circle,
.wrh-wrap svg.wrh-icon rect,
.wrh-wrap svg.wrh-icon line,
.wrh-wrap svg.wrh-icon polyline{
  fill:none!important;
  stroke:currentColor!important;
  vector-effect:non-scaling-stroke!important;
}
.wrh-header-icon svg.wrh-icon{width:23px!important;height:23px!important;min-width:23px!important;max-width:23px!important}
.wrh-section-icon svg.wrh-icon{width:18px!important;height:18px!important;min-width:18px!important;max-width:18px!important}
.wrh-field-label>svg.wrh-icon{width:15px!important;height:15px!important;min-width:15px!important;max-width:15px!important}
.wrh-control-wrap>svg.wrh-icon{width:17px!important;height:17px!important;min-width:17px!important;max-width:17px!important}
.wrh-card-icon svg.wrh-icon{width:17px!important;height:17px!important;min-width:17px!important;max-width:17px!important}
.wrh-button svg.wrh-icon{width:16px!important;height:16px!important;min-width:16px!important;max-width:16px!important}
.wrh-icon-button svg.wrh-icon,.wrh-mini-action svg.wrh-icon{width:13px!important;height:13px!important;min-width:13px!important;max-width:13px!important}

.wrh-form,.wrh-tracking-shell,.wrh-dashboard,.wrh-success-card{border-color:#dedede}
.wrh-hero-header{background:linear-gradient(180deg,#fff 0%,#fafafa 100%)}
.wrh-header-icon{border-color:#111;background:#111;box-shadow:none}
.wrh-choice-card-inner,.wrh-priority-card-inner,.wrh-control-wrap input,.wrh-control-wrap select{box-shadow:none!important}
.wrh-choice-card:hover .wrh-choice-card-inner,.wrh-priority-card:hover .wrh-priority-card-inner{transform:none;background:#fafafa}
.wrh-button{box-shadow:none!important}
.wrh-button:hover{box-shadow:none!important}

.wrh-confirmation-panel{padding:22px 36px;border-bottom:1px solid var(--wrh-line);background:#fff}
.wrh-confirm-check{display:flex!important;align-items:flex-start!important;gap:12px!important;margin:0!important;padding:16px!important;border:1px solid var(--wrh-line-strong)!important;border-radius:12px!important;background:var(--wrh-subtle)!important;color:var(--wrh-text)!important;cursor:pointer!important}
.wrh-confirm-check:hover{border-color:var(--wrh-black)!important;background:#fff!important}
.wrh-confirm-check input{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.wrh-confirm-box{display:flex;align-items:center;justify-content:center;width:22px;height:22px;flex:0 0 22px;margin-top:1px;border:1px solid var(--wrh-line-strong);border-radius:6px;background:#fff;color:transparent;transition:.16s ease}
.wrh-confirm-box svg.wrh-icon{width:13px!important;height:13px!important;min-width:13px!important;max-width:13px!important}
.wrh-confirm-check>span:last-child{display:flex;min-width:0;flex-direction:column;gap:2px}
.wrh-confirm-check strong{color:var(--wrh-black);font-size:13px;line-height:1.4}
.wrh-confirm-check small{color:var(--wrh-muted);font-size:11px;line-height:1.45}
.wrh-confirm-check input:checked+.wrh-confirm-box{border-color:var(--wrh-black);background:var(--wrh-black);color:#fff}
.wrh-confirm-check input:focus-visible+.wrh-confirm-box{outline:3px solid rgba(0,0,0,.14);outline-offset:2px}
.wrh-was-validated .wrh-confirm-check:has(input:invalid){border-color:var(--wrh-black)!important;box-shadow:0 0 0 3px rgba(0,0,0,.07)!important}

.wrh-tracking-id-field{max-width:760px;margin-left:auto;margin-right:auto}
.wrh-tracking-lookup>.wrh-lookup-heading{max-width:760px;margin-left:auto;margin-right:auto}
.wrh-tracking-lookup>.wrh-lookup-footer{max-width:760px;margin-left:auto;margin-right:auto}

.wrh-progress-editor-row>td{padding:0!important;border-top:0!important;background:var(--wrh-subtle)!important}
.wrh-progress-editor{display:grid;grid-template-columns:minmax(220px,.7fr) minmax(360px,1.3fr);gap:24px;padding:20px 22px;border-top:1px solid var(--wrh-line);border-bottom:1px solid var(--wrh-line);background:var(--wrh-subtle)}
.wrh-progress-editor-copy{display:flex;align-items:flex-start;gap:11px}
.wrh-progress-editor-copy strong{display:block;margin:1px 0 3px;color:var(--wrh-black);font-size:12px}
.wrh-progress-editor-copy small{display:block;color:var(--wrh-muted);font-size:10px;line-height:1.45}
.wrh-progress-editor-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end}
.wrh-progress-editor textarea{display:block!important;width:100%!important;min-height:72px!important;margin:0!important;padding:11px 12px!important;border:1px solid var(--wrh-line-strong)!important;border-radius:10px!important;background:#fff!important;color:var(--wrh-text)!important;box-shadow:none!important;font:inherit!important;font-size:11px!important;line-height:1.45!important;resize:vertical!important}
.wrh-progress-editor textarea:focus{border-color:var(--wrh-black)!important;box-shadow:0 0 0 3px rgba(0,0,0,.07)!important;outline:0!important}
.wrh-icon-button[aria-expanded=true]{border-color:var(--wrh-black)!important;background:var(--wrh-black)!important;color:#fff!important}

@media(max-width:900px){
  .wrh-progress-editor{grid-template-columns:1fr}
}
@media(max-width:700px){
  .wrh-confirmation-panel{padding:18px 20px}
  .wrh-progress-editor-form{grid-template-columns:1fr}
  .wrh-progress-editor-form .wrh-button{width:100%!important}
}
