.single-post .section {
    overflow: unset;
}

.posts-category .posts {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
}

.posts-category .post-tile {
    border-radius: 24px;
    box-shadow: 1px 2px 32px 0 #E2E2E4;
    width: 100%;
    max-width: 100%;
    background: #ffffff;
    padding: 16px;
}

.posts-category .post-tile .heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    gap: 16px;
}

.posts-category .post-tile .heading .categories {
    display: flex;
    align-items: center;
    gap: 4px;
}

.posts-category .post-tile .heading .category {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    padding: 2px 8px;
    background: rgba(150, 18, 41, 0.70);
    border-radius: 32px;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.posts-category .post-tile .heading .category:hover {
    text-decoration: none;
    background: rgba(150, 18, 41, 1);
}

.posts-category .post-tile .heading .title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-family: "Jost", serif;
}

.posts-category .post-tile .heading p {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.posts-category .post-tile .content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 8px;
}

.posts-category .post-tile .featured img {
    border-radius: 12px;
}

.posts-category .post-tile .footer {
    width: 100%;
    margin-top: auto;
    border-radius: 12px;
    background: #F4F7F8;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.posts-category .post-tile .footer p {
    margin: 0;
    padding: 0;
}

.posts-category .post-tile .author {
    display: flex;
    align-items: center;
    gap: 12px;
    line-height: 1.55;
}

.posts-category .post-tile .avatar {
    background: #ffffff;
    border-radius: 50%;
}

.posts-category .post-tile .avatar img {
    width: 36px;
    height: auto;
}

.posts-category .post-tile .author .name {
    font-weight: 700;
    color: var(--dc-primary-color);
    font-size: 14px;
}

.posts-category .post-tile .author .date {
    color: rgba(40, 86, 119, 0.60);
    font-size: 12px;
    font-weight: 500;
}

.posts-category .post-tile .more a {
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.section-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding-bottom: 64px;
}

.section-wrapper > div {
    flex: 1 1 0;
}

.section-wrapper .post-wrapper {
    font-weight: 500;
    font-size: 16px;
    border-radius: 24px;
    background: #ffffff;
    padding: 24px;
    box-shadow: 1px 2px 32px 0 #E2E2E4;
}

.section-wrapper .post-heading {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.section-wrapper .post-heading .title {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.15;
    margin: 0;
    padding: 0;
    font-family: "Jost", serif;
}

.section-wrapper .post-heading .categories {
    display: flex;
    align-items: center;
    gap: 4px;
}

.section-wrapper .post-heading .category {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 8px;
    border-radius: 32px;
    min-height: 24px;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    text-decoration: none;
    background: rgba(150, 18, 41, 0.70);
    color: #fff;
}

.section-wrapper .post-heading .footer {
    display: flex;
    align-items: center;
    gap: 12px;
}

.section-wrapper .post-heading .avatar {
    background: #565556;
    border-radius: 50%;
}

.section-wrapper .footer p {
    margin: 0;
    padding: 0;
    line-height: 1.35;
}

.section-wrapper .post-heading .name {
    font-size: 14px;
    font-weight: 600;
}

.section-wrapper .post-heading .date {
    color: rgba(40, 86, 119, 0.60);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.25px;
}

.section-wrapper .post-heading .featured {
    margin-top: -12px;
    margin-bottom:24px;
}

.section-wrapper .post-heading .featured img {
    border-radius: 12px;
}

.section-wrapper .post-heading .introduction {
    padding-bottom: 24px;
}

.section-wrapper .post-heading .introduction p {
    font-size: 18px;
    font-weight: 600;
}

.section-wrapper .post-heading .introduction p strong {
    font-size: 24px;
    font-weight: 700;
}

.section-wrapper .post-sections {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.section-wrapper .post-aside {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    max-width: 400px;
}

.section-wrapper .post-widget {
    border-radius: 12px;
    background: #f2f2f2;
    padding: 16px;
}

.section-wrapper .post-widget .title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-family: "Jost", serif;
}

.section-wrapper .author-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.section-wrapper .author-wrapper .avatar {
    min-width: 96px;
    border-radius: 50%;
}

.section-wrapper .author-wrapper .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 8px;
}

.section-wrapper .author-wrapper ul {
    display: flex;
    align-items: center;
    gap: 8px;
}

.section-wrapper .author-wrapper .description {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.section-wrapper .author-wrapper .description p {
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.section-wrapper .author-wrapper .buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.section-wrapper .author-wrapper .button {
    padding: 8px 14px;
    min-width: 140px;
    min-height: 34px;
}

.section-wrapper .author-wrapper .button span {
    font-size: 12px;
}

.section-wrapper .author-wrapper .button img {
    max-width: 16px;
    height: auto;
}

.section-wrapper .author-wrapper .button-none {
    padding: 8px 14px;
    min-width: auto
}

.section-wrapper .author-wrapper .button-none span {
    font-size: 10px;
}

.section-wrapper .related-posts {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 24px;
}

.section-wrapper .related-posts img {
    border-radius: 12px;
}

.section-wrapper .related-post a {
    display: flex;
    align-items: center;
    gap: 12px;
}

.section-wrapper .related-post a span {
    font-size: 12px;
    font-weight: 700;
}

@media (max-width: 1280px) {
    .section-wrapper .post-aside {
        max-width: 300px;
    }
}

@media (max-width: 992px) {
    .section-wrapper .post-heading .title {
        font-size: 24px;
    }

    .section-wrapper {
        flex-direction: column;
    }

    .section-wrapper .post-aside {
        max-width: 100%;
    }

    .posts-category .posts {
        display: grid;
        gap: 24px;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 576px) {
    .posts-category .posts {
        grid-template-columns: repeat(1, 1fr);
    }
}