.expandable-iframe-container {
  margin: 20px 0;
  border: none;
  border-radius: 10px;
}

.expandable-iframe-btn {
  background-color: #0073aa;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-size: 16px;
}
.expandable-iframe-btn:hover {
  opacity: 0.8;
}

.expandable-iframe {
  display: flex;
  margin-top: 10px;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  justify-content: center;
}

.iframe-instance {
  border: none;
  border-radius: 10px;
}

.expandable-iframe-container.block-alignwide {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.expandable-iframe-container.block-alignfull {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: none;
  position: relative;
}

.search-container {
  display: flex;
  align-items: center;
  position: relative;
  float: right;
}