.BambooHR-ATS-Department-Header {
	font-size: 40px;
	line-height: 42px;
	color: #3d428d;
	padding-bottom: 16px;
	letter-spacing: -5%;
}
.BambooHR-ATS-Department-Item {
	background: rgba(14, 15, 32, 0.02);
	border-radius: 48px;
	padding: 32px;
}
.BambooHR-ATS-Department-List {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.BambooHR-ATS-Jobs-Item {
	align-items: start;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.05);
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 16px;
}
.BambooHR-ATS-Jobs-Item:hover {
	background: #1168ea;
}
.BambooHR-ATS-Jobs-Item:hover a {
	color: #fff;
}
.BambooHR-ATS-Jobs-Item:hover .BambooHR-ATS-Location {
	color: #fff;
	fill: #fff;
}
.BambooHR-ATS-Jobs-Item:hover .position-dot {
	background-color: #fff;
}
.BambooHR-ATS-Jobs-Item a {
	color: #1168ea;
	flex-grow: 1;
	font-size: 28px;
	line-height: 30px;
	letter-spacing: -4%;
}
.BambooHR-ATS-Jobs-List {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.BambooHR-ATS-Location {
	align-items: center;
	display: flex;
	fill: #3d428d;
	gap: 8px;
}
.BambooHR-ATS-Location svg {
	fill: inherit;
}
.position-dot {
	background: #1168ea;
	border-radius: 100%;
	display: none;
	height: 8px;
	width: 8px;
}

@media (min-width: 768px) {
	.BambooHR-ATS-Jobs-Item {
		align-items: center;
		flex-direction: row;
		justify-content: space-between;
	}
	.position-dot {
		display: block;
	}
}
