/* Shared fixed-partial contact action: preserve the Character Counter flat surface. */
html body.wp-theme-intro:has([data-tn-fixed-partials="character-counter"]) .cs-contact-form input[type="submit"]:not(:disabled):is(:hover, :focus-visible) {
  box-shadow: none !important;
}
