/**
 * Almora WhatsApp Product Order styles.
 * All selectors are plugin-prefixed to avoid WoodMart/theme conflicts.
 */

.almora-wa-wrapper {
	--almora-wa-title-color: #1fb45b;
	margin-top: 18px;
	margin-bottom: 18px;
	width: 100%;
	clear: both;
}

.almora-wa-order-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 48px;
	padding: 14px 24px;
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 14px;
	background: var(--almora-wa-title-color, #1fb45b);
	box-shadow: 0 12px 26px rgba(18, 140, 74, 0.22);
	box-shadow: 0 12px 26px color-mix(in srgb, var(--almora-wa-title-color, #1fb45b) 28%, transparent);
	color: #ffffff !important;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.02em;
	text-align: center;
	text-decoration: none !important;
	transform: translateY(0);
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
	-webkit-tap-highlight-color: transparent;
}

.almora-wa-order-btn:hover,
.almora-wa-order-btn:focus {
	background: var(--almora-wa-title-color, #1fb45b);
	box-shadow: 0 16px 34px rgba(18, 140, 74, 0.30);
	box-shadow: 0 16px 34px color-mix(in srgb, var(--almora-wa-title-color, #1fb45b) 36%, transparent);
	color: #ffffff !important;
	text-decoration: none !important;
	filter: brightness(0.94);
	transform: translateY(-2px);
}

.almora-wa-order-btn:focus-visible {
	outline: 3px solid rgba(31, 180, 91, 0.28);
	outline: 3px solid color-mix(in srgb, var(--almora-wa-title-color, #1fb45b) 32%, transparent);
	outline-offset: 3px;
}

.almora-wa-order-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
}

.almora-wa-order-svg {
	display: block;
	width: 22px;
	height: 22px;
	fill: currentColor;
}

.almora-wa-order-text {
	display: inline-block;
	white-space: normal;
}

@media (max-width: 767px) {
	.almora-wa-wrapper {
		margin-top: 16px;
		margin-bottom: 16px;
	}

	.almora-wa-order-btn {
		width: 100%;
		min-height: 50px;
		padding: 15px 18px;
		border-radius: 13px;
		font-size: 15px;
	}
}
