.xpart-addon-card.is-selected {
	border-color: #e52629 !important;
	background: linear-gradient(135deg, #fff, #fff7f7) !important;
	box-shadow: 0 8px 22px rgba(229, 38, 41, 0.12) !important;
	transform: translateY(-1px);
}

.xpart-addon-card.is-selected .xpart-addon-info::after {
	content: "Selected";
	display: inline-flex;
	margin-top: 5px;
	padding: 3px 8px;
	border-radius: 999px;
	background: #e8f8ee;
	color: #147a3d;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .3px;
}

.oh-build-summary {
	display: block;
	width: 100%;
	max-width: none;
	box-sizing: border-box;
	grid-column: 1 / -1;
	clear: both;
	margin: 18px 0;
	padding: 16px 18px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 12px;
	background: #26343f;
	color: #fff;
	box-shadow: 0 10px 26px rgba(7, 16, 24, .18);
}

.oh-build-summary__heading,
.oh-build-summary__body > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.oh-build-summary__heading {
	justify-content: flex-start;
	margin-bottom: 10px;
	font-size: 15px;
	letter-spacing: .4px;
}

.oh-build-summary__icon {
	display: grid;
	width: 25px;
	height: 25px;
	place-items: center;
	border-radius: 50%;
	background: #e52629;
	font-weight: 900;
}

.oh-build-summary__body {
	display: grid;
	gap: 7px;
}

.oh-build-summary__body span,
.oh-build-summary__body small {
	color: #cbd5df;
}

.oh-build-summary__empty {
	display: block;
	max-width: 720px;
	font-size: 14px;
	line-height: 1.55;
}

.oh-build-summary__total {
	padding-top: 8px;
	border-top: 1px solid rgba(255,255,255,.14);
	font-size: 16px;
}

.oh-build-summary__reward {
	padding: 8px 0;
	color: #fff;
}

.oh-build-summary__reward strong {
	color: #8bf0ad;
	text-align: right;
}

.oh-reward-choice {
	display: grid;
	gap: 8px;
	margin: 4px 0 8px;
	padding: 12px;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 9px;
}

.oh-reward-choice legend {
	padding: 0 7px;
	color: #fff;
	font-weight: 800;
}

.oh-reward-choice label {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 9px;
	margin: 0;
	padding: 9px 10px;
	border-radius: 7px;
	background: rgba(255,255,255,.07);
	cursor: pointer;
}

.oh-reward-choice input {
	accent-color: #e52629;
}

.oh-reward-choice b {
	color: #8bf0ad;
	font-size: 12px;
	text-transform: uppercase;
}

.oh-build-summary.is-updated {
	animation: ohBuildUpdated .42s ease;
}

@keyframes ohBuildUpdated {
	0% { transform: scale(.985); box-shadow: 0 0 0 rgba(229,38,41,0); }
	55% { transform: scale(1.01); box-shadow: 0 0 0 5px rgba(229,38,41,.12); }
	100% { transform: scale(1); box-shadow: 0 10px 26px rgba(7,16,24,.18); }
}

@media (max-width: 640px) {
	.oh-build-summary {
		padding: 14px;
	}
}
