.fb-overlay {
  position: fixed;
  inset: 0;
  background: #f4f4f8;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.fb-overlay.active {
  display: flex;
}

.fb-container {
  width: 900px;
  height: 600px;
  box-shadow: 0 0 80px rgba(0,0,0,0.3);;
}

#fb-container {
  width: fit-content;
  max-width: none;
}

.fb-close {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 22px;
  background: none;
  border: none;
  cursor: pointer;
}
