.scoptalent__wrapper .scoptalent__item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.5rem;
}

.scoptalent__wrapper .scoptalent__item .scoptalent__content {
	flex: 1;
	padding-right: 0.5rem;
}

.scoptalent__wrapper .scoptalent__item .scoptalent__title {
	font-size: 1.5rem;
	font-weight: semibold;
	line-height: 1.2;
}

.scoptalent__wrapper .scoptalent__item .scoptalent__detail {
	flex: none;
}

.scoptalent__wrapper .scoptalent__filter {
	margin-bottom: 1.5rem;
}

.scoptalent__group {
	margin-bottom: 1rem;
}

.scoptalent__group .scoptalent__label {
	display: block;
	font-weight: bold;
}

.scoptalent__success {
	background-color: #D1FAE5;
	color: #065F46;
	padding: 1rem;
	font-weight: bold;
}
