/* Fake WordPress styles for obfuscation */
.entry-content,
.post-content {
  /* These classes are often used by WP themes */
  margin: 0 auto;
}
.yoast-breadcrumbs {
  /* Fake Yoast SEO breadcrumbs style */
  padding: 10px;
  background: #f1f1f1;
  color: #333;
}
.elementor-widget-container {
  /* Fake Elementor class */
  padding: 10px;
}
.wp-block-button__link {
  /* Fake Gutenberg button style */
  background-color: #32373c;
  border-radius: 5px;
  color: #fff;
  padding: 10px 20px;
}
.unused-style-for-obfuscation {
  display: none !important;
  visibility: hidden;
}
