:root{
  --emp-navy:#27275b;
  --emp-blue:#007eb8;
  --emp-blue-soft:#eef6fb;
  --emp-red:#d7192d;
  --emp-red-soft:#fff1f2;
  --emp-grey:#756f61; /* RAL 7006 */
  --emp-grey-soft:#f2f0ed;
  --emp-bg:#f7f8fa;
  --emp-line:#dbe1e8;
  --emp-text:#17213a;
  --emp-muted:#7c879a;
  --emp-ok:#14945b;
  --emp-ok-soft:#eaf8f1;
  --emp-shadow:0 8px 28px rgba(22,32,63,.08);
}

.emp-cq-app,.emp-cq-app *{box-sizing:border-box}
.emp-cq-app{
  position:fixed;inset:0;z-index:2147483000;
  display:grid;grid-template-rows:auto 1fr auto;
  width:100vw;height:100dvh;overflow:hidden;
  margin:0!important;padding:0!important;
  background:linear-gradient(180deg,#fff 0%,var(--emp-bg) 100%);
  color:var(--emp-text);
  font-family:Inter,Segoe UI,Arial,Helvetica,sans-serif!important;
}
.emp-cq-app button,.emp-cq-app input{font:inherit}

/* Header */
.emp-cq-header{
  min-height:102px;display:grid;grid-template-columns:minmax(230px,330px) 1fr auto;
  align-items:center;gap:22px;padding:14px 30px;
  background:#fff;border-bottom:1px solid #e8ebf0;box-shadow:0 3px 16px rgba(22,32,63,.05);
}
.emp-cq-brand{display:flex;align-items:center;min-width:0}
.emp-cq-logo{display:block;width:min(100%,269px);max-height:75px;object-fit:contain;object-position:left center}
.emp-cq-title-wrap{display:flex;align-items:center;justify-content:center;gap:14px;min-width:0}
.emp-cq-title-icon{width:43px;height:43px;display:grid;place-items:center;flex:0 0 auto;color:var(--emp-navy)}
.emp-cq-title-icon svg{width:100%;height:100%;fill:currentColor}
.emp-cq-title-wrap h1{margin:0!important;color:var(--emp-navy)!important;font-size:clamp(27px,2.1vw,42px)!important;line-height:1!important;font-weight:900!important;letter-spacing:-.5px;white-space:nowrap}
.emp-cq-title-wrap h1 span{color:var(--emp-red)}
.emp-cq-session-tools{display:flex;align-items:center;justify-content:flex-end;gap:14px;min-width:max-content}
.emp-cq-current-user{display:flex;align-items:center;gap:9px;color:var(--emp-navy);font-size:16px;font-weight:900}
.emp-cq-user-icon{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:var(--emp-navy);color:#fff;font-size:9px}
.emp-cq-logout{height:48px;padding:0 18px;border:2px solid var(--emp-red);border-radius:11px;background:#fff;color:var(--emp-red);font-size:15px;font-weight:900;cursor:pointer;transition:.2s ease}
.emp-cq-fullscreen{height:48px;padding:0 14px;border:1px solid #cfd5df;border-radius:11px;background:#fff;color:var(--emp-navy);font-size:13px;font-weight:900;cursor:pointer;transition:.2s ease;white-space:nowrap}
.emp-cq-fullscreen:hover,.emp-cq-fullscreen.is-active{background:var(--emp-navy);border-color:var(--emp-navy);color:#fff}
.emp-cq-fullscreen span{margin-left:5px}
:fullscreen .emp-cq-app,:-webkit-full-screen .emp-cq-app{height:100vh;height:100dvh}

.emp-cq-logout:hover{background:var(--emp-red);color:#fff}

/* Login */
.emp-cq-login{display:grid;place-items:center;min-height:0;overflow:auto;padding:36px 20px}
.emp-cq-login-card{width:min(100%,530px);background:#fff;border:1px solid var(--emp-line);border-radius:22px;padding:34px 38px;box-shadow:0 18px 50px rgba(22,32,63,.12)}
.emp-cq-login-logo{display:block;width:220px;max-width:70%;margin:0 auto 22px}
.emp-cq-login-card h2{margin:0!important;text-align:center;color:var(--emp-navy)!important;font-size:32px!important;line-height:1.1!important;font-weight:900!important}
.emp-cq-login-intro{text-align:center;color:var(--emp-muted);font-size:16px;margin:10px 0 26px!important}
.emp-cq-login-card label{display:block;color:var(--emp-navy);font-size:15px;font-weight:800;margin:16px 0}
.emp-cq-login-card input{display:block;width:100%;height:58px;margin-top:7px;border:2px solid #d2d8e2;border-radius:12px;padding:0 16px;background:#fff;color:var(--emp-text);font-size:20px;outline:none;transition:.2s ease}
.emp-cq-login-card input:focus{border-color:var(--emp-blue);box-shadow:0 0 0 4px rgba(0,126,184,.10)}
.emp-cq-login-card button{width:100%;height:58px;border:0;border-radius:12px;background:var(--emp-red);color:#fff;font-size:18px;font-weight:900;cursor:pointer;margin-top:8px}
.emp-cq-message{min-height:25px;margin-top:12px;color:var(--emp-red);font-size:15px;font-weight:800;text-align:center}

/* Workspace */
.emp-cq-workspace{min-height:0;overflow:auto;padding:22px 32px 18px}
.emp-cq-product-zone{display:grid;grid-template-columns:minmax(260px,23vw) minmax(0,1fr);gap:24px;align-items:stretch}
.emp-cq-image-wrap{min-height:285px;max-height:330px;border:1px solid var(--emp-line);border-radius:18px;background:#fff;box-shadow:var(--emp-shadow);display:flex;align-items:center;justify-content:center;overflow:hidden;padding:12px}
.emp-cq-image-wrap img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}
.emp-cq-no-image{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#a0a7b2;font-size:16px;font-weight:900;letter-spacing:.4px}
.emp-cq-photo-icon{display:grid;place-items:center;width:68px;height:68px;border-radius:18px;background:#f2f4f7;color:#a0a7b2;font-size:34px}
.emp-cq-search-and-id{display:flex;min-width:0;flex-direction:column;gap:16px}

/* Search */
.emp-cq-searchbar{background:transparent;padding:0}
.emp-cq-searchbar>label{display:block;margin:1px 0 9px;color:var(--emp-navy);font-size:clamp(18px,1.3vw,25px);font-weight:900}
.emp-cq-searchrow{display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,280px);gap:12px;align-items:stretch}
.emp-cq-code-input-wrap{position:relative;min-width:0}
.emp-cq-barcode{position:absolute;left:19px;top:50%;transform:translateY(-50%);z-index:2;color:var(--emp-navy);font-size:40px;line-height:1;pointer-events:none}
.emp-cq-searchrow input{width:100%;height:76px;border:2px solid #4f7dd8;border-radius:13px;padding:0 18px 0 72px;background:#fff;color:var(--emp-text);font-size:clamp(19px,2vw,35px);font-weight:600;outline:none;min-width:0;box-shadow:0 2px 8px rgba(22,32,63,.03)}
.emp-cq-searchrow input::placeholder{color:#98a2b5;opacity:1;font-size:clamp(17px,1.8vw,31px);font-weight:500}
.emp-cq-searchrow input:focus{border-color:var(--emp-blue);box-shadow:0 0 0 4px rgba(0,126,184,.10)}
.emp-cq-searchrow #emp-cq-search{height:76px;border:0;border-radius:13px;background:var(--emp-red);color:#fff;font-size:clamp(17px,1.5vw,26px);font-weight:900;cursor:pointer;white-space:nowrap;box-shadow:0 5px 14px rgba(215,25,45,.18)}
.emp-cq-searchrow #emp-cq-search span{font-size:1.35em;vertical-align:-.05em;margin-right:6px}
.emp-cq-status-row{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:8px;min-height:38px}
.emp-cq-status{font-size:16px;font-weight:800;color:var(--emp-muted);min-width:0;overflow-wrap:anywhere}
.emp-cq-status.emp-cq-ok{color:var(--emp-ok)}
.emp-cq-status.emp-cq-error{color:var(--emp-red);font-size:18px}
#emp-cq-new{height:36px;padding:0 14px;border:1px solid #cfd5df;border-radius:9px;background:#fff;color:var(--emp-navy);font-size:13px;font-weight:900;cursor:pointer;white-space:nowrap}

/* Article identity */
.emp-cq-identity-card{display:grid;grid-template-columns:minmax(180px,.7fr) 1px minmax(280px,1.45fr) auto;align-items:center;gap:20px;min-height:118px;padding:18px 20px;border-radius:16px;background:linear-gradient(90deg,#f4f7fb,#f8fafc);border:1px solid #e8edf4}
.emp-cq-id-block,.emp-cq-designation-block{min-width:0}
.emp-cq-id-label{display:block;color:#657086;font-size:14px;font-weight:900;letter-spacing:.2px;margin-bottom:5px}
.emp-cq-code-display{display:block;color:var(--emp-navy);font-size:clamp(26px,2.55vw,46px);line-height:1.05;font-weight:900;overflow-wrap:anywhere}
.emp-cq-id-separator{align-self:stretch;background:#ccd5e2}
.emp-cq-designation-block h2{margin:0!important;color:var(--emp-navy)!important;font-size:clamp(21px,2vw,36px)!important;line-height:1.12!important;font-weight:900!important;overflow-wrap:anywhere}
.emp-cq-found-badge{display:flex;align-items:center;gap:10px;justify-self:end;padding:15px 18px;border-radius:13px;background:var(--emp-ok-soft);color:var(--emp-ok);font-size:17px;font-weight:900;white-space:nowrap}
.emp-cq-found-badge span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--emp-ok);color:#fff;font-size:21px}

/* Instruction cards */
.emp-cq-result{margin-top:20px}
.emp-cq-instructions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}
.emp-cq-instruction{min-width:0;display:flex;flex-direction:column;border:1px solid #dfe8f5;border-radius:18px;background:linear-gradient(180deg,#eff6ff 0%,#f8fbff 100%);overflow:hidden;box-shadow:var(--emp-shadow)}
.emp-cq-instruction.emp-cq-prod2{border-color:#ded9d2;background:linear-gradient(180deg,#f1eeea 0%,#faf9f7 100%)}
.emp-cq-instruction.emp-cq-quality{border-color:#f2d3d8;background:linear-gradient(180deg,#fff1f3 0%,#fff8f8 100%)}
.emp-cq-instruction h3{position:relative;display:flex;align-items:center;min-height:74px;margin:0!important;padding:16px 18px 16px 82px;color:#0d4d9b!important;background:transparent!important;font-size:clamp(17px,1.55vw,28px)!important;line-height:1.1!important;font-weight:900!important;overflow-wrap:anywhere}
.emp-cq-instruction h3::before{content:'⚙';position:absolute;left:16px;top:12px;display:grid;place-items:center;width:54px;height:54px;border-radius:14px;background:#075eb5;color:#fff;font-size:30px;line-height:1}
.emp-cq-instruction.emp-cq-prod2 h3{color:var(--emp-grey)!important}
.emp-cq-instruction.emp-cq-prod2 h3::before{content:'◆';background:var(--emp-grey);font-size:22px}
.emp-cq-instruction.emp-cq-quality h3{color:var(--emp-red)!important}
.emp-cq-instruction.emp-cq-quality h3::before{content:'✓';background:var(--emp-red);font-size:30px}
.emp-cq-instruction p{flex:1;margin:0 14px 14px!important;padding:18px 20px;border-radius:14px;background:rgba(255,255,255,.76);color:var(--emp-text)!important;font-weight:600!important;line-height:1.28!important;white-space:pre-wrap;overflow-wrap:anywhere;word-break:normal}
.emp-cq-instruction.emp-cq-prod1 p{border-left:5px solid #0b64bd}
.emp-cq-instruction.emp-cq-prod2 p{border-left:5px solid var(--emp-grey)}
.emp-cq-instruction.emp-cq-quality p{border-left:5px solid var(--emp-red)}
.emp-cq-text-xl{font-size:clamp(20px,1.55vw,30px)!important}
.emp-cq-text-lg{font-size:clamp(19px,1.4vw,27px)!important}
.emp-cq-text-md{font-size:clamp(18px,1.25vw,24px)!important}
.emp-cq-empty{grid-column:1/-1;border-color:#d6d9de;background:#f7f8f9}
.emp-cq-empty h3{color:var(--emp-grey)!important;padding-left:82px}
.emp-cq-empty h3::before{content:'!';background:var(--emp-grey)}
.emp-cq-empty p{border-left-color:var(--emp-grey)!important}

/* Footer */
.emp-cq-footer{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 32px;background:var(--emp-grey);color:#fff;font-size:14px;letter-spacing:.1px}
.emp-cq-footer>div{display:flex;align-items:center;gap:10px}
.emp-cq-footer strong{font-size:16px}
.emp-cq-footer-sep{display:inline-block;width:1px;height:24px;background:rgba(255,255,255,.55)}
.emp-cq-footer-clock{white-space:nowrap}

[hidden]{display:none!important}

/* 21-inch tablet / medium screens */
@media(max-width:1350px){
  .emp-cq-header{grid-template-columns:220px 1fr auto;padding-inline:20px;gap:14px}
  .emp-cq-title-wrap h1{font-size:clamp(24px,2.1vw,34px)!important}
  .emp-cq-title-icon{width:37px;height:37px}
  .emp-cq-workspace{padding:18px 20px 14px}
  .emp-cq-product-zone{grid-template-columns:minmax(230px,26vw) minmax(0,1fr);gap:18px}
  .emp-cq-image-wrap{min-height:245px;max-height:290px}
  .emp-cq-searchrow{grid-template-columns:minmax(0,1fr) 220px}
  .emp-cq-searchrow input,.emp-cq-searchrow #emp-cq-search{height:68px}
  .emp-cq-identity-card{grid-template-columns:minmax(150px,.65fr) 1px minmax(240px,1.25fr);gap:15px}
  .emp-cq-found-badge{grid-column:1/-1;justify-self:start;padding:8px 12px;margin-top:-4px;font-size:14px}
  .emp-cq-found-badge span{width:26px;height:26px;font-size:16px}
}

@media(max-width:1020px){
  .emp-cq-app{overflow:auto;display:block}
  .emp-cq-header{position:sticky;top:0;z-index:5;grid-template-columns:160px 1fr auto;min-height:84px;padding:10px 14px}
  .emp-cq-title-icon{display:none}
  .emp-cq-title-wrap h1{font-size:clamp(20px,2.7vw,28px)!important;white-space:normal;text-align:center}
  .emp-cq-fullscreen,.emp-cq-logout{height:42px;padding:0 10px;font-size:12px}
  .emp-cq-fullscreen span{display:none}
  .emp-cq-current-user{display:none!important}
  .emp-cq-workspace{overflow:visible}
  .emp-cq-product-zone{grid-template-columns:220px minmax(0,1fr)}
  .emp-cq-image-wrap{min-height:220px}
  .emp-cq-searchrow{grid-template-columns:1fr 180px}
  .emp-cq-instructions{grid-template-columns:1fr 1fr}
  .emp-cq-instruction.emp-cq-quality{grid-column:1/-1}
  .emp-cq-footer{margin-top:16px}
}

@media(max-width:760px){
  .emp-cq-header{grid-template-columns:1fr auto;min-height:72px}
  .emp-cq-brand{max-width:150px}
  .emp-cq-title-wrap{display:none}
  .emp-cq-product-zone{grid-template-columns:1fr}
  .emp-cq-image-wrap{min-height:180px;max-height:240px}
  .emp-cq-searchrow{grid-template-columns:1fr}
  .emp-cq-searchrow #emp-cq-search{height:58px}
  .emp-cq-searchrow input{height:62px;padding-left:58px;font-size:22px}
  .emp-cq-barcode{left:15px;font-size:31px}
  .emp-cq-identity-card{grid-template-columns:1fr;gap:9px;padding:15px}
  .emp-cq-id-separator{display:none}
  .emp-cq-found-badge{grid-column:auto}
  .emp-cq-instructions{grid-template-columns:1fr}
  .emp-cq-instruction.emp-cq-quality{grid-column:auto}
  .emp-cq-footer{padding:12px 16px;flex-direction:column;align-items:flex-start}
}

/* v1.2 - paysage atelier : tout le poste reste dans la hauteur de l'écran */
.emp-cq-instructions.emp-cq-count-1{grid-template-columns:minmax(0,1fr)}
.emp-cq-instructions.emp-cq-count-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.emp-cq-instructions.emp-cq-count-3{grid-template-columns:repeat(3,minmax(0,1fr))}

@media (min-width:1021px) and (max-height:900px){
  .emp-cq-app{grid-template-rows:82px minmax(0,1fr) 42px;overflow:hidden}
  .emp-cq-header{
    min-height:0;height:82px;
    grid-template-columns:minmax(190px,250px) minmax(0,1fr) auto;
    gap:16px;padding:8px 24px;
  }
  .emp-cq-logo{width:auto;max-width:225px;max-height:62px}
  .emp-cq-title-wrap{gap:10px}
  .emp-cq-title-icon{width:34px;height:34px}
  .emp-cq-title-wrap h1{font-size:clamp(24px,1.95vw,34px)!important}
  .emp-cq-session-tools{gap:10px}
  .emp-cq-current-user{font-size:14px}
  .emp-cq-user-icon{width:21px;height:21px}
  .emp-cq-fullscreen,.emp-cq-logout{height:42px;padding:0 12px;font-size:12px;border-radius:10px}
  .emp-cq-fullscreen span{display:none}

  .emp-cq-workspace{
    min-height:0;overflow:hidden;
    display:grid;grid-template-rows:210px minmax(0,1fr);gap:12px;
    padding:12px 24px 10px;
  }
  .emp-cq-product-zone{
    min-height:0;height:210px;
    grid-template-columns:minmax(210px,15vw) minmax(0,1fr);
    gap:16px;align-items:stretch;
  }
  .emp-cq-image-wrap{
    min-height:0;max-height:none;height:210px;
    border-radius:15px;padding:8px;
  }
  .emp-cq-no-image{gap:7px;font-size:13px}
  .emp-cq-photo-icon{width:52px;height:52px;font-size:27px;border-radius:14px}
  .emp-cq-search-and-id{min-height:0;height:210px;gap:8px}
  .emp-cq-searchbar>label{margin:0 0 4px;font-size:17px}
  .emp-cq-searchrow{grid-template-columns:minmax(0,1fr) minmax(170px,220px);gap:9px}
  .emp-cq-searchrow input,.emp-cq-searchrow #emp-cq-search{height:55px;border-radius:11px}
  .emp-cq-searchrow input{padding-left:58px;font-size:clamp(18px,1.65vw,27px)}
  .emp-cq-searchrow input::placeholder{font-size:clamp(16px,1.5vw,24px)}
  .emp-cq-barcode{left:16px;font-size:31px}
  .emp-cq-searchrow #emp-cq-search{font-size:clamp(16px,1.25vw,21px)}
  .emp-cq-status-row{min-height:25px;height:25px;margin-top:3px;gap:10px}
  .emp-cq-status{font-size:13px;line-height:1.1}
  .emp-cq-status.emp-cq-error{font-size:14px}
  #emp-cq-new{height:25px;padding:0 10px;border-radius:7px;font-size:11px}
  .emp-cq-identity-card{
    min-height:0;height:94px;
    grid-template-columns:minmax(160px,.62fr) 1px minmax(260px,1.45fr) auto;
    gap:14px;padding:10px 16px;border-radius:14px;
  }
  .emp-cq-id-label{font-size:12px;margin-bottom:3px}
  .emp-cq-code-display{font-size:clamp(24px,2.1vw,36px)}
  .emp-cq-designation-block h2{font-size:clamp(18px,1.55vw,27px)!important;line-height:1.08!important}
  .emp-cq-found-badge{
    grid-column:auto;justify-self:end;margin-top:0;
    padding:9px 12px;border-radius:10px;font-size:14px;
  }
  .emp-cq-found-badge span{width:27px;height:27px;font-size:17px}

  .emp-cq-result{min-height:0;height:100%;margin-top:0;overflow:hidden}
  .emp-cq-instructions{height:100%;min-height:0;gap:14px;align-items:stretch}
  .emp-cq-instruction{height:100%;min-height:0;border-radius:15px;box-shadow:0 5px 18px rgba(22,32,63,.06)}
  .emp-cq-instruction h3{
    min-height:56px;padding:10px 12px 10px 66px;
    font-size:clamp(16px,1.28vw,22px)!important;line-height:1.05!important;
  }
  .emp-cq-instruction h3::before{
    left:12px;top:8px;width:43px;height:43px;border-radius:11px;font-size:24px;
  }
  .emp-cq-instruction.emp-cq-prod2 h3::before{font-size:17px}
  .emp-cq-instruction.emp-cq-quality h3::before{font-size:24px}
  .emp-cq-instruction p{
    min-height:0;overflow:auto;
    margin:0 10px 10px!important;padding:13px 15px;
    border-radius:11px;line-height:1.2!important;
    scrollbar-width:thin;
  }
  .emp-cq-text-xl{font-size:clamp(18px,1.35vw,23px)!important}
  .emp-cq-text-lg{font-size:clamp(17px,1.22vw,21px)!important}
  .emp-cq-text-md{font-size:clamp(16px,1.08vw,19px)!important}
  .emp-cq-footer{min-height:0;height:42px;padding:0 24px;font-size:12px}
  .emp-cq-footer strong{font-size:14px}
  .emp-cq-footer-sep{height:19px}
}

/* Très faible hauteur (navigateur avec beaucoup de barres visibles) */
@media (min-width:1021px) and (max-height:740px){
  .emp-cq-app{grid-template-rows:72px minmax(0,1fr) 36px}
  .emp-cq-header{height:72px;padding-block:6px}
  .emp-cq-logo{max-height:53px;max-width:195px}
  .emp-cq-title-icon{width:29px;height:29px}
  .emp-cq-title-wrap h1{font-size:clamp(21px,1.7vw,29px)!important}
  .emp-cq-current-user{font-size:13px}
  .emp-cq-logout{height:38px;font-size:12px}
  .emp-cq-workspace{grid-template-rows:180px minmax(0,1fr);gap:9px;padding:9px 18px 7px}
  .emp-cq-product-zone,.emp-cq-search-and-id,.emp-cq-image-wrap{height:180px}
  .emp-cq-product-zone{grid-template-columns:minmax(185px,14vw) minmax(0,1fr);gap:13px}
  .emp-cq-searchrow input,.emp-cq-searchrow #emp-cq-search{height:49px}
  .emp-cq-searchbar>label{font-size:15px;margin-bottom:3px}
  .emp-cq-status-row{height:21px;min-height:21px}
  #emp-cq-new{height:21px;font-size:10px}
  .emp-cq-identity-card{height:82px;padding:8px 13px}
  .emp-cq-id-label{font-size:10px}
  .emp-cq-code-display{font-size:clamp(22px,1.8vw,31px)}
  .emp-cq-designation-block h2{font-size:clamp(16px,1.38vw,23px)!important}
  .emp-cq-found-badge{font-size:12px;padding:7px 9px}
  .emp-cq-found-badge span{width:23px;height:23px;font-size:14px}
  .emp-cq-instructions{gap:11px}
  .emp-cq-instruction h3{min-height:48px;padding:8px 10px 8px 57px;font-size:clamp(14px,1.1vw,19px)!important}
  .emp-cq-instruction h3::before{left:10px;top:6px;width:37px;height:37px;font-size:20px}
  .emp-cq-instruction p{margin:0 8px 8px!important;padding:10px 12px;line-height:1.15!important}
  .emp-cq-text-xl{font-size:clamp(16px,1.17vw,20px)!important}
  .emp-cq-text-lg{font-size:clamp(15px,1.08vw,18px)!important}
  .emp-cq-text-md{font-size:clamp(14px,.98vw,17px)!important}
  .emp-cq-footer{height:36px;padding-inline:18px}
}


/* v1.6.0 — recherche assistée article */
.emp-cq-code-input-wrap{position:relative}
.emp-cq-suggestions{
  position:absolute; left:0; right:0; top:calc(100% + 6px); z-index:1000;
  max-height:min(46vh,420px); overflow-y:auto;
  background:#fff; border:1px solid rgba(32,40,96,.22); border-radius:12px;
  box-shadow:0 16px 36px rgba(25,30,55,.18); padding:6px;
}
.emp-cq-suggestion{
  width:100%; display:grid; grid-template-columns:minmax(150px, .8fr) minmax(0,2fr);
  gap:14px; align-items:center; text-align:left; border:0; background:#fff;
  padding:10px 12px; border-radius:8px; cursor:pointer; color:#252525;
}
.emp-cq-suggestion:hover,.emp-cq-suggestion.is-active{background:#f0f2f8}
.emp-cq-suggestion strong{font-size:17px;color:#202860;white-space:nowrap}
.emp-cq-suggestion span{font-size:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.emp-cq-suggestion-more{padding:9px 12px 7px;color:#756f68;font-size:13px;border-top:1px solid #ecebea}
@media(max-width:760px){
  .emp-cq-suggestion{grid-template-columns:1fr;gap:2px}
  .emp-cq-suggestion span{white-space:normal}
}
