/**
Theme Name: FactGo Child
Author: ThemeOri
Author URI: https://themeforest.net/user/themeori/
Description: Child theme for the FactGo theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: factgo-child
Template: factgo
*/

.theme_blog_standard-left {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px; 
    overflow: hidden;
    z-index: 1;
}

/* 可选：为项目卡片添加一些内边距或背景，使其看起来更像卡片 */
.theme_blog_standard-left .theme_blog_standard-item {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
}
.portfolio {
    position: relative;
    display: grid !important;
    grid-template-columns: repeat(1, 1fr) !important;  
    grid-gap: 20px ! important; 
    overflow: hidden;
    z-index: 1;
    width: 100% !important;  
}
.theme_blog_standard-item-content h3 {
    margin-bottom: 20px;
    font-size: 22px;
}
table, tr, td{
	border: 1px solid #ccc;
}
tbody{
	border: 1px solid #ccc;
}