.lg-b2b-inquiry-wrap {
	margin: 1.5rem 0;
}

.lg-b2b-inquiry-btn {
	background: #1a2744 !important;
	color: #fff !important;
	border: none !important;
	padding: 0.9rem 1.75rem !important;
	font-weight: 600 !important;
	border-radius: 8px !important;
	text-decoration: none !important;
	display: inline-block;
	box-shadow: 0 4px 14px rgba(26, 39, 68, 0.25);
	transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.lg-b2b-inquiry-btn:hover {
	background: #2d4268 !important;
	color: #fff !important;
	transform: translateY(-1px);
	box-shadow: 0 6px 20px rgba(26, 39, 68, 0.32);
}

.lg-b2b-inquiry-btn--loop {
	padding: 0.65rem 1.1rem !important;
	font-size: 0.82rem !important;
	width: 100%;
	text-align: center;
}

.lg-b2b-product-codes p {
	margin: 0.3rem 0;
	color: #64748b;
	font-size: 0.92rem;
}

.lg-b2b-tech-specs {
	margin-top: 1.5rem;
	padding-top: 1.25rem;
	border-top: 1px solid #e2e8f0;
}

.lg-b2b-tech-specs h3 {
	color: #1a2744;
	font-size: 1.05rem;
	margin-bottom: 0.85rem;
	font-weight: 700;
}

.lg-b2b-tech-specs ul {
	margin: 0;
	padding-left: 1.25rem;
}

.lg-b2b-tech-specs li {
	margin-bottom: 0.4rem;
	color: #475569;
	font-size: 0.92rem;
}
