.-Yc-single-main {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    padding: 0 0 10px;
    justify-content: center;
}

.single-content-context-elements {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex: 1;
    position: relative
}

.single-content-context-elements.-YC-single-page {
    margin-inline-end:0; margin-bottom: 40px
}

.-secodary-single-post-bar {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    padding: 40px;
    border: var(--border);
    position: relative;
    margin-bottom: 40px;
    border-radius: var(--largeradius);
    max-width: 100%;
    flex-direction: column;
}

.sigel-raing .-secodary-single-post-bar.for-content-single {
    background: var(--background-color);
    position: sticky;
    top: 106px;
}

.-single-post-content {
    max-width: 100%;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 400;
    margin-bottom: 30px;
}
.-single-post-content * {
    margin: revert;
    padding: revert;
    max-width: 100%;
    list-style: revert;
}

.-single-post-content img {
    display: unset !important;
    margin: unset !important;
}

.-single-post-content table {
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: rgba(0,0,0,0);
    border-collapse: collapse;
    width: 100%!important;
    border-right: 1px solid var(--diver)
}

.-single-post-content table>tbody>tr>td:first-child {
    background: #f9faff!important;
    max-width: 250px
}
.-single-post-content table tr:first-child {
    font-weight: 400
}
.-single-post-content table>tbody>tr>:first-child {
    background: #f9faff
}
.-single-post-content table td, .-single-post-content table th {
    vertical-align: top;
    font-size: 14px;
    padding: .65rem!important
}
.-single-post-content table tr {
    border-top: 1px solid var(--diver)
}

.-single-post-content table tbody tr td, .-single-post-content table thead tr th {
    border-left: 1px solid var(--diver)
}

.-single-post-content table tr:last-child {
    border-bottom: 1px solid var(--diver)
}

.-single-post-content>h1, .-single-post-content>h2, .-single-post-content>h3, .-single-post-content>h4, .-single-post-content>h5, .-single-post-content>h6 {
    line-height: 1.4;
}

.-single-post-content>h2 {
    color: var(--primary-text);
    font-size: 24px;
}

.-single-post-content>h3 {
    font-size: 21px;
}

.aligncenter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto
}
.-single-post-content img {
    margin: auto;
    display: flex;
    justify-content: center;
}
.-single-post-content > p > img.aligncenter {
    margin: 0 auto;
    display: block
}
.-single-more-read-btn>a {
    align-content: center;
}
.--widget--sidebar--title {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: var(--primary-text);
    font-weight: 600;
    position: relative;
    flex-wrap: wrap;
    line-height: 1.5;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.--widget--sidebar--title:after, .--widget--sidebar--title:before {
    content:"";
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 50px;
    height: 2px;
    background-color: var(--primary-text);
}

.--widget--sidebar--title:after {
    right:55px;
    width: 10px;
    background-color: var(--uicolor)
}
.--widget--sidebar--title span {
    padding-inline-start: 7px
}

.--widget--sidebar--title span: :before {
    width:100px;
    height: 1px
}

img.emoji {
    width: 27px;
    height: 27px;
    margin: 0
}
.pswp {
    z-index: 99999999999
}
.sigel-raing {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap
}
.rev-sticky {
    max-width: 620px;
    position: sticky;
    top: 106px;
}
.singular-head {
    display:flex;
    align-items:center;
    margin-top:95px;
    background-color:transparent;
    border-radius:20px 20px 0 0;
    padding:26px 0px;
    gap:25px;
    justify-content:space-between;
}
.singular-hrow {
    max-width:600px;
}
.singular-hrow h1 {
    text-align: start;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}