.wp-block-button__link {
  transition: background-color 0.3s ease, color 0.3s ease;
}

.wp-block-button__link:hover {
  background-color: #808080 !important; /* medium gray */
  color: #ffffff !important; /* keep text readable */
}
