.qg-search-widget-qgds .qg-search-widget {
  background-color: var(--qld-light-background);
  border-radius: 14px;
  margin-top: 1.5rem;
}
.qg-search-widget-qgds .qg-search-widget__text-input .sq-form-field {
  padding: 12px 16px;
  border-radius: 4px;
  border: 2px solid #7A7A7A;
  --qld-input-bg: transparent;
  --qld-input-border-color: var(--qld-soft-grey);
  --qld-input-color: var(--qld-dark-grey-muted);
  --qld-input-border-color-hover: var(--qld-button-dark-blue);
  font-size: 1rem;
  width: 100%;
}
.qg-search-widget-qgds .qg-search-widget__text-input .sq-form-field:hover {
  background-color: #f5f5f5;
  border-color: #003e7d;
}
.qg-search-widget-qgds .qg-nested-search-sort select.sq-form-field {
  padding: 14px 18px 12px;
  line-height: 1.5;
}
.qg-search-widget-qgds .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
}
.qg-search-widget-qgds .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  padding: 9px 5px;
  margin-top: 0;
}
.qg-search-widget-qgds .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  font-size: 24px;
  line-height: 0;
  position: relative;
  top: 3px;
  padding: 0 4px;
}
.qg-search-widget-qgds .select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-right: 24px;
  font-size: 27px;
  font-weight: 100;
}
.qg-search-widget-qgds .select2-results__option {
  padding: 6px 20px;
}
.qg-search-widget-qgds .qg-search-widget__text-input .sq-form-field:focus, .qg-search-widget-qgds .qg-search-widget__select-input .sq-form-field:focus, .qg-nested-search-qgds .qg-nested-search-sort select.sq-form-field:focus {
  outline: 3px solid #0085B3;
  outline-offset: 2px;
  background-color: #fff !important;
  border: 2px solid #EBEBEB !important;
  box-shadow: none;
}
.qg-nested-search .qg-search-widget-qgds .qg-search-widget__select-input .select2-container--default .select2-selection--multiple, .qg-nested-search-qgds .qg-nested-search-sort select.sq-form-field {
  padding: 6px 11px 3px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M4.251 181.1C7.392 177.7 11.69 175.1 16 175.1c3.891 0 7.781 1.406 10.86 4.25l197.1 181.1l197.1-181.1c6.5-6 16.64-5.625 22.61 .9062c6 6.5 5.594 16.59-.8906 22.59l-208 192c-6.156 5.688-15.56 5.688-21.72 0l-208-192C-1.343 197.7-1.749 187.6 4.251 181.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  appearance: none;
  background-position: right 11px center;
  background-size: 1rem auto;
  width: 100%;
  border-radius: 4px;
  border: 2px solid #7A7A7A;
  line-height: 1;
}
.qg-nested-search .qg-search-widget-qgds .select2-selection--multiple:before {
  display: none;
}
.qg-nested-search .qg-search-widget-qgds .select2-container .select2-search--inline .select2-search__field {
  margin-top: 0;
}
.qg-nested-search .qg-card-meta {
  font-weight: 600;
}
.qg-nested-search-qgds .qg-nested-search-sort {
  display: flex;
  flex-grow: 0.5;
  gap: 4px;
}
.qg-search-widget-qgds .qg-search-date--input {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}
.qg-search-widget-qgds .qg-search-date--input .h5 {
  margin-bottom: 0px;
  margin-top: 1.2rem;
}
.qg-search-widget-qgds .qg-event-search .qg-search-date input {
  height: 52px;
  position: relative;
  background: transparent;
}
.qg-search-widget-qgds .qg-event-search .form-control {
  border-width: 2px;
}
.qg-search-widget-qgds .qg-event-search .flatpickr-input.flatpickr-mobile {
  border: solid 2px var(--qld-soft-grey);
  border-radius: 0.25rem;
  font-size: 1rem;
  color: var(--qld-body-color);
  appearance: none;
  display: block;
  line-height: 2;
}
.qg-search-widget-qgds .qld-table {
  border: none;
  margin: 0;
}
.qg-search-widget-qgds .qld-table table td {
  background: transparent;
  border: none;
  padding: 4px 0;
  display: flex;
  align-items: flex-start;
}
.qg-search-widget-qgds .qld-table table td .sq-form-field {
  margin: 6px 6px 0 -4px;
}
.qg-search-widget-qgds .qld-table table td label {
  font-weight: 700;
}
.qg-search-widget-qgds .qg-search-widget__text-input {
  position: relative;
}
.qg-search-widget-qgds .qg-search-widget__submit-button {
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  background: var(--qld-sapphire-blue);
  height: 52px;
}
.qg-search-widget-qgds .qg-search-widget__submit-button .sq-form-field {
  background: transparent;
  height: 52px;
  width: 52px;
  border: none;
  color: white;
  text-indent: -9999px;
  position: relative;
}
.qg-search-widget-qgds .qg-search-widget__submit-button .sq-form-field:hover, .qg-search-widget-qgds .qg-search-widget__submit-button .sq-form-field:focus {
  background: transparent !important;
}
.qg-search-widget-qgds .qg-search-widget__submit-icon {
  position: absolute;
  top: 14px;
  left: 14px;
}
.qg-search-widget-qgds .accordion-button {
  font-size: 17px;
  font-weight: 600;
}
.qg-search-widget-qgds .qg-search-date--icon {
  position: absolute;
  bottom: 0px;
  right: 0;
  border-left: 2px solid var(--qld-soft-grey);
  height: 52px;
  width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qg-search-widget-qgds #heading-mobile-filter {
  border-bottom: 2px solid var(--qld-brand-secondary-light);
}
.qld-content .qg-search-widget-qgds .accordion-group {
  margin: 0;
}
.qg-nested-search-qgds .qg-nested-search-sort {
  align-items: center;
  flex-grow: initial;
  gap: 16px;
}
.qg-nested-search-qgds .qg-nested-search-sort select.sq-form-field {
  padding: 15px 40px 12px 18px;
  line-height: 1.5;
  color: var(--qld-body-color);
}
.qg-nested-search-qgds .qg-nested-search-sort label {
  text-wrap: nowrap;
  font-weight: 600;
}
@media (min-width: 992px) {
  .qg-search-widget-qgds #collapse-mobile-filter > .accordion-body {
    padding: 0;
  }
  .qg-search-widget-qgds #accordion-group-mobile-filter > .accordion-item {
    border: none;
  }
  .qg-search-widget-qgds .accordion-group-mobile {
    border: none;
  }
  .qg-search-widget-qgds .accordion-group-desktop {
    border-top: 2px solid var(--qld-brand-secondary-light);
  }
}
