.elementor-707 .elementor-element.elementor-element-ba2bf35{--display:flex;--min-height:477px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-707 .elementor-element.elementor-element-ba2bf35:not(.elementor-motion-effects-element-type-background), .elementor-707 .elementor-element.elementor-element-ba2bf35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-84f12f5 );}.elementor-707 .elementor-element.elementor-element-09ae1ba.xpro-widget-bg-overlay:before{transition:background 0.3s;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-09ae1ba */.custom-post-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.custom-post-item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    text-align: center;
    padding-bottom: 1.5rem;
}
.post-thumbnail img {
    width: 100%;
    height: 150px;
    border-radius: 8px 8px 0 0;
}
.post-title {
    font-size: 0.8rem;
    font-weight: bold;
    color: #333334;
    padding-bottom: 10px;
}
.view-group-btn {
    font-size: 1rem;
    font-weight: 600;
    color: white;
    background-color: #19CC5F;
    border-radius: 7px;
    border: none;
    padding: 5px 60px 9px 60px;
    margin: 10px auto;
    text-decoration: none !important;
}
.post-category {
    font-size: 14px;
    color: #929292;
    margin-bottom: 5px;

}

.post-category i {
    color: #929292;
    font-size: 10px;
}
.view-group-btn:hover{
    background-color: #61CE70;
    color: white;
}
.empty-category{
    text-align: right;
}/* End custom CSS */