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

.lz-epdownload {
  font-family: 'Poppins', sans-serif;
  background: #ffffff;
  border: 1px solid #eef1f0;
  border-radius: 16px;
  padding: 20px;
  max-width: 340px;
}
.lz-epdownload__titulo { display: block; font-size: 15px; color: #10231f; margin-bottom: 4px; }
.lz-epdownload__subtitulo { font-size: 12px; color: #7c8b89; margin: 0 0 18px; }

.lz-epdownload__grade { display: flex; flex-direction: column; gap: 14px; margin-bottom: 18px; }

.lz-epdownload__card {
  border: 1px solid #eef1f0;
  border-radius: 12px;
  padding: 14px;
  text-align: center;
}
.lz-epdownload__card--destaque { background: linear-gradient(160deg, #ede9fe, #ddd6fe); border-color: #c4b5fd; }

.lz-epdownload__card-titulo { display: block; font-size: 12.5px; font-weight: 600; color: #10231f; margin-bottom: 10px; }

.lz-epdownload__qrcode {
  width: 110px;
  height: 110px;
  margin: 0 auto 8px;
  background-color: #f3f6f5;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  border: 1px solid #e6ebe9;
}
.lz-epdownload__legenda { display: block; font-size: 11px; color: #7c8b89; margin-bottom: 10px; }

.lz-epdownload__baixar {
  border: 1px solid #22c55e;
  background: #ffffff;
  color: #16a34a;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding: 7px 18px;
  border-radius: 18px;
  cursor: pointer;
}
.lz-epdownload__baixar:hover { background: #22c55e; color: #ffffff; }

.lz-epdownload__baixar-tudo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  background: #16a34a;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 13.5px;
  padding: 12px;
  border-radius: 10px;
  cursor: pointer;
}
.lz-epdownload__baixar-tudo:hover { background: #15803d; }
