/* Public styles for contact shortcodes, product details, and WhatsApp. */
.alyoussef-contact-item {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.35rem;
	margin-block: 0.2rem;
}

.alyoussef-contact-label {
	font-weight: 700;
}

.alyoussef-contact-item a {
	color: inherit;
}

.alyoussef-product-details {
	display: grid;
	gap: 1rem;
}

.alyoussef-product-details p {
	margin-block: 0;
}

.alyoussef-product-specs p {
	margin-block-start: 0.5rem;
	white-space: normal;
}

.alyoussef-product-pdf {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 0.65rem 1rem;
	border: 1px solid currentColor;
	border-radius: 6px;
	font-weight: 600;
	text-decoration: none;
}

.alyoussef-whatsapp-float {
	position: fixed;
	inset-inline-start: 24px;
	inset-block-end: 24px;
	z-index: 99999;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.75rem 1.25rem;
	border-radius: 999px;
	background-color: #128c7e;
	color: #fff !important;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.2);
	font-weight: 700;
	line-height: 1;
	text-decoration: none !important;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.alyoussef-whatsapp-float:hover,
.alyoussef-whatsapp-float:focus-visible {
	background-color: #0b6f64;
	color: #fff !important;
	transform: translateY(-2px);
}

.alyoussef-whatsapp-float:focus-visible {
	outline: 3px solid #00a8b5;
	outline-offset: 3px;
}

@media (max-width: 576px) {
	.alyoussef-whatsapp-float {
		inset-inline-start: 16px;
		inset-block-end: 16px;
		padding: 0.7rem 1rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.alyoussef-whatsapp-float {
		transition: none;
	}
}

.alyoussef-maps-link {
	color: #1d4ed8;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 0.2em;
}
