.state-image-container {
  margin-bottom: 1rem;
  text-align: center;
}
.state-thumb {
  width: 100%;
  max-width: 900px;
  height: auto;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
#lightbox-overlay {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  align-items: center;
  justify-content: center;
}
#lightbox-overlay img {
  max-width: 95%;
  max-height: 95%;
  box-shadow: 0 4px 20px rgba(0,0,0,0.6);
}
#lightbox-overlay .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  background: transparent;
  border: none;
}