/* Business submission remains in the footer; remove its duplicate header CTA. */
.wcvf-remove-header-owner-action {
  display: none !important;
}

.wcvf-discovery-action {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.72) !important;
}
.wcvf-discovery-action:hover,
.wcvf-discovery-action:focus-visible {
  background: #fff !important;
  color: #123b35 !important;
}

/* Explicit contrast protection for the official-company-link panel. */
.wcvf-website-panel {
  background: #123b35 !important;
  color: #fff !important;
}
.wcvf-website-panel :is(h2,h3,h4,p,span,strong) {
  color: #f7f4ed !important;
}
.wcvf-website-panel p {
  color: #ddebe7 !important;
}
.wcvf-website-panel .wc-visit-site .elementor-button,
.wcvf-website-panel a.wc-visit-site {
  background: #c9282d !important;
  color: #fff !important;
  border-color: #c9282d !important;
}
.wcvf-website-panel .wc-visit-site .elementor-button:hover,
.wcvf-website-panel .wc-visit-site .elementor-button:focus-visible,
.wcvf-website-panel a.wc-visit-site:hover,
.wcvf-website-panel a.wc-visit-site:focus-visible {
  background: #a91f24 !important;
  color: #fff !important;
}
.wcvf-website-panel.wcvf-no-website {
  display: none !important;
}

@media (max-width: 767px) {
  .wcvf-website-panel { padding: 26px 22px !important; }
  .wcvf-website-panel .elementor-button { width: 100%; justify-content: center; }
}
