.component.facet-summary .component-content .facet-summary-wrapper .active-facet-summary-element .facet-summary-value .removeFacetValue, .component.facet-summary .component-content .bottom-remove-filter button:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 36px;
  padding: 0;
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-close.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px;
}

/* Structure */
.component.facet-summary {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.component.facet-summary .component-content {
  background-color: #f1f2f5;
}

.component.facet-summary .component-content .facet-heading {
  padding: 15px;
  display: block;
  margin: 0;
}

@media (max-width: 991px) {
  .component.facet-summary .component-content .facet-heading {
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  .component.facet-summary .component-content .facet-summary-placeholder {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .component.facet-summary .component-content .facet-summary-placeholder {
    padding-bottom: 15px;
  }
}

.component.facet-summary .component-content .facet-summary-wrapper {
  display: block;
  padding: 5px 0 0 0;
  margin: 0;
}

.component.facet-summary .component-content .facet-summary-wrapper .active-facet-summary-element {
  float: none;
  width: auto;
  display: inline-block;
  margin: 0 3px 0 0;
}

.component.facet-summary .component-content .facet-summary-wrapper .active-facet-summary-element .facet-summary-value {
  display: inline-block;
  margin: 10px 8px 0 0;
}

.component.facet-summary .component-content .bottom-remove-filter {
  float: none;
  width: auto;
  padding: 15px;
}

@media (min-width: 992px) {
  .component.facet-summary .component-content {
    display: flex;
  }
  .component.facet-summary .component-content .facet-summary-placeholder {
    flex-grow: 1;
  }
}

/* Style */
.component.facet-summary .component-content .facet-heading {
  border-bottom-width: 0;
}

.component.facet-summary .component-content .facet-heading .facet-title {
  padding-right: 5px !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 36px;
}

@media (max-width: 991px) {
  .component.facet-summary .component-content .facet-heading .facet-title {
    line-height: 1.2;
  }
}

.component.facet-summary .component-content .facet-heading .clear-filter {
  display: none;
}

.component.facet-summary .component-content .facet-summary-wrapper .active-facet-summary-element {
  padding: 0;
  box-shadow: none;
  background-color: transparent;
  border-radius: 0;
  line-height: 20px;
}

.component.facet-summary .component-content .facet-summary-wrapper .active-facet-summary-element:hover {
  border-color: #00ADEF;
}

.component.facet-summary .component-content .facet-summary-wrapper .active-facet-summary-element .facet-summary-name {
  display: none;
}

.component.facet-summary .component-content .facet-summary-wrapper .active-facet-summary-element .facet-summary-value {
  position: relative;
  transition: border 0.3s;
  padding: 8px 34px 8px 12px;
  background-color: white;
  line-height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  word-break: normal;
}

.component.facet-summary .component-content .facet-summary-wrapper .active-facet-summary-element .facet-summary-value p {
  display: inline;
}

.component.facet-summary .component-content .facet-summary-wrapper .active-facet-summary-element .facet-summary-value .removeFacetValue {
  text-indent: -9999px;
}

.component.facet-summary .component-content .bottom-remove-filter {
  text-align: left;
}

@media (max-width: 991px) {
  .component.facet-summary .component-content .bottom-remove-filter {
    text-align: right;
  }
}

.component.facet-summary .component-content .bottom-remove-filter button {
  display: inline-block;
  height: 38px;
  width: auto;
  padding: 0 34px 0 12px;
  border: 1px solid #1088b8;
  color: #0D4486;
  text-indent: 0;
  line-height: 36px;
  border-radius: 0 !important;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  white-space: nowrap;
}

.component.facet-summary .component-content .bottom-remove-filter button:before {
  display: none;
}

.component.facet-summary .component-content .bottom-remove-filter button:hover {
  color: #0D4486;
  background-color: white !important;
}

.component.facet-summary .component-content .bottom-remove-filter button:after {
  content: " ";
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-close-blue.svg");
}
