.tablearia-responsive {
	display: block;
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.tablearia-table {
	width: 100%;
	min-width: 520px;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 1.25rem 0;
	background: #fff;
	color: #172033;
	font-size: 15px;
	line-height: 1.45;
}

.tablearia-table caption {
	caption-side: top;
	margin-bottom: 10px;
	color: #172033;
	font-weight: 700;
	text-align: left;
}

.tablearia-table th,
.tablearia-table td {
	padding: 12px 14px;
	border: 1px solid #d8deea;
	text-align: left;
	vertical-align: top;
}

.tablearia-table th {
	background: #6876dd;
	color: #fff;
	font-weight: 700;
}

.tablearia-style-clean {
	box-shadow: 0 10px 26px rgba(18, 28, 45, 0.08);
}

.tablearia-style-striped tbody tr:nth-child(even) td {
	background: #f6f8fc;
}

.tablearia-style-compact th,
.tablearia-style-compact td {
	padding: 8px 10px;
	font-size: 14px;
}

.tablearia-style-pricing {
	border: 0;
	box-shadow: 0 14px 34px rgba(18, 28, 45, 0.11);
}

.tablearia-style-pricing th {
	background: linear-gradient(135deg, #6876dd 0%, #f022a7 100%);
}

.tablearia-style-pricing td {
	border-color: #eef1f7;
}

.tablearia-block-preview {
	padding: 10px 0;
}

@media (max-width: 640px) {
	.tablearia-table {
		min-width: 460px;
		font-size: 14px;
	}

	.tablearia-table th,
	.tablearia-table td {
		padding: 9px 10px;
	}
}
