.post-featured-item a img {
    height: 90%;
}

.share-btn {
    width: 40px;
}

.related-post-item.item {
    width: 100%;
    display: inline-block;
    margin-right: 0;
    text-align: center;
    vertical-align: top;
    overflow: hidden;
}

.related-post-item.item img {
    margin-bottom: 0;
    width: 100%;
    height: auto;
}

.related-post-image, .container.sidebar-open .related-post-image {
    height: auto;
    display: block;
    overflow: hidden;
    min-height: 167px;
}

.related-post-image {
    margin-bottom: 15px;
}

.related-post-item.item h3 {
    font-size: 16px;
    line-height: 1.4;
    margin: 5px auto 0;
}

.related-post-item.item h3 em {
    font-size: 14px;
    display: block;
    font-weight: 300;
}

.related-post-item.item h3 a {
    color: #111;
}

.related-post-item.item h3 a:hover {
    color: #00a8b5;
    opacity: .95;
}

.related-post-item.item span.date {
    font-size: 12px;
    font-style: italic;
    color: #AAA;
    display: block;
    margin-top: 3px;
}
ul.news-lists.list-layout {
    display: grid;
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
    gap: 40px;
    margin-bottom: 40px;
}

ul.news-lists.list-layout li.news-post {
    position: relative;
    background-color: #fff;
    border: 1px solid #F7F7F7;
    overflow: hidden;
    max-width: 100%;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.news-post-featured-item a img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
}

.news-post-featured-item img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%;
}

ul.list-layout li.news-post .news-post-featured-item {
    margin: auto auto auto 5px;
    overflow: hidden;
}
ul.list-layout li.news-post .post-list-text-content {
    padding: 25px;
}

li.news-post:hover .news-post-featured-item a img {
    opacity: .75;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.pager > div {
    justify-content: flex-start;
}

.news-post-entry-wrapper {
    grid-column-start: 2;
}

.grid-layout .post-featured-item {
    min-height: 210px;
}

ul.news-lists.news-lists-2.grid-layout li.post .post-header {
    padding: 0;
    padding-block: 35px;
}

.post-entry p {
    margin-bottom: 0;
}
.date-author {
    display: block;
}

ul.hyva-news-lists.grid-layout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
}

ul.hyva-news-lists li.news-post {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #F7F7F7;
    overflow: hidden;
    max-width: 100%;
}

ul.hyva-news-lists .news-post-header {
    text-align: center;
    margin-bottom: 5px;
    padding: 35px;
    background-color: #FFFFFF;
}

ul.hyva-news-lists .news-post-featured-item {
    position: relative;
    background-color: #fff;
    overflow: hidden;
    width: 100%;
    max-height: 300px;
    margin-bottom: 40px;
}

ul.hyva-news-lists .news-post-header h2 {
    font-size: 25px;
    font-weight: 600;
    color: #111;
    letter-spacing: -0.05em;
    line-height: 1em;
    margin: 0 auto;
    display: block;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;
    width: 100%;
}

ul.hyva-news-lists .news-post-header h2::before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    margin: 5px auto;
    background: #00a8b5;
}

ul.hyva-news-lists .news-post-entry.full.essbis-hover-container {
    padding: 0 40px 30px;
}

.news-post-entry-text p {
    margin-bottom:  20px;
}

ul.hyva-news-lists .news-post-entry-bottom.full {
    padding: 30px 40px;
    background-color: #fff;
    border-top: 1px solid #eee;
    margin-block: auto;
    margin-bottom: 0;
}

ul.hyva-news-lists .news-post-entry-bottom a.custom-more-link {
    display: inline-block;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 15px;
    border: 1px solid #CECECE;
}
ul.hyva-news-lists .news-post-entry-bottom a.custom-more-link:hover {
    background-color: #CECECE;
    border-color: transparent;
    color: #000000;
}

.magearray_comment h3 {
    font-weight: 600;
}

.post-comment textarea {
    width: 100%;
}

p.comment-form-comment {
    margin-bottom: 1rem;
}

@media (max-width: 650px) {

    ul.hyva-news-lists.grid-layout {
        grid-template-columns: 1fr;
    }
    
    ul.hyva-news-lists .news-post-entry-bottom.full {
        margin-inline: auto;
    }
    
    ul.news-lists.list-layout li.news-post {
        grid-template-columns: 1fr;
    }

    ul.list-layout li.news-post .news-post-featured-item {
        margin: 0;
    }

    ul.list-layout .news-post-entry-wrapper {
        grid-column-start: auto;
    }
}

@media (max-width: 400px) {
    .list-layout .like-comment-buttons-wrapper {
        margin-left: 10px;
    }
}