/* NEIEP Apprenticeship List — Locals Recruitment List widget */

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required[name=your-job] {
	display: none !important;
}
.nel-container{
	background: #2c4069;
	padding: 0;
}
.nel-wrap,
.nel-wrap * {
	box-sizing: border-box;
}

.nel-wrap {
	background: #2C4069;
	font-family: "Rubik", "Helvetica Neue", Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	padding: 64px 24px 96px;
	display: flex;
	justify-content: center;
}

.nel-inner {
	width: 100%;
	max-width: 1000px;
}

/* Header ------------------------------------------------------------- */

.nel-header {
	margin-bottom: 36px;
}

.nel-eyebrow {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
	margin-bottom: 12px;
}

.nel-wrap .nel-title {
	margin: 0;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.1;
	color: #ffffff;
	letter-spacing: -0.01em;
}

.nel-wrap .nel-lede {
	margin: 14px 0 0;
	font-size: 18px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.72);
	max-width: 640px;
}

/* Toolbar: search + filter chips -------------------------------------- */

.nel-toolbar {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 10px;
	padding: 16px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.nel-search {
	position: relative;
	display: flex;
	align-items: center;
}

.nel-search-icon {
	position: absolute;
	left: 14px;
	display: flex;
	color: #708D9E;
	pointer-events: none;
}

.nel-wrap .nel-search-input {
	width: 100%;
	border: 1px solid rgba(112, 141, 158, 0.5);
	border-radius: 6px;
	background: #ffffff;
	padding: 13px 14px 13px 42px;
	font-family: inherit;
	font-size: 16px;
	color: #3D4650;
	outline: none;
}

.nel-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.nel-wrap .nel-chip {
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: transparent;
	color: rgba(255, 255, 255, 0.85);
	border-radius: 23px;
	padding: 7px 15px;
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	line-height: 1.4;
}

.nel-wrap .nel-chip.is-active {
	background: #ffffff;
	border-color: #ffffff;
	color: #141F36;
}

.nel-chip-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--nel-dot, #708D9E);
	flex: none;
}

.nel-chip-count {
	opacity: 0.65;
	font-weight: 500;
}

/* Result label --------------------------------------------------------- */

.nel-meta-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 14px;
}

.nel-result-label {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.65);
}

/* Sort toggle + report export ------------------------------------------ */

.nel-controls {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px;
}

.nel-sort,
.nel-export {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.nel-sort-label {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.55);
	margin-right: 2px;
}

.nel-wrap .nel-sort-btn {
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: transparent;
	color: rgba(255, 255, 255, 0.85);
	border-radius: 6px;
	padding: 6px 12px;
	font-family: inherit;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	line-height: 1.4;
}

.nel-wrap .nel-sort-btn:hover {
	border-color: rgba(255, 255, 255, 0.5);
}

.nel-wrap .nel-sort-btn.is-active {
	background: #ffffff;
	border-color: #ffffff;
	color: #141F36;
}

/* List ----------------------------------------------------------------- */

.nel-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
	max-height: 552px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 3px 10px 3px 3px;
}

.nel--standard .nel-list {
	max-height: 1190px;
}

.nel-card {
	flex: none;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.20);
	overflow: hidden;
}

/* Status palette */
.nel-card[data-status="open"]      { --nel-c: #008D4C; --nel-tint: #F2FFF9; --nel-notice-c: #3D4650; }
.nel-card[data-status="filled"]    { --nel-c: #E8112D; --nel-tint: #FFF5F6; --nel-notice-c: #E8112D; }
.nel-card[data-status="closed"]    { --nel-c: #506B84; --nel-tint: #EEF2F7; --nel-notice-c: #3D4650; }
.nel-card[data-status="tentative"] { --nel-c: #E07B00; --nel-tint: #FFF6EC; --nel-notice-c: #E07B00; }

.nel-wrap .nel-row {
	width: 100%;
	border: 0;
	background: transparent;
	cursor: pointer;
	text-align: left;
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 13px 22px;
	font-family: inherit;
}

.nel--standard .nel-row {
	gap: 20px;
	padding: 22px 26px;
}

.nel-row-icon {
	flex: none;
	width: 52px;
	height: 52px;
	border-radius: 10px;
	display: none;
	align-items: center;
	justify-content: center;
	background: var(--nel-tint);
	color: var(--nel-c);
}

.nel--standard .nel-row-icon {
	display: flex;
}

.nel-row-main {
	flex: 1 1 auto;
	min-width: 0;
}

.nel-row-name {
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #141F36;
	line-height: 1.2;
}

.nel--standard .nel-row-name {
	font-size: 22px;
}

.nel-row-loc {
	display: block;
	font-size: 15px;
	color: #506B84;
	margin-top: 4px;
}

.nel-pill {
	flex: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 14px;
	border-radius: 23px;
	font-size: 14px;
	font-weight: 600;
	background: var(--nel-tint);
	color: var(--nel-c);
	white-space: nowrap;
}

.nel-pill-dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--nel-c);
	flex: none;
}

.nel-chevron {
	flex: none;
	display: flex;
	color: #708D9E;
	transition: transform 200ms ease;
}

.nel-card.is-open .nel-chevron {
	transform: rotate(180deg);
}

/* Expanded panel -------------------------------------------------------- */

.nel-panel {
	padding: 4px 26px 26px 22px;
	border-top: 1px solid rgba(112, 141, 158, 0.28);
}

.nel--standard .nel-panel {
	padding-left: 98px;
}

.nel-panel-label {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #708D9E;
	padding-top: 20px;
	margin-bottom: 14px;
}

.nel-notice {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	background: var(--nel-tint);
	border-radius: 8px;
	padding: 14px 16px;
	margin-bottom: 16px;
}

.nel-notice-bar {
	flex: none;
	width: 8px;
	align-self: stretch;
	border-radius: 4px;
	background: var(--nel-c);
}

.nel-notice-text {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.4;
	color: var(--nel-notice-c);
}

.nel-dates {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 14px;
}

.nel-date-label {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #708D9E;
	margin-bottom: 6px;
}

.nel-date-day {
	font-size: 17px;
	color: #3D4650;
	line-height: 1.35;
}

.nel-date-value {
	font-size: 19px;
	font-weight: 600;
	color: #141F36;
	line-height: 1.35;
}

.nel-dates-sep {
	width: 40px;
	height: 1px;
	background: rgba(112, 141, 158, 0.5);
}

.nel-tz {
	font-size: 14px;
	color: #708D9E;
}

.nel-cta-row {
	margin-top: 18px;
}

.nel-wrap .nel-cta {
	border: 1px solid rgba(44, 64, 105, 0.4);
	background: #ffffff;
	color: #2C4069;
	border-radius: 6px;
	padding: 12px 26px;
	font-family: inherit;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	transition: background 160ms ease;
}

.nel-wrap .nel-cta:hover {
	background: #F5F6FA;
}

.nel-wrap .nel-cta--primary {
	border-color: #2C4069;
	background: #2C4069;
	color: #ffffff;
}

.nel-wrap .nel-cta--primary:hover {
	background: #243558;
}

/* Empty / error / loading state ----------------------------------------- */

.nel-empty,
.nel-error {
	flex: none;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.20);
	padding: 48px 26px;
	text-align: center;
	color: #506B84;
	font-size: 17px;
}

.nel-error .nel-cta {
	margin-top: 18px;
}

.nel-skeleton {
	flex: none;
	border-radius: 10px;
	height: 72px;
	background: rgba(255, 255, 255, 0.10);
	position: relative;
	overflow: hidden;
}

.nel-skeleton::after {
	content: "";
	position: absolute;
	inset: 0;
	transform: translateX(-100%);
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.10), transparent);
	animation: nel-shimmer 1.4s infinite;
}

@keyframes nel-shimmer {
	100% { transform: translateX(100%); }
}

/* Footnote --------------------------------------------------------------- */

.nel-wrap .nel-footnote {
	margin: 32px 0 0;
	font-size: 14px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.5);
}

.nel-wrap .nel-noscript {
	color: rgba(255, 255, 255, 0.72);
	font-size: 16px;
}

/* Notify modal ------------------------------------------------------------ */

.nel-modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(20, 31, 54, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	z-index: 100000;
	font-family: "Rubik", "Helvetica Neue", Arial, sans-serif;
}

.nel-modal-overlay[hidden] {
	display: none;
}

.nel-modal {
	position: relative;
	width: 100%;
	max-width: 720px;
	max-height: 90vh;
	overflow-y: auto;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 3px 30px rgba(0, 0, 0, 0.35);
	padding: 52px 72px 56px;
}

.nel-modal * {
	box-sizing: border-box;
}

.nel-modal .nel-modal-close {
	position: absolute;
	top: 18px;
	right: 20px;
	border: 0;
	background: transparent;
	cursor: pointer;
	color: #708D9E;
	display: flex;
	padding: 6px;
}

.nel-modal-title {
	font-size: 28px;
	font-weight: 700;
	color: #3D4650;
	margin-bottom: 16px;
	text-align: center;
}

.nel-modal-text {
	font-size: 17px;
	line-height: 1.5;
	color: #506B84;
	max-width: 440px;
	margin: 0 auto 24px;
	text-align: center;
}

/* CF7 form inside the notify modal ---------------------------------------- */

.nel-modal .nel-cf7-form input[type="text"],
.nel-modal .nel-cf7-form input[type="email"],
.nel-modal .nel-cf7-form input[type="tel"],
.nel-modal .nel-cf7-form textarea {
	width: 100%;
	border: 1px solid rgba(112, 141, 158, 0.4);
	border-radius: 4px;
	background: #F7F8FA;
	padding: 15px 16px;
	font-family: inherit;
	font-size: 16px;
	color: #3D4650;
	outline: none;
	margin-bottom: 14px;
}

.nel-modal .nel-cf7-form input[type="text"]:focus,
.nel-modal .nel-cf7-form input[type="email"]:focus,
.nel-modal .nel-cf7-form input[type="tel"]:focus,
.nel-modal .nel-cf7-form textarea:focus {
	border-color: #2C4069;
}

.nel-modal .nel-cf7-form input[type="submit"],
.nel-modal .nel-cf7-form button[type="submit"] {
	display: block;
	margin: 14px auto 0;
	border: 1px solid #2C4069;
	background: #2C4069;
	color: #ffffff;
	border-radius: 6px;
	padding: 13px 32px;
	font-family: inherit;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background 160ms ease;
}

.nel-modal .nel-cf7-form input[type="submit"]:hover,
.nel-modal .nel-cf7-form button[type="submit"]:hover {
	background: #243558;
}

.nel-modal .nel-cf7-form .wpcf7-not-valid-tip {
	color: #E8112D;
	font-size: 14px;
	margin: -8px 0 14px;
	display: block;
}

.nel-modal .nel-cf7-form .wpcf7-response-output {
	border: 0;
	margin: 16px 0 0;
	padding: 0;
	text-align: center;
	font-size: 15px;
	color: #506B84;
}

/* Responsive ---------------------------------------------------------------- */

@media (max-width: 720px) {
	.nel-wrap {
		padding: 40px 16px 64px;
	}

	.nel-wrap .nel-title {
		font-size: 30px;
	}

	.nel-wrap .nel-row {
		flex-wrap: wrap;
		gap: 10px;
	}

	.nel-row-main {
		flex-basis: 100%;
	}

	.nel-pill {
		font-size: 13px;
		padding: 6px 12px;
	}

	.nel--standard .nel-panel {
		padding-left: 22px;
	}

	.nel-modal {
		padding: 44px 24px 36px;
	}
}
