/* --- Block Categoriwise News
-------------------------------------------------------- */

.wp-block-section.wp-block-categorywise-news {
    .wp-block-columns {
        gap: 0;

        .wp-block-post-template {
            li {
                margin-bottom: var(--wp--custom--spacing--tiny);
                padding-bottom: var(--wp--custom--spacing--tiny);
                &:not(:first-child) {
                    .wp-block-post-featured-image,
                    .wp-block-post-terms {
                        display: none;
                        margin-top: 0;
                    }
                }

                &:last-child {
                    margin-bottom: 0;
                    border-bottom: 0;
                }

                .wp-block-post-featured-image {
                    margin-top: 14px;
                    margin-bottom: var(--wp--custom--spacing--tiny);
                    position: relative;
                    padding-top: 75%;
                    overflow: hidden;

                    a,
                    img {
                        position: absolute;
                        left: 0;
                        top: 0;
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }
                }

                .wp-block-post-title {
                    font-size: var(--wp--preset--font-size--content-heading);
                }

                .wp-block-post-content-wrapper {
                    margin-top: 14px;
                    .wp-block-post-date  {
                        svg.icon {
                            display: none;
                        }
                        a {
                            text-transform: capitalize;
                        }
                    }
                }
            }
        }
    }
}