.widget-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.widget-wrapper .classic-view-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.widget-wrapper .search-results-amount {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow-x: hidden;
}
.widget-wrapper .search-results-amount .text-wrapper {
  position: relative;
}
.widget-wrapper .search-results-amount .text-wrapper:after {
  content: '';
  background-color: #000;
  width: 100vw;
  height: 2px;
  position: absolute;
  left: 100%;
  margin-left: 40px;
  top: 13px;
}
.widget-wrapper .search-results-amount .text-wrapper:before {
  content: '';
  background-color: #000;
  width: 100vw;
  height: 2px;
  position: absolute;
  right: 100%;
  margin-right: 40px;
  top: 13px;
}
.widget-wrapper .search-results-amount .text-wrapper .amount-text {
  font-size: 26px;
  color: #1d4c45;
}
.widget-wrapper .search-results-amount .text-wrapper .reset-btn {
  margin-top: 10px;
  text-align: center;
  cursor: pointer;
  color: orangered;
  font-size: 16px;
  transition: color 0.4s;
}
.widget-wrapper .search-results-amount .text-wrapper .reset-btn:hover {
  color: #8b2d0b;
}
.elementor-edit-mode .search-results-amount {
  display: flex !important;
}
