/* SCW ERP Connect — Mes Documents */

.scw-documents-wrapper {
	margin: 0 0 2em;
}

.scw-documents-wrapper h2 {
	margin-bottom: 1em;
}

/* ---- Filtre ---- */
.scw-documents-filter {
	display: flex;
	align-items: center;
	gap: 0.75em;
	flex-wrap: wrap;
	margin-bottom: 1.5em;
}

.scw-documents-filter label {
	font-weight: 600;
}

.scw-documents-filter select {
	min-width: 220px;
}

.scw-documents-reset-filter {
	font-size: 0.875em;
	color: #767676;
	text-decoration: underline;
}

.scw-documents-reset-filter:hover {
	color: #333;
}

/* ---- Message vide ---- */
.scw-documents-empty {
	margin-top: 1em;
}

/* ---- Tableau ---- */
.scw-documents-table {
	width: 100%;
	border-collapse: collapse;
}

.scw-documents-table th,
.scw-documents-table td {
	padding: 0.75em 1em;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #e0e0e0;
}

.scw-documents-table thead th {
	background: #f9f9f9;
	font-weight: 600;
	font-size: 0.875em;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #555;
}

.scw-documents-table tbody tr:last-child td {
	border-bottom: none;
}

.scw-documents-table tbody tr:hover td {
	background-color: #fafafa;
}

/* ---- Badges type ---- */
.scw-doc-badge {
	display: inline-block;
	padding: 0.25em 0.65em;
	border-radius: 3px;
	font-size: 0.8125em;
	font-weight: 600;
	line-height: 1.4;
	white-space: nowrap;
}

.scw-doc-badge--invoice {
	background-color: #e8f0fe;
	color: #1a56db;
}

.scw-doc-badge--delivery {
	background-color: #e6f4ea;
	color: #1e7e34;
}

/* ---- Bouton télécharger ---- */
.scw-doc-download-btn {
	font-size: 0.875em !important;
	padding: 0.4em 0.9em !important;
	white-space: nowrap;
}

/* ---- Responsive ---- */
@media (max-width: 650px) {
	.scw-documents-table thead {
		display: none;
	}

	.scw-documents-table tbody tr {
		display: block;
		border: 1px solid #e0e0e0;
		border-radius: 4px;
		margin-bottom: 1em;
		padding: 0.5em;
	}

	.scw-documents-table tbody td {
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #f0f0f0;
		padding: 0.5em 0.75em;
	}

	.scw-documents-table tbody td:last-child {
		border-bottom: none;
	}

	.scw-documents-table tbody td::before {
		content: attr(data-title);
		font-weight: 600;
		font-size: 0.875em;
		color: #555;
		flex: 0 0 40%;
	}
}
