/*--------------------------------------------------------------
Temporary
--------------------------------------------------------------*/

// Remove autop (WP 5.7 bug near shortcode)
// https://wordpress.org/support/topic/how-to-stop-wp-from-adding-p-tag-automatically/
p:empty:before {
  content: none;
}

// Hide racaptcha v3 badge
.grecaptcha-badge {
  display: none !important;
}

// Dark mode text-body in loop (remove in Bootstrap 5.3.0)
.dark-theme .text-body {
  color: var(--#{$prefix}light) !important;
}
