/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/search/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
#searchform {
  scroll-margin-top: 150px;
}

.wp-block-threea-search {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #f0f0f0;
  border-radius: var(--radius-box);
  padding: var(--box-padding);
  gap: 24px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .wp-block-threea-search {
    flex-direction: row;
  }
}
.wp-block-threea-search label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wp-block-threea-search--category-select {
  border-radius: 8px;
  border: 1px solid #DEE5ED;
  color: #2E2D2C;
  padding: 8px;
  background: #FFFFFF;
  width: 120px;
}
.wp-block-threea-search--categories {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.wp-block-threea-search--categories:empty {
  display: none;
}
.wp-block-threea-search--category {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background-color: #575151;
  color: #FFFFFF;
  padding: 8px 10px 8px 16px;
  height: 40px;
  font-size: 16px;
  border-radius: 20px;
}
.wp-block-threea-search--category button {
  background: transparent;
  border: 0;
  color: inherit;
  display: inline-flex;
  align-items: center;
}
.wp-block-threea-search--field {
  background: #FFFFFF;
  height: 40px;
  padding: 8px;
  border: 1px solid #DEE5ED;
  border-radius: 8px;
}
@media screen and (min-width: 1024px) {
  .wp-block-threea-search--field {
    margin-left: auto;
  }
}
.wp-block-threea-search--submit {
  background: #FFFFFF;
  height: 40px;
  padding: 8px;
  border: 1px solid #DEE5ED;
  border-radius: 8px;
  cursor: pointer;
  transition: border 0.2s ease;
}
.wp-block-threea-search--submit:hover {
  border: 1px solid rgba(162, 162, 162, 0.8);
}

.cat-select-depth-1 {
  margin-left: 10px;
}

.cat-select-depth-2 {
  margin-left: 20px;
}

.cat-select-depth-3 {
  margin-left: 30px;
}

.cat-select-depth-4 {
  margin-left: 40px;
}

.cat-select-depth-5 {
  margin-left: 50px;
}

.cat-select-depth-6 {
  margin-left: 60px;
}

.cat-select-depth-7 {
  margin-left: 70px;
}

.cat-select-depth-8 {
  margin-left: 80px;
}

.cat-select-depth-9 {
  margin-left: 90px;
}

.cat-select-depth-10 {
  margin-left: 100px;
}

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