.sewp-search,
.sewp-search-page {
	--sewp-max-width: 720px;
	--sewp-primary-color: #2271b1;
	--sewp-hover-color: #135e96;
	--sewp-text-color: #111827;
	--sewp-muted-text-color: #6b7280;
	--sewp-background-color: #fff;
	--sewp-surface-color: #fff;
	--sewp-button-bg: #2271b1;
	--sewp-button-bg-hover: #135e96;
	--sewp-button-text: #fff;
	--sewp-button-text-hover: #fff;
	--sewp-button-border: #2271b1;
	--sewp-button-border-hover: #135e96;
	--sewp-button-border-width: 1px;
	--sewp-button-radius: 8px;
	--sewp-button-padding: 10px 12px;
	--sewp-button-icon-size: 18px;
	--sewp-inline-button-inset: 0;
	--sewp-input-bg: #fff;
	--sewp-input-text: #1d2327;
	--sewp-input-border: #d1d5db;
	--sewp-input-border-focus: #2271b1;
	--sewp-input-border-width: 1px;
	--sewp-input-radius: 8px;
	--sewp-input-height: 44px;
	--sewp-input-padding: 10px 12px;
	--sewp-border-color: #d1d5db;
	--sewp-border-width: 1px;
	--sewp-radius: 8px;
	--sewp-focus-shadow: 0 0 0 3px color-mix(in srgb, var(--sewp-input-border-focus) 18%, transparent);
	--sewp-input-shadow: 0 8px 24px rgba(17, 24, 39, 0.06);
	--sewp-button-shadow: 0 10px 22px color-mix(in srgb, var(--sewp-button-bg) 24%, transparent);
	--sewp-button-shadow-hover: 0 12px 26px color-mix(in srgb, var(--sewp-button-bg-hover) 28%, transparent);
	--sewp-result-item-shadow: 0 10px 30px rgba(17, 24, 39, 0.06);
	--sewp-result-item-shadow-hover: 0 14px 36px rgba(17, 24, 39, 0.1);
	--sewp-live-dropdown-shadow: 0 18px 44px rgba(17, 24, 39, 0.16);
	--sewp-card-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
	--sewp-font-family: inherit;
	--sewp-base-font-size: 16px;
	--sewp-gap: 8px;
	--sewp-block-spacing: 20px;
	--sewp-live-image-size: 56px;
	--sewp-result-image-size: 96px;
	--sewp-result-columns: 3;
	--sewp-search-container-bg: transparent;
	--sewp-search-container-border: transparent;
	--sewp-search-container-border-width: 0;
	--sewp-search-container-radius: 8px;
	--sewp-search-container-padding: 0;
	--sewp-live-dropdown-bg: #fff;
	--sewp-live-dropdown-border: #e5e7eb;
	--sewp-live-dropdown-radius: 8px;
	--sewp-live-item-hover-bg: #f0f6fc;
	--sewp-live-title-color: #111827;
	--sewp-live-title-font-size: 16px;
	--sewp-live-title-font-weight: 700;
	--sewp-live-title-font-style: normal;
	--sewp-live-title-letter-spacing: 0;
	--sewp-live-meta-color: #6b7280;
	--sewp-live-meta-font-size: 12px;
	--sewp-live-meta-font-weight: 400;
	--sewp-live-meta-font-style: normal;
	--sewp-live-meta-letter-spacing: 0;
	--sewp-live-excerpt-color: #4b5563;
	--sewp-live-excerpt-font-size: 14px;
	--sewp-live-excerpt-font-weight: 400;
	--sewp-live-excerpt-font-style: normal;
	--sewp-live-excerpt-letter-spacing: 0;
	--sewp-view-all-color: #2271b1;
	--sewp-view-all-hover-color: #135e96;
	--sewp-view-all-font-size: 16px;
	--sewp-view-all-font-weight: 700;
	--sewp-view-all-font-style: normal;
	--sewp-view-all-letter-spacing: 0;
	--sewp-result-item-bg: transparent;
	--sewp-result-item-border: #dcdcde;
	--sewp-result-item-radius: 4px;
	--sewp-result-item-padding: 16px;
	--sewp-result-item-padding-x: 0;
	--sewp-result-title-color: #2271b1;
	--sewp-result-title-hover-color: #135e96;
	--sewp-result-title-font-size: 16px;
	--sewp-result-excerpt-color: #4b5563;
	--sewp-result-excerpt-font-size: 16px;
	--sewp-pagination-bg: #fff;
	--sewp-pagination-text: #2271b1;
	--sewp-pagination-border: #dcdcde;
	--sewp-pagination-current-bg: #2271b1;
	--sewp-pagination-hover-bg: #135e96;
	color: var(--sewp-text-color);
	font-family: var(--sewp-font-family);
	font-size: var(--sewp-base-font-size);
}

.sewp-search,
.sewp-search *,
.sewp-search *::before,
.sewp-search *::after,
.sewp-search-page,
.sewp-search-page *,
.sewp-search-page *::before,
.sewp-search-page *::after {
	box-sizing: border-box;
}

.sewp-search :where(form, input, button, ul, li, a, img, svg, div, span, p),
.sewp-search-page :where(form, input, button, ul, li, a, img, svg, div, span, p) {
	font-family: var(--sewp-font-family);
	letter-spacing: normal;
}

.sewp-search :where(form),
.sewp-search-page :where(form) {
	margin: 0;
	padding: 0;
}

.sewp-search :where(ul),
.sewp-search-page :where(ul) {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sewp-search :where(li),
.sewp-search-page :where(li) {
	margin-left: 0;
}

.sewp-search :where(img),
.sewp-search-page :where(img) {
	box-shadow: none;
	max-width: none;
}

.sewp-search :where(button),
.sewp-search-page :where(button) {
	-webkit-appearance: none;
	appearance: none;
	font: inherit;
	line-height: normal;
	text-transform: none;
}

.sewp-search :where(input),
.sewp-search-page :where(input) {
	-webkit-appearance: none;
	appearance: none;
	font: inherit;
	line-height: normal;
}

.sewp-search--isolated,
.sewp-search--isolated *,
.sewp-search--isolated *::before,
.sewp-search--isolated *::after,
.sewp-search-page--isolated,
.sewp-search-page--isolated *,
.sewp-search-page--isolated *::before,
.sewp-search-page--isolated *::after {
	box-sizing: border-box !important;
}

.sewp-search--isolated .sewp-search__form {
	display: flex !important;
	position: relative !important;
	width: 100% !important;
}

.sewp-search--isolated .sewp-search__form input[type="search"] {
	-webkit-appearance: none !important;
	appearance: none !important;
	background: var(--sewp-input-bg) !important;
	border: var(--sewp-input-border-width) solid var(--sewp-input-border) !important;
	border-radius: var(--sewp-input-radius) !important;
	box-shadow: var(--sewp-input-shadow) !important;
	color: var(--sewp-input-text) !important;
	display: block !important;
	flex: 1 1 auto !important;
	font-family: var(--sewp-font-family) !important;
	font-size: var(--sewp-base-font-size) !important;
	line-height: normal !important;
	min-height: var(--sewp-input-height) !important;
	min-width: 0 !important;
	padding: var(--sewp-input-padding) !important;
	width: auto !important;
}

.sewp-search--isolated.sewp-search--layout-inline .sewp-search__form input[type="search"] {
	border: 0 !important;
	box-shadow: none !important;
}

.sewp-search--isolated .sewp-search__button {
	-webkit-appearance: none !important;
	appearance: none !important;
	align-items: center !important;
	background: var(--sewp-button-bg) !important;
	border: var(--sewp-button-border-width) solid var(--sewp-button-border) !important;
	border-radius: var(--sewp-button-radius) !important;
	color: var(--sewp-button-text) !important;
	display: inline-flex !important;
	font-family: var(--sewp-font-family) !important;
	font-size: var(--sewp-base-font-size) !important;
	justify-content: center !important;
	line-height: normal !important;
	min-height: var(--sewp-input-height) !important;
	padding: var(--sewp-button-padding) !important;
	text-decoration: none !important;
	text-transform: none !important;
}

.sewp-search--isolated .sewp-search__button--icon {
	aspect-ratio: 1 !important;
	flex: 0 0 var(--sewp-input-height) !important;
	height: var(--sewp-input-height) !important;
	min-width: var(--sewp-input-height) !important;
	padding: 0 !important;
	width: var(--sewp-input-height) !important;
}

.sewp-search--isolated .sewp-live-results {
	background: var(--sewp-live-dropdown-bg) !important;
	border: var(--sewp-border-width) solid var(--sewp-live-dropdown-border) !important;
	border-radius: var(--sewp-live-dropdown-radius) !important;
	box-shadow: var(--sewp-live-dropdown-shadow) !important;
	left: 0 !important;
	position: absolute !important;
	right: 0 !important;
	top: calc(100% + 8px) !important;
	width: 100% !important;
	z-index: 99999 !important;
}

.sewp-search--isolated .sewp-live-results__list,
.sewp-search-page--isolated .sewp-search__list {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.sewp-search--isolated .sewp-live-results__link,
.sewp-search-page--isolated .sewp-search__item-title,
.sewp-search-page--isolated .sewp-search__pagination a,
.sewp-search-page--isolated .sewp-search__pagination span {
	font-family: var(--sewp-font-family) !important;
	text-decoration: none !important;
}

.sewp-search-page--isolated .sewp-search__item {
	display: flex !important;
	list-style: none !important;
}

.sewp-search--isolated .sewp-live-results__image,
.sewp-search-page--isolated .sewp-search__image {
	box-shadow: none !important;
	display: block !important;
	max-width: none !important;
}

.sewp-search--isolated .sewp-live-results__image {
	object-fit: cover !important;
}

.sewp-search-page--isolated .sewp-search__image {
	object-fit: var(--sewp-result-image-fit, cover) !important;
}

.sewp-search-page {
	background: var(--sewp-background-color);
	border: 0;
	box-shadow: none;
	outline: 0;
	padding: 42px 20px;
}

.sewp-search--no-borders,
.sewp-search--no-borders *,
.sewp-search-page--no-borders,
.sewp-search-page--no-borders * {
	border-width: 0 !important;
}

.sewp-search--no-shadows,
.sewp-search--no-shadows *,
.sewp-search-page--no-shadows,
.sewp-search-page--no-shadows * {
	box-shadow: none !important;
}

.sewp-search-page__inner {
	margin: 0 auto;
	max-width: var(--sewp-results-max-width);
}

.sewp-search-page__title {
	margin: 0 0 20px;
}

.sewp-search {
	background: var(--sewp-search-container-bg);
	border: var(--sewp-search-container-border-width) solid var(--sewp-search-container-border);
	border-radius: var(--sewp-search-container-radius);
	max-width: var(--sewp-max-width);
	padding: var(--sewp-search-container-padding);
}

.sewp-search--align-center {
	margin-left: auto;
	margin-right: auto;
}

.sewp-search--align-right {
	margin-left: auto;
}

.sewp-search__title {
	margin: 0 0 16px;
}

.sewp-search__form {
	display: flex;
	gap: var(--sewp-gap);
	margin: 0 0 var(--sewp-block-spacing);
	position: relative;
	width: 100%;
}

.sewp-search--layout-vertical .sewp-search__form {
	flex-direction: column;
}

.sewp-search--layout-inline .sewp-search__form {
	background: var(--sewp-input-bg);
	border: var(--sewp-input-border-width) solid var(--sewp-input-border);
	border-radius: var(--sewp-input-radius);
	gap: 0;
	padding: var(--sewp-inline-button-inset);
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.sewp-search--layout-inline .sewp-search__form:focus-within {
	border-color: var(--sewp-input-border-focus);
	box-shadow: var(--sewp-focus-shadow);
}

.sewp-search__form input[type="search"] {
	-webkit-appearance: none;
	appearance: none;
	background: var(--sewp-input-bg);
	border: var(--sewp-input-border-width) solid var(--sewp-input-border);
	border-radius: var(--sewp-input-radius);
	box-sizing: border-box;
	color: var(--sewp-input-text);
	flex: 1 1 auto;
	font-family: var(--sewp-font-family);
	font-size: var(--sewp-base-font-size);
	line-height: normal;
	min-height: var(--sewp-input-height);
	min-width: 0;
	padding: var(--sewp-input-padding);
	width: auto;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.sewp-search__form input[type="search"]:focus {
	border-color: var(--sewp-input-border-focus);
	box-shadow: var(--sewp-focus-shadow);
	outline: 0;
	outline-offset: 0;
}

.sewp-search__form input[type="search"]::-webkit-search-decoration,
.sewp-search__form input[type="search"]::-webkit-search-results-button,
.sewp-search__form input[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance: none;
}

.sewp-search__form input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
	background:
		linear-gradient(45deg, transparent calc(50% - 0.75px), #111 calc(50% - 0.75px), #111 calc(50% + 0.75px), transparent calc(50% + 0.75px)),
		linear-gradient(-45deg, transparent calc(50% - 0.75px), #111 calc(50% - 0.75px), #111 calc(50% + 0.75px), transparent calc(50% + 0.75px));
	cursor: pointer;
	height: 9px;
	margin-left: 8px;
	opacity: 0.9;
	width: 9px;
}

.sewp-search--layout-inline .sewp-search__form input[type="search"] {
	border: 0;
	border-radius: var(--sewp-input-radius) 0 0 var(--sewp-input-radius);
	min-height: calc(var(--sewp-input-height) - (var(--sewp-inline-button-inset) * 2));
	outline: 0;
}

.sewp-search__button {
	-webkit-appearance: none;
	align-items: center;
	appearance: none;
	background: var(--sewp-button-bg);
	border: var(--sewp-button-border-width) solid var(--sewp-button-border);
	border-radius: var(--sewp-button-radius);
	box-sizing: border-box;
	color: var(--sewp-button-text);
	cursor: pointer;
	display: inline-flex;
	font-family: var(--sewp-font-family);
	font-size: var(--sewp-base-font-size);
	font-weight: 600;
	gap: 6px;
	justify-content: center;
	line-height: normal;
	min-height: var(--sewp-input-height);
	padding: var(--sewp-button-padding);
	text-decoration: none;
	text-transform: none;
	transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.sewp-search:not(.sewp-search--preset-unstyled) .sewp-search__button:hover,
.sewp-search:not(.sewp-search--preset-unstyled) .sewp-search__button:focus {
	background: var(--sewp-hover-color);
	background: var(--sewp-button-bg-hover);
	border-color: var(--sewp-button-border-hover);
	color: var(--sewp-button-text-hover);
	filter: none;
	transform: translateY(-1px);
}

.sewp-search--layout-inline .sewp-search__button {
	border-radius: var(--sewp-input-radius);
	height: var(--sewp-input-height);
	min-height: var(--sewp-input-height);
}

.sewp-search--layout-inline .sewp-search__button--icon {
	flex-basis: var(--sewp-input-height);
	min-width: var(--sewp-input-height);
	padding: 0;
	width: var(--sewp-input-height);
}

.sewp-search__button--icon {
	aspect-ratio: 1;
	flex: 0 0 var(--sewp-input-height);
	height: var(--sewp-input-height);
	min-width: var(--sewp-input-height);
	padding: 0;
	width: var(--sewp-input-height);
}

.sewp-search__button-icon {
	display: block;
	flex: 0 0 var(--sewp-button-icon-size);
	height: var(--sewp-button-icon-size);
	line-height: 0;
	width: var(--sewp-button-icon-size);
}

.sewp-search__button-icon svg {
	aspect-ratio: 1;
	display: block;
	fill: currentColor;
	flex: 0 0 auto;
	height: 100% !important;
	max-height: none;
	max-width: none;
	min-height: 0;
	min-width: 0;
	width: 100% !important;
}

.sewp-search--preset-default .sewp-search__form input[type="search"] {
	box-shadow: var(--sewp-input-shadow);
}

.sewp-search--preset-default .sewp-search__button {
	box-shadow: var(--sewp-button-shadow);
}

.sewp-search--preset-default .sewp-search__button:hover,
.sewp-search--preset-default .sewp-search__button:focus {
	box-shadow: var(--sewp-button-shadow-hover);
}

.sewp-search--size-compact .sewp-search__form input[type="search"] {
	padding: 7px 10px;
}

.sewp-search--size-compact .sewp-search__button {
	min-height: 34px;
	padding: 7px 12px;
}

.sewp-search--size-compact .sewp-search__button--icon {
	flex-basis: 34px;
	height: 34px;
	min-width: 34px;
	padding: 0;
	width: 34px;
}

.sewp-search--size-large .sewp-search__form input[type="search"] {
	font-size: 18px;
	padding: 14px 16px;
}

.sewp-search--size-large .sewp-search__button {
	font-size: 18px;
	min-height: 54px;
	padding: 14px 22px;
}

.sewp-search--size-large .sewp-search__button--icon {
	flex-basis: 54px;
	height: 54px;
	min-width: 54px;
	padding: 0;
	width: 54px;
}

.sewp-search__summary,
.sewp-search__empty {
	color: var(--sewp-muted-text-color);
	margin: 0 0 12px;
}

.sewp-search__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sewp-search__item {
	background: var(--sewp-result-item-bg);
	border: var(--sewp-border-width) solid var(--sewp-result-item-border);
	border-radius: var(--sewp-result-item-radius);
	box-sizing: border-box;
	display: flex;
	gap: 16px;
	list-style: none;
	margin-bottom: 12px;
	padding: var(--sewp-result-item-padding) var(--sewp-result-item-padding-x);
	transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.sewp-search-page--preset-default .sewp-search__item {
	background: #fff;
	border-color: #eef0f3;
	box-shadow: var(--sewp-result-item-shadow);
	padding-left: var(--sewp-result-item-padding);
	padding-right: var(--sewp-result-item-padding);
}

.sewp-search-page--preset-default .sewp-search__item:hover {
	border-color: color-mix(in srgb, var(--sewp-primary-color) 28%, #eef0f3);
	box-shadow: var(--sewp-result-item-shadow-hover);
	transform: translateY(-1px);
}

.sewp-search__image-link {
	display: block;
	flex: 0 0 var(--sewp-result-image-width, var(--sewp-result-image-size));
	line-height: 0;
}

.sewp-search__image {
	aspect-ratio: var(--sewp-result-image-ratio, auto);
	border-radius: var(--sewp-radius);
	box-shadow: none;
	display: block;
	height: var(--sewp-result-image-height, var(--sewp-result-image-size));
	max-width: none;
	object-fit: var(--sewp-result-image-fit, cover);
	width: var(--sewp-result-image-width, var(--sewp-result-image-size));
}

.sewp-search__item-content {
	flex: 1 1 auto;
	min-width: 0;
}

.sewp-search__item-title {
	color: var(--sewp-result-title-color);
	display: inline;
	font-size: var(--sewp-result-title-font-size);
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
}

.sewp-search-page:not(.sewp-search-page--preset-unstyled) .sewp-search__item-title {
	color: var(--sewp-result-title-color);
}

.sewp-search-page:not(.sewp-search-page--preset-unstyled) .sewp-search__item-title:hover,
.sewp-search-page:not(.sewp-search-page--preset-unstyled) .sewp-search__item-title:focus {
	color: var(--sewp-result-title-hover-color);
	text-decoration: underline;
}

.sewp-search__meta {
	color: var(--sewp-muted-text-color);
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	gap: 8px;
	margin-top: 5px;
}

.sewp-search__excerpt {
	color: var(--sewp-result-excerpt-color);
	font-size: var(--sewp-result-excerpt-font-size);
	line-height: 1.55;
	margin: 8px 0 0;
}

.sewp-search__results--cards .sewp-search__list,
.sewp-search__results--card-vertical .sewp-search__list,
.sewp-search__results--grid .sewp-search__list {
	display: grid;
	gap: 14px;
}

.sewp-search__results--grid .sewp-search__list {
	grid-template-columns: repeat(var(--sewp-result-columns), minmax(0, 1fr));
}

.sewp-search__results--cards .sewp-search__item,
.sewp-search__results--card-vertical .sewp-search__item,
.sewp-search__results--grid .sewp-search__item,
.sewp-search-page--preset-cards .sewp-search__item {
	border: var(--sewp-border-width) solid var(--sewp-result-item-border);
	border-radius: var(--sewp-result-item-radius);
	padding: var(--sewp-result-item-padding);
}

.sewp-search__results--card-vertical .sewp-search__item,
.sewp-search__results--grid .sewp-search__item {
	align-items: stretch;
	flex-direction: column;
}

.sewp-search__results--card-vertical .sewp-search__image-link,
.sewp-search__results--grid .sewp-search__image-link {
	flex-basis: auto;
}

.sewp-search__results--card-vertical .sewp-search__image,
.sewp-search__results--grid .sewp-search__image {
	aspect-ratio: var(--sewp-result-image-ratio, 16 / 9);
	height: var(--sewp-result-image-height, auto);
	width: 100%;
}

.sewp-search__results--compact .sewp-search__item {
	gap: 10px;
	padding: 10px 0;
}

.sewp-search__results--compact .sewp-search__excerpt {
	font-size: 14px;
	margin-top: 4px;
}

.sewp-search-debug {
	background: #f6f7f7;
	border-left: 4px solid var(--sewp-primary-color);
	margin: 0 0 20px;
	padding: 12px 16px;
}

.sewp-search-debug ul {
	margin: 8px 0 0 18px;
}

.sewp-search-debug-match {
	background: #f6f7f7;
	color: #50575e;
	font-size: 13px;
	margin: 10px 0 0;
	padding: 8px 10px;
}

.sewp-live-results {
	background: var(--sewp-live-dropdown-bg);
	border: var(--sewp-border-width) solid var(--sewp-live-dropdown-border);
	border-radius: var(--sewp-live-dropdown-radius);
	box-sizing: border-box;
	box-shadow: var(--sewp-live-dropdown-shadow);
	font-family: var(--sewp-font-family);
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: calc(100% + 8px);
	width: 100%;
	z-index: 99999;
}

.sewp-live-results__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sewp-live-results__item + .sewp-live-results__item {
	border-top: 1px solid #f3f4f6;
}

.sewp-live-results__item {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sewp-live-results__link {
	align-items: flex-start;
	color: inherit;
	display: flex;
	font-family: var(--sewp-font-family);
	gap: 12px;
	line-height: normal;
	padding: 13px 14px;
	text-decoration: none;
	transition: background 0.16s ease;
}

.sewp-search:not(.sewp-search--preset-unstyled) .sewp-live-results__link:hover,
.sewp-search:not(.sewp-search--preset-unstyled) .sewp-live-results__link:focus {
	background: #f6f7f7;
	background: var(--sewp-live-item-hover-bg);
}

.sewp-live-results__title,
.sewp-live-results__type,
.sewp-live-results__excerpt {
	display: block;
	font-family: var(--sewp-font-family);
}

.sewp-live-results__image {
	background: #f9fafb;
	border-radius: calc(var(--sewp-radius) - 2px);
	box-shadow: none;
	flex: 0 0 var(--sewp-live-image-size);
	height: var(--sewp-live-image-size);
	max-width: none;
	object-fit: cover;
	width: var(--sewp-live-image-size);
}

.sewp-live-results__content {
	flex: 1 1 auto;
	min-width: 0;
}

.sewp-search .sewp-live-results__title {
	color: var(--sewp-live-title-color);
	font-size: var(--sewp-live-title-font-size);
	font-style: var(--sewp-live-title-font-style) !important;
	font-weight: var(--sewp-live-title-font-weight) !important;
	letter-spacing: var(--sewp-live-title-letter-spacing);
}

.sewp-search .sewp-live-results__type {
	color: var(--sewp-live-meta-color);
	font-size: var(--sewp-live-meta-font-size);
	font-style: var(--sewp-live-meta-font-style) !important;
	font-weight: var(--sewp-live-meta-font-weight) !important;
	letter-spacing: var(--sewp-live-meta-letter-spacing);
	margin-top: 3px;
}

.sewp-search .sewp-live-results__excerpt {
	color: var(--sewp-live-excerpt-color);
	font-size: var(--sewp-live-excerpt-font-size);
	font-style: var(--sewp-live-excerpt-font-style) !important;
	font-weight: var(--sewp-live-excerpt-font-weight) !important;
	letter-spacing: var(--sewp-live-excerpt-letter-spacing);
	margin-top: 6px;
}

.sewp-live-results__message,
.sewp-live-results__all {
	display: block;
	padding: 12px 14px;
}

.sewp-search .sewp-live-results__all {
	background: #f6f7f7;
	background: color-mix(in srgb, var(--sewp-primary-color) 6%, var(--sewp-surface-color));
	border-top: 1px solid #f3f4f6;
	font-family: var(--sewp-font-family);
	font-style: var(--sewp-view-all-font-style) !important;
	font-weight: var(--sewp-view-all-font-weight) !important;
	letter-spacing: var(--sewp-view-all-letter-spacing);
	text-decoration: none;
}

.sewp-search:not(.sewp-search--preset-unstyled) .sewp-live-results__all {
	color: var(--sewp-view-all-color);
	font-size: var(--sewp-view-all-font-size);
}

.sewp-search:not(.sewp-search--preset-unstyled) .sewp-live-results__all:hover,
.sewp-search:not(.sewp-search--preset-unstyled) .sewp-live-results__all:focus {
	color: var(--sewp-view-all-hover-color);
}

.sewp-search__pagination {
	margin-top: 24px;
}

.sewp-search__pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sewp-search__pagination a,
.sewp-search__pagination span {
	background: var(--sewp-pagination-bg);
	border: var(--sewp-border-width) solid var(--sewp-pagination-border);
	border-radius: var(--sewp-radius);
	color: var(--sewp-pagination-text);
	display: inline-block;
	line-height: 1;
	padding: 10px 12px;
	text-decoration: none;
}

.sewp-search-page:not(.sewp-search-page--preset-unstyled) .sewp-search__pagination .current {
	background: var(--sewp-pagination-current-bg);
	border-color: var(--sewp-pagination-current-bg);
	color: #fff;
}

.sewp-search-page:not(.sewp-search-page--preset-unstyled) .sewp-search__pagination a:hover,
.sewp-search-page:not(.sewp-search-page--preset-unstyled) .sewp-search__pagination a:focus {
	background: var(--sewp-pagination-hover-bg);
	border-color: var(--sewp-pagination-hover-bg);
	color: #fff;
}

.sewp-search--preset-minimal .sewp-search__form input[type="search"],
.sewp-search--preset-minimal .sewp-search__button,
.sewp-search-page--preset-minimal .sewp-search__item {
	box-shadow: none;
}

.sewp-search--preset-minimal .sewp-search__form input[type="search"] {
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-radius: 0;
}

.sewp-search--preset-compact .sewp-search__form input[type="search"],
.sewp-search--preset-compact .sewp-search__button {
	min-height: 34px;
	padding-bottom: 7px;
	padding-top: 7px;
}

.sewp-search--preset-cards .sewp-search__form input[type="search"],
.sewp-search--preset-cards .sewp-search__button {
	box-shadow: var(--sewp-card-shadow);
}

.sewp-search--preset-unstyled .sewp-search__form input[type="search"],
.sewp-search--preset-unstyled .sewp-search__button,
.sewp-search-page--preset-unstyled .sewp-search__item,
.sewp-search-page--preset-unstyled .sewp-live-results {
	background: transparent;
	border-color: currentColor;
	box-shadow: none;
}

.sewp-search--custom-input .sewp-search__form input[type="search"] {
	height: var(--sewp-input-height);
	min-height: var(--sewp-input-height);
	padding: var(--sewp-input-padding);
}

.sewp-search--custom-input .sewp-search__button {
	height: var(--sewp-input-height);
	min-height: var(--sewp-input-height);
}

.sewp-search--custom-input.sewp-search--layout-inline .sewp-search__form {
	min-height: var(--sewp-input-height);
}

.sewp-search--custom-input.sewp-search--layout-inline .sewp-search__form input[type="search"],
.sewp-search--custom-input.sewp-search--layout-inline .sewp-search__button {
	height: var(--sewp-input-height);
	min-height: var(--sewp-input-height);
}

.sewp-search--layout-inline .sewp-search__button--icon {
	flex-basis: var(--sewp-input-height);
	height: var(--sewp-input-height);
	min-width: var(--sewp-input-height);
	padding: 0;
	width: var(--sewp-input-height);
}

@media (max-width: 720px) {
	.sewp-search__results--grid .sewp-search__list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	.sewp-search .sewp-search__form {
		align-items: stretch;
	}

	.sewp-search.sewp-search--layout-horizontal .sewp-search__form,
	.sewp-search.sewp-search--layout-inline .sewp-search__form {
		flex-direction: row !important;
		flex-wrap: nowrap;
	}

	.sewp-search.sewp-search--layout-vertical .sewp-search__form {
		flex-direction: column;
	}

	.sewp-search.sewp-search--layout-inline .sewp-search__form input[type="search"] {
		border-radius: var(--sewp-input-radius) 0 0 var(--sewp-input-radius);
	}

	.sewp-search.sewp-search--layout-inline .sewp-search__button {
		border-radius: var(--sewp-input-radius);
	}

	.sewp-search.sewp-search--layout-vertical .sewp-search__button:not(.sewp-search__button--icon) {
		width: 100%;
	}

	.sewp-search .sewp-search__button--icon {
		aspect-ratio: 1;
		flex: 0 0 var(--sewp-input-height);
		height: var(--sewp-input-height);
		min-width: var(--sewp-input-height);
		padding: 0;
		width: var(--sewp-input-height) !important;
	}

	.sewp-search.sewp-search--layout-horizontal .sewp-search__form input[type="search"],
	.sewp-search.sewp-search--layout-inline .sewp-search__form input[type="search"] {
		flex: 1 1 auto;
		min-width: 0;
	}

	.sewp-search.sewp-search--layout-horizontal .sewp-search__button,
	.sewp-search.sewp-search--layout-inline .sewp-search__button {
		flex: 0 0 auto;
		width: auto !important;
	}

	.sewp-search.sewp-search--layout-horizontal .sewp-search__button--icon,
	.sewp-search.sewp-search--layout-inline .sewp-search__button--icon {
		aspect-ratio: 1;
		flex-basis: var(--sewp-input-height);
		min-width: var(--sewp-input-height);
		padding: 0;
		width: var(--sewp-input-height) !important;
	}

	.sewp-search__item {
		gap: 12px;
	}

	.sewp-search__image-link {
		flex-basis: var(--sewp-result-image-width, var(--sewp-result-image-size));
	}

	.sewp-search__image {
		height: var(--sewp-result-image-height, var(--sewp-result-image-size));
		width: var(--sewp-result-image-width, var(--sewp-result-image-size));
	}

	.sewp-search__results--card-vertical .sewp-search__image-link,
	.sewp-search__results--grid .sewp-search__image-link {
		flex-basis: auto;
	}

	.sewp-search__results--card-vertical .sewp-search__image,
	.sewp-search__results--grid .sewp-search__image {
		height: var(--sewp-result-image-height, auto);
		width: 100%;
	}
}
