/**
 * [esmer_gelismis_arama] — canlı arama shortcode
 */
.esmer-live-search-wrap {
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	padding: 60px 20px;
}

.esmer-live-search-wrap .esmer-live-search-hero {
	font-size: 60px;
	margin-bottom: 20px;
}

.esmer-live-search-wrap h1 {
	font-size: 42px;
	font-weight: 900;
	color: #222;
	margin-bottom: 10px;
}

.esmer-live-search-wrap .esmer-live-search-lead {
	font-size: 18px;
	color: #777;
	margin-bottom: 40px;
}

.esmer-live-search-field {
	position: relative;
	max-width: 100%;
}

#esmer-live-input {
	width: 100%;
	padding: 20px 25px;
	font-size: 18px;
	border-radius: 50px;
	border: 2px solid #eee;
	background: #f9f9f9;
	outline: none;
	transition: 0.3s;
	padding-right: 50px;
}

#esmer-live-input:focus {
	border-color: #ffba00;
	background: #fff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

#esmer-loading-icon {
	position: absolute;
	right: 20px;
	top: 22px;
	display: none;
	font-size: 20px;
	animation: esmer-spin 1s linear infinite;
}

@keyframes esmer-spin {
	100% {
		transform: rotate(360deg);
	}
}

#esmer-live-results {
	display: none;
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
	z-index: 999;
	overflow: hidden;
	border: 1px solid #eee;
	text-align: left;
}

.live-item {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 12px 20px;
	border-bottom: 1px solid #f5f5f5;
	text-decoration: none;
	transition: 0.2s;
}

.live-item:hover {
	background: #fffcf5;
}

.live-item:last-child {
	border-bottom: none;
}

.live-img {
	width: 50px;
	height: 50px;
	border-radius: 8px;
	object-fit: cover;
	background: #eee;
	flex-shrink: 0;
}

.live-img--placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
}

.live-info h4 {
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	color: #333;
}

.live-type {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffba00;
	letter-spacing: 1px;
}

.esmer-live-search-cats {
	margin-top: 60px;
}

.esmer-live-search-cats h4 {
	font-size: 14px;
	font-weight: 800;
	color: #bbb;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.esmer-live-search-cats-inner {
	display: flex;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
}

.search-cat-tag {
	padding: 8px 16px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 30px;
	color: #555;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	transition: 0.2s;
}

.search-cat-tag:hover {
	border-color: #ffba00;
	color: #ffba00;
}

.live-item--all {
	justify-content: center;
	color: #ffba00;
	font-weight: 800;
}

.live-item--empty {
	color: #999;
}
