/* ============================================================
   Product page extras — AODD Pumps only
   Loaded IN ADDITION to css/cyclone-product-components.css
   ============================================================ */

/* Materials of construction grid */
.cy-mat-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin: 24px 0 36px;
}
@media (max-width: 680px) {
	.cy-mat-grid { grid-template-columns: 1fr; }
}
.cy-mat-card {
	background: #f7f9fc;
	border: 1px solid #e8edf3;
	border-radius: 10px;
	padding: 22px;
}
.cy-mat-card h5 {
	font-size: .85rem;
	font-weight: 700;
	color: #0d1b2e;
	margin: 0 0 14px;
	text-transform: uppercase;
	letter-spacing: .05em;
	border-bottom: 2px solid var(--cy-accent, #cc1b1b);
	padding-bottom: 8px;
	display: inline-block;
}
.cy-mat-item {
	font-size: .85rem;
	color: #4a5a6e;
	padding: 5px 0;
	border-bottom: 1px solid #eef1f5;
	line-height: 1.5;
}
.cy-mat-item:last-child { border-bottom: none; }
.cy-mat-item strong { color: #0d1b2e; display: block; font-size: .8rem; margin-bottom: 2px; }
.cy-mat-item span { color: #5a6a7e; }
