.lakewell-sample-button-wrapper {
	display: inline-flex;
	position: relative;
	vertical-align: top;
}

span.lakewell-sample-button-wrapper.lakewell-sample-button-wrapper--disabled {
	display: inline-block;
	width: 100%;
	margin: 0 !important;
	padding: 0;
	cursor: not-allowed;
}

button.single_add_sample_to_cart_button.wsa-button-single.button {
	display: inline-block !important;
	width: 100% !important;
	margin: 20px 0 0 0 !important;
	padding: 0 !important;
	color: #000;
	opacity: 1;
}

.lakewell-sample-button-wrapper--disabled .single_add_sample_to_cart_button {
	cursor: not-allowed;
	opacity: 1;
}

.lakewell-sample-button-tooltip {
	display: block;
	position: absolute;
	z-index: 30;
	bottom: calc(100% - 15px);
	left: 50%;
	width: max-content;
	max-width: min(280px, 85vw);
	padding: 10px 12px;
	border-radius: 6px;
	background: #ea5f00;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
	text-align: center;
	transform: translate(-50%, 4px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.lakewell-sample-button-tooltip::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	border: 6px solid transparent;
	border-top-color: #ea5f00;
	transform: translateX(-50%);
}

.lakewell-sample-button-wrapper--disabled:hover .lakewell-sample-button-tooltip,
.lakewell-sample-button-wrapper--disabled:focus-within .lakewell-sample-button-tooltip,
.lakewell-sample-button--notice-visible .lakewell-sample-button-tooltip {
	transform: translate(-50%, 0);
	opacity: 1;
	visibility: visible;
}
