/* Additions to the mirrored win-professionals.com site. */

.sb-credit {
  margin: 8px 0 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  opacity: 0.75;
}

.sb-credit a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
}

.sb-credit a:hover,
.sb-credit a:focus-visible {
  opacity: 1;
}

/* Contact Form 7's response area is hidden until our script fills it in. */
.wpcf7-response-output {
  display: none;
  margin: 16px 0 0;
  padding: 12px 16px;
  border: 1px solid;
  border-radius: 6px;
  font-size: 0.9375rem;
}

form.sent .wpcf7-response-output {
  border-color: #b7e0c2;
  background: #eefaf1;
  color: #1c6b34;
}

form.failed .wpcf7-response-output,
form.invalid .wpcf7-response-output {
  border-color: #f0bdb8;
  background: #fdeeec;
  color: #a3271f;
}
