* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}
body {
  font-family: Helvetica, sans-serif;
}
[site-filter='1'] .switchButtons {
  opacity: 0;
  pointer-events: none;
}

.placeholder{
  margin: 0 auto;
  height: 135px;
  width: 38%;
  margin-top: 5%;
  position: relative;
}
.placeholder:hover .hoveredPopup {
  opacity: 1;
}

.placeholder .selected {
  width: 50%;
  margin: 0 auto;
  opacity: 1;
  transition: all ease-in-out .1s;
}
.placeholder .selected > div  {
  height: 100px;
}
.placeholder:hover .selected {
  opacity: 0;
}
.selected > div {
  background-size: 100%;
}

.inputSearch {
  border: 1px solid #bcbcbc;
  width: 75%;
  height: 35px;
  vertical-align: middle;
}
.searchButton {
  background: #0070ba url("../images/magnifier.svg") no-repeat center;
  background-size: 20%;
  height: 35px;
  width: 25%;
  vertical-align: middle;
  cursor: pointer;
}
.searchForm {
  margin: 0 auto;
  width: 37%;
  margin-top: 5%;
  font-size: 0;
  margin-bottom: 1%;
}

.ad-container {
  max-width: 1200px;
  margin: 40px auto 80px;
  padding: 0 20px;
  min-height: 0;
}

.searchForm input {
  padding-left: 1%;
  font-size: 20px;
}
.switchButtons {
  text-align: center;
  margin-bottom: 5%;
}
.searchIcon {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  transition: all ease-in-out .1s;
}
.searchIcon:not(.active) {
  cursor: pointer;
}
.searchIcon:hover,
.searchIcon.active {
  background-color: #e5e5e5;
}

footer {
  position: fixed;
  bottom: 1%;
  right: 1%;
  left: 0;
  text-align: right;
}

footer li {
  display: inline-block;
  margin-right: 10px;
}

footer a {
  cursor: pointer;
  color: grey;
  font-size: 11px;
}
/* Uninstall-popup block removed 2026-06-01 — none of the templates render
 * .overlay/.uninstallPopUp/.closeIconUninstallPopUp/.yesButton/.noButton,
 * and the referenced ../images/closeIcon.png was never committed. Restore
 * if uninstall-flow markup is added back. */
.hidden {
  display: none;
}