.listeo-qr-share,.listeo-qr-shortcode{
  border:2px solid #542c79;
  border-radius:12px;
  padding:16px;
  margin:20px 0;
  background:#faf8fc;
  box-shadow:0 2px 4px rgba(84,44,121,0.1);
}
.listeo-qr-header{
  font-weight:600;
  color:#542c79;
  margin-bottom:8px;
  text-align:center;
}
.listeo-qr-box{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
}
.listeo-qr-actions{
  display:flex;
  gap:8px;
  justify-content:center;
}
.listeo-qr-actions button{
  background:#542c79;
  color:#fff;
  border:none;
  border-radius:8px;
  padding:8px 14px;
  cursor:pointer;
}
.listeo-qr-actions button:hover{
  background:#6d3b9e;
}
