.vh-monetisation-cta-wrap {
  margin: 14px 0 6px;
}

.vh-affiliate-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 10px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  background: #111827;
  color: #ffffff !important;
  border: 1px solid #111827;
  transition: transform .12s ease, opacity .12s ease;
}

.vh-affiliate-cta:hover {
  opacity: .92;
  transform: translateY(-1px);
}

.vh-affiliate-cta:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 3px;
}

.vh-monetisation-disclosure {
  margin: 14px 0 24px;
  padding: 8px 12px;
  border: 1px solid rgba(17, 24, 39, .10);
  border-radius: 10px;
  font-size: .86rem;
  line-height: 1.45;
  opacity: .9;
}

.vh-monetisation-disclosure a {
  white-space: nowrap;
}

/* Finder-only marker. Actual colours are applied by JS to exact text targets. */
.vh-finder-dark-shell-fixed {
  --vh-finder-copy: #eef5fb;
  --vh-finder-secondary-copy: #c5d3e2;
}

@media (max-width: 640px) {
  .vh-affiliate-cta {
    width: 100%;
  }

  .vh-monetisation-disclosure {
    margin-top: 10px;
    margin-bottom: 18px;
  }
}
