.wa-axindo-floating {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 9999;
	min-height: 56px;
	padding: 0 16px;
	border-radius: 999px;
	background: #25D366;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.wa-axindo-floating:focus,
.wa-axindo-floating:hover {
	filter: brightness(0.95);
	color: #fff;
	text-decoration: none;
}

.wa-axindo-floating__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.wa-axindo-floating__icon svg {
	display: block;
}

.wa-axindo-floating__text {
	font-family: inherit;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.2px;
	white-space: nowrap;
}

@media (max-width: 480px) {
	.wa-axindo-floating {
		right: 14px;
		bottom: 14px;
		min-height: 52px;
		padding: 0 14px;
	}
	.wa-axindo-floating__text {
		font-size: 13px;
	}
}

.wa-axindo-product-wrap {
	margin: 10px 0 14px 0;
}

.wa-axindo-product {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 64%;
	padding: 12px 16px;
	border-radius: 6px;
	background: #25D366;
	color: #fff;
	text-decoration: none;
	line-height: 1;
	font-weight: 600;
}

.wa-axindo-product__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.wa-axindo-product__icon svg {
	display: block;
}

.wa-axindo-product:hover,
.wa-axindo-product:focus {
	color: #fff;
	text-decoration: none;
	filter: brightness(0.95);
}

@media (max-width: 480px) {
	.wa-axindo-product {
		width: 100%;
	}
}
