.price-label__hint {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	margin-left: 6px;
	border: 1px solid #bbb;
	border-radius: 50%;
	font-size: 12px;
	line-height: 1;
	font-weight: 600;
	color: #666;
	background: #fff;
	cursor: pointer;
	vertical-align: middle;
	flex-shrink: 0;
	position: relative;
	z-index: 3;
	transition: border-color 0.2s ease, color 0.2s ease;
}

.price-label__hint:hover,
.price-label__hint:focus {
	outline: none;
	border-color: #000;
	color: #000;
}

.price-label__hint-tip {
	display: none !important;
}

.ac-price-hint-modal {
	position: fixed;
	inset: 0;
	z-index: 10050;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.ac-price-hint-modal[hidden] {
	display: none !important;
}

.ac-price-hint-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
}

.ac-price-hint-modal__dialog {
	position: relative;
	width: 100%;
	max-width: 420px;
	background: #fff;
	border-radius: 10px;
	padding: 24px 44px 24px 24px;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.ac-price-hint-modal__close {
	position: absolute;
	top: 10px;
	right: 12px;
	width: 32px;
	height: 32px;
	border: 0;
	background: transparent;
	font-size: 24px;
	line-height: 1;
	color: #888;
	cursor: pointer;
}

.ac-price-hint-modal__close:hover,
.ac-price-hint-modal__close:focus {
	color: #000;
	outline: none;
}

.ac-price-hint-modal__title {
	margin: 0 0 12px;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 600;
	color: #000;
}

.ac-price-hint-modal__text {
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
	color: #444;
}

.ac-price-hint-modal__text--usa {
	margin-top: 10px;
}

body.ac-price-hint-open {
	overflow: hidden;
}
