/* === Styl popupu hledání – barvy bez narušení layoutu === */
.popup-widget.search-widget {
  background-color: #1C1C1C !important;
  border: 1px solid #daba5b !important;
  border-radius: 8px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5) !important;
}

/* === Vzhled input pole === */
.popup-widget.search-widget input[type="text"] {
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #daba5b !important;
  border-radius: 4px !important;
}

.popup-widget.search-widget input::placeholder {
  color: #aaa !important;
}

/* === Vzhled tlačítka === */
.popup-widget.search-widget button[type="submit"] {
  background-color: #daba5b !important;
  color: #1C1C1C !important;
  border: none !important;
  border-radius: 4px !important;
  font-weight: 600;
  cursor: pointer;
}

/* === Zavírací tlačítko (X) === */
.popup-widget.search-widget .popup-widget-close {
  color: #fff !important;
  background: none !important;
  border: none !important;
  cursor: pointer;
}
