.embed-bottom a {
  color: var(--mint);
  text-decoration: none;
  transition: color .2s ease;
}

.embed-bottom a:hover {
  color: #fff;
}
