/* Remove the plus icon completely */
.su-spoiler-icon {
    display: none !important;
}

/* Re-center the title text cleanly */
.su-spoiler-title {
    display: block !important;
    text-align: center !important;
    padding-left: 0 !important;
}
