/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 03 2025 | 13:30:35 */
.taxonomy-category.blog-category.wp-block-post-terms a {
  color: #FFF;
}
.taxonomy-category.blog-category.wp-block-post-terms a {
  color: #FFF;
  box-shadow: none;
}
.taxonomy-category.blog-category.wp-block-post-terms a:hover {
  box-shadow: none;
}
@media (max-width: 777px) {
  .post-template-default .wp-block-columns.reverse-direction-on-mobile {
    display: flex !important;
    flex-direction: column-reverse;
    flex-wrap: nowrap !important;
    gap: 2px;
  }
}
.post-template-default #ez-toc-container {
  border: transparent;
  box-shadow: none;
  margin-bottom: 0px;
  padding: 0px;
  margin-left: 0 !important;
}
.post-template-default #ez-toc-container a {
  color: var(--wp--preset--color--primary);
}
.post-template-default #ez-toc-container a:visited {
  color: var(--wp--preset--color--primary);
}
.post-template-default #ez-toc-container ul ul, .post-template-default .ez-toc div.ez-toc-widget-container ul ul {
  margin-left: 0.5em;
}
.post-template-default h1, .post-template-default h2, .post-template-default h3, .post-template-default h4, .post-template-default h5, .post-template-default h6 {
  color: var(--wp--preset--color--primary);
  font-style: normal;
  font-weight: 600;
  line-height: var(--wp--custom--font-family--headline-line-height);
  margin-top: 30px;
  margin-bottom: 12px;
}
