/* LZ-COMPONENT: CATEGORY / LZ-CAT06-GUIA-AZ-LINE */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

.lz-azlinha {
  font-family: 'Poppins', sans-serif;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid #eef1f0;
  text-decoration: none;
  color: inherit;
}
.lz-azlinha:hover { background: #f7f9f8; }

.lz-azlinha__icone {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(34,197,94,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.lz-azlinha__info { display: flex; flex-direction: column; gap: 2px; flex: 1; min-width: 140px; }
.lz-azlinha__info strong { font-size: 13.5px; color: #10231f; }
.lz-azlinha__info span { font-size: 12px; color: #7c8b89; }

.lz-azlinha__acoes { display: flex; gap: 6px; }
.lz-azlinha__botao {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #f3f6f5;
  border: 1px solid #e6ebe9;
  color: #33413e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lz-azlinha__botao:hover { background: rgba(34,197,94,0.12); color: #16a34a; }

.lz-azlinha__status { display: flex; align-items: center; gap: 5px; font-size: 12px; color: #7c8b89; white-space: nowrap; }
.lz-azlista { display: flex; flex-direction: column; gap: 8px; }
.lz-azlinha__bolinha { width: 6px; height: 6px; border-radius: 50%; background: #22c55e; }
.lz-azlinha__bolinha--fechado { background: #dc2626; }
.lz-azlinha__seta { flex-shrink: 0; }

@media (max-width: 640px) {
  .lz-azlinha__status { display: none; }
}
