
.posting__body:hover {
  background: var(--color-bg--secondary-glint);
}

.posting__status {
  .posting:focus-within &::before,
  .posting--focus-within &::before {
    filter: var(--colorize-ink);
    display: block !important;
    background-image: url("/assets/icons/arrow-right-ea989534.svg") !important;
    background-size: 100%;
  }
}
