.iframe-button-container {
  position: relative;
}

.content-block-hidden {
  display: none;
}

.block-wrapper {
  display: flex;
  flex-flow: row nowrap;
}

.innerblocks-container {
  width: 100%;
  padding-inline: 10px;
}

.innerblocks-wrapper {
  width: 100%;
}

#api-frame {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
}

.editor-annotation {
  font-size: 0.9rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 10px;
  padding: 5px;
}

.annotation-hotspot {
  font-weight: bold;
}

.annotation-info {
  color: grey;
}

.anim-buttons-container {
  width: 100%;
  position: absolute;
  bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  pointer-events: none;
}

.viewer-button,
.viewer-anchor {
  border: none;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  pointer-events: all;
  gap: 5px;
}

.viewer-button * {
  pointer-events: none;
}

.viewer-button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.viewer-tabs .viewer-active-tab {
  background-color: #dbdbdb;
}

.viewer-tabs {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.anim-buttons-options-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}

.anim-button-options-urlinput .block-editor-url-input__input {
  width: 100% !important;
}

@media only screen and (max-width: 1200px) {
  #api-frame {
    height: 50vh;
  }

  .wp-block-ourplugin-viewer-content-block .wp-block-spacer{
    display: none;
  }

  .block-wrapper {
    flex-direction: column;
  }

  .iframe-container {
    max-width: 100vw;
  }
}