.toaan-forms,
.toaan-forms__list {
	display: grid;
	gap: 16px;
}

.toaan-forms__filters,
.toaan-forms__item {
	background: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	padding: 16px;
}

.toaan-forms__filters {
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr 240px auto;
}

.toaan-forms__filters label {
	display: grid;
	gap: 6px;
}

.toaan-forms__filters input,
.toaan-forms__filters select {
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	min-height: 44px;
	padding: 8px 10px;
}

.toaan-forms__filters button,
.toaan-forms__button {
	align-items: center;
	background: #8b0000;
	border: 0;
	border-radius: 6px;
	color: #ffffff;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	min-height: 44px;
	padding: 8px 16px;
	text-decoration: none;
}

.toaan-forms__button--outline {
	background: #ffffff;
	border: 1px solid #0b2e59;
	color: #0b2e59;
}

.toaan-forms__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

@media (max-width: 767px) {
	.toaan-forms__filters {
		grid-template-columns: 1fr;
	}

	.toaan-forms__actions {
		display: grid;
	}
}
