.wpp-wof-toolbar {
	display: flex;
	gap: 0.75rem;
	align-items: center;
	margin-bottom: 1rem;
	flex-wrap: wrap;
	position: sticky;
	top: 0;
	z-index: 10;
	background: #fff;
	padding: 0.75rem 0;
	border-bottom: 1px solid #ddd;
}

.wpp-wof-count {
	color: #555;
	font-size: 0.9em;
	margin-left: auto;
	white-space: nowrap;
}

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

.wpp-wof-table th,
.wpp-wof-table td {
	padding: 0.5rem;
	border-bottom: 1px solid #ddd;
	text-align: left;
	vertical-align: middle;
}

.wpp-wof-qty {
	width: 4rem;
}

.wpp-wof-expand {
	background: none;
	border: none;
	color: #2271b1;
	cursor: pointer;
	padding: 0;
	font-size: 0.85em;
}

.wpp-wof-favorite {
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	margin-right: 0.35rem;
	font-size: 1.1em;
	line-height: 1;
	color: #d98c00;
}
