.wp-block-bamboo-wa-button {
	margin: 0 auto;
}

.bamboo-wa-button {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	background: #8fe475;
	color: #111;
	text-decoration: none;
	padding: 1rem 1.5rem;
	border-radius: 2px;
	max-width: fit-content;
	width: 100%;
}

.wp-block-bamboo-wa-button.is-centered .bamboo-wa-button {
	margin-left: auto;
	margin-right: auto;
}

.bamboo-wa-button:hover {
	text-decoration: none;
	filter: brightness( 0.98 );
}

.bamboo-wa-button__icon {
	width: 70px;
	height: 70px;
	min-width: 70px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.bamboo-wa-button__icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.bamboo-wa-button__text-wrap {
	display: flex;
	flex-direction: column;
	line-height: 1.1;
	gap: 0.2rem;
}

.bamboo-wa-button__question,
.bamboo-wa-button__action {
	font-family: Verlag, sans-serif;
	display: block;
	margin: 0;
}

.bamboo-wa-button__question {
	font-size: 1.06rem;
	font-weight: 400;
}

.bamboo-wa-button__action {
	font-size: 2.1rem;
	font-weight: 700;
}

@media ( max-width: 767px ) {
	.bamboo-wa-button {
		max-width: 100%;
		padding: 0.85rem 1rem;
		gap: 1rem;
	}

	.bamboo-wa-button__icon {
		width: 52px;
		height: 52px;
		min-width: 52px;
	}

	.bamboo-wa-button__question {
		font-size: 0.95rem;
	}

	.bamboo-wa-button__action {
		font-size: 1.45rem;
	}
}
