.bourse-matchs {
	max-width: 900px;
	margin: 0 auto;
	font-size: 15px;
}

.bourse-login-form {
	max-width: 320px;
	border: 1px solid #ddd;
	padding: 20px;
	border-radius: 6px;
}

.bourse-login-form input {
	width: 100%;
	padding: 8px;
	margin-top: 4px;
}

.bourse-login-form button,
.bourse-matchs button {
	background: #1d4ed8;
	color: #fff;
	border: none;
	padding: 8px 14px;
	border-radius: 4px;
	cursor: pointer;
}

.bourse-login-form button:hover,
.bourse-matchs button:hover {
	background: #1e40af;
}

.bourse-header {
	margin-bottom: 16px;
}

.bourse-msg {
	padding: 10px 14px;
	border-radius: 4px;
	margin-bottom: 14px;
}

.bourse-msg-error {
	background: #fee2e2;
	color: #991b1b;
}

.bourse-msg-info {
	background: #fef9c3;
	color: #854d0e;
}

.bourse-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 14px;
}

.bourse-filter-btn {
	background: #f3f4f6;
	color: #374151;
	border: 1px solid #d1d5db;
	padding: 6px 12px;
	border-radius: 999px;
	font-size: 13px;
	cursor: pointer;
}

.bourse-filter-btn.active {
	background: #1d4ed8;
	color: #fff;
	border-color: #1d4ed8;
}

.bourse-badge {
	display: inline-block;
	background: #eef2ff;
	color: #3730a3;
	font-size: 12px;
	padding: 2px 8px;
	border-radius: 999px;
	white-space: nowrap;
}

.bourse-table {
	width: 100%;
	border-collapse: collapse;
}

.bourse-table th,
.bourse-table td {
	border-bottom: 1px solid #e5e7eb;
	padding: 10px 8px;
	text-align: left;
	vertical-align: middle;
}

.bourse-table th {
	color: #6b7280;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
}

.bourse-row-mine {
	background: #ecfdf5;
}

.bourse-heure {
	color: #6b7280;
	font-size: 13px;
	margin-left: 8px;
}

.bourse-complet {
	color: #991b1b;
	font-size: 13px;
}

.bourse-locked {
	color: #6b7280;
	font-size: 13px;
}

@media (max-width: 600px) {
	.bourse-table thead {
		display: none;
	}
	.bourse-table, .bourse-table tbody, .bourse-table tr, .bourse-table td {
		display: block;
		width: 100%;
	}
	.bourse-table tr {
		border-bottom: 2px solid #e5e7eb;
		padding: 10px 0;
	}
	.bourse-table td {
		border: none;
		padding: 4px 0;
	}
}
