table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: var(--wp--style--block-gap);
	th,
	td {
		padding: calc(var(--wp--style--block-gap) / 2);
		border: solid 1px rgba(0, 0, 0, 0.25);
		font-size: var(--wp--preset--font-size--normal);
		line-height: normal;
	}
	th {
		color: inherit;
		background-color: transparent;
	}
}
