.wp-block-table {
	margin: 16px 0;
}
.custom-table-container {
    max-width: 100%;
    overflow: auto;
}
.wp-block-table table {
	border-radius: 4px;
	overflow: hidden;
	outline: 1px solid rgba(107, 114, 128, 0.40);
	outline-offset: -1px;
    min-width: 650px;
}
.wp-block-table thead {
	border: 0;
}
.wp-block-table td,
.wp-block-table th {
	color: #000014;
	font-size: 16px;
	font-style: normal;
	line-height: 1.5em;
	padding: 16px;
	border-color: rgba(107, 114, 128, 0.40);
}
.wp-block-table th {
    text-align: left;
	font-weight: 700;
}
.wp-block-table .wp-element-caption {
	display: block;
	margin-top: 8px;
	color: #9F9FA9;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
	text-align: center;
}