.ywt-frontend-header {
	margin-bottom: 1rem;
}

.ywt-frontend-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: end;
	margin-bottom: 1rem;
}

.ywt-frontend-filters label {
	display: flex;
	flex-direction: column;
	gap: .35rem;
}

.ywt-frontend-table-wrap {
	overflow-x: auto;
}

.ywt-table {
	width: 100%;
	border-collapse: collapse;
}
.ywt-table th,
.ywt-table td {
	padding: .75rem;
	border: var(--yuhura-toolbox-border);
	vertical-align: top;
}
.ywt-table th:first-child,
.ywt-table td:first-child {
	border-left: none;
}
.ywt-table th:last-child,
.ywt-table td:last-child {
	border-right: none;
}
.ywt-table th {
	border-top: none
}
