.page-template .entry-content {
    padding: 30px 0px;
}

.jnews_comment-section {
    background: #ffffff;
}

.comment-respond {
    border-top: 0px !important;
    padding: 0px 30px 30px !important;
    margin-bottom: 30px !important;
}

.single-post-content {
    padding-bottom: 30px !important;
}

.single-post-content .content-inner img {
    width: 100% !important;
    margin: 10px 0px 0px;
    border: 0px !important;
}

.single-post-content .content-inner figure a {
    border: 0px !important;
}

.jeg_main_content.page-catalog {
    padding: 0px 30px 30px;
}

.mistape_caption {
    margin-top: 30px;
}

.author_content {
    position: relative;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin: 20px 0px 30px;
}

.inner_column {
    display: flex;
    align-items: center;
    column-gap: 20px;
    flex-wrap: wrap;
}

.author_content__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 12px 30px;
    flex-wrap: wrap;
}

.comments_count_box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    line-height: 0;
}

.inner_category {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(0,0,0,.5);
}

.inner_user {
    display: flex;
    align-items: center;
    gap: 10px;
}

.inner_user a {
    display: block;
    color: #010101;
}

.inner_user a:hover {
    color: #33a840;
}

.inner_comment {
    display: flex;
    align-items: center;
    column-gap: 20px;
    flex-wrap: wrap;
    line-height: 0;
}
.inner_share {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

@media(max-width: 768px) {
    .inner_column {
        justify-content: center;
    }

    .author_content__inner {
        justify-content: center;
    }
}

.telegram_inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1b282b;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 20px 30px;
    box-shadow: 0 8px 15px 5px rgba(0,0,0,0.2);
    gap: 10px;
    flex-wrap: wrap;
}

.telegram_inner__text a:hover {
    text-decoration: underline;
    color: #34a541;
}

.telegram_inner__icon img {
    width: 50px;
    position: relative;
    height: 50px;
}

@media(max-width: 768px) {
    .telegram_inner {
        justify-content: center;
        text-align: center;
        font-size: 1rem;
    }
}

.jnews_comment_container.show {
    display: block;
}

.is-type-wp-embed iframe {
    width: 100%;
    margin: 20px 0px 30px;
}