.fc-home-link {
  display: inline-flex;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  color: #8590ca;
  border-radius: 50%;
  transition: color 0.22s ease, background-color 0.22s ease, transform 0.22s ease;
}

.fc-home-link:hover,
.fc-home-link:focus-visible {
  color: #cd6456;
  background: rgba(133, 144, 202, 0.1);
  transform: translateY(-1px);
  outline: none;
}

.fc-home-link svg {
  display: block;
  width: 28px;
  height: 28px;
  overflow: visible;
}

nav > .fc-home-link,
.nav > .fc-home-link {
  margin-left: auto;
}

@media (max-width: 720px) {
  .fc-home-link {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }
}
