body.single {
    background-color: #131313;
}

.single__post {
    padding-top: 82.4px;
    background-color: #131313;
}

.single__post .container {
    padding: 24px 0 72px 0;
    display: grid;
    grid-template-columns: 9fr 3fr;
    gap: 48px;
}

.single__post__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.images__avt__post {
    width: 100%;
}

.images__avt__post img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 664px;
}

.single__post__content__info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.single__post__content__info .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.single__post__content__info .breadcrumb a {
    color: #9E9E9E;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 146%;
    letter-spacing: 1%;
}

.single__post__content__info .breadcrumb span {
    color: #E0E0E0;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 146%;
    letter-spacing: 1%
}

.single__post__content__info .breadcrumb svg {
    width: 16px;
    height: 16px;
}

.single__post__content__info h1 {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 136%;
    letter-spacing: 1%;
    font-family: "SVN-Sigokae";
}

.single__post__content__info .infos {
    display: flex;
    align-items: center;
    gap: 24px;
    color: #757575;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 1%;
}

.single__post__content__info .infos>div {
    display: flex;
    align-items: center;
}

.single__post__content__info .infos>div:not(:last-child)::after {
    content: "";
    width: 3px;
    height: 3px;
    background: #616161;
    border-radius: 50%;
    margin-left: 24px;
    /* bằng với gap */
}

.single__post__content__info .infos a {
    color: #757575;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 1%;
}

.single__post__content__info .infos .author {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    align-items: center;
}

.single__post__content__info .infos .author img {
    width: 20px;
    height: 20px;
    border-radius: 24px;
}

.content__editor {
    color: #E0E0E0;
    font-weight: 400;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 1%;
}

.content__editor h1,
.content__editor h2,
.content__editor h3,
.content__editor h4,
.content__editor h5,
.content__editor h6 {
    color: #E0E0E0;
    font-weight: 600;
    leading-trim: NONE;
    line-height: 138%;
    letter-spacing: 1%;
    margin-bottom: 16px;
}

.content__editor p {
    margin-bottom: 16px;
}

.content__editor h1 {
    font-size: 22px;
}

.content__editor h2 {
    font-size: 20px;
}

.content__editor h3 {
    font-size: 18px;
}

.content__editor h4 {
    font-size: 16px;
}

.content__editor h5 {
    font-size: 16px;
}

.content__editor h6 {
    font-size: 16px;
}

ul.ez-toc-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0;

}

ul.ez-toc-list li {
    padding: 4px !important;
    border-bottom: 1px solid #212121;
}

ul.ez-toc-list a {
    color: #E0E0E0 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 1%;
    font-family: "Montserrat-Regular";
}

.ez-toc-title {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 1%;
}

#ez-toc-container {
    background: #141414;
    border: 1px solid #212121;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
}

.share__post {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    align-items: center;
    color: #9E9E9E;
    font-weight: 400;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: 1%;
}

.share__icon_post {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}

.share__icon_post a {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.share__icon_post img {
    width: 16px;
    height: 16px;
}

.copy-notice {
    margin-left: 10px;
    font-size: 14px;
    color: #4CAF50;
    opacity: 0;
    transition: 0.3s;
}

.copy-notice.show {
    opacity: 1;
}

.post__prev__next {
    display: grid;
   grid-template-columns: 1fr 1fr;
    align-items: center;
    flex-wrap: wrap;
    gap: 48px;
    margin-top: 48px;
}

.post__prev__next .post {
    display: grid;
    gap: 12px;
    align-items: center;
}

.post__prev__next .post.prev {
    grid-template-columns: 4fr 8fr;
    text-align: left;
}
.post__prev__next .post.next {
    grid-template-columns: 8fr 4fr;
    text-align: right;
}
.post__prev__next .post img {
    width: 100%;
    height: 80px;
    object-fit: cover;
}

.post__prev__next .post .content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.post__prev__next .post .content span {
    color: #616161;
    font-weight: 400;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 146%;
    letter-spacing: 1%;
}

.post__prev__next .post .content h4 {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 1%;
}

@media screen and (max-width:1024px) {
    .single__post {
        padding-top: 20.4px;
    }

    .single__post .container {
        grid-template-columns: 1fr;
        padding: 48px 10px;
    }

    #ez-toc-container nav {
        display: block !important;
    }
    .post__prev__next .post .content h4 {
        font-size: 14px;
    }

}

@media screen and (max-width: 768px) {
    .single__post__content__info h1 {
        font-size: 26px;
    }

    .single__post__content__info .infos {
        gap: 12px;
    }

    .single__post__content__info .infos>div:not(:last-child)::after {
        margin-left: 12px;
    }
    .post__prev__next {
        grid-template-columns: 1fr;
        margin-top: 24px;
    }
}