.edit-custom-template-link {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--danger-color);
  color: white;
  display: block;
  padding: 10px;

  &:hover {
    color: white;
  }
}
