/**
 * About & Contact page templates — shared accents (aligned with Laser Felez / Home Desktop).
 *
 * @package LaserPro
 */

.lp-about-contact .blueprint-grid {
	background-size: 40px 40px;
	background-image:
		linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
		linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
}

.lp-about-contact .tech-border {
	position: relative;
}

.lp-about-contact .tech-border::before,
.lp-about-contact .tech-border::after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border: 1px solid rgba(255, 31, 31, 0.5);
	transition: all 0.3s ease;
}

.lp-about-contact .tech-border::before {
	top: -1px;
	left: -1px;
	border-right: none;
	border-bottom: none;
}

.lp-about-contact .tech-border::after {
	bottom: -1px;
	right: -1px;
	border-left: none;
	border-top: none;
}
