.page-product-tested {
	background-color: #f4f6f7;
}

.product-tested-page {
	max-width: var(--container-max-width, 1320px);
	margin: 0 auto;
	padding: clamp(2.5rem, 5vw, 4rem) 24px clamp(4rem, 8vw, 5.5rem);
	box-sizing: border-box;
}

.product-tested-page__cert-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(1.25rem, 3vw, 2rem);
}

.product-tested-page__cert-figure {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	height: 100%;
}

.product-tested-page__cert-img {
	width: 100%;
	height: auto;
	border-radius: 12px;
}

.product-tested-page__cert-cap {
	font-size: 0.9375rem;
	line-height: 1.4;
	font-weight: 600;
	color: var(--color-text, #1a1a1a);
	padding: 0 0.15rem;
}

.product-tested-page__cert {
	display: flex;
	flex-direction: column;
	gap: 16px;
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 4px 24px rgba(15, 23, 42, 0.08);
	padding: 12px;
}

.product-tested-page__tests {
	margin-top: clamp(2.5rem, 5vw, 4rem);
}

.product-tested-page__table-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.product-tested-table {
	width: 100%;
	min-width: 560px;
	border-collapse: collapse;
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.45;
}

.product-tested-table td {
	border: 1px solid #ddd;
	padding: 10px 12px;
	vertical-align: top;
	width: 50%;
	background: #fff;
}

.product-tested-table tbody tr:nth-child(even) td {
	background-color: #f9f9f9;
}

.product-tested-table tbody tr:hover td {
	background-color: #eee;
}

.product-tested-table__cell-title {
	margin: 0 0 0.35rem;
	font-weight: 600;
}

.product-tested-table__sublist {
	margin: 0.35rem 0 0;
	padding-left: 1.25rem;
}

.product-tested-table__sublist li {
	margin-bottom: 0.25rem;
}

.product-tested-table__sublist li:last-child {
	margin-bottom: 0;
}

.product-tested-page__editor-addendum {
	max-width: var(--content-max-width, 840px);
	margin: clamp(2rem, 4vw, 3rem) auto 0;
	padding-top: 1rem;
}

@media (max-width: 900px) {
	.product-tested-page__cert-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.product-tested-page {
		padding-left: 16px;
		padding-right: 16px;
	}

	.product-tested-page__cert-grid {
		grid-template-columns: 1fr;
	}
}
