.elementor-690 .elementor-element.elementor-element-b15940a{--display:flex;--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}#elementor-popup-modal-690{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-690 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-690 .dialog-close-button{display:flex;}#elementor-popup-modal-690 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-e266a0a *//* Glavni wrapper */
.custom-search-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  background-color: #ebebd7;
  border-radius: 20px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  max-width: 700px;
  margin: auto;
}

/* Forma */
.search-form {
  display: flex;
  width: 100%;
  max-width: 500px;
  border: 2px solid #1F4F38;
  border-radius: 50px;
  overflow: hidden;
}

/* Input polje */
.search-form input[type="text"] {
  flex: 1;
  padding: 18px 24px;
  border: none;
  font-size: 18px;
  font-family: 'Matiz', serif;
  color: #1F4F38;
  outline: none;
}

.search-form input::placeholder {
  color: #999;
  font-weight: 400;
}

/* Dugme */
.search-form button {
  background: #1F4F38;
  border: none;
  padding: 0 24px;
  border-radius: 0 50px 50px 0; /* prati border forme */
  cursor: pointer;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hover */
.search-form button:hover {
  background: #61CE70;
}

/* SVG ikonica */
.search-form button img {
  width: 20px;
  height: 20px;
  display: block;
}/* End custom CSS */