#elementor-popup-modal-1102{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1102 .dialog-message{width:599px;height:auto;}#elementor-popup-modal-1102 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-f6c845c */.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.popup-container {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
  max-width: 600px;
  width: 90%;
}

.choice-container {
  display: flex;
  justify-content: space-around;
  margin-top: 1.5rem;
  gap: 1rem;
}

.choice {
  flex: 1;
  background: #f3f3f3;
  padding: 1rem;
  border-radius: 8px;
  text-decoration: none;
  color: #000;
  transition: background 0.3s;
}

.choice:hover {
  background: #e0e0e0;
}

.choice img {
  max-width: 80px;
  margin-bottom: 1rem;
}/* End custom CSS */