
.custom-banner-overlay {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  text-align: center;
}

.custom-banner-box {
  background: white;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  display: inline-block;
}

.banner-close-wrapper {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}

.banner-close-img,
.banner-close {
  cursor: pointer;
}

#resetBannerBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  background: #c00;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
}
.banner-close-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 24px;
}
#bannerPictureWrapper img,
.banner-close-wrapper img {
    padding: 0;
    border: none;
    margin:0;
}

.search-title{
  padding: 10px 0 10px 4px;
}