*, ::after, ::before {
    box-sizing: border-box;
}

body {
    background-color: #000;
    font-size: 16px;
    line-height: normal;
    font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

[type="file"] {
    cursor: pointer;
}

[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

input::-ms-clear {
    display: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-results-button,
[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

[type="date"]::-webkit-inner-spin-button,
[type="date"]::-webkit-calendar-picker-indicator,
[type="date"]::-webkit-clear-button {
    display: none;
    -webkit-appearance: none;
}

*:focus {
    outline: none;
}

:invalid {
    -webkit-box-shadow: none;
    box-shadow: none;
}

:-moz-submit-invalid {
    box-shadow: none;
}

:-moz-ui-invalid {
    box-shadow: none;
}

:required:invalid {
    outline: none;
}

a {
    color: #fff;
}

a:hover {
    text-decoration: none;
}

iframe {
    max-width: 100% !important;
    border: 0;
}

ul {
    margin-bottom: 20px;
    margin-top: 0;
    padding-left: 1em;
}

li {
    margin-bottom: 10px;
}

table {
    width: 100%;
}

.text-center {
    text-align: center;
}

fieldset select {
    background-color: #fff !important;
}

.mb-2 {
    margin-bottom: 10px !important;
}

.mb-4 {
    margin-bottom: 20px !important;
}

.mb-6 {
    margin-bottom: 30px !important;
}

.text-uppercase {
    text-transform: uppercase;
}

.sort {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

img {
    max-width: 100%;
    border: none;
}

.quote, .title_quote {
    border: dashed 1px #000;
    padding: 5px;
    background-color: #c0c0c0;
    color: #000;
}

.title_quote {
    border-bottom: none;
}

.feedEntryContent {
    text-align: center;
}

h2, h3, h4, h5, h6 {
    &:first-child {
        margin-top: 0;
    }
}

h1, h2, .h2 {
    font-size: 18px;
}

.h3 {
    font-size: 16px;
    margin-bottom: 20px;
}

.post [type="text"],
.post [type="password"],
.post [type="email"],
.post [type="tel"],
.post [type="url"],
.post select,
.post textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 2px 10px;
    height: auto;
    margin-bottom: 0;
}

main [type="button"],
main [type="submit"],
.login button {
    background: #404040;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    margin-bottom: 0;
    cursor: pointer;
    border: 1px solid #606060;
    height: auto;
    text-shadow: none;
    transition: .3s;
}

main [type="button"]:hover,
main [type="submit"]:hover,
.login button:hover {
    background: #000;
}

.tox .tox-statusbar__wordcount {
    border-radius: 0;
    transition: none;
}

.tox .tox-statusbar__wordcount:hover {
    background: initial;
}

.scriptcode,
.title_spoiler,
.text_spoiler {
    padding: 5px;
    background: #c0c0c0;
    border: 1px solid #dce7e7;
    overflow: hidden;
    color: #000;
}

.scriptcode a,
.title_quote a,
.quote a,
.title_spoiler a,
.text_spoiler a {
    color: #000;
}

/*---Error---*/

.info {
    text-align: center;
    color: #000;
    border: 2px solid #000;
    background-color: #8c8984;
    padding: 10px;
    margin-bottom: 30px;
}

.info a {
    color: #000;
}

/*---Engine---*/

.bb-pane {
    color: #000;
}

.selectmass input {
    float: right;
    margin-left: 6px;
}

.mass_comments_action {
    text-align: right;
}

.sort > li a {
    color: #fff;
}

.rating, .unit-rating {
    width: 85px;
    height: 17px;
    font-size: .9em;
}

.unit-rating li a {
    width: 17px;
    height: 100%;
}

.unit-rating li a:hover {
    background-position: 0 -17px;
}

.unit-rating a.r1-unit:hover {
    width: 17px;
}

.unit-rating a.r2-unit {
    left: 17px;
}

.unit-rating a.r2-unit:hover {
    width: 34px;
}

.unit-rating a.r3-unit {
    left: 34px;
}

.unit-rating a.r3-unit:hover {
    width: 51px;
}

.unit-rating a.r4-unit {
    left: 51px;
}

.unit-rating a.r4-unit:hover {
    width: 68px;
}

.unit-rating a.r5-unit {
    left: 68px;
}

.unit-rating a.r5-unit:hover {
    width: 85px;
}

.unit-rating li.current-rating {
    height: 100%;
}

/*---Main Content---*/

.wrapper {
    display: flex;
    margin: 0 auto;
    width: 960px;
    position: relative;
    color: #fff;
}

.page {
    flex: 1 0 0%;
    max-width: 100%;
}

.header {
    margin-bottom: 50px;
    padding-top: 50px;
}

.logo {
    display: block;
    width: 410px;
    margin: 0 auto;
}

.logo img {
    vertical-align: top;

}

.dragons {
    padding-top: 17px;
    background: url(../images/dragons.png);
    height: 439px;
}

.top-menu {
    text-align: center;
    font-size: 14px;
    width: 374px;
    margin: 0 auto 30px;
}

.top-menu td {
    width: 135px;
    height: 35px;
}

.top-menu a {
    color: #fff;
    text-decoration: none;
}

.top-menu a:hover {
    text-decoration: none;
}

.maincontent {
    width: 673px;
}

.post {
    padding: 20px 20px 60px;
    margin: -290px auto 0;
    min-height: 300px;
    width: 607px;
    background: url(../images/concrete_down.jpg) repeat-x center bottom, url(../images/concrete.jpg) repeat-y top center;
}

.pheading {
    font-weight: bold;
    position: relative;
    text-align: center;
    margin: 0 auto 20px;
    border: 2px solid #808080;
    background-color: #1c1c1c;
    border-radius: 5px;
    opacity: 0.84;
    padding: 10px;
}

.pheading * {
    margin: 0;
}

.post .fieldsubmit {
    text-align: center;
}

.post .fieldsubmit button {
    width: 100px;
}

.post select#category {
    height: 200px !important;
}

.nsm {
    margin: 0 auto;
    width: 500px;
    max-width: 100%;
}

.nsm .pheading {
    margin-bottom: 30px;
}

.nsm .stitle .pheading {
    margin-bottom: 0;
}

.opt td {
    vertical-align: top;
}


/*---Site's Navigation---*/

.sidebar {
    width: 239px;
}

.chain {
    height: 384px;
    background: url(../images/chain.png) no-repeat center;
    position: relative;
    z-index: 2;
    text-align: center;
}

#login_name,
#login_password {
    display: block;
    width: 100%;
    border: 1px solid grey;
    border-radius: 5px;
    padding: 2px 5px;
    margin-top: 3px;
    background-color: #fff;
    box-sizing: border-box;
}

#login form {
    width: 150px;
    margin: 0 auto;
    text-align: left;
    font-size: 13px;
    color: #000;
    font-weight: 700;
}

#login form .form-group {
    margin-bottom: 5px;
}

#login form a,
#login form a:hover {
    padding: 0;
}

#login form a {
    color: #8b0000;
    text-decoration: none;
}

#login form a:hover {
    color: #000;
}

#mainmenu {
    margin-left: 70px;
}

#ex-load {
    width: 239px;
    text-align: center;
}


/*---PM---*/

table.pm, table.userstop {
    background-color: #f1f5f9;
    border-collapse: collapse;
}

table.pm a {
    color: #000;
}

.pm_subj,
.pm_last_user,
.pm_last_message {
    margin-bottom: 10px;
}

.userstop td, .pm td.pm_list, .pm th.pm_head {
    color: black;
    padding: 5px;
    border: 1px solid #ccc;
}

.pm td.pm_head {
    font-weight: bold;
    text-align: center;
    font-size: 0.9em
}

table.pm input[type="checkbox"] {
    margin: 0;
    vertical-align: middle;
}

#pmlist_doaction {
    width: calc(100% - 85px);
    display: initial;
}

#from_who {
    float: right;
}

.pm_navigation .navigation {
    padding: 0;
}

.pm_navigation .navigation a,
.pm_navigation .navigation span {
    display: inline-block;
    min-width: 0;
}

.pm-box {
    margin-bottom: 25px;
    margin-top: 25px;
}

.pm_status {
    padding: 25px;
    background-color: #f1f5f9;
    border-radius: 2px;
    color: black;
}

.pm_progress_bar {
    background-color: #e5dbcc;
    margin-bottom: 10px;
    border-radius: 2px;
}

.pm_progress_bar span {
    background: #8b0000;
    font-size: 0;
    height: 20px;
    border-radius: 2px;
    display: block;
    overflow: hidden
}


/*---Form of Fast Search---*/

.searchbar {
    position: relative;
    width: 182px;
    height: 27px;
    margin: 0 auto;
    padding-left: 0;
    background: url("../images/search.png") no-repeat;
}

.searchbar input {
    width: 50px;
}

.searchbar li {
    float: left;
    height: 27px;
}

.searchbar .lfield {
    width: 145px;
    padding-left: 10px;
    overflow: hidden;
}

.searchbar .lfield input {
    color: #708893;
    float: left;
    height: 100%;
    width: 145px;
    padding: 0;
    border: 0;
    border-radius: 0;
    outline: 0;
    background-color: transparent;
}

.searchbar .lbtn input {
    width: 27px;
    height: 27px;
    background: url("../images/search.png") no-repeat 0 -27px;
}

.searchbar .lbtn input:hover {
    background-position: -27px -27px;
}

.search_cat {
    clear: left;
    margin: 10px 10px 0 10px;
}

#mysearch, #searchtable {
    margin-bottom: 30px
}


/*---Fast Search on Site---*/

#searchsuggestions {
    border-width: 1px;
    border-color: #919191;
    border-style: solid;
    width: 300px;
    background-color: #000;
    font-size: 12px;
    line-height: 14px;
    position: relative;
    z-index: 2;

}

#searchsuggestions a {
    padding: 5px;
    display: block;
    background-color: grey;
    clear: left;
    height: 75px;
    text-decoration: none;
}

#searchsuggestions a:hover {
    background-color: #fff;
    color: #fff;
}


#searchsuggestions a span.searchheading {
    background: #000;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    color: #fff;
}

#searchsuggestions a:hover span.searchheading {
    color: #fff;
}

#searchsuggestions a span {
    color: #000;
}

#searchsuggestions a:hover span {
    color: #000;
}

#searchsuggestions span.seperator {
    float: right;
    padding-right: 15px;
    margin-right: 5px;
}

#searchsuggestions span.seperator a {
    background-color: transparent;
    display: block;
    height: auto;
    color: #fff;
}

#searchsuggestions span.notfound {
    padding: 5px;
    background-color: #fff;
    display: block;
    height: auto;
    color: #000;
}

#searchinput, #searchuser {
    width: 200px !important;
}


/*---Short Story---*/

.short_story {
    width: 420px;
    color: #FFFACD;
    margin: 0 auto;
    font-size: 12px;
}

.stitle {
    background: url(../images/news_top.jpg) no-repeat bottom center;
    display: table;
    height: 97px;
    width: 100%;
}

.stitle_a {
    display: table-row;
    background: url(../images/line.png) no-repeat bottom center;
    height: 97px;
}

.stitle_b {
    display: table-cell;
    vertical-align: middle;
    padding: 0 40px 5px 40px;
    height: 92px;
}

.stitle_b h2 {
    padding: 5px;
    position: relative;
    text-align: center;
    border: solid 2px #000;

    background-color: #1c1c1c;
    opacity: 0.84;
    border-radius: 10px;
}

.stitle h2 a {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.stitle h2 img {
    width: 440px;
}

.sncenter {
    background: url(../images/news_center1.jpg) repeat-y top center;
    font-family: Georgia, 'Times New Roman', sans-serif;
    font-size: 14px;
    padding: 10px 10px 20px 10px;
    line-height: 23px;
}

.snbottom {
    color: #000;
    background: url(../images/news_bottom.png) no-repeat top center;
    margin-bottom: 60px;
    padding-top: 10px;
    height: 50px;
    font-size: 14px;
    text-align: center;
}

.snbottom a {
    color: #000;
    text-decoration: none;
    text-align: center;
}

#options {
    display: none;
}

.userbar {
    display: flex;
    justify-content: space-between;
    color: #fff;
    line-height: 15px;
    margin-bottom: 10px;
}

.sncenter .userbar {
    margin: 10px 10px 0 10px;
}

.userpost {
    flex: 0 0 auto;
    color: #fffacd;
    max-width: 200px;
    overflow: hidden;
}

.userbar .comm_view {
    float: right;
    font-weight: bold;
}

.uview {
    margin-right: 20px;
}

.userbar img {
    vertical-align: middle;
}


/*---Full Story---*/


.full_new {
    font-size: 17px;
    margin-bottom: 20px;
}

.full_story {
    color: #fffacd;
}

.full_story a {
    color: #fff;
}

.story-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 20px;
    margin: 0 0 10px;
    line-height: 14px;
}

.view-count {
    margin-right: 10px;
    font-size: 20px;
}

.story-topbar a {
    margin-right: 5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.story-topbar-right {
    display: flex;
    align-items: center;
}

#catcomback p {
    padding-bottom: 20px;
}

.mass_comments_action {
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 12px;
    white-space: nowrap;
}

.mass_comments_action > * {
    align-self: stretch;
}

#share-popup .link a {
    display: block;
    color: #000;
}

.related-news {
    margin-bottom: 30px;
}

.catcomback {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.catcomback-right {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.catcomback-right li {
    display: inline;
    margin-left: 10px;
}

/*---Navigation on Pages---*/

.navi {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    font-size: 20px;
    color: #dc143c;
    margin-top: 20px;
    text-align: center;
}

.navi .pages {
    padding: 0 10px;
}

.uparrow {
    margin-top: 20px;
}

.dtop {
    margin-top: 20px;
}

.captcha img {
    margin-top: 30px;
}

.autor {
    height: 20px;
    margin: 10px 0;
}

/*---Rating---*/


.unit-rating {
    background: url(../dleimages/rating.gif) repeat-x top left;
}

.unit-rating li.current-rating {
    background: url(../dleimages/rating.gif) left bottom;
}

.unit-rating li a:hover {
    background: url(../dleimages/rating.gif) left center;
}


/*---Comments and Stats---*/

.comment {
    position: relative;
    overflow: auto;
    padding: 10px 15px;
    margin-bottom: 20px;
    border: 2px groove #808080;
    border-radius: 10px;
    background-color: rgba(54, 54, 53, 1);
}

.coms {
    width: 100%;
    word-break: break-word;
}

.coms tr:first-child td {
    padding-top: 0;
    padding-right: 10px;
}

.coms td {
    padding-top: 20px;
    vertical-align: top;
}

.coms .cava {
    width: 60px;
}

.coms .cava img {
    max-height: 60px;
    max-width: 60px;
}

.coms .cmain {
    width: calc(100% - 120px);
    padding-left: 10px;
    padding-right: 10px;
}

.coms .cmass {
    width: 20px;
}

.comreset {
    display: flex;
    margin-bottom: 0;
    font-size: 14px;
}

.comreset-actions {
    display: flex;
    flex: 1 0 0%;
    max-width: 100%;
}

.comreset-actions a {
    margin-right: 10px;
}

.comreset-rating {
    flex: 0 0 auto;
}

.com_wrote {
    font-size: 14px;
    margin-bottom: 5px;
}

#addcform {
    padding: 10px 0;
}

.add-news-header {
    display: flex;
}

.add-news-header .bbcodes {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

#related_news {
    position: absolute;
    z-index: 2;
    top: 100%;
    right: 0;
    left: 0;
}

.tableform td {
    padding: 10px 0;
}

.last a {
    color: #daa520;
    font-size: 14px;
}

.slink {
    line-height: 16px;
    font-style: normal;
    font-size: 12px;
}

.rate_like > a, .rate_like-dislike {
    float: left;
    text-decoration: none !important;
    font-weight: bold;
    color: #64748b;
    transition: all ease .2s;
}

.rate_like > a:hover {
    border-color: #3394e6;
    color: #3394e6;
}

.rate_like .icon {
    width: 16px;
    height: 15px;
    margin: -.2em .3em 0 0;
}

.rate_like-dislike > a {
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
}

.rate_like-dislike > a .icon {
    width: 14px;
    height: 15px;
    fill: #787878;
    vertical-align: middle;
    margin: -.3em 0 0 0;
}

.rate_like-dislike > a:hover .icon {
    fill: #fff;
}

.rate_like-dislike .ratingplus {
    color: #88c54d;
}

.rate_like-dislike .ratingminus {
    color: #e45757;
}

.rate_like-dislike > span {
    cursor: default;
    margin: 0 .3em;
}


/*---Statistics---*/


.basestatistics {
    margin-bottom: 20px;
}

.basestatistics ul {
    padding-left: 0;
    list-style: none;
}

#topusers {
    border-collapse: collapse;
}

#topusers td {
    border: 1px solid #fff;
    padding: 3px;
    font-size: 11px;
}


/*---Registration---*/

#r_block_name p {
    padding: 20px 0;
}

#options td {
    padding: 5px;
}


/*---Recaptcha---*/

#recaptcha_table {
    background-color: #fff;
}

#dle_recaptcha {
    background-color: #fff;
}

.userinfo {
    display: flex;
}

.userinfo-left {
    flex: 0 0 auto;
    width: 150px;
    margin-right: 20px;
}

.userinfo-right {
    flex: 1 0 0%;
    max-width: 100%;
}

.userinfo-right ul {
    list-style: none;
    padding-left: 0;
}

.userinfo-img img {
    max-height: 200px;
    max-width: 150px;
    margin-bottom: 10px;
    text-align: center;
}

.avatar img {
    width: 50px;
}

.findrelated {
    width: 99%;
    background: #fff;
    border: 1px solid #9E9E9E;
    padding: 5px;
    margin-top: 7px;
    margin-right: 10px;
    color: #000;
}

.findrelated a {
    color: #000;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.soc-webs {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    text-align: center;
}

.soc-link {
    width: 30px;
    height: 30px;
    margin: 0 5px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    letter-spacing: normal;
    background-color: #fff;
}

.vk {
    background-image: url("../images/vk-icon.svg");
}

.yt {
    background-image: url("../images/youtube-icon.svg");
}

.fb {
    background-image: url("../images/fb-icon.svg");
}

.tw {
    background-image: url("../images/tw-icon.svg");
}

.tg {
    background-image: url("../images/tg-icon.svg?11");
}

.icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    fill: #0c5f7eed;
    vertical-align: middle;
}

.icon-vk {
    width: 10px;
    height: 1em;
}

.icon-tw {
    width: 14px;
    height: 1em;
}

.icon-fb {
    width: 8px;
    height: 1em;
}

.icon-gp {
    width: 18px;
    height: 1em;
}

.icon-ya {
    width: 7px;
    height: 1em;
}

.icon-od {
    width: 10px;
    height: 1em;
}

.icon-mail {
    width: 16px;
    height: 1em;
}

.soc_links {
    display: flex;
}

.login .soc_links {
    justify-content: space-between;
}

.soc_links > a {
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    margin: 0 2px;
    line-height: 22px;
    border-radius: 50%;
    background-color: #bababa;
    text-align: center;
    transition: all ease .1s;
}

.soc_links > a:hover {
    transform: scale(1.3, 1.3);
}

.soc_links > a > .icon {
    fill: #fff;
    vertical-align: middle;
    margin: -3px 0 0 0;
}

.soc_vk:hover {
    background-color: #5486ca;
}

.soc_tw:hover {
    background-color: #60bbf5;
}

.soc_fb:hover {
    background-color: #4268ca;
}

.soc_gp:hover {
    background-color: #de553a;
}

.soc_ya:hover {
    background-color: #ff0000;
}

.soc_od:hover {
    background-color: #ff7800;
}

.soc_mail:hover {
    background-color: #006cff;
}

.ratebox ul, .ratebox ul li,
.ratebox2 ul, .ratebox2 ul li,
.ratebox3 ul, .ratebox3 ul li {
    float: left;
    margin-bottom: 0;
    line-height: 16px;
}

.ratebox2 ul li a {
    display: block;
    width: 16px;
    height: 16px;
}

figure {
    margin: 0;
}

figure.align-left {
    float: left;
}

figure.align-right {
    float: right;
}

figure.image.align-center {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

figure.image figcaption {
    padding: 1rem;
    background-color: #fafafa;
    font-size: .8rem;
    caption-side: bottom;
    word-break: break-word;
    text-align: center;
}

figure.image.align-center figcaption {
    display: table-caption;
}

#check-all-box {
    margin-bottom: .4rem;
}

.searchtable .form-check-label {
    display: block;
    margin-bottom: .5rem;
}

.checkbox, .dle-popup-mediaupload .checkbox {
    margin: .6rem 0 .2rem 0 !important;
}

.form-check-label {
    cursor: pointer;
}

.form-check-input {
    color: #0c5f7eed;
    flex-shrink: 0;
    width: 1.12rem;
    height: 1.12rem;
    margin: -0.188rem 0.625rem 0 0;
    appearance: none;
    background-color: white;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #0c5f7eed;
    vertical-align: middle;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%230c5f7eed' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%230c5f7eed'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox] {
    border-radius: .25rem;
}

.form-check-input[type=radio] {
    border-radius: 50%;
}

.comments-image-gallery {
    margin: 0;
    padding: 0;
    list-style: none;
    clear: both;
}

.comments-image-gallery li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comments-image-gallery li img {
    float: left;
    margin-right: 5px;
    border: 5px solid #fff;
    width: 100px;
    height: 100px;
    transition: box-shadow 0.5s ease;
}

.comments-image-gallery li img:hover {
    box-shadow: 0 0 7px rgba(0, 0, 0, .4);
}

.mce-toc {
    border: 1px solid #dbdada;
    margin: 0 0 .7rem 0;
}

.mce-toc h2 {
    margin: 4px;
}

.mce-toc ul {
    padding-left: 20px;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.mce-toc ul ul {
    padding-left: 20px;
    margin-block-start: 0;
    margin-block-end: 0;
}

.mce-toc li {
    list-style-type: none;
}

.image-bordered {
    border: 1px solid #ddd;
}

.image-shadows {
    box-shadow: rgb(9 30 66 / 25%) 0 4px 8px -2px, rgb(9 30 66 / 8%) 0 0 0 1px;
}

.image-padded {
    padding: 0.5rem;
}

.comments-user-profile {
    font-weight: bold;
    cursor: pointer;
    color: #3394e6;
}

.title_spoiler svg {
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 7px;
    height: 16px;
    width: 16px;
}