.main-content {
    background-color: #f4f0ec;
    padding-top: 35px !important;
}

.showsocial {
    background-color: #f4f0ec;
    padding-bottom: 90px;
}

.showsocial .page-container {
    display: flex;
    gap: 28px;
    align-items: flex-start;
}

.showsocial__main {
    flex: 1;
    min-width: 0;
}

.showsocial__aside {
    width: 500px;
    height: max-content;
}

.showsocial-article,
.showsocial-comments,
.showsocial__aside .about-author {
    background-color: #FEFBF9;
    border: 0;
    border-radius: 10px;
    box-shadow: none;
}

.showsocial-article {
    padding: 29px 34px 42px;
}

.showsocial-article__head {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 24px;
    margin-bottom: 28px;
}

.showsocial-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    margin: 0 0 23px;
    list-style: none;
    background: transparent;
}

.showsocial-breadcrumb li {
    font-size: 14px;
    color: #999;
}

.showsocial-breadcrumb li + li::before {
    content: "/";
    padding-right: 8px;
    color: #C9BFB8;
}

.showsocial-breadcrumb a {
    color: rgba(72, 43, 32, .62);
    transition: color .2s ease;
}

.showsocial-breadcrumb a:hover {
    color: #CF5D2C;
}

.showsocial-author {
    display: flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 14px;
}

.showsocial-author__avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 10px;
}

.showsocial-author__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.showsocial-author__info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 14px;
    color: #999;
}

.showsocial-author__name {
    color: #5C5C5C;
    font-weight: 600;
}

.showsocial-title {
    margin: 0 0 16px;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.4;
    color: #482B20;
}

.showsocial-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
}

.showsocial-meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    color: #999;
}

.showsocial-meta i {
    color: #333;
}

.showsocial-article__body {
    font-size: 16px;
    line-height: 1.9;
    color: #5C5C5C;
}

.showsocial-article__body p {
    margin-bottom: 18px;
}

.showsocial-article__body h1,
.showsocial-article__body h2,
.showsocial-article__body h3,
.showsocial-article__body h4 {
    color: #482B20;
    font-weight: 700;
    line-height: 1.45;
    margin: 28px 0 14px;
}

.showsocial-article__body img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.showsocial-article__body a {
    color: #CF5D2C;
}

.showsocial .article-donate {
    margin-top: 34px;
    text-align: center;
}

.showsocial .article-donate .btn-like {
    min-width: auto;
    width: max-content;
    display: flex;
    align-items: center;
    gap: 7px;
    border: 0;
    border-radius: 22px !important;
    padding: 9px 15px;
    background-color: #F7EEE9 !important;
    color: #482B20 !important;
    line-height: 1;
    transition: background-color .2s ease, color .2s ease;
    margin: 0 auto;
}

.showsocial .article-donate .btn-like:hover,
.showsocial .article-donate .btn-like.is-liked {
    background-color: #CF5D2C !important;
    color: #fff !important;
}

.showsocial .article-donate .btn-like svg {
    flex-shrink: 0;
}

.showsocial .article-donate .btn-like strong {
    min-width: 16px;
    color: #482B20;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
}

.showsocial .article-donate .btn-like:hover strong,
.showsocial .article-donate .btn-like.is-liked strong {
    color: #fff;
}

.showsocial-comments {
    margin-top: 28px;
    padding: 28px 34px 34px;
}

.showsocial-comments__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 18px;
    margin-bottom: 24px;
}

.showsocial-comments__head h2 {
    margin: 0;
    font-weight: 700;
    font-size: 22px;
    color: #482B20;
}

.showsocial-comments__head span {
    min-width: 34px;
    height: 24px;
    border-radius: 12px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #CF5D2C;
    color: #fff;
    font-size: 13px;
}

.showsocial__aside .about-author {
    overflow: hidden;
}

.showsocial__aside .about-author .panel-body {
    padding: 0;
}

.showsocial__aside .author-card {
    background-color: #FEFBF9;
    border-radius: 10px;
}

.showsocial__aside .author-card .author-head {
    border-radius: 10px 10px 0 0;
}

@media (max-width: 1199px) {
    .showsocial .page-container {
        gap: 22px;
    }

    .showsocial__aside {
        width: 360px;
    }

}

@media (max-width: 991px) {
    .showsocial .page-container {
        display: block;
    }

    .showsocial__aside {
        width: 100%;
        margin-top: 28px;
    }
}

@media (max-width: 767px) {
    .main-content {
        padding-top: 20px !important;
    }

    .showsocial {
        padding-bottom: 50px;
    }

    .showsocial-article,
    .showsocial-comments {
        padding: 22px 18px 28px;
    }

    .showsocial-title {
        font-size: 24px;
    }

}
