/**
 * Pineapple Core — discreet allocation + price on Experience cards.
 *
 * Opt-in: requires class `pineapple-event-chrome` on the Loop Item.
 */

.e-loop-item.pineapple-event-chrome {
	position: relative;
}

.e-loop-item.pineapple-event-chrome[data-pineapple-card-meta]::after {
	content: attr(data-pineapple-card-meta);
	position: absolute;
	right: 1rem;
	bottom: 0.85rem;
	z-index: 2;
	max-width: calc(100% - 2rem);
	color: rgba(255, 252, 249, 0.72);
	font-size: 0.68rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	pointer-events: none;
}
