.yasothon-gutenberg-posts {

    &.posts-text-inner {

        .byline::after,
        .posted-on::after {
            margin-left: 10px;
            content: "\b7";
        }

        .columns-1 {
            article {
                margin-bottom: 40px;
            }
        }

        .columns-2 {
            display: grid;
            grid-column-gap: 40px;
            grid-row-gap: 40px;
            -ms-grid-columns: 1fr 1fr;
            grid-template-columns: 1fr 1fr;
        }
        
        .columns-3 {
            display: grid;
            grid-column-gap: 30px;
            grid-row-gap: 30px;
            -ms-grid-columns: 1fr 1fr 1fr;
            grid-template-columns: 1fr 1fr 1fr;

            .posted-on::after {
                margin-left: 0;
                content: "";
            }
        }

        figure {
            margin: 0;
        }
    
        article.has-thumbnail {
    
            .text-inner .post-thumbnail {
                position: relative;
                width: 100%;
                background-position: center;
                background-size: cover;
                box-shadow: 5px 10px 30px 0 rgba(0, 0, 0, 0.15);
    
                .entry-content {
                    position: absolute;
                    right: 25px;
                    bottom: 25px;
                    left: 25px;
    
                    .category-list {
                        display: -webkit-box;
                        display: -webkit-flex;
                        display: -ms-flexbox;
                        display: flex;
                        margin-top: 20px;
                        font-size: 12px;
                        letter-spacing: 1px;
                        align-items: center;
                        justify-content: center;
                    }
    
                    .category-box {
                        margin-right: 15px;
                        margin-bottom: 15px;
                        padding: 0 12px;
                    }
                
                    .category-box a {
                        color: white;
                        font-size: 11px;
                        text-transform: uppercase;
                        letter-spacing: 1px;
                        text-decoration: none;
                    }
    
                    h2.entry-title {
                        margin-top: 5px;
                        margin-bottom: 0;
                        text-align: center;

                        &.font-size-14 {
                            font-size: 14px;
                            line-height: 20px;
                        }
                        &.font-size-16 {
                            font-size: 16px;
                            line-height: 22px;
                        }
                        &.font-size-18 {
                            font-size: 18px;
                            line-height: 24px;
                        }
                        &.font-size-20 {
                            font-size: 20px;
                            line-height: 26px;
                        }
                        &.font-size-22 {
                            font-size: 22px;
                            line-height: 28px;
                        }
                        &.font-size-24 {
                            font-size: 24px;
                            line-height: 30px;
                        }
                        &.font-size-26 {
                            font-size: 26px;
                            line-height: 32px;
                        }
                        &.font-size-28 {
                            font-size: 28px;
                            line-height: 34px;
                        }
                        &.font-size-30 {
                            font-size: 30px;
                            line-height: 36px;
                        }
                        &.font-size-32 {
                            font-size: 32px;
                            line-height: 38px;
                        }
                        &.font-size-34 {
                            font-size: 34px;
                            line-height: 40px;
                        }
                        &.font-size-36 {
                            font-size: 36px;
                            line-height: 42px;
                        }
                        &.font-size-38 {
                            font-size: 38px;
                            line-height: 44px;
                        }
                        &.font-size-40 {
                            font-size: 40px;
                            line-height: 46px;
                        }
                        &.font-size-42 {
                            font-size: 42px;
                            line-height: 48px;
                        }
                        &.font-size-44 {
                            font-size: 44px;
                            line-height: 50px;
                        }
                    }
    
                    .entry-title a {
                        color: white;
                        text-decoration: none;
                    }
    
                    .entry-meta {
                        display: -webkit-box;
                        display: -webkit-flex;
                        display: -ms-flexbox;
                        display: flex;
                        flex-wrap: wrap;
                        align-items: center;
                        justify-content: center;
                        margin-top: 10px;
                        font-size: 12px;
                        letter-spacing: 1px;
                        color: white;
                      }
                
                    .entry-meta a {
                        color: white;
                        text-decoration: none;
                    }
    
                    .entry-meta-avatar {
                        margin-top: 10px;
                    }
    
                    .entry-meta img {
                        margin-right: 20px;
                        border-radius: 25px;
                    }
                }
            }
        }

    }
    
}

.wp-block-yasothon-yasothon-columns {

    &.has-3-1-columns,
    &.has-1-3-columns,
    &.has-1-2-1-columns {
        
        .yasothon-gutenberg-posts {
            &.posts-text-inner {
                .columns-1 {
                    margin-bottom: 30px;
                }
            }
        }
    }
}

@media only screen and (min-width: 320px) {

    .yasothon-gutenberg-posts {

        &.posts-text-inner {

            .columns-2,
            .columns-3 {
                display: block;
            }

            article {
                margin-bottom: 25px;
            }

            article:last-child {
                margin-bottom: 0;
            }

            article.has-thumbnail .text-inner .post-thumbnail .entry-content h2.entry-title.font-size-14,
            article.has-thumbnail .text-inner .post-thumbnail .entry-content h2.entry-title.font-size-16,
            article.has-thumbnail .text-inner .post-thumbnail .entry-content h2.entry-title.font-size-18,
            article.has-thumbnail .text-inner .post-thumbnail .entry-content h2.entry-title.font-size-20,
            article.has-thumbnail .text-inner .post-thumbnail .entry-content h2.entry-title.font-size-22,
            article.has-thumbnail .text-inner .post-thumbnail .entry-content h2.entry-title.font-size-24,
            article.has-thumbnail .text-inner .post-thumbnail .entry-content h2.entry-title.font-size-26,
            article.has-thumbnail .text-inner .post-thumbnail .entry-content h2.entry-title.font-size-28,
            article.has-thumbnail .text-inner .post-thumbnail .entry-content h2.entry-title.font-size-30,
            article.has-thumbnail .text-inner .post-thumbnail .entry-content h2.entry-title.font-size-32,
            article.has-thumbnail .text-inner .post-thumbnail .entry-content h2.entry-title.font-size-34,
            article.has-thumbnail .text-inner .post-thumbnail .entry-content h2.entry-title.font-size-36,
            article.has-thumbnail .text-inner .post-thumbnail .entry-content h2.entry-title.font-size-38,
            article.has-thumbnail .text-inner .post-thumbnail .entry-content h2.entry-title.font-size-40,
            article.has-thumbnail .text-inner .post-thumbnail .entry-content h2.entry-title.font-size-42,
            article.has-thumbnail .text-inner .post-thumbnail .entry-content h2.entry-title.font-size-44 {
                font-size: 20px;
                line-height: 26px;
            }
        }
    }

}

@media only screen and (min-width: 736px) {

    .yasothon-gutenberg-posts {

        &.posts-text-inner {

            .columns-2 {
                display: grid;

                article {
                    margin-bottom: 0;
                }
            }

        }

    }

}

@media only screen and (min-width: 1024px) {

    .yasothon-gutenberg-posts {

        &.posts-text-inner {

            .columns-2,
            .columns-3 {
                display: grid;

                article {
                    margin-bottom: 0;
                }
            }

        }

    }

}

@media only screen and (min-width: 1168px) {

    .yasothon-gutenberg-posts {

        &.posts-text-inner {

            .columns-2,
            .columns-3 {
                display: grid;
            }

            article {
                margin-bottom: 0;
            }

            article.has-thumbnail {
    
                .text-inner .post-thumbnail {
        
                    .entry-content {
        
                        h2.entry-title {
    
                            &.font-size-14 {
                                font-size: 14px;
                                line-height: 20px;
                            }
                            &.font-size-16 {
                                font-size: 16px;
                                line-height: 22px;
                            }
                            &.font-size-18 {
                                font-size: 18px;
                                line-height: 24px;
                            }
                            &.font-size-20 {
                                font-size: 20px;
                                line-height: 26px;
                            }
                            &.font-size-22 {
                                font-size: 22px;
                                line-height: 28px;
                            }
                            &.font-size-24 {
                                font-size: 24px;
                                line-height: 30px;
                            }
                            &.font-size-26 {
                                font-size: 26px;
                                line-height: 32px;
                            }
                            &.font-size-28 {
                                font-size: 28px;
                                line-height: 34px;
                            }
                            &.font-size-30 {
                                font-size: 30px;
                                line-height: 36px;
                            }
                            &.font-size-32 {
                                font-size: 32px;
                                line-height: 38px;
                            }
                            &.font-size-34 {
                                font-size: 34px;
                                line-height: 40px;
                            }
                            &.font-size-36 {
                                font-size: 36px;
                                line-height: 42px;
                            }
                            &.font-size-38 {
                                font-size: 38px;
                                line-height: 44px;
                            }
                            &.font-size-40 {
                                font-size: 40px;
                                line-height: 46px;
                            }
                            &.font-size-42 {
                                font-size: 42px;
                                line-height: 48px;
                            }
                            &.font-size-44 {
                                font-size: 44px;
                                line-height: 50px;
                            }
                        }
                    }
                }
            }
        }
    }

}