/* FS2PS Invoices — Estilos */

/* ---- Filtros ---- */
.fs2ps-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 20px;
}

.fs2ps-filter-btn {
	display: inline-block;
	padding: 6px 14px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #f8f8f8;
	color: #333;
	text-decoration: none;
	font-size: 13px;
	transition: background 0.2s, border-color 0.2s;
}

.fs2ps-filter-btn:hover {
	background: #e8e8e8;
	border-color: #999;
	color: #111;
}

.fs2ps-filter-active,
.fs2ps-filter-active:hover {
	background: #0071a1;
	border-color: #005a87;
	color: #fff;
}

/* ---- Tablas ---- */
.fs2ps-invoices-table,
.fs2ps-order-invoices-table {
	width: 100%;
	border-collapse: collapse;
}

.fs2ps-invoices-table th,
.fs2ps-invoices-table td,
.fs2ps-order-invoices-table th,
.fs2ps-order-invoices-table td {
	padding: 10px 12px;
	border-bottom: 1px solid #e5e5e5;
	vertical-align: middle;
}

.fs2ps-invoices-table th,
.fs2ps-order-invoices-table th {
	font-weight: 600;
	background: #fafafa;
}

/* ---- Botón de descarga ---- */
.fs2ps-download-btn {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 13px;
}

.fs2ps-pdf-icon {
	font-size: 15px;
	line-height: 1;
}

/* ---- Sección en detalle de pedido ---- */
.fs2ps-order-invoices {
	margin-top: 30px;
}

/* ---- Panel admin ---- */
.fs2ps-admin-table td,
.fs2ps-admin-table th {
	vertical-align: middle;
}
