.whss {
	display: inline-flex;
}

.elementor-widget-webhelden-smart-search .whss {
	width: 100%;
}

.whss .whss-trigger {
	appearance: none;
	align-items: center;
	background: transparent;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	color: currentColor;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	justify-content: center;
	line-height: 1;
	padding: 0;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease;
}

.whss .whss-trigger:hover,
.whss .whss-trigger:focus,
.whss .whss-trigger:active {
	background: transparent;
	background-color: transparent;
	color: currentColor;
	text-decoration: none;
}

.elementor-editor-active .whss-trigger,
.elementor-editor-active .whss-trigger:hover,
.elementor-editor-active .whss-trigger:focus,
.elementor-editor-active .whss-trigger:active,
.elementor-editor-preview .whss-trigger,
.elementor-editor-preview .whss-trigger:hover,
.elementor-editor-preview .whss-trigger:focus,
.elementor-editor-preview .whss-trigger:active {
	appearance: none;
	background: transparent;
	border: 0;
	box-shadow: none;
	color: currentColor;
	line-height: 1;
	text-decoration: none;
}

.whss-trigger:focus-visible,
.whss-close:focus-visible,
.whss-input:focus-visible,
.whss-result-link:focus-visible {
	outline: 3px solid rgba(37, 99, 235, 0.35);
	outline-offset: 3px;
}

.whss-trigger-icon {
	align-items: center;
	color: currentColor;
	display: inline-flex;
	height: 22px;
	justify-content: center;
	line-height: 1;
	width: 22px;
}

.whss-trigger-icon svg,
.whss-trigger-icon i {
	display: block;
	height: 100%;
	line-height: 1;
	width: 100%;
}

.whss-trigger-icon svg {
	fill: currentColor;
}

.whss-overlay {
	background: rgba(248, 250, 252, 0.97);
	inset: 0;
	overflow-y: auto;
	padding: clamp(20px, 5vw, 56px);
	position: fixed;
	z-index: 999999;
}

.whss-overlay[hidden] {
	display: none;
}

.whss-panel {
	margin: 0 auto;
	max-width: 860px;
	position: relative;
	width: 100%;
}

.whss-close {
	align-items: center;
	background: #ffffff;
	border: 1px solid #d1d5db;
	border-radius: 999px;
	color: #111827;
	cursor: pointer;
	display: inline-flex;
	font-size: 32px;
	height: 44px;
	justify-content: center;
	line-height: 1;
	padding: 0 0 4px;
	position: absolute;
	right: 0;
	top: 0;
	width: 44px;
}

.whss-close:hover {
	background: #f3f4f6;
}

.whss-searchbar {
	padding-right: 60px;
}

.whss-input {
	background: #ffffff;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
	color: #111827;
	font-size: clamp(28px, 5vw, 56px);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.1;
	min-height: 78px;
	padding: 16px 20px;
	width: 100%;
}

.whss-input::placeholder {
	color: #9ca3af;
	opacity: 1;
}

.whss-status {
	color: #4b5563;
	font-size: 15px;
	min-height: 24px;
	padding: 20px 0 10px;
}

.whss-results {
	display: grid;
	gap: 12px;
}

.whss-result {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
	overflow: hidden;
}

.whss-result-link {
	color: inherit;
	display: block;
	padding: 18px 20px;
	text-decoration: none;
}

.whss-result-link:hover .whss-result-title {
	color: #1d4ed8;
}

.whss-result-meta {
	color: #6b7280;
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.whss-result-title {
	color: #111827;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 8px;
}

.whss-result-excerpt {
	color: #374151;
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
}

.whss mark {
	background: #fef3c7;
	border-radius: 4px;
	color: inherit;
	padding: 0 0.12em;
}

body.whss-is-open {
	overflow: hidden;
}

@media (max-width: 640px) {
	.whss-overlay {
		padding: 18px;
	}

	.whss-close {
		height: 40px;
		width: 40px;
	}

	.whss-searchbar {
		padding-right: 50px;
	}

	.whss-input {
		font-size: 30px;
		min-height: 68px;
		padding: 14px 16px;
	}

	.whss-result-link {
		padding: 16px;
	}
}
