@media (min-width: 768px) {
	.search-empty {
		grid-template-columns: 1fr 300px;
	}
}

.search-empty {
	row-gap: 1.5rem;
}

@media (min-width: 768px) {
	.search-empty {
		column-gap: 2rem;
		column-gap: 2rem;
		display: grid;
	}

	.search-empty > .search-empty__content {
		grid-column: span 1 / span 1;
	}
}

.search-empty > .search-empty__aside {
	display: none;
}

@media (min-width: 768px) {
	.search-empty > .search-empty__aside {
		display: block;
	}
}

.search-empty > .search-empty__aside {
	--tw-bg-opacity: 1;
	--tw-text-opacity: 1;

	padding: 1.25rem;
	background-color: rgb(5 1 17 / var(--tw-bg-opacity, 1));
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
	border-radius: 0.25rem;
}

@media (min-width: 768px) {
	.search-empty > .search-empty__aside {
		grid-column: span 1 / span 1;
	}
}

.search-empty > .search-empty__aside h3 {
	display: none;
	margin-top: 0;
	margin-bottom: 1rem;
	font-family: Sanchez, sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.75rem;
	line-height: 1.25;
}

@media (min-width: 768px) {
	.search-empty > .search-empty__aside h3 {
		display: block;
	}
}

.search-empty li {
	display: flex;
	align-items: center;
	width: 100%;
	line-height: 1.25;
	flex-wrap: wrap;
}

.search-empty li p {
	display: flex;
	flex: 0 0 auto;
	width: 100%;
	margin: 0;
}

.search-empty li p > span {
	display: block;
}

.search-empty li p:first-child {
	font-weight: 700;
}

.search-empty li p + p {
	margin-top: 0.5rem;
}

.search-empty li p:nth-child(n + 2) {
	padding-left: 1.75rem;
}

.search-empty li p:nth-child(n + 2) > span:first-child {
	padding-right: 0.125rem;
}

.search-empty ul {
	display: block;
	width: 100%;
}

.search-empty ul li a {
	text-decoration-line: underline;
}

.search-empty li + li {
	margin-top: 0.75rem;
}

.search-empty .search-empty__content > p {
	line-height: 1.625;
}

.search-empty .search-empty__content > p:first-child {
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.75rem;
}

.search-empty .search-empty__list svg {
	width: 1rem;
	height: 1rem;
	margin-right: 0.75rem;
}

.search-empty .search-empty__another {
	margin-top: 1.5rem;
}

.search-empty .search-empty__another > form {
	display: grid;
	align-items: center;
	column-gap: 0.5rem;
	column-gap: 0.5rem;
	grid-template-columns: 1fr max-content;
}

.search-empty .search-empty__another > form button,
.search-empty .search-empty__another > form input {
	height: 3rem;
	padding-top: 0;
	padding-bottom: 0;
	border-radius: 0.25rem;
}

.search-empty .search-empty__another > form button {
	min-width: auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.search-empty .search-empty__another > form button svg {
	width: 1rem;
	height: 1rem;
	fill: #fff;
}

.search-empty .search-empty__another > form input {
	padding-left: 1rem;
	padding-right: 1rem;
}
