.ib_billetterie_match .ib-ticket-card {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
	padding: 20px;
	border-radius: 10px;
	background: #fff;
}

.ib_billetterie_match .ib-ticket-image img {
	width: 140px;
	height: auto;
	border-radius: 8px;
	display: block;
}

.ib_billetterie_match .ib-ticket-info {
	flex: 1;
	min-width: 200px;
}

.ib_billetterie_match .ib-match-label {
	margin: 0 0 8px;
}

.ib_billetterie_match .ib-match-date,
.ib_billetterie_match .ib-match-stade {
	margin: 0 0 4px;
	color: #666;
	display: flex;
	align-items: center;
	gap: 6px;
}

.ib_billetterie_match .ib-match-price {
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0;
}

.ib_billetterie_match .ib-ticket-button .button {
	background: #b90000;
	color: #fff;
	padding: 10px 24px;
	border-radius: 30px;
	text-decoration: none;
	display: inline-block;
	border: none;
	cursor: pointer;
}

.ib_billetterie_match .ib-ticket-soldout {
	display: inline-block;
	padding: 10px 24px;
	border-radius: 30px;
	background: #eee;
	color: #999;
	font-weight: bold;
}

.ib_billetterie_match.ib-ticket-placeholder {
	padding: 40px;
	text-align: center;
	border: 2px dashed #ccc;
	color: #999;
}
