.axes-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: calc(0.25rem * 6);
}

@media (min-width: 48rem) {
    .axes-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 64rem) {
    .axes-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.axes-icon-box {
    border-radius: 0.5rem;
    height: calc(1rem + 228px);

}

.axes-icon-item {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 7px 5px 30px 0 rgba(0, 0, 0, 0.12);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 1rem;
    height: 100%;
    background: #ffffff;
}

.axes-icon-header {
    display: flex;
    gap: 0.5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.axes-icon-thumb {
    font-size: 2.5rem;
}

.axes-icon-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #4285f4;
}

.axes-icon-abstract {
    height: 100px;
}

.wgl-axes-posts .blog-post.format-standard-image .blog-post_media .image-overlay,
.wgl-axes-posts .blog-post.format-image .blog-post_media .image-overlay {
    padding-top: 75%;
    display: block;
}

.wgl-axes-posts .blog-post.format-standard-image .blog-post_media .image-overlay img,
.wgl-axes-posts .blog-post.format-image .blog-post_media .image-overlay img {
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wgl-axes-post .post_featured_bg .blog-post_bg_media:before,
.wgl-axes-post .post_featured_bg .blog-post_bg_media:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.wgl-axes-post .post_featured_bg .blog-post_bg_media:before {
    opacity: .4;
    background-color: #222328;
}

.wgl-axes-post .post_featured_bg .blog-post_bg_media:after {
    opacity: .2;
    background: linear-gradient(0, #14133b 34%, rgba(0, 0, 0, 0) 100%);
}

.wgl-axes-post .post_featured_bg .blog-post_title {
    font-size: 48px;
    position: relative;
    z-index: 1;
    color: #fff;
}

.wgl-axes-post .post_featured_bg .meta-data:first-child {
    color: #ffffff;
}