/* Cards da página clientes: limita descrição a 19 linhas */
.alphacomm-card-desc-limit{
  display:-webkit-box!important;
  -webkit-line-clamp:19!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  line-height:1.25!important;
  font-size:13px!important;
}

/* Landpage: limita descrição a 9 linhas */
.alphacomm-land-desc-limit{
  display:-webkit-box!important;
  -webkit-line-clamp:9!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  line-height:1.35!important;
  font-size:14px!important;
}

.alphacomm-ler-mais-btn{
  margin-top:10px;
  border:0;
  border-radius:999px;
  background:#128C7E;
  color:#fff;
  padding:9px 15px;
  font-weight:800;
  cursor:pointer;
}

.alphacomm-modal-bg{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.55);
  z-index:999999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:18px;
}

.alphacomm-modal-box{
  background:#fff;
  color:#15312a;
  width:100%;
  max-width:760px;
  max-height:82vh;
  overflow:auto;
  border-radius:22px;
  padding:22px;
  box-shadow:0 24px 80px rgba(0,0,0,.28);
}

.alphacomm-modal-text{
  font-size:15px;
  line-height:1.55;
  white-space:pre-wrap;
}

.alphacomm-modal-close{
  margin-top:16px;
  border:0;
  border-radius:999px;
  background:#128C7E;
  color:#fff;
  padding:11px 18px;
  font-weight:900;
  cursor:pointer;
}
