/**
 * Chrome global SLR — WhatsApp flotante + footer con más aire.
 */

/* WhatsApp flotante */
.slr-wa-float {
	position: fixed;
	right: 1.15rem;
	bottom: 1.15rem;
	z-index: 10050;
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.7rem 1rem 0.7rem 0.75rem;
	background: #25D366;
	color: #fff !important;
	border-radius: 999px;
	text-decoration: none !important;
	font-weight: 700;
	font-size: 0.9rem;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.slr-wa-float:hover,
.slr-wa-float:focus {
	transform: translateY(-2px);
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.42);
	color: #fff !important;
}

.slr-wa-float__icon {
	display: grid;
	place-items: center;
	width: 1.75rem;
	height: 1.75rem;
}

.slr-wa-float__icon svg {
	display: block;
}

/* Con admin bar, subir un poco */
.admin-bar .slr-wa-float {
	bottom: 1.35rem;
}

/*
 * Enfold #scroll-top-link suele ir en right/bottom: 50px.
 * Lo apilamos encima del WhatsApp para que no se solapen.
 */
#scroll-top-link {
	right: 1.35rem !important;
	bottom: 5.75rem !important;
	z-index: 10040;
}

@media (max-width: 767px) {
	.slr-wa-float__label {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
	}

	.slr-wa-float {
		padding: 0.85rem;
		right: 0.85rem;
		bottom: 0.85rem;
	}

	#scroll-top-link {
		right: 0.95rem !important;
		bottom: 5.1rem !important;
		width: 44px;
		height: 44px;
		line-height: 44px;
	}
}

/* Footer / socket — más respiración */
#socket.container_wrap {
	padding-top: 1.35rem !important;
	padding-bottom: 1.35rem !important;
}

#socket .container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem 1.75rem;
}

#socket .copyright {
	line-height: 1.55 !important;
	letter-spacing: 0.01em;
}

#socket .copyright,
#socket .slr-legal-footer-links {
	font-size: 0.85rem;
}

#socket .slr-legal-footer-links {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.55rem;
	margin-left: 0.35rem;
}

#socket .slr-legal-footer-links span {
	opacity: 0.45;
	margin: 0 0.1rem;
}

#socket .social_bookmarks {
	margin: 0 !important;
	padding: 0 !important;
	gap: 0.35rem;
	display: inline-flex !important;
}

#socket .social_bookmarks li {
	margin: 0 0.15rem !important;
	padding: 0 !important;
}

#socket .social_bookmarks li a {
	width: 2.1rem !important;
	height: 2.1rem !important;
	line-height: 2.1rem !important;
}

@media (max-width: 767px) {
	#socket .container {
		flex-direction: column;
		align-items: flex-start;
		gap: 1.15rem;
	}

	#socket .social_bookmarks {
		margin-top: 0.25rem !important;
	}
}
