element.style {
    background-color: rgb(104, 195, 232);
    width: 24px;
    height: 24px;
    min-width: 24px;
}

.responsive {
  max-width: 100%;
  height: auto;
}/* Change background color of the button with ID 'id_rJ9kQha' */
#id_rJ9kQha {
  background-color: #7bb82a !important;
  color: white !important; /* Optional: makes text white for contrast */
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  border: none;
  border-radius: 5px;
}

/* Optional hover effect */
#id_rJ9kQha:hover {
  background-color: #679c23 !important;
}#id_rJ9kQha {
  background-color: #7bb82a !important;
  color: white !important;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  border: none !important;
  border-radius: 5px;
  box-shadow: none !important;
}#id_rJ9kQha {
  background-color: #7bb82a !important;
  color: white !important;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  border: none !important;
  border-radius: 5px;
  box-shadow: none !important;
}

/* Remove background and border from parent container, if necessary */
#id_rJ9kQha:parent {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}<div style="text-align: center;">
  <a href="https://your-link.com" id="id_rJ9kQha">Click Here</a>
</div>



