/* 2026-06-23 v1.1
 * - Removed custom typography and colors from dynamic search results
 *
 * 2026-06-23 v1.0
 * - Added dynamic 2026 search dropdown styling
 */

.header-search-bar-wrapper-dynamic2026 {
	position: relative;
}

.header-search-bar-wrapper-dynamic2026 .header-search-bar-results-wrapper {
	top: 100%;
	left: 0;
	right: 0;
	z-index: 999993;
	margin-top: 8px;
	padding: 0;
	transform: none;
	overflow: hidden;
}

.header-search-bar-wrapper-dynamic2026 .kdp-search-result-empty {
	margin: 0;
	padding: 24px;
}

.header-search-bar-wrapper-dynamic2026 .kdp-search-result-items {
	display: block;
}

.header-search-bar-wrapper-dynamic2026 .kdp-search-result-item {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 20px;
	align-items: center;
	min-height: 150px;
	padding: 10px 24px 10px 10px;
	text-decoration: none;
	border-bottom: 1px solid #e5e5e5;
}

.header-search-bar-wrapper-dynamic2026 .kdp-search-result-image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	overflow: hidden;
	border-radius: 8px;
}

.header-search-bar-wrapper-dynamic2026 .kdp-search-result-image img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.header-search-bar-wrapper-dynamic2026 .kdp-search-result-content {
	display: block;
	min-width: 0;
}

.header-search-bar-wrapper-dynamic2026 .kdp-search-result-title {
	display: block;
	margin: 0 0 12px 0;
}

.header-search-bar-wrapper-dynamic2026 .kdp-search-result-price {
	display: block;
}

.header-search-bar-wrapper-dynamic2026 .kdp-search-show-all-wrapper {
	margin: 0;
	padding: 20px;
}

.header-search-bar-wrapper-dynamic2026 .kdp-search-show-all-wrapper .button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 76px;
	margin: 0;
	padding: 0 24px;
	text-align: center;
	text-decoration: none;
	border-radius: 8px;
}

.header-search-bar-wrapper-dynamic2026 .kdp-search-show-all-wrapper .fa {
	margin-left: 14px;
}

@media only screen and (max-width: 720px) {
	.header-search-bar-wrapper-dynamic2026 .kdp-search-result-item {
		grid-template-columns: 86px 1fr;
		gap: 14px;
		min-height: 110px;
		padding: 10px 14px 10px 10px;
	}

	.header-search-bar-wrapper-dynamic2026 .kdp-search-result-image {
		width: 86px;
		height: 86px;
	}

	.header-search-bar-wrapper-dynamic2026 .kdp-search-result-title {
		margin-bottom: 8px;
	}

	.header-search-bar-wrapper-dynamic2026 .kdp-search-show-all-wrapper {
		padding: 12px;
	}

	.header-search-bar-wrapper-dynamic2026 .kdp-search-show-all-wrapper .button {
		min-height: 58px;
	}
}
