.spoiler-text {
background-color: #a8640c !important;
color: transparent !important;
cursor: pointer;
border-radius: 5px;
padding: 2px 4px;
transition: color 0.3s, filter 0.3s;
filter: blur(5px) !important;
}
.spoiler-text.spoiler-reveal {
background-color: inherit !important;
color: inherit !important;
filter: blur(0) !important;
}