#listesok-container {
  max-width: 600px;
  margin: 1em 0;
}
#listesok-form input[type="text"] {
  background: #fefefe;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  font-size: 16px;
  margin-right: 10px;
}
#listesok-form button {
  background: #c29563;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}
#listesok-results ul {
  list-style: none;
  padding: 0;
}
#listesok-results li {
  margin: 5px 0;
}
#listesok-results a {
  color: #0073aa;
  text-decoration: none;
}
#listesok-results a:hover {
  text-decoration: underline;
}
#listesok-content iframe {
  width: 100%;
  height: 400px;
  border: 1px solid #ccc;
}
#listesok-close {
  margin-top: 10px;
  background: #c00;
  color: #fff;
  border: none;
  padding: 10px 16px;
  border-radius: 4px;
  cursor: pointer;
}
