/* Spiritual MyLife Dashboard v1.0.5 compatibility fixes.
 * Keep generated content ASCII-only so HTML optimizers cannot convert symbols
 * into literal entities such as &#10022; inside CSS content properties.
 */

/* Cocoon table-of-contents toggle: use CSS Unicode escapes, not HTML entities. */
body.public-page .toc > .toc-title::after,
body.public-page .toc .toc-title::after{
  content:"[\958B\304F]"!important;
}
body.public-page .toc > .toc-checkbox:checked + .toc-title::after,
body.public-page .toc .toc-checkbox:checked + .toc-title::after{
  content:"[\9589\3058\308B]"!important;
}

/* Dashboard category cards must not inherit theme/child-theme decorative text. */
#smld-dashboard .smld-category-card::before,
#smld-dashboard .smld-category-card::after,
#smld-dashboard .smld-category-card:hover::before,
#smld-dashboard .smld-category-card:hover::after,
#smld-dashboard .smld-category-card:focus-within::before,
#smld-dashboard .smld-category-card:focus-within::after{
  content:none!important;
  display:none!important;
}
