.modal-close {
  float: right;
  font-size: 16px;

  &:hover,
  &::selection {
    color: $wk-primary-black;
    font-weight: bolder;
  }
}
