/**
 * My Account ticket cards clip the Download pill on desktop.
 * Theme / Event Tickets use overflow:hidden + a tight cream box.
 */

.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-view-order .woocommerce-MyAccount-content,
.woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-order-details,
.woocommerce-view-order .woocommerce-order-details {
	overflow: visible !important;
}

.woocommerce-MyAccount-content [class*="ticket"],
.woocommerce-MyAccount-content [class*="Ticket"],
.woocommerce-MyAccount-content [class*="tribe"],
.woocommerce-MyAccount-content [class*="tec-"],
.woocommerce-MyAccount-content article,
.woocommerce-MyAccount-content .ticket,
.woocommerce-account [class*="tribe-ticket"],
.woocommerce-account [class*="tec-ticket"],
.woocommerce-account [class*="attendee"] {
	overflow: visible !important;
	max-height: none !important;
	height: auto !important;
}

.woocommerce-MyAccount-content :has(> a),
.woocommerce-MyAccount-content :has(> button),
.woocommerce-MyAccount-content :has(> .button) {
	overflow: visible !important;
	max-height: none !important;
	height: auto !important;
	padding-bottom: 1.75rem !important;
}

.woocommerce-MyAccount-content a[class*="download"],
.woocommerce-MyAccount-content a[href*="download"],
.woocommerce-MyAccount-content a.button,
.woocommerce-MyAccount-content .button,
.woocommerce-MyAccount-content button,
.woocommerce-account a[class*="download"],
.woocommerce-account a[href*="download"],
.woocommerce-account .tribe-common-c-btn-border {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-sizing: border-box !important;
	overflow: visible !important;
	position: relative !important;
	bottom: auto !important;
	margin-top: 0.85rem !important;
	margin-bottom: 1.5rem !important;
	padding: 0.75rem 1.5rem !important;
	line-height: 1.3 !important;
	min-height: 2.85rem !important;
	height: auto !important;
	max-height: none !important;
}
