.service-orphaned-notice {
  outline: 5px solid hsla(0, 72%, 60%, 60%);
  background: var(--color-bg-lighter);
  padding: 0.5rem 1rem;
  margin: 1rem auto;
  max-width: 50rem;
  border-radius: 0.75rem;
}
