.stretched-link {
  &::before {
    content: ""; 
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    cursor: pointer; 
  }
}

.focus-dark:focus {
  outline: 2px solid #61C8AF!important;
  border: 1px solid #353535;
}