:root{
  color-scheme: light;
  --navy:#071f3b;
  --navy-2:#0c2f54;
  --navy-3:#143b64;
  --gold:#b98b36;
  --gold-soft:#dccb9d;
  --paper:#f4f6f9;
  --surface:#ffffff;
  --border:#dce2ea;
  --text:#172033;
  --muted:#647084;
  --success:#157347;
  --warning:#956600;
  --danger:#b42318;
  --shadow:0 14px 38px rgba(14,30,52,.09);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-height:100vh;
  font-family:Inter,"Segoe UI",Arial,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 10% 0%,rgba(185,139,54,.09),transparent 28rem),
    linear-gradient(180deg,#edf2f7 0,#f8fafc 36rem,#f3f5f8 100%);
}
button,input,textarea,select{font:inherit}
button{touch-action:manipulation}
.hidden{display:none!important}
.hero{
  padding:clamp(28px,5vw,58px) max(18px,calc((100vw - 1480px)/2));
  color:#fff;
  background:
    linear-gradient(125deg,rgba(7,31,59,.98),rgba(12,47,84,.95)),
    repeating-linear-gradient(135deg,transparent 0 22px,rgba(255,255,255,.03) 22px 23px);
  border-bottom:4px solid var(--gold);
}
.hero__top{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}
.badge{
  display:inline-flex;align-items:center;min-height:32px;padding:7px 13px;border:1px solid rgba(220,203,157,.55);border-radius:999px;
  color:var(--gold-soft);font-size:12px;font-weight:800;letter-spacing:.12em;
}
.system-status{display:flex;gap:8px;flex-wrap:wrap}
.status-pill{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border-radius:999px;font-size:12px;font-weight:700;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16)}
.status-pill::before{content:"";width:8px;height:8px;border-radius:50%;background:#cbd5e1}
.status-ok::before{background:#51d88a}.status-warn::before{background:#ffd166}.status-error::before{background:#ff7a73}.status-wait::before{background:#cbd5e1}
.hero h1{max-width:980px;margin:24px 0 10px;font-size:clamp(31px,5vw,58px);line-height:1.02;letter-spacing:-.035em}
.hero p{max-width:900px;margin:0;color:#dbe7f3;font-size:clamp(15px,2vw,19px);line-height:1.55}
.layout{width:min(1480px,calc(100% - 28px));margin:24px auto 44px;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(420px,.75fr);gap:22px;align-items:start}
.workspace,.sidebar{display:grid;gap:20px;min-width:0}
.sidebar{position:sticky;top:16px}
.card{background:rgba(255,255,255,.96);border:1px solid rgba(210,218,228,.94);border-radius:22px;padding:clamp(18px,2.3vw,28px);box-shadow:var(--shadow);min-width:0}
.setup-card{border-color:rgba(185,139,54,.42);background:linear-gradient(180deg,#fffdf7,#fff)}
.section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:10px}
.section-head h2{margin:3px 0 0;font-size:clamp(20px,2.4vw,27px);line-height:1.15;letter-spacing:-.02em}
.step{font-size:11px;font-weight:900;letter-spacing:.16em;color:var(--gold)}
.muted{margin:7px 0 18px;color:var(--muted);line-height:1.5;font-size:14px}
.text-button{border:0;background:transparent;color:var(--navy-2);font-weight:800;padding:7px 0;cursor:pointer}
.text-button:hover{text-decoration:underline}
.field{display:grid;gap:7px;margin:14px 0;min-width:0}
.field>span,.field-title span:first-child{font-weight:800;font-size:13px;color:#344054}
.field small{color:#7a8494;line-height:1.45}
.category-guide{margin:12px 0 18px;border:1px solid #d9e0e8;border-radius:14px;background:#f8fafc;overflow:hidden}
.category-guide summary{cursor:pointer;padding:13px 16px;font-weight:800;color:var(--navy);user-select:none}
.category-guide[open] summary{border-bottom:1px solid #e2e7ed}
.category-guide__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px;padding:14px 16px}
.category-guide__grid p{margin:0;color:#526070;font-size:13px;line-height:1.45}
.category-guide__grid strong{color:var(--navy)}
.field-title{display:flex;justify-content:space-between;gap:12px;align-items:center}
.counter{font-size:12px;color:#8791a2}
.counter.over{color:var(--danger);font-weight:800}
input,textarea,select{
  width:100%;border:1px solid #cfd7e2;border-radius:12px;background:#fff;color:var(--text);padding:12px 13px;outline:none;transition:.18s border-color,.18s box-shadow;
}
textarea{resize:vertical;line-height:1.45}
input:focus,textarea:focus,select:focus{border-color:#4b78a7;box-shadow:0 0 0 4px rgba(75,120,167,.13)}
.inline-fields{display:flex;gap:12px;align-items:end}.grow{flex:1}
.access-row .btn{margin-bottom:14px;min-height:46px}
.setup-help{padding:14px 16px;border-radius:12px;background:#fff8e8;border:1px solid #ecd9a8;color:#5d4a1e;line-height:1.55;font-size:14px}
code{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;background:rgba(7,31,59,.08);padding:2px 5px;border-radius:5px}
.date-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.action-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.btn{border:0;border-radius:12px;padding:12px 17px;font-weight:850;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;transition:transform .12s ease,box-shadow .12s ease,opacity .12s ease;min-height:46px}
.btn:hover:not(:disabled){transform:translateY(-1px)}
.btn:disabled{cursor:not-allowed;opacity:.46}
.btn-primary{color:#fff;background:linear-gradient(135deg,var(--navy-2),var(--navy));box-shadow:0 10px 20px rgba(7,31,59,.2)}
.btn-secondary{color:var(--navy);background:#eef3f8;border:1px solid #ced9e5}
.btn-pdf{color:#fff;background:linear-gradient(135deg,#a63d32,#7e231c);box-shadow:0 9px 20px rgba(126,35,28,.19)}
.status-box{margin-top:16px;padding:12px 14px;border-radius:12px;background:#f3f6fa;border:1px solid #dce4ed;color:#536174;font-size:13px;line-height:1.45}
.status-box.success{background:#eef9f2;border-color:#bfdfca;color:#17643e}.status-box.error{background:#fff0ef;border-color:#efc0bc;color:#96281f}.status-box.warning{background:#fff8e6;border-color:#edd9a5;color:#78550a}
.meta-summary{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}
.meta-chip{padding:6px 9px;border-radius:999px;background:#eef3f8;color:#46566c;font-size:11px;font-weight:800}
.selection-counter{display:inline-flex;align-items:center;justify-content:center;padding:7px 10px;border-radius:999px;background:#eef2f7;color:#4d5c70;font-size:12px;font-weight:900;white-space:nowrap}
.selection-counter.ready{background:#e7f7ed;color:#157347}
.candidate-list,.selected-list{display:grid;gap:12px}
.empty-state{border:1px dashed #c8d1dd;border-radius:14px;padding:28px;text-align:center;color:#7a8595;background:#fafbfd}.empty-state.compact{padding:18px}
.candidate{border:1px solid #dce3ec;border-radius:16px;padding:16px;background:#fff;display:grid;gap:10px;transition:.15s border-color,.15s box-shadow}
.candidate.selected{border-color:#3f719f;box-shadow:0 0 0 3px rgba(63,113,159,.1)}
.candidate-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.candidate-category{display:inline-flex;align-items:center;padding:5px 9px;border-radius:999px;background:var(--navy);color:var(--gold-soft);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.relevance-score{min-width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:#eef3f8;color:var(--navy);font-weight:900;font-size:14px}
.candidate h3{margin:0;font-size:17px;line-height:1.32}
.candidate-summary{margin:0;color:#4d596b;line-height:1.48;font-size:14px}
.candidate-meta{display:flex;gap:7px 14px;flex-wrap:wrap;color:#778296;font-size:12px}
.candidate-analysis{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.analysis-box{padding:10px 11px;background:#f6f8fb;border-radius:10px;font-size:12px;color:#526075;line-height:1.4}
.analysis-box strong{display:block;color:#26354a;margin-bottom:3px}
.candidate-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.source-link{color:#1e5c91;font-size:12px;font-weight:800;text-decoration:none}.source-link:hover{text-decoration:underline}
.select-toggle{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:850;color:var(--navy)}
.select-toggle input{width:19px;height:19px;margin:0;accent-color:var(--navy)}
.selected-card{max-height:min(72vh,910px);overflow:auto}
.editor-card{border:1px solid #d8e0e9;border-radius:16px;padding:14px;background:#fbfcfe}
.editor-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}
.editor-head strong{color:var(--navy)}
.editor-actions{display:flex;gap:6px}.icon-btn{width:34px;height:34px;border-radius:9px;border:1px solid #d1d9e4;background:#fff;color:var(--navy);font-weight:900;cursor:pointer}.icon-btn.danger{color:var(--danger)}.icon-btn:disabled{opacity:.35;cursor:not-allowed}
.editor-card .field{margin:10px 0}.editor-card textarea{min-height:72px}.editor-card .mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.preview-card{overflow:hidden}
.preview-viewport{width:100%;overflow:hidden;border-radius:14px;border:1px solid #ced8e4;background:#111a27;min-height:300px;position:relative}
.preview-stage{transform-origin:top left;position:absolute;top:0;left:0}
.report-page{position:relative;width:862px;height:1536px;background:#fff;overflow:hidden;font-family:"Segoe UI",Arial,sans-serif}
.report-page *{box-sizing:border-box}
.report-page .base-img{position:absolute;inset:0;width:862px;height:1536px;z-index:0;user-select:none;pointer-events:none}
.report-field{position:absolute;z-index:2;color:#1f2430;line-height:1.15}
.report-subtitle{left:10%;top:13.5%;width:80%;text-align:center;font-size:24px;font-weight:610;color:#7d6a3d;letter-spacing:.1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.report-meta{font-size:15px;font-weight:500;color:#31353b;white-space:nowrap}
.report-issue{left:27.5%;top:17.37%}.report-close{left:52.2%;top:17.37%}.report-doc{left:82%;top:17.37%;font-size:14px}
.report-panorama{left:17%;top:23.05%;width:71%;font-size:14px;color:#36393f;line-height:1.24;max-height:35px;overflow:hidden}
.report-tag{position:absolute;z-index:3;display:inline-flex;align-items:center;gap:7px;padding:6px 13px;border-radius:999px;background:#071f3b;color:#dccb9d;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.2px;white-space:nowrap;box-shadow:0 1px 2px rgba(0,0,0,.08)}
.report-tag::before{content:"";width:7px;height:7px;border-radius:50%;background:#dccb9d;flex:0 0 auto}
.report-headline{position:absolute;z-index:3;width:42%;font-size:15px;font-weight:800;color:#20242c;line-height:1.16;text-transform:uppercase;letter-spacing:.02px;max-height:68px;overflow:hidden}
.report-date,.report-source{position:absolute;z-index:3;font-size:12px;color:#494e56;white-space:nowrap;max-width:18%;overflow:hidden;text-overflow:ellipsis}
.report-summary{position:absolute;z-index:3;width:42%;font-size:13px;line-height:1.24;color:#3c4148;max-height:33px;overflow:hidden}
.report-icon{position:absolute;z-index:3;width:68px;height:68px;min-width:68px;min-height:68px;max-width:68px;max-height:68px;object-fit:contain;object-position:center;display:block;pointer-events:none}
.report-link{position:absolute;z-index:4;display:block;border-radius:22px;text-indent:-9999px;overflow:hidden;color:transparent}
.report-footer-left{left:8.5%;top:98%;font-size:11px;color:#373737}.report-footer-right{right:7.3%;top:98%;font-size:12px;color:#373737}
.export-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:14px}
.site-footer{padding:24px 18px 38px;text-align:center;color:#667387;font-size:13px}
@media(max-width:1120px){.layout{grid-template-columns:1fr}.sidebar{position:static}.selected-card{max-height:none}.preview-card{order:2}}
@media(max-width:700px){
  .hero{padding-left:18px;padding-right:18px}.layout{width:min(100% - 18px,1480px);margin-top:12px;gap:12px}.workspace,.sidebar{gap:12px}.card{border-radius:17px;padding:17px}.date-grid{grid-template-columns:1fr}.inline-fields{display:grid}.access-row .btn{margin:0}.action-row .btn{width:100%}.candidate-analysis{grid-template-columns:1fr}.editor-card .mini-grid{grid-template-columns:1fr}.export-grid{grid-template-columns:1fr}.section-head{align-items:flex-start}.section-head .text-button{font-size:12px}.preview-viewport{min-height:250px}
}
@media print{body{background:#fff}.hero,.layout,.site-footer{display:none!important}}

@media(max-width:700px){.category-guide__grid{grid-template-columns:1fr}}

/* REDINOP v0.4.8 · base heredada */
.access-status{margin-top:12px;margin-bottom:12px}
.document-number-field.invalid input{border-color:#c93f35;background:#fff4f3;box-shadow:0 0 0 4px rgba(201,63,53,.10)}
.document-number-field .validation-message{color:#a62d24;font-weight:800}
.candidate-tools{display:grid;grid-template-columns:minmax(170px,.7fr) minmax(220px,1.4fr) minmax(190px,1fr);gap:12px;margin:8px 0 6px;padding:14px;border:1px solid #dbe3ec;border-radius:15px;background:#f7f9fc}
.candidate-tools .field{margin:0}
.compact-field small{font-size:11px}
.filter-summary{margin:8px 0 14px;color:#5c6878;font-size:12px;font-weight:800}
.report-icon{width:68px!important;height:68px!important;min-width:68px!important;min-height:68px!important;max-width:68px!important;max-height:68px!important;aspect-ratio:1/1!important;object-fit:contain!important;object-position:center!important;display:block!important}
@media(max-width:860px){.candidate-tools{grid-template-columns:1fr 1fr}.candidate-tools .compact-field:last-child{grid-column:1/-1}}
@media(max-width:700px){.candidate-tools{grid-template-columns:1fr}.candidate-tools .compact-field:last-child{grid-column:auto}}

/* Refuerzos v0.4.6 */
.candidate-filter-summary-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:8px 0 14px;flex-wrap:wrap}
.candidate-filter-summary-row .filter-summary{margin:0;flex:1}
.btn-compact{min-height:38px;padding:8px 12px;font-size:12px}
.version-mismatch{border-color:#efc0bc!important;background:#fff0ef!important;color:#96281f!important}
@media(max-width:700px){.candidate-filter-summary-row{align-items:stretch}.candidate-filter-summary-row .btn{width:100%}}


/* Controles heredados y reforzados en v0.4.8 */
.access-status{display:block!important;margin:12px 0 0!important;padding:13px 15px!important;border-width:2px!important;font-weight:750!important}
.access-status.success{border-color:#79b994!important;background:#eaf8ef!important;color:#155f36!important}
.access-status.error{border-color:#d66b63!important;background:#fff0ef!important;color:#8f211a!important}
.access-status.warning{border-color:#d6a84d!important;background:#fff8e8!important;color:#72500e!important}
.document-number-field{border:1px solid transparent;border-radius:14px;padding:10px;transition:.2s ease}
.document-number-field.invalid{border-color:#d45a50!important;background:#fff0ef!important}
.document-number-field.invalid input{border:2px solid #c93f35!important;background:#fff7f6!important;color:#7d1b15!important;box-shadow:0 0 0 4px rgba(201,63,53,.13)!important}
.document-number-field .validation-message{display:block;margin-top:7px;color:#a62d24!important;font-weight:900!important}
.document-number-field .validation-message.hidden{display:none!important}
.candidate-control-panel{margin:14px 0 10px;padding:0;border:2px solid #b9c9dc;border-radius:17px;background:#f5f8fc;overflow:hidden}
.candidate-control-title{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 15px;background:#e8eff8;color:#0a294b;border-bottom:1px solid #cad6e4}
.candidate-control-title strong{font-size:13px;letter-spacing:.5px}
.candidate-control-title span{font-size:12px;color:#52657a;text-align:right}
.candidate-control-panel .candidate-tools{margin:0;border:0;border-radius:0;background:transparent;padding:15px}
.score-control{grid-column:auto}
.score-control-row{display:grid;grid-template-columns:minmax(110px,1fr) 84px 92px;gap:9px;align-items:center}
.score-control-row input[type="range"]{width:100%;accent-color:#0a315c}
.score-control-row input[type="number"]{min-width:0;text-align:center;font-weight:900}
.score-control-row strong{display:block;padding:10px 8px;border-radius:10px;background:#0a315c;color:#fff;font-size:12px;text-align:center;white-space:nowrap}
.category-guide{border-width:2px!important}
.category-guide summary{font-size:14px!important}
.category-guide[open] summary{background:#eef3f9}
@media(max-width:860px){.candidate-control-title{align-items:flex-start;flex-direction:column}.candidate-control-title span{text-align:left}.score-control-row{grid-template-columns:1fr 76px 88px}}
@media(max-width:520px){.score-control-row{grid-template-columns:1fr 72px}.score-control-row strong{grid-column:1/-1}.report-icon{width:68px!important;height:68px!important}}

/* REDINOP v0.4.8 · ajustes visuales solicitados */
/* El corte ocupa una fila completa; buscador y categoría se distribuyen debajo. */
.candidate-control-panel .candidate-tools{
  display:grid!important;
  grid-template-columns:minmax(0,1.35fr) minmax(230px,.75fr)!important;
  gap:14px!important;
  align-items:start!important;
}
.candidate-control-panel .candidate-tools>.field{min-width:0!important}
.candidate-control-panel .score-control{grid-column:1/-1!important}
.score-control-row{
  display:grid!important;
  grid-template-columns:minmax(180px,1fr) 84px!important;
  gap:10px!important;
  align-items:center!important;
  width:100%!important;
}
.score-control-row strong{
  grid-column:1/-1!important;
  justify-self:start!important;
  min-width:92px!important;
  padding:7px 10px!important;
}
/* Iconos más grandes, centrados y siempre proporcionales. */
.report-icon{
  width:80px!important;
  height:80px!important;
  min-width:80px!important;
  min-height:80px!important;
  max-width:80px!important;
  max-height:80px!important;
  aspect-ratio:1/1!important;
  object-fit:contain!important;
  object-position:center!important;
}
@media(max-width:700px){
  .candidate-control-panel .candidate-tools{grid-template-columns:1fr!important}
  .candidate-control-panel .score-control{grid-column:auto!important}
  .score-control-row{grid-template-columns:minmax(0,1fr) 76px!important}
  .report-icon{width:80px!important;height:80px!important;min-width:80px!important;min-height:80px!important;max-width:80px!important;max-height:80px!important}
}

/* REDINOP v0.4.9.6 · correcciones verificadas */
.category-guide__toggle{
  width:100%;display:flex;align-items:center;gap:9px;border:0;background:#f8fafc;
  padding:14px 16px;color:var(--navy);font-weight:850;text-align:left;cursor:pointer;
}
.category-guide__toggle:hover{background:#eef3f9}
.category-guide__toggle span{display:inline-block;width:14px;font-size:12px}
.category-guide__content{border-top:1px solid #e2e7ed}
.category-guide__content.hidden{display:none!important}

.candidate-control-panel .candidate-tools{
  display:flex!important;flex-direction:column!important;gap:16px!important;
  width:100%!important;padding:16px!important;margin:0!important;
}
.candidate-score-block{display:block!important;width:100%!important;min-width:0!important}
.candidate-score-block .score-control{display:grid!important;width:100%!important;min-width:0!important;margin:0!important}
.score-control-row{
  display:grid!important;grid-template-columns:minmax(220px,1fr) 90px 96px!important;
  gap:12px!important;align-items:center!important;width:100%!important;min-width:0!important;
}
.score-control-row strong{grid-column:auto!important;justify-self:stretch!important;min-width:0!important;margin:0!important}
.candidate-search-filter-row{
  display:grid!important;grid-template-columns:minmax(0,1.45fr) minmax(240px,.75fr)!important;
  gap:16px!important;align-items:end!important;width:100%!important;min-width:0!important;
}
.candidate-search-filter-row>.field{margin:0!important;min-width:0!important;width:100%!important}
.candidate-search-filter-row input,.candidate-search-filter-row select{display:block!important;width:100%!important;min-width:0!important}

.report-icon{
  width:98px!important;height:98px!important;min-width:98px!important;min-height:98px!important;
  max-width:98px!important;max-height:98px!important;aspect-ratio:1/1!important;
  object-fit:contain!important;object-position:center!important;display:block!important;
}

@media(max-width:900px){
  .score-control-row{grid-template-columns:minmax(0,1fr) 82px!important}
  .score-control-row strong{grid-column:1/-1!important;justify-self:start!important;min-width:96px!important}
  .candidate-search-filter-row{grid-template-columns:1fr!important}
}
@media(max-width:520px){
  .score-control-row{grid-template-columns:minmax(0,1fr) 74px!important}
  .report-icon{width:98px!important;height:98px!important;min-width:98px!important;min-height:98px!important;max-width:98px!important;max-height:98px!important}
}


/* REDINOP v0.4.9.6 · ajuste fino de iconos
   89 × 89 px: reducción leve respecto de v0.4.9.1.
   La posición horizontal se controla en app-v0496.js (+5 px hacia la derecha). */
.report-icon{
  width:89px!important;
  height:89px!important;
  min-width:89px!important;
  min-height:89px!important;
  max-width:89px!important;
  max-height:89px!important;
  aspect-ratio:1/1!important;
  object-fit:contain!important;
  object-position:center!important;
}
@media(max-width:520px){
  .report-icon{
    width:89px!important;height:89px!important;
    min-width:89px!important;min-height:89px!important;
    max-width:89px!important;max-height:89px!important;
  }
}


/* REDINOP v0.4.9.6 · corrección efectiva de 89 × 89 px */
.report-page .report-icon{
  width:89px!important;height:89px!important;min-width:89px!important;min-height:89px!important;
  max-width:89px!important;max-height:89px!important;aspect-ratio:1/1!important;object-fit:contain!important;
}


/* REDINOP v0.4.9.6 · tamaño real verificable de iconos
   El contenedor conserva el centro de la versión 92 px.
   El bitmap y el elemento visual son nativamente 89 × 89 px. */
.report-icon-box{
  position:absolute!important;z-index:3!important;width:92px!important;height:92px!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  pointer-events:none!important;overflow:visible!important;
}
.report-icon-box .report-icon{
  position:static!important;inset:auto!important;margin:0!important;padding:0!important;
  width:89px!important;height:89px!important;min-width:89px!important;min-height:89px!important;
  max-width:89px!important;max-height:89px!important;flex:0 0 89px!important;
  aspect-ratio:1/1!important;object-fit:contain!important;object-position:center!important;
  transform:none!important;zoom:1!important;display:block!important;
}
@media(max-width:520px){
  .report-icon-box .report-icon{width:89px!important;height:89px!important;min-width:89px!important;min-height:89px!important;max-width:89px!important;max-height:89px!important}
}
