.md-calendar-pdf-wrap {
	display: inline-flex;
	align-items: center;
	margin-left: auto;
	padding-left: 12px;
}

.tribe-events .md-calendar-pdf-wrap button.md-calendar-pdf-button {
	appearance: none;
	align-items: center;
	background: #fff;
	border: 1px solid #ec6602;
	border-radius: 4px;
	color: #ec6602;
	cursor: pointer;
	display: inline-flex;
	font-family: "Roboto Serif Var", sans-serif;
	font-size: 14px;
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	line-height: 22.68px;
	padding: 11px 20px;
	transition: background-color .2s ease, color .2s ease, opacity .2s ease;
}

.tribe-events .md-calendar-pdf-wrap button.md-calendar-pdf-button:hover,
.tribe-events .md-calendar-pdf-wrap button.md-calendar-pdf-button:focus {
	background: #ec6602;
	border-color: #ec6602;
	color: #fff;
}

.tribe-events .md-calendar-pdf-wrap button.md-calendar-pdf-button:focus-visible {
	box-shadow: 0 0 0 3px #ffe3a4;
	outline: 0;
}

.tribe-events .md-calendar-pdf-wrap button.md-calendar-pdf-button:disabled {
	cursor: wait;
	opacity: .65;
}

.md-calendar-pdf-button__icon {
	display: block;
	flex: 0 0 auto;
	height: 18px;
	width: 18px;
}

@media (max-width: 767px) {
	.md-calendar-pdf-wrap {
		display: flex;
		margin: 12px 0 0;
		padding-left: 0;
		width: 100%;
	}

	.md-calendar-pdf-button {
		width: 100%;
	}
}
