/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/site-search/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
/* -------------------------------------------------------------------------- */
/*	Search bar
/* -------------------------------------------------------------------------- */
.search-bar-container {
  margin-top: 20px;
  width: 100%;
  height: 104px;
  background: #ffffff;
  display: none;
}

.search-bar-container.show {
  display: block;
}

.search-bar-container .search-bar {
  max-width: var(--wp--style--global--wide-size);
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.search-bar-container .search-bar form {
  width: 100%;
}

.search-bar-container .search-bar form input {
  border: none;
  width: 100%;
  font-family: var(--wp--preset--font-family--font-msi-an);
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
}

.msi-INT .search-bar-container .search-bar form input {
  font-family: var(--wp--preset--font-family--font-msi-sp);
}

.search-bar-container .search-bar .search-btn {
  margin-top: 5px;
  margin-right: 8px;
}

.header-mobile .search-bar-container {
  margin-top: 0;
  width: 100%;
  height: 68px;
  background: #ffffff;
  display: none;
}

.header-mobile .search-bar-container.show {
  display: block;
}

.header-mobile .search-bar-container .search-bar {
  max-width: var(--wp--style--global--wide-size);
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: space-between;
}

.header-mobile .search-bar-container .search-bar form {
  width: 100%;
}

.header-mobile .search-bar-container .search-bar form input {
  border: none;
  width: 100%;
  font-family: var(--wp--preset--font-family--font-msi-an);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}

.msi-INT .header-mobile .search-bar-container .search-bar form input {
  font-family: var(--wp--preset--font-family--font-msi-sp);
}

.header-mobile .search-bar-container .search-bar .search-btn {
  margin-top: -1px;
  margin-right: 6px;
}

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