.wa-spoiler{}
.wa-spoiler-title{position: relative;cursor: pointer;min-height: 20px;line-height: 20px;padding: 7px 7px 7px 27px;font-weight: bold;font-size: 16px}
.wa-spoiler-content{}
.wa-spoiler-icon-plus .wa-spoiler-open:before, .wa-spoiler-icon-plus .wa-spoiler-close:before{display: block;width: 20px;height: 20px;line-height: 21px;text-align: center;font-weight: bold;font-size: 17px;left: 0;top: 6px;position: absolute}

.wa-spoiler-icon-plus .wa-spoiler-open:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");}
.wa-spoiler-icon-plus .wa-spoiler-close:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");}

.preview-overlap{
    width:100%;
    height:100%;
    position: absolute;
    left: 0;
    top: 0;
}
.wa_spoiler_preview{
    position: relative;
}
.wa_spoiler_limiter {
    max-height: 125px;
    min-height: 50px;
    -webkit-mask-image: linear-gradient(to bottom, black 5%, transparent 50%);
    mask-image: linear-gradient(to bottom, black 5%, transparent 50%);
}
.wa_spoiler_preview > span{
    font-size: 28px;
    position: relative;
    top: -50px;
    left: 0px;
    cursor: pointer;
}
.wa_spoiler_preview > span.arrow::before
{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    position: relative;
    top: 10px;
    left: -1px;
    font-size: 23px;
    font-family: dashicons;
}