/* Carrito Divi → botón compacto de inscripción (no tapa el logo). */
#et-top-navigation > a.et-cart-info {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	float: right;
	height: 32px;
	margin: 0 6px 0 12px;
	padding: 0 12px;
	border-radius: 999px;
	background: #1a73c7;
	color: #fff !important;
	font-size: 12px;
	font-weight: 700;
	line-height: 32px;
	text-decoration: none !important;
	position: relative;
	z-index: 22;
	white-space: nowrap;
}
#et-top-navigation > a.et-cart-info span:before {
	content: none !important;
	margin: 0 !important;
}
#et-top-navigation > a.et-cart-info span:after {
	content: "Inscribirme";
	color: #fff;
	font-family: "Open Sans", Arial, sans-serif;
}
#et-top-navigation > a.et-cart-info .inda-cart-badge {
	display: inline-block;
	min-width: 16px;
	height: 16px;
	margin-left: 6px;
	padding: 0 4px;
	border-radius: 999px;
	background: #fff;
	color: #1a73c7;
	font-size: 10px;
	font-style: normal;
	font-weight: 800;
	line-height: 16px;
	text-align: center;
}

.et_search_outer {
	display: none !important;
}

#et_top_search,
#et_search_icon {
	cursor: pointer !important;
	pointer-events: auto !important;
	z-index: 20;
}

.inda-search-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(16, 32, 47, .45);
	z-index: 999999;
	padding: 18px 12px 40px;
}
.inda-search-overlay.open { display: block; }
.inda-search-bar {
	max-width: 720px;
	margin: 70px auto 0;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 18px 50px rgba(0,0,0,.2);
	padding: 16px;
	position: relative;
}
.inda-search-bar form { display: flex; gap: 8px; align-items: center; }
.inda-search-bar input[type="search"] {
	flex: 1;
	border: 1px solid #d5dee8;
	border-radius: 10px;
	padding: 12px 14px;
	font-size: 16px;
}
.inda-search-bar button[type="submit"] {
	background: #1a73c7;
	color: #fff;
	border: 0;
	border-radius: 10px;
	padding: 12px 16px;
	font-weight: 800;
	cursor: pointer;
}
.inda-search-close {
	background: transparent;
	border: 0;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	color: #5c6b7a;
	padding: 0 6px;
}
.inda-search-overlay .inda-live {
	position: static;
	display: none;
	margin-top: 10px;
	box-shadow: none;
	max-height: 55vh;
}
.inda-search-overlay .inda-live.open { display: block; }

.inda-live {
	position: absolute;
	left: 0;
	right: 40px;
	top: 100%;
	margin-top: 8px;
	background: #fff;
	border: 1px solid #e4ebf2;
	border-radius: 12px;
	box-shadow: 0 12px 30px rgba(16, 32, 47, .12);
	z-index: 100000;
	max-height: 70vh;
	overflow: auto;
	display: none;
}
.inda-live.open { display: block; }
.inda-live a {
	display: block;
	padding: 10px 14px;
	text-decoration: none;
	color: #1c2833;
	border-bottom: 1px solid #f0f3f7;
}
.inda-live a:hover { background: #f4f7fb; }
.inda-live .lbl {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	color: #1a73c7;
	text-transform: uppercase;
	margin-right: 8px;
}
.inda-live .ttl { font-weight: 700; }
.inda-live .empty, .inda-live .more {
	padding: 12px 14px;
	color: #5c6b7a;
	font-size: 14px;
}

.ifl-search { font-family: "Open Sans", Arial, sans-serif; color: #1c2833; }
.ifl-search .wrap { max-width: 860px; margin: 0 auto; padding: 28px 22px 56px; }
.ifl-search h1 { font-size: 28px; margin: 0 0 8px; }
.ifl-search .lead { color: #5c6b7a; margin: 0 0 22px; }
.ifl-search form { display: flex; gap: 8px; margin: 0 0 28px; }
.ifl-search input[type="search"] {
	flex: 1;
	padding: 12px 14px;
	border: 1px solid #d5dee8;
	border-radius: 10px;
	font-size: 16px;
}
.ifl-search button {
	background: #1a73c7;
	color: #fff;
	border: 0;
	border-radius: 10px;
	padding: 12px 18px;
	font-weight: 800;
	cursor: pointer;
}
.ifl-hit {
	display: block;
	padding: 16px 18px;
	margin: 0 0 12px;
	border: 1px solid #e4ebf2;
	border-radius: 12px;
	text-decoration: none;
	color: inherit;
	background: #fff;
}
.ifl-hit:hover { border-color: #1a73c7; }
.ifl-hit .lbl { font-size: 11px; font-weight: 700; color: #1a73c7; text-transform: uppercase; }
.ifl-hit h2 { font-size: 18px; margin: 4px 0 6px; color: #12202e; }
.ifl-hit p { margin: 0; color: #5c6b7a; font-size: 14px; }

body.search #sidebar,
body.search h1.main_title { display: none !important; }
body.search #left-area { width: 100% !important; float: none !important; }
body.search #main-content .container { width: 100% !important; max-width: 100% !important; padding: 0 !important; }

@media (max-width: 980px) {
	.inda-search-bar { margin-top: 24px; }
	#et-top-navigation > a.et-cart-info {
		height: 28px;
		line-height: 28px;
		margin: 4px 8px 0 0;
		padding: 0 10px;
		font-size: 11px;
	}
	.et_header_style_left .logo_container {
		max-width: calc(100% - 190px);
	}
}
