.domus-live-search-host {
	position: relative;
}

.domus-live-search {
	position: absolute;
	z-index: 9999;
	top: calc(100% + 6px);
	left: 0;
	width: min(100vw - 32px, 520px);
	max-height: min(70vh, 440px);
	overflow: auto;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.14);
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
	text-align: left;
}

.domus-live-search[hidden] {
	display: none;
}

.pretraga.menu-item.domus-menu-search-popup-host {
	position: relative;
}

.search-mobile.domus-menu-search-popup-host {
	z-index: 10020;
}

.search-mobile.domus-menu-search-popup-host .search-icon-mobile {
	z-index: 10021;
	pointer-events: auto;
}

.domus-menu-search-popup {
	position: absolute;
	z-index: 10000;
	top: calc(100% + 8px);
	right: 0;
	width: min(100vw - 32px, 360px);
	padding: 12px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.14);
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
}

.search-mobile.domus-menu-search-popup-host .domus-menu-search-popup {
	top: 42px;
	right: 12px;
}

.domus-menu-search-popup[hidden] {
	display: none;
}

.domus-menu-search-popup__form {
	display: flex;
	gap: 8px;
	align-items: stretch;
	margin: 0;
}

.domus-menu-search-popup__field {
	flex: 1 1 auto;
	min-width: 0;
	min-height: 42px;
}

.domus-menu-search-popup__submit {
	flex: 0 0 auto;
	min-height: 42px;
	background: #b1287e;
	border: 0;
	color: #fff;
}

.domus-live-search__item,
.domus-live-search__all {
	display: block;
	padding: 10px 12px;
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.domus-live-search__item:hover,
.domus-live-search__item:focus,
.domus-live-search__item.is-active,
.domus-live-search__all:hover,
.domus-live-search__all:focus {
	background: #f5f5f5;
	outline: none;
}

.domus-live-search__title {
	display: block;
	font-weight: 700;
	line-height: 1.3;
}

.domus-live-search__meta,
.domus-live-search__context {
	display: block;
	margin-top: 3px;
	font-size: 12px;
	line-height: 1.35;
	opacity: 0.68;
}

.domus-live-search__context {
	opacity: 0.85;
}

.domus-live-search__all {
	font-weight: 700;
	text-align: center;
}

.domus-live-search__empty {
	padding: 12px;
	opacity: 0.7;
}

.domus-search-context-label {
	display: inline-block;
	margin-right: 4px;
	font-weight: 700;
}

.domus-search-highlight {
	background: #fff1a8;
	padding: 0 0.08em;
}

.domus-search-shortcode {
	width: 100%;
}

.tena-search-section {
	padding-top: 2.5em;
	padding-bottom: 80px;
}

.tena-search-summary {
	margin: 20px 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
}

.tena-search-results {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tena-search-result {
	list-style: none;
	padding: 18px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.tena-search-result__media-row {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	margin-top: 8px;
}

.tena-search-result__media {
	display: grid;
	flex: 0 0 60px;
	width: 60px;
	height: 60px;
	max-width: 60px;
	max-height: 60px;
	place-items: center;
	overflow: hidden;
	text-decoration: none;
}

.tena-search-result > .tena-search-result__media {
	float: left;
	margin: 0 12px 8px 0;
}

.tena-search-result__media img {
	width: 100%;
	height: 100%;
	max-width: 60px;
	max-height: 60px;
	object-fit: cover;
}

.tena-search-result__media span {
	display: none;
}

.tena-search-result__media:not(:has(img)) {
	display: none;
}

.tena-search-result__body {
	min-width: 0;
}

.tena-search-result__title {
	margin: 0 0 4px;
	font-size: 18px;
	line-height: 1.3;
}

.tena-search-result__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 8px;
	opacity: 0.65;
	font-size: 12px;
}

.tena-search-result__excerpt,
.tena-search-result__file {
	clear: both;
	margin: 0;
}

.search-highlight {
	background: #fff1a8;
	padding: 0 0.1em;
}

.tena-search-pagination {
	margin-top: 30px;
}

.tena-search-empty {
	text-align: center;
}

.tena-search-empty__form {
	max-width: 520px;
	margin: 24px auto 0;
}

section #search-block-form {
	width: 100%;
}

.tena-search-empty__form form {
	display: flex;
	gap: 10px;
	justify-content: center;
}

.tena-search-empty__form input[type="search"],
.tena-search-empty__form input[name="s"] {
	width: 100%;
	min-height: 42px;
}

@media (max-width: 640px) {
	.domus-live-search {
		left: 50%;
		width: calc(100vw - 24px);
		transform: translateX(-50%);
	}
}
