/* Grid Post Design
=================== */
.t4s-grid-card, .list-post-card {
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.t4s-grid-card-body {
    margin-top: -34px;
}

.t4s-grid-badge {
    padding: 10px 20px;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    position: relative;
    z-index: 2;
    border-radius: 5px;
}

.t4s-grid-card-title {
    margin-bottom: 12px;
    margin-top: 20px;
    font-weight: 700;
}

.t4s-grid-card-title a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.t4s-grid-thumbnail {
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    position: relative;
    z-index: 1;
    border-radius: 5px;
}

.t4s-grid-thumbnail-link {
    overflow: hidden;
}

.t4s-grid-thumbnail:hover {
    transform: scale(1.06);
}

.t4s-post-column {
    margin-bottom: 20px;
}

.pagi {
    text-align: center;
    margin: 15px 0;
}

.pagi .page-numbers {
    width: 40px;
    height: 40px;
    display: inline-grid;
    place-items: center;
    border-radius: 4px;
    margin: 5px;
    text-decoration: none;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    color: #000;
    font-weight: bold;
}

.pagi .page-numbers:hover {
    color: #fff;
}

.pagi .current {
    color: #fff;
}