.wte-trip-facts .tourex-trip-facts-heading,
.tourex-trip-facts-heading--elementor {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}

.tourex-trip-facts-heading--elementor {
	justify-content: flex-end;
}

.wte-trip-facts .tourex-trip-facts-heading .widget-title {
	margin: 0;
	flex: 1 1 auto;
}

.wte-trip-facts .tourex-trip-pdf-download,
.tourex-trip-pdf-download {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	padding: 0.5em 1.25em;
	border: 1px solid #1E3A8A;
	border-radius: 999px;
	background: transparent;
	color: #1E3A8A;
	text-decoration: none;
	font-size: 0.875em;
	font-weight: 600;
	line-height: 1.4;
	white-space: nowrap;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.wte-trip-facts .tourex-trip-pdf-download:hover,
.wte-trip-facts .tourex-trip-pdf-download:focus,
.tourex-trip-pdf-download:hover,
.tourex-trip-pdf-download:focus {
	background: #1E3A8A;
	border-color: #1E3A8A;
	color: #fff;
	opacity: 1;
	text-decoration: none;
}
