body.lazarus.leads_inbox {
	#leads-inbox-sidebar:has(div) {
		width: 50%;
	}

	.selected-lead {
		border-left: 4px solid var(--bg-primary) !important;
	}

	.candidate-lead {
		position: relative;
		padding: 1rem;
	}

	.candidate-lead:not(:last-child) {
		border-color: var(--border-border);
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}

	.new-lead-dot {
		display: none;
		position: absolute;
		bottom: 16px;
  		right: 16px;
		height: 8px;
		width: 8px;
		border-radius: 50%;
		background-color: var(--bg-primary);
	}
}
