
/* Final rebrand/QA layer */
.rebrand-advertorial-banner {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 16px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  color: #1f2937;
  background: #f3f4f6;
  border-bottom: 1px solid #e5e7eb;
  letter-spacing: .2px;
  position: relative;
  z-index: 9999;
}
.clean-brand-logo-wrap {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 16px;
  text-align: center;
  background: #ffffff;
}
.clean-brand-logo {
  max-width: 245px;
  height: auto;
  display: inline-block;
}
.rebrand-footer {
  margin-top: 32px;
  padding: 24px 16px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #374151;
  background: #f9fafb;
  border-top: 1px solid #e5e7eb;
}
.rebrand-footer a {
  color: #0f766e;
  text-decoration: none;
  margin: 0 8px;
}
.rebrand-footer a:hover { text-decoration: underline; }
[class*="social"], [id*="social"], .rating, .ratings, .stars, .star-rating, [class*="star-rating"] {
  display: none !important;
  visibility: hidden !important;
}
