/* Excursie CPT groepsreizen cards — [os_excursie_groepsreizen_tabel] */
.excursie_groepsreizen_wrapper {
	margin: 0;
	padding: 0;
	font-size: 0.85em;
	text-align: left;
}

.excursie_groepsreizen_cards {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 0.9em;
}

.excursie_groepsreizen_card {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-height: 100%;
	padding: 1em 1.05em 0.95em;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
	transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.excursie_groepsreizen_card:hover,
.excursie_groepsreizen_card:focus-within {
	transform: translateY(-2px);
	border-color: rgba(255, 255, 255, 0.45);
	background: rgba(255, 255, 255, 0.1);
}

.excursie_groepsreizen_card--uitverkocht {
	opacity: 0.82;
}

.excursie_groepsreizen_card_header {
	margin-block-end: 0.75em;
	padding-block-end: 0.75em;
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.excursie_groepsreizen_card_type {
	font-size: 0.92em;
	font-weight: 700;
	line-height: 1.3;
}

.excursie_groepsreizen_card_body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 0.45em;
	padding-block-end: 10px;
}

.excursie_groepsreizen_card_datum {
	font-size: 1.08em;
	font-weight: 700;
	line-height: 1.3;
}

.excursie_groepsreizen_card_contact_text {
	font-size: 0.95em;
	font-weight: 400;
	line-height: 1.45;
}

.excursie_groepsreizen_card--contact {
	border-style: dashed;
}

.excursie_groepsreizen_card--full-width {
	grid-column: 1 / -1;
}

.excursie_groepsreizen_cards--only-reis-op-maat {
	grid-template-columns: 1fr;
}

.excursie_groepsreizen_card_prijs {
	font-size: 1.02em;
	font-weight: 700;
	line-height: 1.35;
}

.excursie_groepsreizen_card_plaatsen {
	font-size: 0.95em;
	line-height: 1.35;
	opacity: 0.92;
}

.excursie_groepsreizen_card--uitverkocht .excursie_groepsreizen_card_plaatsen {
	font-weight: 700;
	opacity: 1;
}

.excursie_groepsreizen_card_footer {
	margin-block-start: auto;
	padding-block-start: 0.75em;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.excursie_groepsreizen_card_link {
	display: inline-block;
	color: inherit;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.excursie_groepsreizen_card_link:hover,
.excursie_groepsreizen_card_link:focus {
	color: inherit;
	text-decoration: underline;
}

@media (max-width: 767px) {
	.excursie_groepsreizen_cards {
		grid-template-columns: 1fr;
	}
}
