/**
 * Bundle Upsells frontend styling.
 *
 * @since 1.1.0
 */

.gco-bundle-upsells {
	margin: 1em 0;
	padding: 0.75em 1em;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}

.gco-bundle-upsells__heading {
	margin: 0 0 0.5em;
	font-weight: 600;
}

.gco-bundle-upsell {
	display: flex;
	align-items: center;
	gap: 0.5em;
	margin: 0 0 0.5em;
	cursor: pointer;
}

.gco-bundle-upsell:last-child {
	margin-bottom: 0;
}

.gco-bundle-upsell[hidden] {
	display: none;
}

.gco-bundle-upsell__price del {
	opacity: 0.6;
}

.gco-bundle-upsell__price ins {
	text-decoration: none;
	font-weight: 600;
}

.gco-bundle-upsell__discount {
	font-size: 0.85em;
	padding: 0.1em 0.5em;
	border-radius: 999px;
	background: rgba(0, 128, 0, 0.1);
	color: #1e7e34;
}
