.hd-penb-popover {
	position: relative;
	display: inline-flex;
	width: 219px;
	max-width: 100%;
	vertical-align: top;
	z-index: 8;
}

.hd-penb-popover__trigger {
	display: inline-flex;
	visibility: visible;
	width: 219px;
	max-width: 100%;
	padding: 0;
	border: 0;
	background: #fff !important;
	background-color: #fff !important;
	box-shadow: none !important;
	color: inherit;
	cursor: help;
	line-height: 0;
}

.hd-penb-popover__trigger:hover,
.hd-penb-popover__trigger:focus,
.hd-penb-popover__trigger:active {
	border: 0;
	background: #fff !important;
	background-color: #fff !important;
	box-shadow: none !important;
	color: inherit;
}

.hd-penb-popover__trigger:focus-visible {
	outline: 2px solid #b89a62;
	outline-offset: 4px;
	border-radius: 2px;
}

.hd-penb-popover__badge {
	display: block;
	visibility: visible;
	width: 219px;
	max-width: 100%;
	height: auto;
}

.hd-penb-popover__panel {
	position: absolute;
	left: 0;
	bottom: calc(100% + 12px);
	width: min(342px, calc(100vw - 28px));
	padding: 16px 17px 15px;
	border: 1px solid rgba(184, 154, 98, 0.48);
	border-radius: 8px;
	background: #fffaf4;
	box-shadow: 0 18px 42px rgba(64, 45, 36, 0.18);
	color: #4f3d35;
	font-family: inherit;
	line-height: 1.32;
	opacity: 0;
	pointer-events: none;
	transform: translate3d(0, 8px, 0);
	transition: opacity 160ms ease, transform 160ms ease;
	z-index: 40;
}

.hd-penb-popover__panel::after {
	position: absolute;
	left: 28px;
	bottom: -7px;
	width: 12px;
	height: 12px;
	border-right: 1px solid rgba(184, 154, 98, 0.48);
	border-bottom: 1px solid rgba(184, 154, 98, 0.48);
	background: #fffaf4;
	content: "";
	transform: rotate(45deg);
}

.hd-penb-popover.is-below .hd-penb-popover__panel {
	top: calc(100% + 12px);
	bottom: auto;
	transform: translate3d(0, -8px, 0);
}

.hd-penb-popover.is-below .hd-penb-popover__panel::after {
	top: -7px;
	bottom: auto;
	border: 0;
	border-top: 1px solid rgba(184, 154, 98, 0.48);
	border-left: 1px solid rgba(184, 154, 98, 0.48);
}

.hd-penb-popover.is-open .hd-penb-popover__panel,
.hd-penb-popover:focus-within .hd-penb-popover__panel {
	opacity: 1;
	pointer-events: auto;
	transform: translate3d(0, 0, 0);
}

@media (hover: hover) and (pointer: fine) {
	.hd-penb-popover:hover .hd-penb-popover__panel {
		opacity: 1;
		pointer-events: auto;
		transform: translate3d(0, 0, 0);
	}
}

.hd-penb-popover__eyebrow {
	margin: 0 0 4px;
	color: #9a7b47;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.hd-penb-popover__title {
	margin: 0 0 11px;
	color: #4b352e;
	font-size: 19px;
	font-weight: 800;
	line-height: 1.12;
}

.hd-penb-popover__metrics {
	display: grid;
	gap: 7px;
	margin: 0;
}

.hd-penb-popover__metric {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	padding-bottom: 7px;
	border-bottom: 1px solid rgba(184, 154, 98, 0.22);
}

.hd-penb-popover__metric dt {
	margin: 0;
	color: #6c574d;
	font-size: 13px;
	font-weight: 600;
}

.hd-penb-popover__metric dd {
	margin: 0;
	color: #2f8a44;
	font-size: 13px;
	font-weight: 800;
	white-space: nowrap;
}

.hd-penb-popover__note {
	margin-top: 11px;
	padding: 8px 10px;
	border-radius: 6px;
	background: rgba(47, 138, 68, 0.09);
	color: #3f5e3a;
	font-size: 12px;
	font-weight: 700;
}

@media (max-width: 767px) {
	.hd-penb-popover {
		width: 156px;
	}

	.hd-penb-popover__trigger,
	.hd-penb-popover__badge {
		width: 156px;
	}

	.hd-penb-popover__trigger {
		cursor: pointer;
	}

	.hd-penb-popover__panel {
		left: 0;
		width: min(330px, calc(100vw - 22px));
		padding: 15px;
	}

	.hd-penb-popover__title {
		font-size: 18px;
	}
}
