/**
 * Refreshed public employer profile.
 */

.me-employer-detail-page .careerfy-main-content,
.me-employer-detail-page .jobsearch-main-content {
	margin: 0;
	padding: 0;
}

.me-employer-profile {
	background: var(--me-color-canvas);
}

.me-employer-hero {
	position: relative;
	padding: 30px 0 clamp(58px, 7vw, 82px);
	background:
		radial-gradient(circle at 86% 18%, rgba(31, 168, 102, .22), transparent 30%),
		linear-gradient(135deg, #111a38, #24366d);
	color: #fff;
	overflow: hidden;
}

.me-employer-hero::after {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
	background-size: 48px 48px;
	content: "";
	pointer-events: none;
}

.me-employer-hero .me-container {
	position: relative;
	z-index: 1;
}

.me-employer-breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
	margin-bottom: 38px;
	color: rgba(255, 255, 255, .62);
	font-size: 13px;
}

.me-employer-breadcrumb a {
	color: rgba(255, 255, 255, .84);
	text-decoration: none;
}

.me-employer-breadcrumb a:hover {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.me-employer-hero__grid {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	align-items: center;
	gap: clamp(24px, 4vw, 38px);
}

.me-employer-hero__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 112px;
	height: 112px;
	border: 1px solid rgba(255, 255, 255, .24);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(5, 10, 28, .22);
	overflow: hidden;
}

.me-employer-hero__logo img {
	width: 100%;
	height: 100%;
	padding: 12px;
	object-fit: contain;
}

.me-employer-hero__logo > span {
	color: var(--me-color-primary);
	font-size: 24px;
	font-weight: 700;
}

.me-employer-hero .me-eyebrow {
	margin-bottom: 9px;
	color: #72e4a4;
}

.me-employer-hero h1 {
	max-width: 880px;
	margin: 0;
	color: #fff;
	font-size: clamp(2.15rem, 4.5vw, 3.5rem);
	font-weight: 700;
	line-height: 1.08;
}

.me-employer-hero__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px 24px;
	margin: 20px 0 0;
	padding: 0;
	color: rgba(255, 255, 255, .76);
	font-size: 15px;
	list-style: none;
}

.me-employer-hero__meta li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	list-style: none;
}

.me-employer-hero__meta li::before {
	display: none;
}

.me-employer-hero__meta svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: #72e4a4;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.me-employer-hero__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}

.me-employer-follow a,
.me-employer-follow button,
.me-employer-follow__button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	gap: 8px;
	padding: 11px 20px !important;
	border: 1px solid rgba(255, 255, 255, .45) !important;
	border-radius: 10px !important;
	background: rgba(255, 255, 255, .08) !important;
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 650 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
}

.me-employer-follow a:hover,
.me-employer-follow button:hover,
.me-employer-follow__button:hover {
	border-color: #fff !important;
	background: rgba(255, 255, 255, .16) !important;
}

.me-employer-profile__body {
	padding: clamp(46px, 7vw, 78px) 0 clamp(76px, 9vw, 112px);
}

.me-employer-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 350px);
	align-items: start;
	gap: clamp(28px, 4vw, 44px);
}

.me-employer-main {
	display: grid;
	min-width: 0;
	gap: clamp(34px, 5vw, 52px);
}

.me-employer-panel {
	padding: clamp(25px, 4vw, 36px);
	border: 1px solid var(--me-color-border);
	border-radius: 16px;
	background: #fff;
	box-shadow: var(--me-shadow-sm);
}

.me-employer-panel h2,
.me-employer-section-heading h2 {
	margin: 0;
	font-size: clamp(1.45rem, 3vw, 1.9rem);
	font-weight: 700;
	line-height: 1.2;
}

.me-employer-about__content {
	margin-top: 22px;
	color: #30394a;
	font-size: 17px;
	line-height: 1.7;
}

.me-employer-about__content > :first-child {
	margin-top: 0;
}

.me-employer-about__content > :last-child {
	margin-bottom: 0;
}

.me-employer-about__content p,
.me-employer-about__content li {
	font-size: inherit;
	line-height: inherit;
}

.me-employer-about__content p,
.me-employer-about__content ul,
.me-employer-about__content ol {
	margin: 0 0 1.05em;
}

.me-employer-section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 22px;
}

.me-employer-section-heading > span {
	flex: 0 0 auto;
	padding: 6px 11px;
	border-radius: 999px;
	background: var(--me-color-primary-soft);
	color: var(--me-color-primary-dark);
	font-size: 13px;
	font-weight: 650;
}

.me-employer-jobs__list {
	display: grid;
	gap: 12px;
}

.me-employer-jobs__list .me-job-card {
	min-height: 108px;
	border: 1px solid var(--me-color-border);
	border-radius: 14px;
	box-shadow: var(--me-shadow-sm);
	overflow: hidden;
}

.me-employer-job-fallback {
	padding: 22px;
	border: 1px solid var(--me-color-border);
	border-radius: 14px;
	background: #fff;
}

.me-employer-job-fallback h3 {
	margin: 0;
	font-size: 18px;
}

.me-employer-pagination {
	margin-top: 28px;
}

.me-employer-pagination ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.me-employer-pagination li {
	margin: 0;
	list-style: none;
}

.me-employer-pagination li::before {
	display: none;
}

.me-employer-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	min-height: 42px;
	padding: 8px 13px;
	border: 1px solid var(--me-color-border);
	border-radius: 9px;
	background: #fff;
	color: var(--me-color-brand);
	font-size: 14px;
	font-weight: 650;
	text-decoration: none;
}

.me-employer-pagination .page-numbers.current {
	border-color: var(--me-color-brand);
	background: var(--me-color-brand);
	color: #fff;
}

.me-employer-pagination a.page-numbers:hover {
	border-color: var(--me-color-primary);
	color: var(--me-color-primary-dark);
}

.me-employer-sidebar {
	position: sticky;
	top: 24px;
	display: grid;
	gap: 18px;
}

.me-employer-sidebar .me-eyebrow {
	margin-bottom: 7px;
}

.me-employer-sidebar h2 {
	font-size: 22px;
}

.me-employer-facts dl {
	display: grid;
	margin: 22px 0 0;
}

.me-employer-facts dl div {
	display: grid;
	grid-template-columns: 105px minmax(0, 1fr);
	gap: 14px;
	padding: 13px 0;
	border-top: 1px solid var(--me-color-border);
}

.me-employer-facts dt,
.me-employer-facts dd {
	margin: 0;
	font-size: 14px;
	line-height: 1.45;
}

.me-employer-facts dt {
	color: var(--me-color-muted);
	font-weight: 600;
}

.me-employer-facts dd {
	color: var(--me-color-ink);
	font-weight: 650;
}

.me-employer-website {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 18px;
	color: var(--me-color-primary-dark);
	font-size: 14px;
	font-weight: 650;
	text-decoration: none;
}

.me-employer-website:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.me-employer-job-cta {
	border-color: #bfe6d1;
	background: linear-gradient(145deg, #effbf5, #fff);
}

.me-employer-job-cta p:not(.me-eyebrow) {
	margin: 13px 0 21px;
	color: var(--me-color-muted);
	font-size: 15px;
	line-height: 1.6;
}

.me-employer-job-cta .me-button {
	width: 100%;
}

@media (max-width: 980px) {
	.me-employer-layout {
		grid-template-columns: 1fr;
	}

	.me-employer-sidebar {
		position: static;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	.me-employer-hero {
		padding-bottom: 48px;
	}

	.me-employer-breadcrumb {
		margin-bottom: 28px;
	}

	.me-employer-hero__grid {
		grid-template-columns: 76px minmax(0, 1fr);
		align-items: start;
		gap: 18px;
	}

	.me-employer-hero__logo {
		width: 76px;
		height: 76px;
		border-radius: 15px;
	}

	.me-employer-hero__logo > span {
		font-size: 19px;
	}

	.me-employer-hero__meta,
	.me-employer-hero__actions {
		grid-column: 1 / -1;
	}

	.me-employer-hero h1 {
		font-size: clamp(2rem, 10vw, 2.65rem);
	}

	.me-employer-section-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 13px;
	}

	.me-employer-sidebar {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	.me-employer-hero__actions,
	.me-employer-hero__actions .me-button,
	.me-employer-follow,
	.me-employer-follow a,
	.me-employer-follow button {
		width: 100%;
	}

	.me-employer-facts dl div {
		grid-template-columns: 1fr;
		gap: 4px;
	}
}
