.autry-view-search {
  max-width: 900px;
}
.autry-view-search .views-exposed-form {
  margin-bottom: 2rem;
}
.autry-view-search .views-exposed-form .form--inline {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.autry-view-search .views-exposed-form input,
.autry-view-search .views-exposed-form button {
  height: 40px;
  line-height: 1;
  border: 0;
  outline: none;
  border-radius: 0;
}
.autry-view-search .views-exposed-form .js-form-type-textfield {
  flex-grow: 1;
}
.autry-view-search .views-exposed-form label {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 0.25em;
}
.autry-view-search .views-exposed-form .form-text {
  width: 100%;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px solid #c8c8c8;
  padding-inline: 1em;
}
.autry-view-search .views-exposed-form .form-text:focus {
  border-color: #007398;
}
.autry-view-search .views-exposed-form .form-actions {
  flex-basis: 40px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: 'button';
  justify-items: center;
  align-items: center;
  color: #ffffff;
}
.autry-view-search .views-exposed-form .form-actions:after {
  grid-area: button;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-width: 9px 0 9px 16px;
  border-color: transparent transparent transparent currentColor;
  border-style: solid;
  pointer-events: none;
}
.autry-view-search .views-exposed-form .form-submit {
  grid-area: button;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 40px;
  margin: 0;
  padding: 0;
  background-color: #007398;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.autry-view-search .views-exposed-form .form-submit:hover,
.autry-view-search .views-exposed-form .form-submit:focus {
  background-color: #004c65;
}
.autry-view-search > p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.autry-view-search .rows {
  margin-top: 1rem;
  border-top: 5px solid #c8c8c8;
  padding-top: 1rem;
}
.autry-view-search .rows:where(:first-child) {
  margin-top: 0;
}
.autry-view-search .rows > * + * {
  margin-top: 1rem;
  border-top: 1px dotted #5a5a5a;
  padding-top: 1rem;
}


/*# sourceMappingURL=autry-view-search.library.css.map*/