/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 30 2026 | 00:32:47 */
/* Website bold italic underline fix */
/* Restore inline text formatting inside posts/pages */
.single-content strong,
.single-content b {
    font-weight: bold !important;  /* force bold */
}

.single-content em,
.single-content i {
    font-style: italic !important; /* force italic */
}

/* Keep links colored, but don’t force underline */
.single-content a {
    color: #444 !important; /* ensure links use theme color */
    /* text-decoration: underline !important; */ /* removed */
}