[data-block=latest-posts-with-featured] a.group.post {
  position: relative;
}
[data-block=latest-posts-with-featured] a.group.post:hover:after {
  content: "";
  position: absolute;
  top: 1.5rem;
  bottom: 1.5rem;
  left: -14px;
  z-index: 20;
  border-right-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(244 185 104 / var(--tw-border-opacity));
}
