/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/columbarium-search/search-form.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
.wp-block-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
}

.wp-block-column {
  flex: 1;
  min-width: 0;
  padding: 0 10px;
}

.components-button {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
}

.components-text-control__input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccd0d4;
  border-radius: 3px;
  box-sizing: border-box;
}

.components-text-control__input:focus {
  border-color: #007cba;
  outline: none;
  box-shadow: 0 0 0 1px #007cba;
}

.components-panel__body.is-opened {
  padding: 8px;
}

.components-button.is-primary {
  background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  color: var(--wp-components-color-accent-inverted, #fff);
  outline: 1px solid rgba(0, 0, 0, 0);
  text-decoration: none;
  text-shadow: none;
  white-space: nowrap;
}

.components-button {
  align-items: center;
  -webkit-appearance: none;
  background: none;
  border: 0;
  border-radius: 2px;
  box-sizing: border-box;
  color: var(--wp-components-color-foreground, #1e1e1e);
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  height: 36px;
  margin: 0;
  padding: 6px 12px;
  text-decoration: none;
  transition: box-shadow 0.1s linear;
}

@media (prefers-reduced-motion: reduce) {
  .components-button {
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
.form-error-message {
  color: #b64242;
  font-size: medium;
}

.form-success-message {
  color: #359d4b;
  font-size: medium;
}

.search-table {
  width: 100%;
}

.search-table .date-field {
  text-align: center;
}

/*# sourceMappingURL=view.css.map*/