/* UPMB Jobs & Tenders — floating WhatsApp chat button (namespaced .upmb-jt-wa-) */

.upmb-jt-wa-button {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #25d366;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
	text-decoration: none;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.upmb-jt-wa-button:hover,
.upmb-jt-wa-button:focus {
	transform: scale(1.08);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.upmb-jt-wa-button svg {
	width: 32px;
	height: 32px;
	fill: #ffffff;
}

@media (max-width: 480px) {
	.upmb-jt-wa-button {
		right: 14px;
		bottom: 14px;
		width: 52px;
		height: 52px;
	}

	.upmb-jt-wa-button svg {
		width: 28px;
		height: 28px;
	}
}
