/**
* Search block styles
*
* Block Type: core/search
*/
.wp-block-search__label.screen-reader-text {
  width: 0 !important;
}

.octopods-search-modal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.octopods-search-modal > div[data-micromodal-close] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.octopods-search-modal > div[data-micromodal-close] header {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 1500px) {
  .octopods-search-modal > div[data-micromodal-close] header {
    margin-right: -40px;
  }
}
.octopods-search-modal > div[data-micromodal-close] header button[data-micromodal-close] {
  width: 40px;
  height: 40px;
  display: flex;
  background: none;
  border: none;
  padding: 0;
  color: #fff;
  cursor: pointer;
}
.octopods-search-modal > div[data-micromodal-close] header button[data-micromodal-close]:hover {
  opacity: 0.7;
}
.octopods-search-modal > div[data-micromodal-close] header button[data-micromodal-close]:after {
  content: "";
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M205.66 194.34a8 8 0 0 1-11.32 11.32L128 139.31l-66.34 66.35a8 8 0 0 1-11.32-11.32L116.69 128 50.34 61.66a8 8 0 0 1 11.32-11.32L128 116.69l66.34-66.35a8 8 0 0 1 11.32 11.32L139.31 128Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M205.66 194.34a8 8 0 0 1-11.32 11.32L128 139.31l-66.34 66.35a8 8 0 0 1-11.32-11.32L116.69 128 50.34 61.66a8 8 0 0 1 11.32-11.32L128 116.69l66.34-66.35a8 8 0 0 1 11.32 11.32L139.31 128Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 90%;
          mask-size: 90%;
  aspect-ratio: 1;
  background-color: currentColor;
}
.octopods-search-modal .wp-block-search__inside-wrapper {
  width: auto !important;
}

.octopods-search-modal.is-open {
  display: block;
}

.wp-block-search__button-only.is-search-modal-trigger .wp-block-search__label, .wp-block-search__button-only.is-search-modal-trigger .wp-block-search__input {
  display: none;
}/*# sourceMappingURL=search.css.map */
