.pr-order-details-message {
	margin: 0 0 15px;
	color: #333;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
}

.pr-order-details-message__content > :first-child {
	margin-top: 0;
}

.pr-order-details-message__content > :last-child {
	margin-bottom: 0;
}

.pr-stock-online-note {
	display: inline-flex;
	position: relative;
	align-items: center;
	gap: 6px;
	margin-left: 4px;
	vertical-align: middle;
}

.pr-stock-tooltip {
	display: inline-flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	cursor: help;
}

.pr-stock-tooltip::before {
	position: absolute;
	right: 0;
	bottom: 100%;
	width: min(320px, calc(100vw - 40px));
	height: 12px;
	content: "";
}

.pr-stock-tooltip-icon {
	display: inline-flex;
	width: 16px;
	height: 16px;
	color: currentColor;
}

.pr-stock-tooltip-icon-svg {
	display: block;
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.pr-stock-tooltip-content {
	position: absolute;
	z-index: 50;
	right: 0;
	bottom: calc(100% + 8px);
	display: block;
	visibility: hidden;
	opacity: 0;
	width: min(320px, calc(100vw - 40px));
	padding: 10px 12px;
	border: 1px solid rgba(0, 0, 0, .12);
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 10px 25px rgba(0, 0, 0, .14);
	color: #333;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.45;
	text-align: left;
	transition: opacity .15s ease, visibility 0s linear .35s;
}

.pr-stock-tooltip:hover .pr-stock-tooltip-content,
.pr-stock-tooltip:focus .pr-stock-tooltip-content,
.pr-stock-tooltip:focus-within .pr-stock-tooltip-content {
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
}

.pr-stock-tooltip-content a {
	color: inherit;
	text-decoration: underline;
}
