.lm-learn-more {
  --lm-link-color: #1a73e8;
  color: var(--lm-link-color) !important;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  font-weight: 600;
  line-height: 1.3;
  margin: 4px 0;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.lm-learn-more:hover,
.lm-learn-more:focus {
  filter: brightness(0.85);
}

.lm-learn-more.lm-style-button {
  background: var(--lm-link-color) !important;
  border: 1px solid var(--lm-link-color) !important;
  border-radius: 6px;
  color: #fff !important;
  padding: 7px 12px;
  text-decoration: none;
}

.lm-learn-more.lm-style-button:hover,
.lm-learn-more.lm-style-button:focus {
  color: #fff !important;
}

.lm-learn-more.lm-needs-term {
  cursor: not-allowed;
  opacity: 0.65;
}

