.aetos-qoc-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55em;
	box-sizing: border-box;
	max-width: 100%;
	min-height: 44px;
	padding: 0.75em 1.1em;
	border: 1px solid #0f766e;
	border-radius: 6px;
	background: #0f766e;
	color: #fff;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: normal;
}

.aetos-qoc-button:hover {
	border-color: #115e59;
	background: #115e59;
	color: #fff;
	text-decoration: none;
}

.aetos-qoc-button:focus-visible {
	outline: 3px solid #f4c95d;
	outline-offset: 2px;
}

.aetos-qoc-icon {
	position: relative;
	width: 1em;
	height: 0.78em;
	flex: 0 0 auto;
	border: 2px solid currentcolor;
	border-radius: 50%;
}

.aetos-qoc-icon::after {
	position: absolute;
	right: -0.1em;
	bottom: -0.25em;
	width: 0.32em;
	height: 0.32em;
	border-right: 2px solid currentcolor;
	border-bottom: 2px solid currentcolor;
	content: "";
	transform: skew(18deg);
}

.aetos-qoc-product-button,
.aetos-qoc-shortcode-button {
	margin-top: 1em;
}

.aetos-qoc-cart-button,
.aetos-qoc-cart-block {
	margin-top: 1rem;
}

@media (max-width: 480px) {
	.aetos-qoc-button {
		width: 100%;
	}
}

