.billow {
	&.search-no-results {
		.site-main {
			padding-top: 8rem;
			padding-bottom: 8rem;

			section.no-results {
				.page-content {
					margin: 1.5em 0;

					form.search-form {
						max-width: 50%;
					}
				}
			}
		}
	}
}

.billow {
	&.search-no-results {
		&.error404 {
			.site-main {
				section.no-results {
					.page-header {
						.page-title {
							margin-top: 0;
						}
					}
				}
			}
		}
	}
}

@media only screen and (max-width: 32rem) {
	.billow {
		&.search-no-results {
			.site-main {
				section.no-results {
					.page-content {
						form.search-form {
							max-width: 100%;
						}
					}
				}
			}
		}
	}
}
