/**
 * Theme Name:     K-Tech
 * Author:         K-Tech
 * Template:       flatsome
 * Text Domain:	   k-tech
 * Description:    Theme Build by Dai
 * Theme URI:      https://k-tech.net.vn/
 * Author URI:     https://k-tech.net.vn/
 * Version:        2025
 * License:        2NRJM-B46WR-K6VQR-Y4T3D-QRWPX
 * License URI:    https://k-tech.net.vn/
 */



 /*************** ADD CUSTOM CSS HERE.   ***************/

.widget_tag_cloud a, .compact-tag {
    display: inline-block;
    padding: 6px 12px;
    margin: 4px 6px 4px 0;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 16px !important;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    line-height: 1.4;
    background-color: #fff;
    box-sizing: border-box;
}
ul.sidebar-wrapper,.widget-area  {
    padding: 30px;
    background: #ebebeb;
}
aside#flatsome_recent_posts-2 {
    border-bottom: 1px solid #000;
}
.featured-title {
	background: #fff !important;
}
ul.sidebar-wrapper .is-divider, .widget-area .is-divider {
    display: none;
}

.recent-blog-posts-li .flex-col.mr-half  {
    width: 70px;
        aspect-ratio: 1;
    
}
.recent-blog-posts-li .flex-col.mr-half  .badge {
    width: 100%;
    height: 100%;
}
.recent-blog-posts-li .flex-col.mr-half  .badge-inner.bg-fill {
        aspect-ratio: 1;

}
@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    
    
    }