/* ========================================
   Lazio Status Dot
   Colored dot indicator + label text
   ======================================== */

.lazio-status-dot {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.lazio-status-dot__dot {
  width: 12px;
  height: 12px;
  min-width: 12px;
  border-radius: 50%;
  background-color: var(--dark-emerald, #166534);
  flex-shrink: 0;
}

.lazio-status-dot__label {
  margin: 0;
  color: inherit;
}
