
.algert-blocks-vs-table table > :not(caption) > * > *, .algert-blocks-vs-table table > :not(:first-child) {
	border: none;
}

.algert-blocks-vs-table table thead tr td {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	vertical-align: top;
}

.algert-blocks-vs-table table thead tr td .image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2.5em;
}

.algert-blocks-vs-table table tbody tr {
	--border-color: var(--color-primary);
}

.algert-blocks-vs-table table tbody tr td {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}

.algert-blocks-vs-table table tbody tr td:nth-child(1) {
	padding-left: 0;
	padding-right: 2rem;
}

.algert-blocks-vs-table table tbody tr td:not(:first-child) {
	padding-left: 2rem;
	padding-right: 2rem;
}

.algert-blocks-vs-table table tbody tr td:nth-child(2) {
	border-left: 4px solid var(--border-color);
	border-right: 4px solid var(--border-color);
}

.algert-blocks-vs-table table tbody tr:first-child td {
	padding-top: 2rem;
}

.algert-blocks-vs-table table tbody tr:first-child td:nth-child(2) {
	border-top: 4px solid var(--border-color);
}

.algert-blocks-vs-table table tbody tr:last-child td {
	padding-bottom: 2rem;
}

.algert-blocks-vs-table table tbody tr:last-child td:nth-child(2) {
	border-bottom: 4px solid var(--border-color);
}

.algert-blocks-vs-table .mobile-vs-table .header {
	padding-top: 1em;
	padding-bottom: 1em;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 2em;
	position: sticky;
	top: 68px;
	background-color: white;
}

.algert-blocks-vs-table .mobile-vs-table .header .image {
	display: block;
	max-width: 200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.algert-blocks-vs-table .mobile-vs-table .header + div {
	margin-top: 1em;
}

.algert-blocks-vs-table .mobile-vs-table .item {
	padding: 1.5em;
	box-shadow: var(--box-shadow);
	text-align: center;
	background-color: white;
}

.algert-blocks-vs-table .mobile-vs-table .item:not(:last-child) {
	margin-bottom: 1.5em;
}

.algert-blocks-vs-table .mobile-vs-table .item .content-wrapper {
	margin-top: 1em;
	display: flex;
	column-gap: .75em;
}

.algert-blocks-vs-table .mobile-vs-table .item .content-wrapper .divider {
	width: 1px;
	background-color: #f1f1f1;
}

.algert-blocks-vs-table .mobile-vs-table .item .content-wrapper .content {
	flex: 1;
}
