:root {
	--icm-navy: #0b1f33;
	--icm-navy-2: #123a58;
	--icm-blue: #1687c9;
	--icm-cyan: #31c5d8;
	--icm-ink: #172638;
	--icm-muted: #66778a;
	--icm-line: #e5ebf1;
	--icm-soft: #f4f7fa;
	--icm-white: #fff;
	--icm-shadow: 0 18px 55px rgba(20, 47, 73, .1);
}

body.icm-recruiter-account {
	background: #f6f8fb;
}

body.icm-recruiter-account .page-header {
	display: none;
}

body.icm-recruiter-account #primary.content-area {
	max-width: 1280px;
	padding-top: 52px;
	padding-bottom: 82px;
}

body.icm-recruiter-account #primary .col-md-10 {
	width: 100%;
	margin-left: 0;
}

body.icm-recruiter-account article,
body.icm-recruiter-account .entry-content {
	margin: 0;
}

body.icm-recruiter-account .entry-content > .woocommerce {
	display: grid;
	grid-template-columns: 255px minmax(0, 1fr);
	gap: 28px;
	align-items: start;
}

.icm-account-hero {
	position: relative;
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) auto auto;
	gap: 34px;
	align-items: center;
	overflow: hidden;
	min-height: 210px;
	padding: 40px 44px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 24px;
	background:
		radial-gradient(circle at 88% 5%, rgba(49, 197, 216, .3), transparent 31%),
		linear-gradient(125deg, #071a2d 0%, #103753 58%, #116887 100%);
	box-shadow: 0 24px 70px rgba(7, 32, 54, .2);
	color: #fff;
}

.icm-account-hero::after {
	position: absolute;
	right: -80px;
	bottom: -155px;
	width: 330px;
	height: 330px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 50%;
	box-shadow: 0 0 0 42px rgba(255, 255, 255, .035), 0 0 0 84px rgba(255, 255, 255, .025);
	content: "";
}

.icm-account-hero__copy,
.icm-account-hero__stats,
.icm-account-hero__actions {
	position: relative;
	z-index: 1;
}

.icm-account-eyebrow,
.icm-account-kicker {
	display: block;
	margin-bottom: 9px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .16em;
	line-height: 1.2;
	text-transform: uppercase;
}

.icm-account-eyebrow {
	color: #83e8f2;
}

.icm-account-hero h2 {
	margin: 0 0 9px;
	color: #fff;
	font-size: clamp(30px, 3.4vw, 46px);
	font-weight: 700;
	letter-spacing: -.035em;
	line-height: 1.05;
}

.icm-account-hero p {
	max-width: 590px;
	margin: 0;
	color: rgba(255, 255, 255, .74);
	font-size: 16px;
	line-height: 1.65;
}

.icm-account-hero__stats {
	display: flex;
	gap: 10px;
}

.icm-account-hero__stats span {
	display: flex;
	min-width: 112px;
	min-height: 86px;
	padding: 15px;
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 16px;
	background: rgba(255, 255, 255, .07);
	color: rgba(255, 255, 255, .7);
	font-size: 11px;
	line-height: 1.35;
	text-align: center;
	backdrop-filter: blur(8px);
	flex-direction: column;
	justify-content: center;
}

.icm-account-hero__stats strong {
	display: block;
	margin-bottom: 4px;
	color: #fff;
	font-size: 27px;
	line-height: 1;
}

.icm-account-hero__actions {
	display: flex;
	min-width: 185px;
	gap: 10px;
	flex-direction: column;
}

.icm-account-button {
	display: inline-flex;
	min-height: 44px;
	padding: 11px 18px;
	border: 1px solid transparent;
	border-radius: 11px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none !important;
	align-items: center;
	justify-content: center;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.icm-account-button:hover {
	transform: translateY(-2px);
}

.icm-account-button--light {
	border-color: rgba(255, 255, 255, .22);
	background: rgba(255, 255, 255, .1);
	color: #fff !important;
}

.icm-account-button--accent {
	background: linear-gradient(135deg, #8ef0f5, #35cadb);
	box-shadow: 0 10px 25px rgba(49, 197, 216, .22);
	color: #08283b !important;
}

.icm-account-button--primary {
	background: var(--icm-navy);
	box-shadow: 0 10px 24px rgba(11, 31, 51, .14);
	color: #fff !important;
}

body.icm-recruiter-account .woocommerce-MyAccount-navigation {
	position: sticky;
	top: 132px;
	float: none;
	width: 100%;
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 18px;
	background: linear-gradient(180deg, #0d253b 0%, #0a1d30 100%);
	box-shadow: 0 17px 40px rgba(10, 33, 53, .16);
}

body.icm-recruiter-account .woocommerce-MyAccount-navigation ul {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

body.icm-recruiter-account .woocommerce-MyAccount-navigation li {
	display: block;
	margin: 3px 0;
	border: 0;
}

body.icm-recruiter-account .woocommerce-MyAccount-navigation a {
	position: relative;
	display: block;
	padding: 12px 15px 12px 36px;
	border: 0;
	border-radius: 10px;
	color: rgba(255, 255, 255, .68);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.25;
	text-decoration: none;
	transition: color .18s ease, background .18s ease, transform .18s ease;
}

body.icm-recruiter-account .woocommerce-MyAccount-navigation a::before {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 7px;
	height: 7px;
	border: 1px solid currentColor;
	border-radius: 50%;
	content: "";
	transform: translateY(-50%);
}

body.icm-recruiter-account .woocommerce-MyAccount-navigation a:hover {
	background: rgba(255, 255, 255, .07);
	color: #fff;
	transform: translateX(2px);
}

body.icm-recruiter-account .woocommerce-MyAccount-navigation .is-active a {
	background: linear-gradient(105deg, rgba(49, 197, 216, .22), rgba(22, 135, 201, .18));
	box-shadow: inset 0 0 0 1px rgba(105, 225, 236, .14);
	color: #fff;
}

body.icm-recruiter-account .woocommerce-MyAccount-navigation .is-active a::before {
	border-color: #6ee2ec;
	background: #6ee2ec;
	box-shadow: 0 0 0 4px rgba(110, 226, 236, .12);
}

body.icm-recruiter-account .woocommerce-MyAccount-navigation-link--customer-logout {
	margin-top: 12px !important;
	padding-top: 12px;
	border-top: 1px solid rgba(255, 255, 255, .1) !important;
}

body.icm-recruiter-account .woocommerce-MyAccount-navigation-link--customer-logout a {
	color: rgba(255, 255, 255, .48);
}

body.icm-recruiter-account .woocommerce-MyAccount-content {
	float: none;
	min-width: 0;
	width: 100%;
	padding: 34px 36px 38px;
	border: 1px solid var(--icm-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: var(--icm-shadow);
	color: var(--icm-ink);
}

body.icm-recruiter-account .woocommerce-MyAccount-content h2,
body.icm-recruiter-account .woocommerce-MyAccount-content h3 {
	color: var(--icm-ink);
	font-weight: 700;
	letter-spacing: -.025em;
}

body.icm-recruiter-account.woocommerce-dashboard .woocommerce-MyAccount-content > p:first-of-type {
	margin: 0 0 9px;
	font-size: 21px;
	line-height: 1.45;
}

body.icm-recruiter-account.woocommerce-dashboard .woocommerce-MyAccount-content > p:nth-of-type(2) {
	margin: 0 0 30px;
	padding: 18px 20px;
	border: 1px solid #e3eef5;
	border-radius: 13px;
	background: linear-gradient(135deg, #f5fafc, #f7f9fb);
	color: var(--icm-muted);
	font-size: 14px;
	line-height: 1.65;
}

body.icm-recruiter-account .woocommerce-MyAccount-content a {
	color: #087eac;
}

body.icm-recruiter-account .woocommerce-MyAccount-content > h2 {
	margin: 28px 0 14px;
	font-size: 23px;
}

body.icm-recruiter-account table.shop_table,
body.icm-recruiter-account table.my_account_job_packages {
	overflow: hidden;
	width: 100%;
	margin: 14px 0 0;
	border: 1px solid var(--icm-line);
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 13px;
	background: #fff;
}

body.icm-recruiter-account table.shop_table th,
body.icm-recruiter-account table.my_account_job_packages th {
	padding: 13px 16px;
	border: 0;
	border-bottom: 1px solid var(--icm-line);
	background: #f3f7fa;
	color: #637587;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .09em;
	text-transform: uppercase;
}

body.icm-recruiter-account table.shop_table td,
body.icm-recruiter-account table.my_account_job_packages td {
	padding: 15px 16px;
	border: 0;
	border-bottom: 1px solid #edf1f4;
	color: #35475a;
	font-size: 13px;
}

body.icm-recruiter-account table.shop_table tr:last-child td,
body.icm-recruiter-account table.my_account_job_packages tr:last-child td {
	border-bottom: 0;
}

.icm-account-section-heading {
	display: flex;
	margin-bottom: 24px;
	gap: 22px;
	align-items: flex-start;
	justify-content: space-between;
}

.icm-account-kicker {
	color: var(--icm-blue);
}

.icm-account-section-heading h2 {
	margin: 0 0 7px !important;
	font-size: 31px;
	line-height: 1.1;
}

.icm-account-section-heading p {
	max-width: 620px;
	margin: 0;
	color: var(--icm-muted);
	font-size: 14px;
	line-height: 1.6;
}

.icm-account-jobs .job-manager-message,
.icm-account-jobs > p:first-child {
	margin: 0 0 20px;
	padding: 14px 16px;
	border: 1px solid #e2edf3;
	border-radius: 11px;
	background: #f6fafc;
	color: var(--icm-muted);
	font-size: 13px;
}

.icm-account-jobs table.job-manager-jobs {
	width: 100%;
	margin: -3px 0 20px;
	border: 0;
	border-collapse: separate;
	border-spacing: 0 11px;
	background: transparent;
}

.icm-account-jobs table.job-manager-jobs thead th {
	padding: 0 13px 7px;
	border: 0;
	color: #7c8b99;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.icm-account-jobs table.job-manager-jobs tbody tr {
	box-shadow: 0 5px 20px rgba(28, 54, 78, .06);
}

.icm-account-jobs table.job-manager-jobs tbody td {
	padding: 18px 13px;
	border-top: 1px solid #e7edf2;
	border-bottom: 1px solid #e7edf2;
	background: #fff;
	color: #5a6a79;
	font-size: 12px;
	vertical-align: middle;
}

.icm-account-jobs table.job-manager-jobs tbody td:first-child {
	border-left: 1px solid #e7edf2;
	border-radius: 13px 0 0 13px;
	color: var(--icm-ink);
	font-size: 15px;
	font-weight: 700;
}

.icm-account-jobs table.job-manager-jobs tbody td:last-child {
	border-right: 1px solid #e7edf2;
	border-radius: 0 13px 13px 0;
}

.icm-account-jobs table.job-manager-jobs small {
	color: #8795a3;
	font-size: 10px;
	font-weight: 500;
}

.icm-account-jobs .job-dashboard-actions {
	display: flex;
	margin: 11px 0 0 !important;
	padding: 0 !important;
	gap: 5px;
	list-style: none;
	flex-wrap: wrap;
}

.icm-account-jobs .job-dashboard-actions li {
	margin: 0 !important;
	padding: 0 !important;
}

.icm-account-jobs .job-dashboard-actions a {
	display: inline-flex;
	min-height: 27px;
	padding: 5px 9px;
	border: 1px solid #e0e7ec;
	border-radius: 7px;
	background: #f7f9fa;
	color: #526578 !important;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	align-items: center;
}

.icm-account-jobs .job-dashboard-actions a:hover {
	border-color: #b8dce8;
	background: #edf8fa;
	color: #126a88 !important;
}

.icm-account-jobs .job-dashboard-actions .job-dashboard-action-icm_matches {
	border-color: #b7e4e8;
	background: #eaf9f8;
	color: #086c70 !important;
}

.icm-account-jobs .job-dashboard-actions .job-dashboard-action-delete {
	color: #9b5555 !important;
}

.icm-account-jobs .icm-front {
	margin-bottom: 26px;
	padding: 24px;
	border: 1px solid #dfeaf0;
	border-radius: 16px;
	background: #f8fbfc;
}

.icm-account-jobs .icm-front > h2 {
	margin-top: 0;
	font-size: 23px;
}

.icm-account-jobs + .job-manager-form .button,
.icm-account-jobs .button {
	border-radius: 9px;
}

@media (max-width: 1080px) {
	.icm-account-hero {
		grid-template-columns: 1fr auto;
	}

	.icm-account-hero__actions {
		grid-column: 1 / -1;
		min-width: 0;
		flex-direction: row;
	}
}

@media (max-width: 820px) {
	body.icm-recruiter-account #primary.content-area {
		padding-top: 28px;
	}

	body.icm-recruiter-account .entry-content > .woocommerce {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.icm-account-hero {
		grid-template-columns: 1fr;
		gap: 24px;
		padding: 30px;
		border-radius: 19px;
	}

	.icm-account-hero__stats {
		justify-content: flex-start;
	}

	.icm-account-hero__actions {
		grid-column: auto;
	}

	body.icm-recruiter-account .woocommerce-MyAccount-navigation {
		position: static;
		padding: 9px;
	}

	body.icm-recruiter-account .woocommerce-MyAccount-navigation ul {
		display: flex;
		overflow-x: auto;
		gap: 4px;
		scrollbar-width: thin;
	}

	body.icm-recruiter-account .woocommerce-MyAccount-navigation li {
		margin: 0;
		flex: 0 0 auto;
	}

	body.icm-recruiter-account .woocommerce-MyAccount-navigation a {
		padding: 10px 13px;
		white-space: nowrap;
	}

	body.icm-recruiter-account .woocommerce-MyAccount-navigation a::before {
		display: none;
	}

	body.icm-recruiter-account .woocommerce-MyAccount-navigation-link--customer-logout {
		margin-top: 0 !important;
		padding-top: 0;
		border-top: 0 !important;
	}

	body.icm-recruiter-account .woocommerce-MyAccount-content {
		padding: 26px 22px 30px;
		border-radius: 16px;
	}
}

@media (max-width: 680px) {
	.icm-account-hero {
		padding: 26px 22px;
	}

	.icm-account-hero__stats {
		width: 100%;
	}

	.icm-account-hero__stats span {
		min-width: 0;
		flex: 1 1 0;
	}

	.icm-account-hero__actions,
	.icm-account-section-heading {
		flex-direction: column;
	}

	.icm-account-hero__actions .icm-account-button,
	.icm-account-section-heading .icm-account-button {
		width: 100%;
	}

	.icm-account-jobs table.job-manager-jobs,
	.icm-account-jobs table.job-manager-jobs tbody,
	.icm-account-jobs table.job-manager-jobs tr,
	.icm-account-jobs table.job-manager-jobs td {
		display: block;
		width: 100%;
	}

	.icm-account-jobs table.job-manager-jobs thead {
		display: none;
	}

	.icm-account-jobs table.job-manager-jobs tbody tr {
		overflow: hidden;
		margin-bottom: 14px;
		border: 1px solid #e3eaf0;
		border-radius: 13px;
		background: #fff;
	}

	.icm-account-jobs table.job-manager-jobs tbody td,
	.icm-account-jobs table.job-manager-jobs tbody td:first-child,
	.icm-account-jobs table.job-manager-jobs tbody td:last-child {
		padding: 12px 15px;
		border: 0;
		border-bottom: 1px solid #edf1f4;
		border-radius: 0;
	}

	.icm-account-jobs table.job-manager-jobs tbody td:last-child {
		border-bottom: 0;
	}

	body.icm-recruiter-account table.shop_table {
		display: block;
		overflow-x: auto;
	}
}
