/* eMentis – Quote (Instant)
   Uses your existing .ementis-ui + .ementis-overview-card look.
*/

.ementis-ui .ementis-quote-card{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.ementis-ui .ementis-quote-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
}

.ementis-ui .ementis-quote-title{
  font-size:13px;
  font-weight:900;
  color: var(--muted);
  letter-spacing:.02em;
}

.ementis-ui .ementis-quote-sub{
  font-size:12px;
  color: var(--muted);
  white-space:nowrap;
}

.ementis-ui .ementis-quote-body{
  display:flex;
  gap:14px;
  align-items:flex-start;
}

.ementis-ui .ementis-quote-mark{
  margin:0;
  font-size:42px;     /* velik H1 “ */
  line-height:1;
  font-weight:900;
  color: var(--brand);
  flex:0 0 auto;
}

.ementis-ui .ementis-quote-text{
  font-size:16px;
  font-weight:400; /* normal, ne bold */
  line-height:1.55;
  color: var(--text);
}
