/* LZ-COMPONENT: EMPRESA / LZ-EP11-RECOMMEND-COMPANY-BANNER */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&display=swap');

.lz-eprecomendar {
  font-family: 'Poppins', sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  background: #f3faf5;
  border: 1.5px dashed #22c55e;
  border-radius: 14px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.lz-eprecomendar__icone {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  border: 1.5px solid #22c55e;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.lz-eprecomendar__texto { flex: 1; min-width: 220px; }
.lz-eprecomendar__texto strong { font-size: 14.5px; color: #10231f; display: block; margin-bottom: 3px; }
.lz-eprecomendar__texto p { margin: 0; font-size: 12.5px; color: #33413e; line-height: 1.5; }

.lz-eprecomendar__botao {
  background: #16a34a;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;
  white-space: nowrap;
}
.lz-eprecomendar__botao:hover { background: #15803d; }
