/**
 * Single place (servicio) — Zippyn 2026.
 * Requiere body.zp-single-place-2026 (inc/zp-single-place-2026-ui.php).
 */

body.zp-single-place-2026 {
	background: #f1f5f9 !important;
	overflow-x: hidden !important;
	max-width: 100vw;
	position: relative;
	touch-action: pan-y;
	overscroll-behavior-x: none;
}

/* Evita desplazamiento lateral al arrastrar (iOS / Android). */
html:has(body.zp-single-place-2026) {
	overflow-x: hidden;
	max-width: 100vw;
}

body.zp-single-place-2026 #page,
body.zp-single-place-2026 #wrapper,
body.zp-single-place-2026 #main,
body.zp-single-place-2026 .wrapper-mobile,
body.zp-single-place-2026 #single-place {
	overflow-x: hidden !important;
	max-width: 100%;
	touch-action: pan-y;
	overscroll-behavior-x: none;
}

body.zp-single-place-2026 #page {
	background: transparent;
}

/* Pestañas Info / Galería / Reseñas: solo el panel activo (evita ver todo a la vez) */
body.zp-single-place-2026 #tabs-place-review-wrapper .tab-content > .tab-pane:not(.active),
body.zp-single-place-2026 .zp-place-desktop-tabs .tab-content > .tab-pane:not(.active) {
	display: none !important;
}

body.zp-single-place-2026 #tabs-place-review-wrapper .tab-content > .tab-pane.active,
body.zp-single-place-2026 .zp-place-desktop-tabs .tab-content > .tab-pane.active {
	display: block !important;
}

/* —— Desktop: pestañas bajo la ficha (misma idea que móvil) —— */
body.zp-single-place-2026 .zp-place-desktop-tabs {
	margin: 0 0 8px;
}

body.zp-single-place-2026 .zp-place-desktop-tablist {
	display: flex !important;
	flex-wrap: nowrap !important;
	justify-content: center !important;
	align-items: center;
	gap: 8px;
	margin: 0 auto 12px !important;
	padding: 6px 10px !important;
	background: #e2e8f0 !important;
	border-radius: 16px !important;
	border: none !important;
	width: fit-content;
	max-width: 100%;
	list-style: none !important;
	float: none !important;
}

body.zp-single-place-2026 .zp-place-desktop-tablist > li {
	float: none !important;
	margin: 0 !important;
	flex: 0 0 auto;
}

body.zp-single-place-2026 .zp-place-desktop-tablist > li > a {
	display: flex !important;
	align-items: center;
	gap: 8px;
	padding: 14px 22px !important;
	border-radius: 12px !important;
	font-weight: 800 !important;
	font-size: 1.02rem !important;
	line-height: 1.2 !important;
	white-space: nowrap;
	border: none !important;
	background: transparent !important;
	color: var(--ylb-gray, #64748b) !important;
}

body.zp-single-place-2026 .zp-place-desktop-tablist > li.active > a {
	background: #fff !important;
	color: var(--ylb-blue, #1d4ed8) !important;
	box-shadow: 0 2px 10px rgba(15, 23, 42, 0.08);
}

body.zp-single-place-2026 .zp-place-desktop-tab-content {
	margin: 0;
	border-radius: 0 0 16px 16px;
	border: 1px solid var(--ylb-border, #e2e8f0);
	background: #fff;
	box-shadow: var(--zp-card-elev-shadow, 0 4px 24px rgba(15, 23, 42, 0.06));
	overflow: hidden;
}

body.zp-single-place-2026 .zp-list-gallery-tab {
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr));
	gap: 14px;
	list-style: none !important;
	margin: 0 !important;
	padding: 18px 16px 24px !important;
}

body.zp-single-place-2026 .zp-list-gallery-tab > li {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.zp-single-place-2026 .zp-list-gallery-tab a {
	display: block;
	line-height: 0;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid var(--ylb-border, #e2e8f0);
	box-shadow: 0 4px 18px rgba(15, 23, 42, 0.1);
}

body.zp-single-place-2026 .zp-list-gallery-tab img {
	width: 100% !important;
	height: auto !important;
	min-height: 200px;
	max-height: 70vh;
	object-fit: cover;
	display: block;
}

body.zp-single-place-2026 #zp-pane-reviews .comments {
	margin: 0;
	border: none;
}

/* —— Hero / cover / mapa —— */
body.zp-single-place-2026 .google-map-wrapper,
body.zp-single-place-2026 #map-top-wrapper,
body.zp-single-place-2026 #map-top-wrapper-open,
body.zp-single-place-2026 .openstreetmap-wrapper,
body.zp-single-place-2026 #map-top-wrapper .section-map,
body.zp-single-place-2026 .single-map-wrapper {
	overflow: hidden;
	border-radius: 0 0 22px 22px;
	box-shadow:
		0 20px 50px rgba(15, 23, 42, 0.2),
		0 8px 24px rgba(15, 23, 42, 0.12),
		0 0 0 1px rgba(148, 163, 184, 0.35) !important;
}

body.zp-single-place-2026 .google-map-wrapper {
	border-radius: 0 0 22px 22px;
}

body.zp-single-place-2026 #single-place-cover {
	min-height: 220px;
	position: relative;
	border: none !important;
	border-radius: 0 0 22px 22px;
	overflow: hidden;
	box-shadow:
		0 20px 50px rgba(15, 23, 42, 0.18),
		0 8px 24px rgba(15, 23, 42, 0.1),
		0 0 0 1px rgba(148, 163, 184, 0.3) !important;
}

body.zp-single-place-2026 #single-place-cover::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(15, 23, 42, 0) 40%, rgba(15, 23, 42, 0.35) 100%);
	pointer-events: none;
}

/* —— Contenedor principal —— */
body.zp-single-place-2026 #single-place {
	padding-bottom: 48px;
}

body.zp-single-place-2026 #single-place > .container {
	max-width: 1180px;
}

/* Layout: barra de acciones + contenido (reemplaza float legacy) */
body.zp-single-place-2026 #single-place.not_is_tablet .single-place-wrapper {
	display: flex !important;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 14px;
	margin-top: -52px !important;
	margin-bottom: 40px !important;
	position: relative;
	z-index: 2;
}

body.zp-single-place-2026 .list-option-left-wrapper {
	float: none !important;
	margin-left: 0 !important;
	margin-top: 64px !important;
	width: auto !important;
	flex-shrink: 0;
}

body.zp-single-place-2026 .list-option-left-wrapper .list-option-left {
	display: flex;
	flex-direction: column;
	gap: 8px;
	background: transparent;
	border: none;
	padding: 0;
}

body.zp-single-place-2026 .list-option-left-wrapper .list-option-left > li {
	margin: 0 !important;
	padding: 0 !important;
}

body.zp-single-place-2026 .list-option-left-wrapper .list-option-left > li > a {
	width: 46px !important;
	height: 46px !important;
	border-radius: 14px !important;
	background: var(--ylb-blue, #1d4ed8) !important;
	box-shadow: 0 4px 14px rgba(29, 78, 216, 0.35);
	display: flex !important;
	align-items: center;
	justify-content: center;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
	border: none !important;
}

body.zp-single-place-2026 .list-option-left-wrapper .list-option-left > li > a:hover {
	transform: translateY(-1px);
	box-shadow: 0 6px 18px rgba(29, 78, 216, 0.45);
}

body.zp-single-place-2026 .list-option-left-wrapper .list-option-left > li > a i {
	line-height: 1 !important;
	font-size: 16px !important;
	color: #fff !important;
}

body.zp-single-place-2026 .list-option-left-wrapper .list-option-left > li > a.loved i {
	color: #86efac !important;
}

body.zp-single-place-2026 .list-share-social {
	border-radius: 12px;
	background: #fff;
	box-shadow: var(--zp-card-elev-shadow, 0 8px 28px rgba(15, 23, 42, 0.12));
	padding: 6px !important;
	gap: 4px;
}

body.zp-single-place-2026 .list-share-social li a {
	width: 40px !important;
	height: 40px !important;
	border-radius: 10px !important;
}

/* Bloque principal detalle */
body.zp-single-place-2026 .detail-place-right-wrapper {
	float: none !important;
	width: 100% !important;
	flex: 1;
	min-width: 0;
	background: #fff !important;
	border-radius: var(--ylb-radius, 16px) !important;
	border: 1px solid var(--ylb-border, #e2e8f0) !important;
	box-shadow: var(--zp-card-elev-shadow, 0 4px 24px rgba(15, 23, 42, 0.06)) !important;
	overflow: hidden;
	min-height: 0 !important;
}

body.zp-single-place-2026 .detail-place-right-wrapper > .section-detail-wrapper {
	border-bottom: 1px solid #f1f5f9 !important;
	padding: 14px 18px !important;
}

body.zp-single-place-2026 .detail-place-right-wrapper .section-detail-wrapper .breadcrumb {
	float: none !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 10px 14px !important;
	background: #f8fafc !important;
	border-radius: 12px !important;
	border: 1px solid var(--ylb-border, #e2e8f0) !important;
	border-left-width: 4px !important;
	font-size: 0.85rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 10px;
}

body.zp-single-place-2026 .detail-place-right-wrapper .section-detail-wrapper .breadcrumb > li + li::before {
	color: #94a3b8;
}

body.zp-single-place-2026 .detail-place-right-wrapper .section-detail-wrapper .dropdown {
	float: none !important;
	margin-top: 12px;
}

body.zp-single-place-2026 .detail-place-right-wrapper .section-detail-wrapper .dropdown .btn {
	border-radius: 12px !important;
	background: var(--ylb-blue, #1d4ed8) !important;
	border: none !important;
	font-weight: 700;
	padding: 8px 16px !important;
}

body.zp-single-place-2026 .detail-place-right-wrapper .claim-place,
body.zp-single-place-2026 .detail-place-right-wrapper .no-claim {
	float: none !important;
	display: inline-block;
	margin-top: 10px;
	padding: 8px 14px;
	border-radius: 12px;
	font-weight: 600;
	background: #fff;
	border: 1px solid var(--ylb-border, #e2e8f0);
}

/* Info + miniatura */
body.zp-single-place-2026 .info-address-place-wrapper {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 18px 20px;
	padding: 20px 18px !important;
	align-items: start;
}

@media (max-width: 600px) {
	body.zp-single-place-2026 .info-address-place-wrapper {
		grid-template-columns: 1fr;
	}
}

body.zp-single-place-2026 .img-small-place {
	display: block;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: var(--zp-card-elev-shadow, 0 8px 28px rgba(15, 23, 42, 0.1));
	border: 1px solid var(--ylb-border, #e2e8f0);
}

body.zp-single-place-2026 .img-small-place img {
	width: 100% !important;
	height: auto !important;
	display: block;
	border-radius: 16px;
}

body.zp-single-place-2026 .info-address-place ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.zp-single-place-2026 .info-address-place ul li {
	border: 1px solid #f1f5f9 !important;
	border-radius: 12px;
	padding: 10px 12px !important;
	margin-bottom: 8px !important;
	background: #fafbfc;
	font-size: 0.9rem;
	color: var(--ylb-text, #0a1628);
}

body.zp-single-place-2026 .info-address-place ul li i {
	color: var(--ylb-blue, #1d4ed8);
	margin-right: 8px;
	width: 1.1em;
	text-align: center;
}

body.zp-single-place-2026 .zp-js-single-place-geo {
	font-weight: 600;
	color: var(--ylb-gray, #64748b);
	font-size: 0.92em;
	white-space: normal;
}

body.zp-single-place-2026 .info-place .zp-js-single-place-geo,
body.zp-single-place-2026 .info-place-wrapper .zp-js-single-place-geo {
	display: inline;
}

/* Título + rating + galería + descripción */
body.zp-single-place-2026 .description-place-wrapper {
	padding: 20px 18px 28px !important;
	border-top: 1px solid #f1f5f9;
}

body.zp-single-place-2026 .place-title {
	margin-bottom: 8px;
}

body.zp-single-place-2026 .place-title .title-place {
	font-size: clamp(1.35rem, 2.5vw, 1.75rem) !important;
	font-weight: 800 !important;
	letter-spacing: -0.03em;
	color: var(--ylb-text, #0a1628) !important;
	margin: 0 0 10px !important;
	line-height: 1.2 !important;
}

/* Favorito + compartir junto al título */
.zp-sp-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 14px;
}

.zp-sp-action-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 42px;
	padding: 0 16px;
	border-radius: 999px;
	border: 1px solid var(--ylb-border, #e2e8f0);
	background: #fff;
	color: var(--ylb-text, #0a1628);
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
	-webkit-tap-highlight-color: transparent;
}

.zp-sp-action-btn:active {
	transform: scale(0.98);
}

.zp-sp-action-btn i {
	font-size: 1rem;
	line-height: 1;
}

/* Mismo pill que Compartir; anula zp-card-fav de las cards del home */
.zp-sp-actions .zp-sp-action-btn.zp-card-fav {
	width: auto;
	height: auto;
	min-height: 42px;
	padding: 0 16px;
	border-radius: 999px;
	box-shadow: none;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
}

.zp-sp-action-btn--fav,
.zp-sp-action-btn--share {
	color: var(--ylb-blue, #1d4ed8);
	border-color: rgba(29, 78, 216, 0.25);
	background: #eff6ff;
}

.zp-sp-action-btn--fav i,
.zp-sp-action-btn--share i {
	color: var(--ylb-blue, #1d4ed8);
}

.zp-sp-action-btn--fav.loved {
	color: #e11d48;
	border-color: rgba(225, 29, 72, 0.35);
	background: #fff1f2;
}

.zp-sp-action-btn--fav.loved i {
	color: #e11d48;
}

.zp-sp-action-btn--wa {
	color: #fff;
	border: none;
	background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
	box-shadow: 0 4px 14px rgba(34, 197, 94, 0.42);
	font-weight: 800;
}

.zp-sp-action-btn--wa i {
	color: #fff;
}

.zp-sp-action-btn--call {
	color: #2445D4;
	border-color: rgba(36, 69, 212, 0.35);
	background: #fff;
}

.zp-sp-action-btn--call i {
	color: #2445D4;
}

a.zp-sp-action-btn {
	text-decoration: none !important;
}

body.zp-single-place-2026 .list-option-left-wrapper .zp-sp-sidebar-share {
	width: 46px !important;
	height: 46px !important;
	border-radius: 14px !important;
	background: var(--ylb-blue, #1d4ed8) !important;
	box-shadow: 0 4px 14px rgba(29, 78, 216, 0.35);
	border: none !important;
	color: #fff !important;
	cursor: pointer;
	padding: 0;
}

body.zp-single-place-2026 .list-option-left-wrapper .zp-sp-sidebar-share i {
	color: #fff !important;
	font-size: 16px !important;
}

#zp-sp-share-toast {
	position: fixed;
	left: 50%;
	bottom: calc(88px + env(safe-area-inset-bottom, 0px));
	transform: translateX(-50%) translateY(12px);
	z-index: 10050;
	padding: 12px 18px;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.92);
	color: #fff;
	font-size: 0.88rem;
	font-weight: 600;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

#zp-sp-share-toast.is-visible {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}

body.zp-single-place-2026 .rate-wrapper .number-review {
	font-size: 0.88rem;
	font-weight: 600;
	color: var(--ylb-gray, #64748b);
	border-radius: 999px;
	padding: 4px 10px;
	background: #f1f5f9;
	display: inline-block;
	margin-top: 6px;
}

/* (0 reseñas / 2 vistas): todo el paréntesis en una sola línea */
body.zp-single-place-2026 a.number-review {
	white-space: nowrap;
}

body.zp-single-place-2026 .list-gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
	gap: 14px;
	margin: 18px 0 0 !important;
	padding: 0 !important;
	list-style: none;
}

body.zp-single-place-2026 .list-gallery > li {
	margin: 0 !important;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid var(--ylb-border, #e2e8f0);
	box-shadow: 0 4px 16px rgba(15, 23, 42, 0.08);
	min-width: 0;
}

body.zp-single-place-2026 .list-gallery > li:not(.last) a {
	display: block;
	line-height: 0;
}

body.zp-single-place-2026 .list-gallery > li img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 220px;
	max-height: 520px;
	object-fit: cover;
	border-radius: 14px;
}

body.zp-single-place-2026 .list-gallery > li.last a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 120px;
	min-width: 120px;
	background: linear-gradient(135deg, #1e40af, #2563eb);
	color: #fff !important;
	font-weight: 700;
	font-size: 0.85rem;
	padding: 8px;
	text-align: center;
	border-radius: 12px;
}

body.zp-single-place-2026 .content-description {
	font-size: 1rem;
	line-height: 1.65;
	color: #334155;
	margin-top: 18px;
}

body.zp-single-place-2026 .content-description p {
	margin-bottom: 1em;
}

body.zp-single-place-2026 .single-detail-owner {
	margin-top: 20px;
	padding: 12px 14px;
	background: #f8fafc;
	border-radius: 14px;
	border: 1px solid var(--ylb-border, #e2e8f0);
	display: inline-flex;
	align-items: center;
}

body.zp-single-place-2026 .single-detail-owner-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-weight: 700;
	color: var(--ylb-blue, #1d4ed8) !important;
}

body.zp-single-place-2026 .single-detail-owner-link img {
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.12);
}

body.zp-single-place-2026 .place-meta {
	margin-top: 16px;
	padding-top: 12px;
	border-top: 1px dashed #e2e8f0;
	font-size: 0.88rem;
}

/* WhatsApp / CTA injectados por hook */
body.zp-single-place-2026 .info-address-place-wrapper a[href*="wa.me"],
body.zp-single-place-2026 .info-address-place-wrapper a[href*="whatsapp"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 14px;
	padding: 12px 18px;
	border-radius: 14px;
	font-weight: 700 !important;
	background: #16a34a !important;
	color: #fff !important;
	border: none !important;
	box-shadow: 0 4px 16px rgba(22, 163, 74, 0.35);
}

/* Sidebar */
body.zp-single-place-2026 #single-place .single-sidebar {
	margin-top: 8px !important;
	padding: 0 4px;
}

body.zp-single-place-2026 #single-place .single-sidebar .widget {
	background: #fff;
	border-radius: var(--ylb-radius, 16px);
	border: 1px solid var(--ylb-border, #e2e8f0);
	box-shadow: var(--zp-card-elev-shadow, 0 4px 24px rgba(15, 23, 42, 0.06));
	padding: 16px 14px 20px;
	margin-bottom: 18px;
}

body.zp-single-place-2026 #single-place .single-sidebar .widgettitle {
	font-size: 1rem !important;
	font-weight: 800 !important;
	letter-spacing: -0.02em;
	margin: 0 0 14px !important;
	padding-bottom: 10px;
	border-bottom: 1px solid #f1f5f9;
	color: var(--ylb-text, #0a1628) !important;
}

/* Load more relacionados */
body.zp-single-place-2026 .paginations-wrapper {
	margin-top: 8px;
}

body.zp-single-place-2026 .paginations .load-more-post {
	display: inline-block;
	padding: 12px 22px !important;
	border-radius: 14px !important;
	background: var(--ylb-blue, #1d4ed8) !important;
	color: #fff !important;
	font-weight: 700 !important;
	border: none !important;
	box-shadow: 0 4px 14px rgba(29, 78, 216, 0.3);
}

/* Comentarios / reviews */
body.zp-single-place-2026 #main-single .comments,
body.zp-single-place-2026 #main-single .review-place-wrapper {
	border-top: 1px solid #f1f5f9;
	padding: 22px 18px 28px !important;
	background: #fafbfc;
}

body.zp-single-place-2026 #main-single .title-comments {
	font-size: 1.05rem !important;
	font-weight: 800 !important;
	margin-bottom: 16px !important;
	color: var(--ylb-text, #0a1628) !important;
}

body.zp-single-place-2026 #main-single .media-list.comment-list > .media {
	background: #fff;
	border: 1px solid var(--ylb-border, #e2e8f0);
	border-radius: 14px;
	padding: 14px;
	margin-bottom: 10px;
}

/* Tablet flag: mantener tarjeta sin flex forzado si el theme usa otro layout */
body.zp-single-place-2026 #single-place.is_tablet .detail-place-right-wrapper {
	border-radius: var(--ylb-radius, 16px) !important;
}

/* —— Móvil: single place —— */
body.zp-single-place-2026 #top-bar {
	background: linear-gradient(135deg, #1e40af 0%, #1d4ed8 50%, #2563eb 100%) !important;
	border: none !important;
	box-shadow: 0 6px 20px rgba(30, 64, 175, 0.25);
}

body.zp-single-place-2026 #top-bar .title-page {
	color: #fff !important;
	font-weight: 800 !important;
	letter-spacing: -0.02em;
	font-size: 1.05rem !important;
	margin: 0 !important;
	line-height: 1.25 !important;
}

body.zp-single-place-2026 #img-place {
	border-radius: 0 0 18px 18px;
	overflow: hidden;
	box-shadow:
		0 18px 44px rgba(15, 23, 42, 0.2),
		0 6px 18px rgba(15, 23, 42, 0.12),
		0 0 0 1px rgba(148, 163, 184, 0.35) !important;
	min-height: 180px !important;
}

body.zp-single-place-2026 #tabs-place-review-wrapper {
	background: #f1f5f9 !important;
	padding-bottom: 88px;
}

body.zp-single-place-2026 #tabs-place-review-wrapper > div[itemscope] {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: 100%;
	box-sizing: border-box;
	padding: 0 12px;
}

body.zp-single-place-2026 #tabs-place-review-wrapper .list-place-info {
	display: flex !important;
	flex-wrap: nowrap !important;
	justify-content: stretch !important;
	align-items: stretch;
	gap: 6px;
	margin: 12px 0 0 !important;
	padding: 4px 8px !important;
	background: #e2e8f0 !important;
	border-radius: 14px !important;
	border: none !important;
	width: 100%;
	max-width: none;
	box-sizing: border-box;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

body.zp-single-place-2026 #tabs-place-review-wrapper .list-place-info > li {
	float: none !important;
	flex: 1 1 0;
	min-width: 0;
	margin: 0 !important;
}

body.zp-single-place-2026 #tabs-place-review-wrapper .list-place-info > li > a {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 14px 10px !important;
	border-radius: 11px !important;
	font-weight: 800 !important;
	font-size: 0.98rem !important;
	line-height: 1.2 !important;
	white-space: nowrap;
	border: none !important;
	background: transparent !important;
	color: var(--ylb-gray, #64748b) !important;
	text-align: center;
}

body.zp-single-place-2026 #tabs-place-review-wrapper .list-place-info > li.active > a {
	background: #fff !important;
	color: var(--ylb-blue, #1d4ed8) !important;
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
}

body.zp-single-place-2026 #tabs-place-review-wrapper .tab-content {
	margin: 0 0 16px;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	border-radius: 0 0 16px 16px;
	border: 1px solid var(--ylb-border, #e2e8f0);
	border-top: none;
	box-shadow: var(--zp-card-elev-shadow, 0 4px 24px rgba(15, 23, 42, 0.06));
	overflow: hidden;
}

body.zp-single-place-2026 .info-place-wrapper {
	padding: 16px 14px 22px !important;
}

body.zp-single-place-2026 .info-place-wrapper .title-place {
	font-weight: 800 !important;
	letter-spacing: -0.02em;
	color: var(--ylb-text, #0a1628) !important;
}

/* Galería móvil (tab): imágenes grandes */
body.zp-single-place-2026 #gallery_place .gallery-image {
	list-style: none;
	margin: 0;
	padding: 12px 8px 20px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

body.zp-single-place-2026 #gallery_place .gallery-image .zp-gallery-cell {
	float: none !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

body.zp-single-place-2026 #gallery_place .gallery-image a {
	display: block;
	line-height: 0;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid var(--ylb-border, #e2e8f0);
	box-shadow: 0 4px 18px rgba(15, 23, 42, 0.1);
}

body.zp-single-place-2026 #gallery_place .gallery-image img {
	width: 100% !important;
	height: auto !important;
	min-height: 200px;
	max-height: 70vh;
	object-fit: cover;
	display: block;
}

@media (min-width: 768px) {
	body.zp-single-place-2026 #gallery_place .gallery-image {
		flex-direction: row;
		flex-wrap: wrap;
	}
	body.zp-single-place-2026 #gallery_place .gallery-image .zp-gallery-cell {
		width: calc(50% - 8px) !important;
		flex: 1 1 calc(50% - 8px);
		max-width: calc(50% - 8px);
	}
}

/* =============================================================================
   YoLaburo — ficha servicio «premium» (2026.2)
   Capa extra: mesh de fondo, hero fusionado, cards de info, CTAs y tabs glass.
   ============================================================================= */

body.zp-single-place-2026 {
	--zp-sp-ink: #0b1220;
	--zp-sp-ink-soft: #1e293b;
	--zp-sp-glow: rgba(29, 78, 216, 0.45);
	--zp-sp-blue-deep: #1e3a8a;
	--zp-sp-blue-bright: #38bdf8;
	--zp-sp-glass: rgba(255, 255, 255, 0.72);
	--zp-sp-glass-border: rgba(255, 255, 255, 0.55);
	background:
		radial-gradient(1200px 600px at 10% -10%, rgba(29, 78, 216, 0.16), transparent 55%),
		radial-gradient(900px 520px at 96% 5%, rgba(37, 99, 235, 0.12), transparent 52%),
		radial-gradient(780px 420px at 50% 100%, rgba(56, 189, 248, 0.1), transparent 48%),
		#f0f4fa !important;
}

body.zp-single-place-2026 #page {
	position: relative;
}

/* —— Móvil: hero continuo (barra + foto / mapa) —— */
body.zp-single-place-2026 #top-bar.section-wrapper {
	padding: 10px 0 12px !important;
	margin-bottom: 0 !important;
	border-radius: 0 0 0 0 !important;
}

body.zp-single-place-2026 #img-place.section-wrapper,
body.zp-single-place-2026 #top-bar + .section-wrapper#img-place {
	position: relative;
	margin-top: 0 !important;
	min-height: 220px !important;
}

body.zp-single-place-2026 #img-place.section-wrapper::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(15, 23, 42, 0) 0%,
		rgba(30, 58, 138, 0.22) 55%,
		rgba(15, 23, 42, 0.52) 100%
	);
	pointer-events: none;
	border-radius: inherit;
}

body.zp-single-place-2026 #img-place .container,
body.zp-single-place-2026 #img-place [itemscope] {
	position: relative;
	z-index: 1;
}

body.zp-single-place-2026 #top-bar + #img-place,
body.zp-single-place-2026 #top-bar + .single-map-wrapper {
	border-radius: 0 0 22px 22px !important;
}

body.zp-single-place-2026 #top-bar .title-page {
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* Mapa cuando no hay portada */
body.zp-single-place-2026 .single-map-wrapper,
body.zp-single-place-2026 #map-top-wrapper {
	border-radius: 0 0 22px 22px !important;
	overflow: hidden;
	box-shadow:
		0 20px 50px rgba(15, 23, 42, 0.18),
		0 0 0 1px rgba(148, 163, 184, 0.35) !important;
}

/* —— Tabs móvil: barra glass + pill activa —— */
body.zp-single-place-2026 #tabs-place-review-wrapper {
	padding-top: 8px;
}

body.zp-single-place-2026 #tabs-place-review-wrapper .list-place-info {
	background: var(--zp-sp-glass) !important;
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border: 1px solid var(--zp-sp-glass-border) !important;
	box-shadow: 0 8px 32px rgba(15, 23, 42, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.65) !important;
	gap: 8px;
	padding: 6px 10px !important;
}

body.zp-single-place-2026 #tabs-place-review-wrapper .list-place-info > li > a {
	border-radius: 12px !important;
	transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

body.zp-single-place-2026 #tabs-place-review-wrapper .list-place-info > li.active > a {
	background: linear-gradient(135deg, #fff 0%, #f8fafc 100%) !important;
	color: var(--ylb-blue, #1d4ed8) !important;
	box-shadow:
		0 4px 16px rgba(29, 78, 216, 0.18),
		0 0 0 1px rgba(29, 78, 216, 0.12);
}

body.zp-single-place-2026 #tabs-place-review-wrapper .tab-content {
	border-radius: 18px !important;
	border: 1px solid rgba(226, 232, 240, 0.95) !important;
	box-shadow:
		0 4px 6px rgba(15, 23, 42, 0.04),
		0 18px 48px rgba(15, 23, 42, 0.08) !important;
	margin: 0 0 20px !important;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

/* —— Bloque principal móvil: “card” glass sobre el fondo —— */
body.zp-single-place-2026 #tabs-place-review-wrapper .tab-pane > .container > .row > .col-xs-12 {
	padding-left: 10px;
	padding-right: 10px;
}

body.zp-single-place-2026 .info-place-wrapper {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, #fff 40%, #fafbff 100%) !important;
	border-radius: 0 !important;
	border: none !important;
	box-shadow: none !important;
}

body.zp-single-place-2026 .info-place-wrapper .title-place {
	font-size: clamp(1.45rem, 4.2vw, 1.85rem) !important;
	line-height: 1.22 !important;
	font-weight: 900 !important;
	letter-spacing: -0.03em;
	color: var(--zp-sp-ink) !important;
	margin: 0 0 6px !important;
}

body.zp-single-place-2026 .mobile-rate-stars {
	background: rgba(248, 250, 252, 0.95);
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	padding: 10px 14px 8px;
	box-shadow: inset 0 1px 0 #fff;
}

body.zp-single-place-2026 .mobile-rate-stars .number-review {
	margin-top: 8px !important;
	background: linear-gradient(135deg, #eff6ff, #f8fafc) !important;
	border: 1px solid #dbeafe;
	color: var(--ylb-blue, #1d4ed8) !important;
	font-weight: 700 !important;
}

/* Filas de info: cards con acento */
body.zp-single-place-2026 .info-place {
	list-style: none !important;
	margin: 16px 0 0 !important;
	padding: 0 !important;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

body.zp-single-place-2026 .info-place li {
	display: flex !important;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 14px 14px 16px !important;
	margin: 0 !important;
	border-radius: 14px !important;
	background: #fff !important;
	border: 1px solid #e8eef5 !important;
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
	position: relative;
	overflow: hidden;
}

body.zp-single-place-2026 .info-place li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	border-radius: 4px 0 0 4px;
	background: linear-gradient(180deg, var(--zp-sp-blue-deep, #1e3a8a), var(--zp-sp-blue-bright, #38bdf8));
	opacity: 0.9;
}

body.zp-single-place-2026 .info-place li i {
	font-size: 18px !important;
	width: 2.2rem;
	text-align: center;
	color: var(--ylb-blue, #2563eb) !important;
	flex-shrink: 0;
	margin-top: 2px;
	filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.8));
}

body.zp-single-place-2026 .info-place li img[src*="pro2"] {
	border-radius: 10px;
	box-shadow: 0 4px 18px rgba(37, 99, 235, 0.28);
}

/* Editar + favoritos / reporte */
body.zp-single-place-2026 .edit-place-btn {
	width: 100%;
	max-width: 320px;
	margin: 12px auto 4px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 20px !important;
	border: none !important;
	border-radius: 14px !important;
	font-weight: 800 !important;
	font-size: 0.95rem !important;
	letter-spacing: 0.02em;
	color: #fff !important;
	background: linear-gradient(135deg, #1e40af 0%, #2563eb 40%, #3b82f6 100%) !important;
	box-shadow:
		0 6px 22px var(--zp-sp-glow),
		inset 0 1px 0 rgba(255, 255, 255, 0.2);
	transition: transform 0.15s ease, box-shadow 0.2s ease;
}

body.zp-single-place-2026 .edit-place-btn:active {
	transform: scale(0.98);
}

body.zp-single-place-2026 .place-settings {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 18px;
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px dashed rgba(148, 163, 184, 0.55);
}

body.zp-single-place-2026 .place-settings.zp-place-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin: 18px 0 0;
	padding: 14px 12px;
	border: 1px solid rgba(191, 219, 254, 0.85);
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(239, 246, 255, 0.65) 0%, #fff 55%);
	box-shadow:
		0 4px 14px rgba(29, 78, 216, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

body.zp-single-place-2026 .info-place-wrapper > div:first-of-type {
	margin-bottom: 2px;
}

body.zp-single-place-2026 .info-place-wrapper .info-place {
	margin-top: 4px;
}

/* Descripción (debajo del título, lectura cómoda) */
body.zp-single-place-2026 .des-place-wrapper.zp-des-below-title {
	margin: 12px 0 18px;
	padding: 18px 16px 20px !important;
	border-radius: 16px;
	border: 1px solid rgba(226, 232, 240, 0.95);
	background: linear-gradient(165deg, #fff 0%, #f8fafc 100%);
	box-shadow:
		0 1px 2px rgba(15, 23, 42, 0.04),
		0 12px 32px rgba(15, 23, 42, 0.07);
}

body.zp-single-place-2026 .des-place-wrapper.zp-des-below-title .title-des {
	font-size: 0.7rem !important;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	font-weight: 800 !important;
	color: #64748b !important;
	margin: 0 0 12px !important;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(226, 232, 240, 0.9);
}

body.zp-single-place-2026 .des-place-wrapper.zp-des-below-title .content.zp-desc-reading,
body.zp-single-place-2026 .des-place-wrapper.zp-des-below-title .zp-desc-reading {
	font-size: 1.08rem;
	line-height: 1.78;
	color: var(--zp-sp-ink-soft);
	letter-spacing: 0.01em;
	text-wrap: pretty;
}

body.zp-single-place-2026 .des-place-wrapper.zp-des-below-title .zp-desc-reading p {
	margin: 0 0 1em;
}

body.zp-single-place-2026 .des-place-wrapper.zp-des-below-title .zp-desc-reading p:last-child {
	margin-bottom: 0;
}

body.zp-single-place-2026 .des-place-wrapper.zp-des-below-title .place-meta {
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px dashed rgba(148, 163, 184, 0.45);
	font-size: 0.9rem;
}

body.zp-single-place-2026 .des-place-wrapper.zp-des-below-title .content p:first-of-type::first-letter {
	font-size: 2.35em;
	font-weight: 800;
	line-height: 1;
	float: left;
	margin: 0.08em 0.12em 0 0;
	color: var(--ylb-blue, #2563eb);
}

/* Compat: descripción fuera del bloque lead (si quedara otro layout) */
body.zp-single-place-2026 .des-place-wrapper:not(.zp-des-below-title) {
	margin: 0 10px;
	padding: 20px 16px 18px !important;
	border-radius: 16px 16px 0 0;
	border: 1px solid rgba(226, 232, 240, 0.95);
	border-bottom: none;
	background: linear-gradient(165deg, #fff 0%, #f8fafc 100%);
	box-shadow:
		0 2px 4px rgba(15, 23, 42, 0.04),
		0 14px 36px rgba(15, 23, 42, 0.07);
}

body.zp-single-place-2026 .des-place-wrapper:not(.zp-des-below-title) .title-des {
	font-size: 0.78rem !important;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-weight: 800 !important;
	color: #64748b !important;
	margin: 0 0 12px !important;
}

body.zp-single-place-2026 .des-place-wrapper:not(.zp-des-below-title) .content {
	font-size: 1.14rem;
	line-height: 1.78;
	color: var(--zp-sp-ink-soft);
	letter-spacing: 0.01em;
}

body.zp-single-place-2026 .des-place-wrapper:not(.zp-des-below-title) .content p:first-of-type::first-letter {
	font-size: 2.35em;
	font-weight: 800;
	line-height: 1;
	float: left;
	margin: 0.08em 0.12em 0 0;
	color: var(--ylb-blue, #2563eb);
}

body.zp-single-place-2026 .place-settings.zp-place-actions .place-add-favorite,
body.zp-single-place-2026 .place-settings.zp-place-actions .place-remove-favorite,
body.zp-single-place-2026 .place-settings.zp-place-actions .place-report {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0;
	min-height: 48px;
	padding: 0 10px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(226, 232, 240, 0.95);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85) inset;
}

body.zp-single-place-2026 .place-settings.zp-place-actions .place-add-favorite i,
body.zp-single-place-2026 .place-settings.zp-place-actions .place-remove-favorite i {
	color: #2563eb;
}

body.zp-single-place-2026 .place-settings.zp-place-actions .place-report i {
	color: #64748b;
}

body.zp-single-place-2026 .place-add-favorite a,
body.zp-single-place-2026 .place-remove-favorite a,
body.zp-single-place-2026 .place-report a {
	font-weight: 700 !important;
	border-radius: 999px !important;
	padding: 8px 14px !important;
	background: #f1f5f9 !important;
	transition: background 0.15s ease, color 0.15s ease;
}

body.zp-single-place-2026 .place-settings.zp-place-actions .place-add-favorite a,
body.zp-single-place-2026 .place-settings.zp-place-actions .place-remove-favorite a,
body.zp-single-place-2026 .place-settings.zp-place-actions .place-report a {
	background: transparent !important;
	border-radius: 0 !important;
	padding: 0 !important;
	font-size: 0.95rem !important;
}

body.zp-single-place-2026 .place-remove-favorite a.loved {
	background: linear-gradient(135deg, #fef2f2, #fff1f2) !important;
	color: #be123c !important;
}

body.zp-single-place-2026 .place-settings.zp-place-actions .place-remove-favorite a.loved {
	background: transparent !important;
	color: #be123c !important;
}

body.zp-single-place-2026 #zp-review-tab-top {
	scroll-margin-top: max(12px, env(safe-area-inset-top, 0px));
}

body.zp-single-place-2026 #review_place.tab-pane.active {
	scroll-margin-top: 8px;
}

/* Galería: hover sutil */
@media (hover: hover) {
	body.zp-single-place-2026 #gallery_place .gallery-image a:hover,
	body.zp-single-place-2026 .zp-list-gallery-tab a:hover {
		transform: translateY(-2px);
		box-shadow: 0 12px 36px rgba(15, 23, 42, 0.16) !important;
		transition: transform 0.2s ease, box-shadow 0.2s ease;
	}
}

/* Desktop: tarjeta principal más “editorial” */
body.zp-single-place-2026 .detail-place-right-wrapper {
	box-shadow:
		0 2px 4px rgba(15, 23, 42, 0.04),
		0 24px 56px rgba(15, 23, 42, 0.1) !important;
	border: 1px solid rgba(226, 232, 240, 0.9) !important;
}

body.zp-single-place-2026 .zp-place-desktop-tablist {
	background: var(--zp-sp-glass) !important;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid var(--zp-sp-glass-border) !important;
	box-shadow: 0 8px 28px rgba(15, 23, 42, 0.07);
}

body.zp-single-place-2026 .zp-place-desktop-tablist > li.active > a {
	background: linear-gradient(135deg, #fff, #f8fafc) !important;
	box-shadow: 0 4px 18px rgba(29, 78, 216, 0.15);
}

/* iOS safe area + bottom nav */
body.zp-single-place-2026 #tabs-place-review-wrapper {
	padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
}

/* Accesibilidad: menos movimiento */
@media (prefers-reduced-motion: reduce) {
	body.zp-single-place-2026 .edit-place-btn,
	body.zp-single-place-2026 #tabs-place-review-wrapper .list-place-info > li > a,
	body.zp-single-place-2026 #gallery_place .gallery-image a {
		transition: none !important;
	}
	body.zp-single-place-2026 #gallery_place .gallery-image a:hover {
		transform: none !important;
	}
}

/* Botón «Llamar» y enlace WhatsApp en ficha (sin mostrar el número en claro) */
body.zp-single-place-2026 .zp-single-call-btn,
body.single-place .zp-single-call-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 4px 0 2px 4px;
	padding: 10px 18px;
	font-weight: 800;
	font-size: 0.95rem;
	color: #fff !important;
	text-decoration: none !important;
	border-radius: 12px;
	background: linear-gradient(135deg, #1e40af 0%, #2563eb 100%);
	box-shadow: 0 4px 14px rgba(29, 78, 216, 0.25);
}

body.zp-single-place-2026 .zp-phone-call-row .fa-phone,
body.single-place .zp-phone-call-row .fa-phone {
	color: var(--ylb-blue, #2563eb);
}

body.zp-single-place-2026 .whatsapp-icon-area .openWhatsapp,
body.single-place .whatsapp-icon-area .openWhatsapp {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	font-weight: 700;
	font-size: 0.95rem;
	line-height: 1.3;
	color: #166534 !important;
	text-decoration: none !important;
	padding: 8px 4px;
}

/* ============================================================
   2026 APP REDESIGN — MOBILE SINGLE PLACE
   Scope: body.zp-single-place-2026 @media (max-width: 767px)
   ============================================================ */
@media (max-width: 767px) {

/* ---- Reset layout ---- */
body.zp-single-place-2026 {
	background: #f1f5f9 !important;
	font-family: -apple-system, BlinkMacSystemFont, 'Inter', 'Segoe UI', sans-serif !important;
}
body.zp-single-place-2026 #page,
body.zp-single-place-2026 .main-content,
body.zp-single-place-2026 #main-content,
body.zp-single-place-2026 .content-area {
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
}

/* Hide legacy top-bar, img-place section, and old tabs wrapper that we replaced */
body.zp-single-place-2026 #top-bar.section-wrapper,
body.zp-single-place-2026 #img-place.section-wrapper,
body.zp-single-place-2026 section.section-wrapper:not(.zp-sp26-tab-area):not(#sp26_info):not(#sp26_gallery):not(#sp26_reviews) {
	/* intentionally NOT hidden — we use a different approach below */
}

/* ---- HERO (map) ---- */
.zp-sp26-hero {
	position: relative;
	width: 100%;
	height: 196px;
	overflow: hidden;
	background: #e2e8f0;
}
.zp-sp26-hero--map .openstreetmap-wrapper,
.zp-sp26-hero--map #map-top-wrapper-open {
	width: 100% !important;
	height: 196px !important;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 0 !important;
}
.zp-sp26-hero--map > style { display: none !important; }
.zp-sp26-hero__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.zp-sp26-hero__img--placeholder {
	background: linear-gradient(135deg, #2445D4 0%, #1a3ab8 100%);
}
.zp-sp26-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,.38) 0%, rgba(0,0,0,0) 40%);
	pointer-events: none;
	z-index: 5;
}
.zp-sp26-hero__topbar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 16px;
	z-index: 10;
}
.zp-sp26-hero__back,
.zp-sp26-hero__icon-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(0,0,0,.28);
	border: none;
	color: #fff;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	padding: 0;
	line-height: 1;
}
.zp-sp26-hero__back svg,
.zp-sp26-hero__icon-btn svg {
	display: block;
}
.zp-sp26-hero__topright {
	display: flex;
	gap: 10px;
}

.zp-sp26-hero__icon-btn.loved {
	color: #fda4af;
	background: rgba(225, 29, 72, 0.35);
}

.zp-sp26-identity .zp-sp-actions--secondary {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 8px;
	margin-top: 12px;
	margin-bottom: 0;
	padding-top: 12px;
	border-top: 1px solid #eef2f7;
	width: 100%;
}

.zp-sp26-identity .zp-sp-actions--secondary .zp-sp-action-btn {
	flex: 1 1 0;
	min-width: 0;
	min-height: 34px;
	padding: 0 10px;
	gap: 6px;
	font-size: 0.76rem;
	font-weight: 600;
	background: #f8fafc;
	border-color: #e2e8f0;
	color: #64748b;
	box-shadow: none;
}

.zp-sp26-identity .zp-sp-actions--secondary .zp-sp-action-btn i {
	font-size: 0.88rem;
	color: #94a3b8;
	flex-shrink: 0;
}

.zp-sp26-identity .zp-sp-actions--secondary .zp-sp-action-btn--fav,
.zp-sp26-identity .zp-sp-actions--secondary .zp-sp-action-btn--share {
	background: #f8fafc;
	border-color: #e2e8f0;
	color: #64748b;
}

.zp-sp26-identity .zp-sp-actions--secondary .zp-sp-action-btn--fav.loved {
	color: #e11d48;
	background: #fff5f7;
	border-color: #fecdd3;
}

.zp-sp26-identity .zp-sp-actions--secondary .zp-sp-action-btn--fav.loved i {
	color: #e11d48;
}

.zp-sp26-identity .zp-sp-actions--secondary .zp-sp-action-btn.zp-card-fav {
	min-height: 34px;
	padding: 0 10px;
	box-shadow: none;
}

.zp-sp26-identity .zp-sp26-contact-actions--inline {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 10px;
	margin-top: 12px;
	margin-bottom: 0;
	width: 100%;
}

.zp-sp26-identity .zp-sp26-contact-actions--inline .zp-sp26-contact-btn {
	flex: 1 1 0;
	min-width: 0;
	min-height: 48px;
	padding: 12px 14px;
	font-size: 0.95rem;
}

/* ---- AVATAR + PRO ---- */
.zp-sp26-avatar-wrap {
	display: flex;
	align-items: flex-end;
	gap: 8px;
	position: relative;
	z-index: 20;
	margin: -29px 0 0 20px;
	padding: 0;
}

.zp-sp26-contact-actions {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.zp-sp26-contact-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 48px;
	padding: 12px 16px;
	border-radius: 14px;
	font-size: 0.98rem;
	font-weight: 800;
	line-height: 1.1;
	text-decoration: none !important;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
	box-sizing: border-box;
}

.zp-sp26-contact-btn:active {
	transform: scale(0.98);
}

.zp-sp26-contact-btn i {
	font-size: 1.28rem;
	line-height: 1;
	flex-shrink: 0;
}

.zp-sp26-contact-btn--wa {
	color: #fff;
	border: none;
	background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
	box-shadow: 0 6px 20px rgba(34, 197, 94, 0.45);
}

.zp-sp26-contact-btn--wa i {
	color: #fff;
}

.zp-sp26-contact-btn--call {
	color: #2445D4;
	background: #fff;
	border: 2px solid #2445D4;
	box-shadow: 0 4px 14px rgba(36, 69, 212, 0.18);
}

.zp-sp26-contact-btn--call i {
	color: #2445D4;
}

.zp-sp26-avatar-wrap .zp-sp26-pro-badge {
	align-self: flex-end;
	margin: 0 0 8px;
	flex-shrink: 0;
}

/* ---- AVATAR + PRO BADGE ---- */
.zp-sp26-avatar {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	border: 3px solid #fff;
	box-shadow: 0 4px 16px rgba(0,0,0,.18);
	overflow: hidden;
	background: #e2e8f0;
	flex-shrink: 0;
}
.zp-sp26-avatar img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ---- Owner PRO upsell (plan gratis) ---- */
.zp-sp-owner-pro-banner {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 12px;
	margin: 16px 0 4px;
	padding: 14px 16px;
	border-radius: 14px;
	background: linear-gradient(135deg, #eef2ff 0%, #f5f3ff 100%);
	border: 1px solid rgba(36, 69, 212, 0.18);
	box-shadow: 0 6px 18px rgba(36, 69, 212, 0.08);
}

.zp-sp-owner-pro-banner__text {
	margin: 0;
	font-size: 14px;
	line-height: 1.45;
	font-weight: 600;
	color: #1e293b;
}

.zp-sp-owner-pro-banner__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 44px;
	padding: 10px 16px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, #2445d4 0%, #4f46e5 100%);
	color: #fff !important;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none !important;
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(36, 69, 212, 0.35);
	transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.zp-sp-owner-pro-banner__btn:hover,
.zp-sp-owner-pro-banner__btn:focus {
	opacity: 0.95;
	box-shadow: 0 6px 18px rgba(36, 69, 212, 0.42);
}

.zp-sp-owner-pro-banner__btn:active {
	transform: scale(0.98);
}

.zp-sp-owner-pro-banner__btn:disabled {
	opacity: 0.65;
	cursor: wait;
}

body.zp-single-place-2026 .description-place-wrapper .zp-sp-owner-pro-banner {
	margin: 18px 0 8px;
}

@media (min-width: 768px) {
	.zp-sp-owner-pro-banner {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		padding: 16px 20px;
	}

	.zp-sp-owner-pro-banner__text {
		flex: 1;
		font-size: 15px;
	}

	.zp-sp-owner-pro-banner__btn {
		width: auto;
		min-width: 180px;
		flex-shrink: 0;
	}
}

.zp-sp26-pro-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	padding: 5px 12px;
	border-radius: 999px;
	margin-bottom: 10px;
}

/* ---- MAIN WHITE CARD ---- */
.zp-sp26-card {
	background: #fff;
	border-radius: 28px 28px 0 0;
	margin-top: -24px;
	position: relative;
	z-index: 15;
	padding: 24px 20px 12px;
	min-height: 60vh;
}

/* ---- Identity ---- */
.zp-sp26-identity {
	margin-top: 12px;
	margin-bottom: 12px;
}
.zp-sp26-title {
	font-size: 24px !important;
	font-weight: 800 !important;
	color: #0f172a !important;
	line-height: 1.2 !important;
	margin: 0 0 4px !important;
	padding: 0 !important;
}
.zp-sp26-cat {
	font-size: 14px;
	color: #64748b;
	margin: 0;
	font-weight: 500;
}

/* ---- Rating ---- */
.zp-sp26-rating {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 16px;
}
.zp-sp26-rating__score {
	font-size: 18px;
	font-weight: 800;
	color: #2445D4;
}
.zp-sp26-rating__stars {
	display: flex;
	gap: 2px;
	align-items: center;
}
.zp-sp26-star {
	width: 17px;
	height: 17px;
	color: #2445D4;
	fill: #2445D4;
}
.zp-sp26-star--empty {
	fill: none;
	color: #d1d5db;
	stroke: #d1d5db;
}
.zp-sp26-rating__count {
	font-size: 13px;
	color: #64748b;
	text-decoration: none !important;
}

/* ---- Metrics ---- */
.zp-sp26-metrics {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 22px;
}
.zp-sp26-metric {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 14px 8px;
	text-align: center;
	gap: 4px;
	border-right: 1px solid #e2e8f0;
}
.zp-sp26-metric:last-child {
	border-right: none;
}
.zp-sp26-metric__icon {
	width: 20px;
	height: 20px;
	color: #2445D4;
	stroke: #2445D4;
}
.zp-sp26-metric__val {
	font-size: 13px;
	font-weight: 700;
	color: #0f172a;
	line-height: 1.2;
}
.zp-sp26-metric__lbl {
	font-size: 11px;
	color: #94a3b8;
	line-height: 1.2;
}

/* ---- Sections ---- */
.zp-sp26-section {
	margin-bottom: 22px;
}
.zp-sp26-section__title {
	font-size: 17px !important;
	font-weight: 700 !important;
	color: #0f172a !important;
	margin: 0 0 10px !important;
	padding: 0 !important;
}

/* ---- About ---- */
.zp-sp26-about__content {
	font-size: 14px;
	color: #475569;
	line-height: 1.65;
}
.zp-sp26-about__content p {
	margin: 0 0 8px;
}

/* ---- Services ---- */
.zp-sp26-services__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}
.zp-sp26-services__head .zp-sp26-section__title {
	margin-bottom: 0 !important;
}
.zp-sp26-services__more {
	font-size: 13px;
	color: #2445D4;
	font-weight: 600;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
}
.zp-sp26-services__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px 12px;
}
.zp-sp26-service-item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: #1e293b;
}
.zp-sp26-service-item svg {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	color: #2445D4;
	stroke: #2445D4;
}

/* ---- Address ---- */
.zp-sp26-address > div {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	color: #64748b;
}
.zp-sp26-address svg {
	flex-shrink: 0;
	color: #64748b;
	stroke: #64748b;
}

/* ---- Extra links (website, instagram, price) ---- */
.zp-sp26-extra-info {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.zp-sp26-extra-link {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	color: #2445D4;
	text-decoration: none;
}

/* ---- Gallery section (inline) ---- */
.zp-sp26-gallery-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8px;
}
.zp-sp26-gallery-cell {
	display: block;
	border-radius: 10px;
	overflow: hidden;
	aspect-ratio: 1;
	background: #e2e8f0;
}
.zp-sp26-gallery-cell img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ---- Reviews section ---- */
.zp-sp26-reviews-section {
	border-top: 1px solid #f1f5f9;
	padding-top: 22px;
}
.zp-sp26-reviews-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 14px;
}
.zp-sp26-reviews-head .zp-sp26-section__title {
	margin-bottom: 0 !important;
}
.zp-sp26-reviews-stars {
	display: flex;
	align-items: center;
	gap: 5px;
}
.zp-sp26-reviews-stars__score {
	font-size: 15px;
	font-weight: 700;
	color: #2445D4;
}
.zp-sp26-reviews-count {
	font-size: 14px;
	font-weight: 500;
	color: #94a3b8;
	margin-left: 4px;
}

/* ---- Map section ---- */
.zp-sp26-map-section .mobile-map-wrapper {
	border-radius: 14px;
	overflow: hidden;
}

/* ---- Hidden actions (favorites/report keep working) ---- */
.zp-sp26-actions-hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	pointer-events: none;
}

/* ---- Edit button ---- */
.edit-place-btn {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 9px 18px;
	background: #f1f5f9;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 600;
	color: #334155;
	cursor: pointer;
}

/* ---- Verify ---- */
.zp-sp26-verify p {
	font-size: 13px;
	color: #475569;
}

/* ---- FIXED BOTTOM BAR (legacy — contacto inline en zp-sp-actions) ---- */
.zp-sp26-fixed-bar {
	display: none !important;
}

/* ---- Gallery cells ---- */
.zp-gallery-cell img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	display: block;
}

/* ---- Make sure legacy top-bar & img-place sections are hidden ---- */
body.zp-single-place-2026 #top-bar.section-wrapper,
body.zp-single-place-2026 section#img-place.section-wrapper {
	display: none !important;
}

/* ---- Bottom nav clearance ---- */
body.zp-single-place-2026 .zp-sp26-bottom-spacer {
	height: calc(66px * 1.1 + 12px);
}

} /* end @media (max-width: 767px) */
