.keller-svg-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
}

.keller-svg-link:hover {
  color: var(--hover-color);
}

.keller-svg-link:hover svg {
  fill: var(--hover-color);
  /*stroke: var(--hover-color);*/
}

.keller-svg-link:hover svg path:not([fill=white]),
.keller-svg-link:hover svg circle:not([fill=white]) {
  fill: var(--hover-color);
}

.keller-svg-link svg {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
