.jama-post-container {
    display: grid;
    grid-gap: 25px;
    grid-template-columns: 1fr;
    transition: all .15s ease;
}

.jama-post-container .jama-post {
    background: transparent;
    border: none;
    border-radius: 4px;
    box-shadow: none;
    overflow: hidden;
    padding: 5px 10px;
}

.jama-post-container .jama-featured-image {
    border-radius: 4px;
}

.jama-post-container .jama-post .image-overlay {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

.jama-post-container .jama-post-details {
    display: block;
    padding: 30px 0px;
    position: relative;
}

.jama-post-container .jama-post-category {
    color: #E25100;
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.jama-post-container .jama-post--standard .jama-post-title,
.jama-post-container .jama-post--standard .jama-post-title a {
    color: #03006A !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    line-height: 18px !important;
    margin-bottom: 10px;
}

.jama-post-container .jama-post--standard > a {
    overflow: visible !important;
}

.jama-post-container .jama-post--standard .jama-featured-image {
    box-shadow: 3px 4px 0 0 rgb(0 0 0 / 15%);
}

.jama-post-container .jama-post-title { 
    text-decoration: none;
}

@media (min-width: 768px) {

    .jama-post-layout-2-column {
        grid-template-columns: 1fr 1fr;
    }

    .jama-post-layout-3-column {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1024px) {

    .jama-post-layout-3-column {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.jama-post-container .jama-post-meta {
    color: #53575A;
    font-size: 14px;
    line-height: 21px;
}

.jama-post-container .jama-post-author  {
    align-items: start;
    display: flex;
}

.jama-post-container .jama-post-author img {
    border-radius: 50%;
    clear: both;
    display: block;
    flex: none;
    height: 32px;
    margin-right: 11px;
    max-width: 100%;
    overflow: hidden;
    vertical-align: middle;
    width: 32px;
}

.jama-post-details span {
    position: relative;
    display: inline-block;
    line-height: normal;
}

.jama-post-container .jama-post-date {
    margin-left: 44px;
    top: -20px;
    font-size: .8em;
}

.jama-post-container .jama-post-reading-time {
    top: -20px;
    font-size: .8em;
    margin-left: 6px;
    color: #E25100;
}

.jama-post-container .jama-post-reading-time .read {
    margin-left: 3px;
}

.jama-post-container .avia-icon-pos-left {
    margin-right: .25em;
}

.jama-post-container  .jama-post-read-more {
    margin: 0;
    text-align: left;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5;
}

.jama-post-container  .jama-post-read-more a {
    color: #0052CC !important;
}

.jama-pagination {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    gap: 5px;
    flex-wrap: wrap;
}

.jama-pagination .page-numbers {
    background: #f7f7f7;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    color: #666;
    display: block;
    line-height: 1;
    padding: 8px 10px;
}

.jama-pagination .page-numbers:not(.current):hover {
    color: #222;
    border-color: #e1e1e1;
    background-color: #efefef;
}

.jama-pagination .current {
    background: #018BBB;
    border-color: #018BBB;
    color: #fff;
}

.jama-post--basic .jama-featured-image {
    border-radius: 0;
}

.jama-post--basic .jama-post-details {
    padding-top: 20px;
}

.jama-post--basic .jama-post-category {
    color: #1681AA;
    display: block;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
}

.jama-post--basic .jama-post-title {
    color: #4B4B4B !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    text-align: left;
}