.single.single-post .td-main-content .td-post-content, .post {
    color: #414141;
}

.category-wrap {
    display: flex;
    gap: 24px;
    margin-bottom: 28px;
}

.category-title {
    flex-shrink: 0;
    display: flex;
    align-items: end;
    gap: 9px;
    font-family: GoogleSans Medium, Arial, sans-serif;
    font-size: 18px;
    line-height: 1;
}

.category-title a, .category-title a:hover {
    color: #414141;
}

.title-line {
    width: 100%;
}

.title-line .diagonal, .title-line .horizontal {
    position: relative;
}

.title-line .diagonal {
    transform: rotate(-45deg);
    transform-origin: bottom right;
    width: fit-content;
}

.horizontal-line {
    width: 100%;
    height: 1.5px;
    background-color: #CB1E3A;
    border-bottom-left-radius: 50px;
}

.diagonal-line {
    width: 1.5px;
    height: 27px;
    background-color: #CB1E3A;
}

.diagonal-dot,
.horizontal-dot {
    width: 5px;
    height: 5px;
    background-color: #CB1E3A;
    border-radius: 50%;
}

.horizontal-dot {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
}

.diagonal-dot {
    position: absolute;
    left: -1.5px;
    top: 0;
    transform: translate(0, -50%);
}

.custom-post-date {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: GoogleSans Medium, Arial, sans-serif;
    font-size: 14px;
}

/*#region Related Posts */
.related-posts-head {
    display: flex;
    align-items: end;
    gap: 16px;
    margin-bottom: 27px;
}

.related-posts-title {
    display: flex;
    flex-shrink: 0;
}

.related-posts-title .title-text {
    font-family: GoogleSans Medium, Arial, sans-serif;
    font-size: 21px;
    line-height: 1;
    color: #fff;
    height: 32px;
    padding-left: 12px;
    background-color: #CB1E3A;
    display: flex;
    align-items: center;
    justify-content: center;
}

.related-posts-title .title-triangle {
    width: 0;
    height: 0;
    border-top: 16.5px solid transparent;
    border-bottom: 16.5px solid #CB1E3A;
    border-left: 16.5px solid #CB1E3A;
    border-right: 16.5px solid transparent;
}

.related-posts-head .diagonal-line {
    height: 42px;
}

.related-posts-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.related-post-item a,
.related-post-item a:hover {
    text-decoration: none;
    color: #414141;
}

.related-post-thumb {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    margin-bottom: 16px;
}

.related-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related-post-title {
    font-family: GoogleSans Medium, Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related-post-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: GoogleSans Medium, Arial, sans-serif;
    font-size: 10px;
}

.rp-meta-item img {
    flex-shrink: 0;
    width: 12px;
    height: 12px;
}

.rp-meta-item {
    display: flex;
    align-items: center;
    gap: 5px;
}
/*#endregion */

@media (max-width: 979px) {
    .single.single-post .td-main-content {
        width: 100%;
    }

    .single.single-post .td-main-sidebar {
        display: none;
    }
}

@media (max-width: 767px) {
    .category-title {
        font-size: 16px;
        max-width: 276px;
        overflow: hidden;
    }

    .related-posts-list {
        grid-template-columns: 1fr 1fr;
    }

    .related-post-item {
        margin-bottom: 20px;
    }

    .related-posts-title .title-text {
        font-size: 18px;
    }
}

/* box share */
.share__channel--link .share-icon-zalo img, .single.single-post .td-ss-main-content .share__channel--link .zalo-share-button img {
    max-height: 19px;
    max-width: 27px;
}
.share__channel--link .share-icon-zalo, .single.single-post .td-ss-main-content .share__channel--link .zalo-share-button {
    height: 35px;
    line-height: 35px;
    margin: 0 0 0 12px;
    width: 35px;
    background: #2196F3;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.single .share__channel--link a {
    margin-left: 0px;
}
.share-channel .share-channel__text {
    color: #172b4d;
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
}

.share__channel--link {
    display: flex;
    gap: 6px;
}

.share-channel {
    display: flex;
    align-items: center;
    padding: 12px;
    justify-content: space-between;
    border: 1px solid #dfe1e6;
    border-radius: 6px;
    margin-bottom: 20px;
}
a.share-icon.share-icon-zalo {
    display: none;
}
/* end box share */