.guest-talent-card {
	border: 1px solid #e8e8e8;
	border-top: 3px solid #d8b4f1;
	border-radius: 4px;
	margin-bottom: 24px;
	overflow: hidden;
	background: #fff;
}

.guest-talent-card__body {
	display: flex;
	gap: 24px;
	padding: 24px 32px;
}

.guest-talent-card__avatar {
	align-items: center;
	background: #f3f3f3;
	border-radius: 50%;
	color: #999;
	display: flex;
	flex: 0 0 70px;
	font-size: 34px;
	height: 70px;
	justify-content: center;
	width: 70px;
}

.guest-talent-card__content {
	flex: 1;
	min-width: 0;
}

.guest-talent-card__heading {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	justify-content: space-between;
	margin-bottom: 10px;
}

.guest-talent-card__heading h4 {
	color: #1a1a1a;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.5;
	margin: 0;
}

.guest-talent-card__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.guest-talent-card__badge {
	align-items: center;
	background: #f2f2f2;
	border-radius: 999px;
	color: #555;
	display: inline-flex;
	font-size: 13px;
	gap: 4px;
	line-height: 20px;
	padding: 2px 9px;
	white-space: nowrap;
}

.guest-talent-card__badge--motivation.is-active {
	background: #f9f1ff;
	color: #6d01be;
}

.guest-talent-card__badge--motivation.is-open {
	background: #ecf8ff;
	color: #167fb8;
}

.guest-talent-card__badge--motivation.is-inactive {
	background: #f2f2f2;
	color: #777;
}

.guest-talent-card__skills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
}

.guest-talent-card__skills span {
	background: #f9f1ff;
	border-radius: 4px;
	color: #6d01be;
	font-size: 14px;
	line-height: 20px;
	padding: 2px 10px;
}

.guest-talent-card__skills i {
	margin-right: 3px;
}

.guest-talent-card__facts {
	border-top: 1px solid #eee;
	display: grid;
	gap: 12px 28px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0 0 18px;
	padding-top: 16px;
}

.guest-talent-card__facts > div {
	min-width: 0;
}

.guest-talent-card__facts dt {
	align-items: center;
	color: #777;
	display: flex;
	font-size: 13px;
	font-weight: 500;
	gap: 6px;
	line-height: 1.4;
	margin-bottom: 3px;
}

.guest-talent-card__facts dt i {
	color: #6d01be;
	font-size: 17px;
}

.guest-talent-card__facts dd {
	color: #333;
	font-size: 15px;
	line-height: 1.45;
	margin: 0;
	overflow-wrap: anywhere;
}

.guest-talent-card__recruiters {
	align-items: center;
	color: #6d01be;
	display: flex;
	font-size: 16px;
	gap: 8px;
}

.guest-talent-card__recruiter-photos {
	display: flex;
}

.guest-talent-card__recruiter-photos img {
	border: 2px solid #fff;
	border-radius: 50%;
	height: 30px;
	margin-left: -8px;
	object-fit: cover;
	width: 30px;
}

.guest-talent-card__recruiter-photos img:first-child {
	margin-left: 0;
}

.guest-talent-card__footer {
	align-items: center;
	background: #f3f3f3;
	color: #666;
	display: flex;
	font-size: 15px;
	flex-wrap: wrap;
	gap: 12px 24px;
	justify-content: space-between;
	min-height: 59px;
	padding: 16px 32px;
}

.guest-talent-card__updated {
	align-items: center;
	display: inline-flex;
	gap: 6px;
	white-space: nowrap;
}

.guest-talent-unlock {
	align-items: center;
	background: linear-gradient(180deg, rgba(255, 255, 255, .4), #fff);
	border: 1px solid #e1b9ff;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	margin-bottom: 80px;
	padding: 24px 40px;
	text-align: center;
}

.guest-talent-unlock > i {
	color: #6d01be;
	font-size: 48px;
	margin-bottom: 16px;
}

.guest-talent-unlock h3 {
	font-size: 24px;
	margin: 0 0 4px;
}

.guest-talent-unlock p {
	color: #666;
	font-size: 17px;
	line-height: 1.6;
	margin-bottom: 16px;
}

.guest-talent-unlock .button {
	background: #6d01be;
	margin-bottom: 8px;
}

.guest-talent-unlock__plan {
	color: #6d01be;
	text-decoration: underline;
}

@media (max-width: 767px) {
	.guest-talent-card__body {
		gap: 16px;
		padding: 20px;
	}

	.guest-talent-card__avatar {
		flex-basis: 54px;
		font-size: 28px;
		height: 54px;
		width: 54px;
	}

	.guest-talent-card__heading {
		display: block;
	}

	.guest-talent-card__heading h4 {
		font-size: 18px;
		margin-bottom: 6px;
	}

	.guest-talent-card__badges {
		margin-bottom: 10px;
	}

	.guest-talent-card__facts {
		gap: 12px 18px;
		grid-template-columns: 1fr;
	}

	.guest-talent-card__footer {
		align-items: flex-start;
		flex-direction: column;
		padding: 14px 20px;
	}

	.guest-talent-unlock {
		margin-bottom: 48px;
		padding: 24px 20px;
	}

	.guest-talent-unlock h3 {
		font-size: 21px;
	}
}
