/* Smart Link Manager – Front-end button styles */
a.slm-button {
  display: inline-block;
  background-color: #4f46e5;
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 6px;
  transition: background-color .2s, box-shadow .2s;
  cursor: pointer;
}
a.slm-button:hover {
  background-color: #4338ca;
  box-shadow: 0 4px 14px rgba(79, 70, 229, .35);
}
