
.event-tickets .tec-tickets__attendees-list-item-attendee-details, .tribe-common .tec-tickets__attendees-list-item-attendee-details {
	flex-basis: var(--tec-grid-width-1-of-2);
	flex-shrink: 0;
}

.event-tickets a.tribe-common-c-btn-border.tec-tickets__wallet-plus-component-apple-wallet-button-link, .event-tickets a.tribe-common-c-btn-border.tec-tickets__wallet-plus-component-pdf-button-link, .tribe-common a.tribe-common-c-btn-border.tec-tickets__wallet-plus-component-apple-wallet-button-link, .tribe-common a.tribe-common-c-btn-border.tec-tickets__wallet-plus-component-pdf-button-link {
	line-height: 14px;
}

.event-tickets a.tribe-common-c-btn-border.tec-tickets__wallet-plus-component-pdf-button-link, .tribe-common a.tribe-common-c-btn-border.tec-tickets__wallet-plus-component-pdf-button-link {
	white-space: nowrap;
}

.event-tickets img.tec-tickets__wallet-plus-component-apple-wallet-button-image, .tribe-common img.tec-tickets__wallet-plus-component-apple-wallet-button-image {
	display: block;
	height: 40px;
	min-width: 126px;
	width: auto;
}

.event-tickets .tec-tickets__wallet-plus-passes-container, .tribe-common .tec-tickets__wallet-plus-passes-container {
	align-items: start;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: var(--tec-spacer-1);
}

@media (min-width:600px) {
	.event-tickets .tec-tickets__wallet-plus-passes-container, .tribe-common .tec-tickets__wallet-plus-passes-container {
		align-items: center;
		flex-direction: row;
		flex-wrap: nowrap;
	}
}

@supports (container-type:inline-size) {
	@container (min-width: 600px) {}
}

.event-tickets .tec-tickets__wallet-plus-rsvp-button, .tribe-common .tec-tickets__wallet-plus-rsvp-button {
	margin-right: var(--tec-spacer-1);
}

.event-tickets .tec-tickets__wallet-plus-rsvp-button:last-of-type, .tribe-common .tec-tickets__wallet-plus-rsvp-button:last-of-type {
	margin-right: 0;
}
