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

.lz-ephorario {
  font-family: 'Poppins', sans-serif;
  background: #ffffff;
  border: 1px solid #eef1f0;
  border-radius: 14px;
  padding: 18px;
  max-width: 320px;
}
.lz-ephorario__titulo { display: flex; align-items: center; gap: 8px; font-size: 14px; color: #10231f; margin-bottom: 10px; }

.lz-ephorario__status { display: flex; align-items: center; gap: 6px; font-size: 12.5px; color: #16a34a; font-weight: 600; margin-bottom: 14px; }
.lz-ephorario__bolinha { width: 7px; height: 7px; border-radius: 50%; background: #22c55e; }

.lz-ephorario__linha { display: flex; justify-content: space-between; font-size: 12.5px; color: #7c8b89; padding: 6px 0; border-bottom: 1px solid #f3f6f5; }
.lz-ephorario__linha:last-child { border-bottom: none; }
.lz-ephorario__linha strong { color: #10231f; font-weight: 500; }
.lz-ephorario__fechado { color: #dc2626 !important; }
