/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Sep 02 2026 | 21:58:05 */
body:not(.logged-in) .hide-for-guests {
    display: none !important;
}

/* jetpack warranty rating alingment */
.fix-margin-0 {
	margin-left: 0 !important;
}

/* mailpoet recaptcha textbox */
.mailpoet_textarea {
  background-color: white;
}

/* mailpoet privcy link text */
.news-box a:link {
  color: blue;
}

