.retiro-en-local-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	color: #fff;
	background: #1e3a8a;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	border-radius: 999px;
	padding: 12px 18px;
}

.retiro-en-local-btn svg {
	flex-shrink: 0;
	color: #fff;
}

/* Ícono flotante: oculto por defecto, visible solo en mobile */
.retiro-en-local-fab {
	display: none;
}

@media (max-width: 782px) {
	.retiro-en-local-fab {
		display: inline-flex;
		position: fixed;
		z-index: 9999;
		box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
	}

	.retiro-en-local-pos-bottom-right {
		right: 16px;
		bottom: 16px;
	}

	.retiro-en-local-pos-bottom-left {
		left: 16px;
		bottom: 16px;
	}

	.retiro-en-local-pos-top-right {
		right: 16px;
		top: 16px;
	}

	.retiro-en-local-pos-top-left {
		left: 16px;
		top: 16px;
	}
}
