.was-buton {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .5em;
	padding: .85em 1.6em;
	border-radius: 8px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	background: #25d366;
	color: #fff;
	transition: filter .15s ease;
}

.was-buton:hover,
.was-buton:focus {
	filter: brightness(.92);
	color: #fff;
	text-decoration: none;
}

.was-buton svg {
	width: 1.15em;
	height: 1.15em;
	fill: currentColor;
	flex: 0 0 auto;
}

.was-buton svg.was-ikon--cizgi {
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.was-buton .was-ikon--gorsel {
	width: 1.25em;
	height: 1.25em;
	object-fit: contain;
	flex: 0 0 auto;
}

.was-buton .was-ikon--font {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.15em;
	height: 1.15em;
	font-size: 1.15em;
	line-height: 1;
	flex: 0 0 auto;
}
