.b24-wanted-results-banner {
  display: none;
  width: min(1084px, 94vw);
  margin: 14px auto 10px;
  padding: 14px 18px;
  border: 1px solid #cfe0f1;
  border-radius: 13px;
  background: linear-gradient(135deg, #f7fbff, #eaf1f8);
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  direction: rtl;
}
.b24-wanted-results-banner.show {
  display: flex;
}
.b24-wanted-results-banner h2 {
  margin: 0 0 3px;
  color: #073a70;
  font-size: 20px;
}
.b24-wanted-results-banner p {
  margin: 0;
  color: #58728b;
  font-size: 12px;
  font-weight: 650;
}
.b24-wanted-results-banner a {
  white-space: nowrap;
  text-decoration: none;
  background: #3476c4;
  color: #fff;
  border-radius: 9px;
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 850;
}
@media (max-width: 650px) {
  .b24-wanted-results-banner.show {
    align-items: flex-start;
    flex-direction: column;
  }
  .b24-wanted-results-banner a {
    width: 100%;
    text-align: center;
  }
}
