/*
 * Keep styling minimal so it inherits the theme.
 * We only style the WhatsApp CTA button and spacing.
 */

#apwceg-top-notice {
  margin-bottom: 18px;
}

.wpcf7 .wpcf7-response-output.apwceg-response {
  margin-top: 0;
}

.apwceg-notice .apwceg-wa-wrap {
  margin-top: 10px;
}

.apwceg-wa-btn {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
  background: var(--wd-primary-color, #25D366);
  color: #fff;
}

.apwceg-wa-btn:hover {
  opacity: .92;
  color: #fff;
}
