/* Career GPS shortcode [user_career_gps] */

#cobUserCareerGps {
	direction: rtl;
	text-align: right;
}
#cobUserCareerGps .header-title {
	color: #E60D64;
}
#cobUserCareerGps .cta-button {
	background: #E60D64;
	color: white;
	padding: 14px 32px;
	border-radius: 8px;
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
	transition: all 0.3s ease;
}
#cobUserCareerGps .cta-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(220, 38, 38, 0.4);
}
#cobUserCareerGps .career-card {
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#cobUserCareerGps .career-card:hover {
	transform: translateY(-4px);
}
#cobUserCareerGps .border-blue-cob {
	border-color: #2196f3;
}
#cobUserCareerGps .text-blue-cob {
	color: #2196f3;
}
#cobUserCareerGps .btn-view-jobs {
	background-color: #2196f3;
	color: white !important;
}
#cobUserCareerGps .btn-view-jobs:hover {
	background-color: #1976D2;
}
#cobUserCareerGps .btn-course-details {
	background-color: #E60D64;
	color: white !important;
}
#cobUserCareerGps .btn-course-details:hover {
	background-color: #C50B56;
}
#cobUserCareerGps .btn-register {
	background-color: #E60D64;
	color: white !important;
	padding: 16px 48px;
	font-size: 1.125rem;
}
#cobUserCareerGps .btn-register:hover {
	background-color: #C50B56;
	transform: translateY(-2px);
}
#cobUserCareerGps .header-icon {
	width: 48px;
	height: 48px;
}
#cobUserCareerGps .gps-recalc-toggle-btn {
	background: #E60D64;
	color: #fff !important;
	padding: 14px 32px;
	border-radius: 8px;
	font-size: 1rem;
	font-weight: 700;
	border: none;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(230, 13, 100, 0.3);
	transition: all 0.3s ease;
}
#cobUserCareerGps .gps-recalc-toggle-btn:hover {
	background: #C50B56;
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(230, 13, 100, 0.4);
}
#cobUserCareerGps .gps-recalc-toggle-btn .gps-recalc-curve-icon {
	color: #fff;
	flex-shrink: 0;
	display: block;
}
#cobUserCareerGps .gps-recalc-toggle-btn [data-feather] {
	color: #fff;
}
@media (max-width: 768px) {
	#cobUserCareerGps .header-icon {
		width: 32px;
		height: 32px;
	}
	#cobUserCareerGps .header-title {
		font-size: 1.5rem;
		padding-top: 20px;
	}
	#cobUserCareerGps .header-description {
		font-size: 1rem;
	}
	#cobUserCareerGps .px-3 {
		padding-left: 0.25em !important;
		padding-right: 0.25em !important;
	}
}
#cobUserCareerGps .gps-summary-card-link {
	cursor: pointer;
	display: block;
}
#cobUserCareerGps .gps-summary-card {
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#cobUserCareerGps .gps-summary-card-link:hover .gps-summary-card {
	transform: scale(1.03);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
#cobUserCareerGps .gps-summary-card-link:active .gps-summary-card {
	transform: scale(0.98);
}
#cobUserCareerGps .gps-card-cta {
	display: flex;
	align-items: flex-start;
	gap: 6px;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 600;
	color: #6b7280;
	transition: color 0.2s ease;
}
#cobUserCareerGps .gps-summary-card-link:hover .gps-card-cta {
	color: #374151;
}
#cobUserCareerGps .gps-card-cta p {
	margin: 0;
}
#cobUserCareerGps .gps-course-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
#cobUserCareerGps .gps-course-option {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	padding: 10px 12px;
	background: #fff7ed;
	border: 1px solid #fed7aa;
	border-radius: 10px;
}
#cobUserCareerGps .gps-course-option__name {
	font-weight: 700;
	color: #9a3412;
	text-decoration: none;
	flex: 1;
	min-width: 0;
}
#cobUserCareerGps .gps-course-option__name:hover {
	text-decoration: underline;
}
#cobUserCareerGps .gps-course-option__meta {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}
#cobUserCareerGps .gps-course-option__pct {
	font-size: 13px;
	font-weight: 700;
	color: #15803d;
	white-space: nowrap;
}

#cobUserCareerGps .role-notice-box {
	background: #E8F6FD;
	border: 1px solid #BEE3F5;
	border-radius: 10px;
	padding: 12px 16px;
	color: #3E5C76;
	font-size: 0.85rem;
	line-height: 1.5;
	text-align: right;
}
