/*Адаптивная таблица*/
div.post-inner table.table-document-example th {
	width: auto;
}

table.table-document-example thead {
	white-space: pre-wrap;
}

@media (max-width: 760px) {
	table.table-document-example thead {
		display: none;
	}

	table.table-document-example tr {
		border: 1px solid var(--main-purple);
		margin-bottom: 15px;
		border-radius: 10px;
		border-bottom: 3px solid var(--main-purple);
	}

	table.table-document-example td {
		border: none;
	}

	table.table-document-example td:before {
		content: attr(data-label);
		font-weight: bold;
	}

	table.table-document-example, table.table-document-example tbody, table.table-document-example tr, table.table-document-example td {
		display: grid;
		width: 100%;
	}	
}
