.crew-map {
  height: 380px;
  border-radius: 0.75rem;
}

@media (min-width: 640px) {
  .crew-map {
    height: 500px;
  }
}

.crew-marker {
  background: transparent;
  border: none;
}

.crew-marker-dot {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #94A3B8;
  border: 3px solid #FFFFFF;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.crew-marker-dot--clocked-in {
  background: #16A34A;
}

.crew-marker-dot svg {
  width: 16px;
  height: 16px;
  fill: #FFFFFF;
}

.crew-popup-name {
  font-weight: 700;
}

.crew-popup-status {
  color: #94A3B8;
}

.crew-popup-status--clocked-in {
  color: #16A34A;
}

.crew-popup-meta {
  font-size: 0.75rem;
  opacity: 0.7;
}
