/* Encuestas Públicas 1.18.1 — navegación, marcas sociales y conversación. */

.epu-wall-member nav {
	gap: 5px;
}

.epu-wall-member nav a {
	min-height: 42px;
}

.epu-menu-icon { width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round }
.epu-location-filters { display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px }
.epu-card__publication-meta { display:flex;flex-wrap:wrap;gap:7px 13px;padding:14px 20px 0;color:#6b6f76;font-size:11px;line-height:1.35 }
.epu-card__publication-meta span::before { margin-right:6px;color:#ff5f2a;content:"•" }

.epu-destination-icon--whatsapp { color: #25d366 !important; }
.epu-destination-icon--facebook { color: #1877f2 !important; }
.epu-destination-icon--x { color: #000 !important; }
.epu-destination-icon--linkedin { color: #0a66c2 !important; }
.epu-destination-icon--email { color: #ea4335 !important; }
.epu-destination-icon--copy { color: #5f6368 !important; }
.epu-destination-icon--profile { color: #ff5f2a !important; }

.epu-share-panel :is(a,button):hover .epu-destination-icon,
.epu-share-panel :is(a,button):focus .epu-destination-icon {
	filter: saturate(1.12);
}

.epu-destination-icon--whatsapp svg path:first-child {
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: 1.7 !important;
}

.epu-destination-icon--whatsapp svg path:last-child {
	fill: currentColor !important;
	stroke: none !important;
}

.epu-destination-icon--facebook svg path {
	fill: currentColor !important;
	stroke: none !important;
}

.ep-comments--feed .ep-comments__drawer-body {
	box-sizing: border-box;
	padding-right: 16px !important;
	padding-left: 16px !important;
}

.elementor-widget-epu-survey-comments .ep-comments--full,
.epu-survey-comments-card .ep-comments--full {
	box-sizing: border-box;
	padding-right: clamp(24px, 4vw, 42px) !important;
	padding-left: clamp(24px, 4vw, 42px) !important;
}

.ep-comment-avatar img {
	display: block;
	width: 100%;
	height: 100%;
	padding: 2px;
	border-radius: inherit;
	background: #fff;
	object-fit: contain;
}

@media (max-width: 900px) {
	.epu-wall-member nav { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
	.epu-wall-member nav { grid-template-columns: 1fr 1fr; }
	.epu-location-filters { grid-template-columns:1fr }
	.ep-comments--feed .ep-comments__drawer-body {
		padding-right: 12px !important;
		padding-left: 12px !important;
	}
	.elementor-widget-epu-survey-comments .ep-comments--full,
	.epu-survey-comments-card .ep-comments--full {
		padding-right: 18px !important;
		padding-left: 18px !important;
	}
}
