/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/archive-search/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.archive-search-inner {
  border-radius: 36px;
  font-size: 16px;
  letter-spacing: 1px;
  border: 1px solid var(--wp--preset--color--palette-color-1);
  padding: 12px;
  display: flex;
}
.archive-search-button {
  border-radius: 36px;
  font-size: 16px;
  letter-spacing: 1px;
  width: 48px;
  height: 48px;
  text-align: center;
}
.archive-search input[type=search] {
  all: unset;
  padding-left: 28px;
  padding-right: 40px;
  flex-basis: calc(100% - 48px);
}

@media screen and (max-width: 768px) {
  .archive-search-inner {
    max-height: 48px;
    padding-right: 8px;
  }
  .archive-search-button {
    width: 32px;
    height: 32px;
    min-height: 32px;
    margin-top: -4px;
    height: 32px !important;
    padding: 0;
  }
  .archive-search input[type=search] {
    padding-left: 7px;
    padding-right: 8px;
  }
}

/*# sourceMappingURL=style-index.css.map*/