/* Overlay */
#notify-me-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

/* Modal */
#notify-me-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  color: #fff;
  padding: 30px;
  width: 100%;
  max-width: 500px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

#notify-me-modal .input-text,
#notify-me-modal input[type="email"] {
  width: 100%;
  padding: 15px;
}

h3.h3notice {
  color: #fff !important;
  font-weight: 300;
}

#close-modal {
  position: absolute;
  top: 5px;
  right: 5px;
  background: none;
  border: none;
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  z-index: 1001;
}

.buton-trimite {
  width: 100%;
  cursor: pointer;
  color: #000000;
  line-height: var(--bde-button-line-height, 1.4);
  transition: var(--bde-woo-base-transition, opacity 0.2s);
  padding: var(--bde-button-padding-base, 12px 24px);
  text-decoration: none;
  text-align: center;
  justify-content: center;
  align-items: center;
}
