#links_wrapper {
    background-color: #f8f8f8;
}

.inner-posts .slide-image img {
    object-fit: cover;
    object-position: center;
    aspect-ratio: 4 / 3;
    border: 1px solid #f0f0f0 !important;
}

.inner-posts .slide-image {
    background-color: transparent !important;
}

.inner-posts .slide-meta {
    display: none !important;
}

.inner-posts a.more-link {
    text-transform: capitalize;
}

.inner-posts .read-more-link {
    margin-top: 15px;
}

.inner-posts .entry-content-header {
    margin: 15px 0;
}

#top .pagination .current {
    background-color: var(--primary);
    color: #fff;
}