.andtoday-verse-search-box {
	background: #fff;
	border-radius: 10px;
	padding: 22px 24px;
	margin: 28px 0 28px;
	box-sizing: border-box;
	box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

.andtoday-verse-search-heading h2 {
	margin: 0 0 4px;
	font-size: 24px;
	line-height: 1.25;
	color: #111;
}

.andtoday-verse-search-heading p {
	margin: 0 0 16px;
	color: #666;
	line-height: 1.5;
}

.andtoday-verse-search-controls {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(170px, 240px) auto;
	gap: 10px;
	align-items: stretch;
}

.andtoday-verse-search-input,
.andtoday-verse-search-category,
.andtoday-verse-search-button {
	min-height: 46px;
	border-radius: 7px;
	box-sizing: border-box;
	font-size: 16px;
}

.andtoday-verse-search-input,
.andtoday-verse-search-category {
	width: 100%;
	border: 1px solid #d7d7d7;
	background: #fff;
	color: #222;
	padding: 9px 12px;
}

.andtoday-verse-search-input:focus,
.andtoday-verse-search-category:focus {
	outline: 2px solid #8916EB;
	outline-offset: 1px;
	border-color: #8916EB;
}

.andtoday-verse-search-button {
	border: 1px solid #8916EB;
	background: #8916EB;
	color: #fff;
	font-weight: 600;
	padding: 9px 22px;
	cursor: pointer;
}

.andtoday-verse-search-button:hover,
.andtoday-verse-search-button:focus {
	background: #6f10c2;
	border-color: #6f10c2;
	color: #fff;
}

/*
 * The Words Pro uses a simpler content-search.php template that does not
 * include the white .entry-content-wrap used by the normal post cards.
 * These rules give search-result posts the same visual treatment.
 */
body.search .site-main > article .ta-artical-posts {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 28px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

body.search .site-main > article .ta-artical-posts > .ta-content-wraper {
	padding: 22px 24px 24px;
}

body.search .site-main > article .ta-artical-posts .post-thumbnail {
	margin: 0;
	padding: 0;
}

body.search .site-main > article .ta-artical-posts img {
	border-radius: 10px 10px 0 0;
}

body.search .site-main > article .entry-title {
	margin-top: 0;
}

body.search .site-main > article .entry-content {
	margin-bottom: 0;
}

@media (max-width: 760px) {
	.andtoday-verse-search-box {
		padding: 18px;
	}

	.andtoday-verse-search-controls {
		grid-template-columns: 1fr;
	}

	body.search .site-main > article .ta-artical-posts > .ta-content-wraper {
		padding: 18px;
	}
}
