/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 05 2025 | 09:01:59 */
/* カラム */
.matches-template-default .wp-block-columns {
    gap: 0 !important;
	margin: 0 !important;
}

/* カラム内のh3*/
.matches-template-default .cover-h3 {
	margin-top: 50px !important;
}

/* カラム内のh3の余白調整 */
.matches-template-default .wp-block-cover {
	padding: 0 !important;
}

/* テーブル上余白 */
.matches-template-default .table {
	margin-top: 0 !important;
}

.matches-template-default .has-fixed-layout {
	margin-top: 0 !important;
}

@media (max-width: 991px) {
	/* 全体左右余白 */
	.l-content__body .l-container {
		padding: 0;
	}
	
	/*　隠しカラム */
	.matches-template-default .wp-block-columns > .wp-block-column.vk_hidden-md {
        flex-basis: 0% !important;
        width: 0% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .matches-template-default .wp-block-columns > .wp-block-column:not(.vk_hidden-md) {
        flex-basis: 100% !important;
        width: 100% !important;
    }

	/* 得点余白 */
	.matches-template-default .score {
		padding-left: 10px !important;
        padding-right: 10px !important;
	}
	
	/* 得点者余白 */
	.matches-template-default .scorer {
		padding: 0 !important;
	}
}

@media (min-width: 992px) {
    /* 得点者余白 */
    .matches-template-default .scorer {
        padding: 10px !important; 
    }
}

/* ホームアウェイ余白 */
.matches-template-default .home-away {
	margin-right: 10px;
}

/* 得点区切り */
.matches-template-default hr {
	margin-top: 0 !important;
}

/* タイトル非表示 */
.matches-template-default .p-entry__head {
	display: none;
}

/* ポジション中央配置 */
.matches-template-default .central-deco {
	display: grid;
	place-items: center;
	border: 1px solid #ededed;
}
