/* ============================================================
   RCN Jobs & Talent — archive, single, post form
   ============================================================ */

/* === Archive === */
.rcn-jobs-archive { margin-bottom: 64px; }

.rcn-jobs-archive__hero {
	background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
	color: #fff;
	padding: 56px 0 48px;
	margin-bottom: 32px;
}
.rcn-jobs-archive__hero-inner {
	display: flex;
	gap: 32px;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
}
.rcn-jobs-archive__eyebrow {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #fca5a5;
	margin-bottom: 8px;
}
.rcn-jobs-archive__hero h1 {
	font-size: 44px;
	font-weight: 800;
	margin: 0 0 8px;
	letter-spacing: -.02em;
	color: #fff;
}
.rcn-jobs-archive__hero p {
	margin: 0;
	color: rgba(255,255,255,.75);
	font-size: 16px;
}

.rcn-jobs-archive__main { padding: 0 16px; }

.rcn-jobs-archive__tabs {
	display: flex;
	gap: 4px;
	margin-bottom: 24px;
	border-bottom: 2px solid #e5e7eb;
}
.rcn-jobs-archive__tab {
	padding: 12px 18px;
	color: #64748b;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	margin-bottom: -2px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.rcn-jobs-archive__tab:hover { color: #0f172a; }
.rcn-jobs-archive__tab.active {
	color: #dc2626;
	border-bottom-color: #dc2626;
}
.rcn-jobs-archive__tab-count {
	background: #f1f5f9;
	color: #64748b;
	font-size: 11px;
	padding: 2px 8px;
	border-radius: 999px;
	font-weight: 700;
}
.rcn-jobs-archive__tab.active .rcn-jobs-archive__tab-count {
	background: #fee2e2;
	color: #dc2626;
}

.rcn-jobs-archive__layout {
	display: grid;
	grid-template-columns: 260px 1fr;
	gap: 32px;
	align-items: start;
}
@media (max-width: 1024px) {
	.rcn-jobs-archive__layout { grid-template-columns: 1fr; }
}

.rcn-jobs-archive__sidebar {
	position: sticky;
	top: 80px;
}
.rcn-jobs-archive__filters {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.rcn-jobs-archive__filter-group label {
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #475569;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin-bottom: 6px;
}
.rcn-jobs-archive__filter-group select {
	width: 100%;
	padding: 8px 10px;
	border: 1.5px solid #e5e7eb;
	border-radius: 8px;
	background: #fff;
	font-size: 13.5px;
	color: #0f172a;
	cursor: pointer;
}
.rcn-jobs-archive__clear {
	font-size: 13px;
	color: #dc2626;
	text-decoration: none;
	font-weight: 600;
	margin-top: 4px;
}

.rcn-jobs-archive__results-head {
	color: #64748b;
	font-size: 13.5px;
	margin-bottom: 16px;
}
.rcn-jobs-archive__results-head strong { color: #0f172a; font-weight: 800; }

.rcn-jobs-archive__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 16px;
}

/* === Card === */
.rcn-jobs-card {
	display: flex;
	flex-direction: column;
	gap: 8px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 18px;
	text-decoration: none;
	color: #0f172a;
	transition: border-color .15s, box-shadow .15s, transform .15s;
	position: relative;
	min-height: 200px;
}
.rcn-jobs-card:hover {
	border-color: #dc2626;
	box-shadow: 0 8px 24px rgba(15,23,42,.08);
	transform: translateY(-2px);
}
.rcn-jobs-card--talent { border-left: 3px solid #f59e0b; }
.rcn-jobs-card--job    { border-left: 3px solid #2563eb; }

.rcn-jobs-card__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}
.rcn-jobs-card__badge {
	font-size: 11px;
	font-weight: 700;
	padding: 3px 8px;
	border-radius: 999px;
	text-transform: uppercase;
	letter-spacing: .05em;
}
.rcn-jobs-card--talent .rcn-jobs-card__badge { background: #fef3c7; color: #b45309; }
.rcn-jobs-card--job    .rcn-jobs-card__badge { background: #dbeafe; color: #1d4ed8; }

.rcn-jobs-card__type {
	font-size: 11px;
	color: #64748b;
	font-weight: 600;
}

.rcn-jobs-card__title {
	font-size: 16px;
	font-weight: 700;
	color: #0f172a;
	line-height: 1.3;
	margin: 0;
}
.rcn-jobs-card__company {
	font-size: 13px;
	color: #475569;
	font-weight: 600;
}
.rcn-jobs-card__meta {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	font-size: 12px;
	color: #64748b;
	margin-top: 2px;
}
.rcn-jobs-card__meta span {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}
.rcn-jobs-card__chip {
	background: #f1f5f9;
	color: #475569;
	padding: 2px 7px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 600;
}
.rcn-jobs-card__tags {
	display: flex;
	gap: 4px;
	flex-wrap: wrap;
	margin-top: 4px;
}
.rcn-jobs-card__tag {
	background: #f8fafc;
	color: #0f172a;
	border: 1px solid #e5e7eb;
	padding: 2px 8px;
	border-radius: 6px;
	font-size: 11.5px;
	font-weight: 600;
}
.rcn-jobs-card__tag--more {
	background: #fef2f2;
	color: #dc2626;
	border-color: #fecaca;
}
.rcn-jobs-card__discipline {
	font-size: 11.5px;
	color: #94a3b8;
	font-style: italic;
	margin-top: 2px;
}
.rcn-jobs-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 8px;
	border-top: 1px dashed #f1f5f9;
	font-size: 11.5px;
	color: #94a3b8;
}
.rcn-jobs-card__comp {
	color: #15803d;
	font-weight: 700;
}

/* Empty state */
.rcn-jobs-archive__empty {
	text-align: center;
	padding: 60px 20px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	color: #64748b;
}
.rcn-jobs-archive__empty svg { color: #cbd5e1; margin-bottom: 12px; }
.rcn-jobs-archive__empty h2 { color: #0f172a; margin: 0 0 8px; font-size: 18px; }
.rcn-jobs-archive__empty p { margin: 0 0 16px; }

/* === Single === */
.rcn-jobs-single {
	background: #f7f8fa;
	min-height: 60vh;
	padding: 24px 0 64px;
}
.rcn-jobs-single__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 24px;
	align-items: start;
	margin-top: 20px;
}
@media (max-width: 1024px) {
	.rcn-jobs-single__layout { grid-template-columns: 1fr; }
}

.rcn-jobs-single__main {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	padding: 32px;
}
.rcn-jobs-single__head { margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid #f1f5f9; }
.rcn-jobs-single__head-row {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 12px;
	flex-wrap: wrap;
}
.rcn-jobs-single__badge {
	font-size: 12px;
	font-weight: 700;
	padding: 4px 10px;
	border-radius: 999px;
	text-transform: uppercase;
	letter-spacing: .05em;
}
.rcn-jobs-single__badge--talent { background: #fef3c7; color: #b45309; }
.rcn-jobs-single__badge--job    { background: #dbeafe; color: #1d4ed8; }
.rcn-jobs-single__type {
	font-size: 12.5px;
	color: #64748b;
	font-weight: 600;
}
.rcn-jobs-single__title {
	font-size: 28px;
	font-weight: 800;
	color: #0f172a;
	margin: 0 0 8px;
	letter-spacing: -.01em;
	line-height: 1.2;
}
.rcn-jobs-single__company {
	color: #475569;
	font-size: 15px;
	margin-bottom: 12px;
}
.rcn-jobs-single__company a {
	color: #dc2626;
	text-decoration: none;
	font-weight: 600;
}
.rcn-jobs-single__meta {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-bottom: 14px;
}
.rcn-jobs-single__meta-item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	color: #64748b;
	padding: 4px 10px;
	background: #f8fafc;
	border-radius: 999px;
}
.rcn-jobs-single__meta-item--accent {
	background: #fef2f2;
	color: #dc2626;
	font-weight: 600;
}
.rcn-jobs-single__tags {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
}
.rcn-jobs-single__tag {
	background: #fff;
	border: 1px solid #e5e7eb;
	color: #0f172a;
	padding: 4px 10px;
	border-radius: 8px;
	font-size: 12.5px;
	font-weight: 600;
}
.rcn-jobs-single__tag--alt {
	background: #f8fafc;
	border-color: #f1f5f9;
	color: #475569;
}

.rcn-jobs-single__body {
	margin-top: 24px;
}
.rcn-jobs-single__body h2 {
	font-size: 17px;
	font-weight: 700;
	color: #0f172a;
	margin: 0 0 12px;
}
.rcn-jobs-single__body .rcn-prose {
	color: #334155;
	font-size: 14.5px;
	line-height: 1.7;
}

.rcn-jobs-single__links {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.rcn-jobs-single__closing {
	background: #fef3c7;
	border: 1px solid #fde68a;
	color: #92400e;
	padding: 12px 16px;
	border-radius: 10px;
	font-size: 13.5px;
}

/* === Side panel === */
.rcn-jobs-single__side { position: sticky; top: 80px; }
.rcn-jobs-single__panel {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	padding: 20px;
}
.rcn-jobs-single__poster {
	display: flex;
	gap: 12px;
	align-items: center;
	padding-bottom: 16px;
	border-bottom: 1px solid #f1f5f9;
	margin-bottom: 12px;
}
.rcn-jobs-single__poster strong { display: block; color: #0f172a; font-size: 14px; font-weight: 700; }
.rcn-jobs-single__poster span { color: #94a3b8; font-size: 12px; }
.rcn-jobs-single__panel-row {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 8px 0;
	font-size: 13.5px;
	color: #0f172a;
	border-bottom: 1px solid #f8fafc;
}
.rcn-jobs-single__panel-label { color: #64748b; font-weight: 600; }
.rcn-jobs-single__cta {
	margin-top: 16px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.rcn-jobs-single__cta-note {
	font-size: 11.5px;
	color: #94a3b8;
	margin: 0;
	text-align: center;
	line-height: 1.4;
}

/* === Post form === */
.rcn-jobs-post {
	background: #f7f8fa;
	min-height: 70vh;
	padding: 24px 0 80px;
}
.rcn-jobs-post__head { margin: 24px 0 32px; }
.rcn-jobs-post__head h1 { font-size: 30px; font-weight: 800; color: #0f172a; margin: 0 0 6px; letter-spacing: -.02em; }
.rcn-jobs-post__head p { color: #64748b; margin: 0; font-size: 14.5px; }

.rcn-jobs-post__type-picker { margin-top: 16px; }
.rcn-jobs-post__type-picker h2 { font-size: 17px; color: #475569; margin: 0 0 16px; font-weight: 700; }
.rcn-jobs-post__type-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	max-width: 720px;
}
@media (max-width: 640px) { .rcn-jobs-post__type-grid { grid-template-columns: 1fr; } }
.rcn-jobs-post__type-card {
	background: #fff;
	border: 2px solid #e5e7eb;
	border-radius: 14px;
	padding: 28px 24px;
	text-align: left;
	cursor: pointer;
	transition: border-color .15s, transform .15s, box-shadow .15s;
	font-family: inherit;
}
.rcn-jobs-post__type-card:hover {
	border-color: #dc2626;
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(15,23,42,.08);
}
.rcn-jobs-post__type-icon {
	width: 56px; height: 56px;
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
}
.rcn-jobs-post__type-card h3 { font-size: 17px; color: #0f172a; margin: 0 0 6px; font-weight: 700; }
.rcn-jobs-post__type-card p  { color: #64748b; font-size: 13.5px; margin: 0; line-height: 1.5; }

.rcn-jobs-post__form {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	padding: 32px;
	max-width: 880px;
}

.rcn-jobs-post__section { margin-bottom: 32px; padding-bottom: 28px; border-bottom: 1px solid #f1f5f9; }
.rcn-jobs-post__section:last-of-type { border-bottom: none; padding-bottom: 0; }
.rcn-jobs-post__section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}
.rcn-jobs-post__section-head h2 { font-size: 17px; color: #0f172a; margin: 0; font-weight: 700; }
.rcn-jobs-post__hint { color: #64748b; font-size: 13px; margin: 0 0 12px; }

.rcn-jobs-post__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
.rcn-jobs-post__chip {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}
.rcn-jobs-post__chip input { position: absolute; opacity: 0; pointer-events: none; }
.rcn-jobs-post__chip span {
	padding: 6px 12px;
	background: #f8fafc;
	border: 1.5px solid #e5e7eb;
	border-radius: 999px;
	font-size: 12.5px;
	font-weight: 600;
	color: #475569;
	transition: all .15s;
}
.rcn-jobs-post__chip:hover span { border-color: #cbd5e1; }
.rcn-jobs-post__chip input:checked + span {
	background: #dc2626;
	border-color: #dc2626;
	color: #fff;
}

.rcn-jobs-post__check {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #0f172a;
	font-size: 14px;
	cursor: pointer;
}
.rcn-jobs-post__check input { width: 18px; height: 18px; cursor: pointer; }

.rcn-jobs-post__actions {
	display: flex;
	gap: 10px;
	margin-top: 16px;
	flex-wrap: wrap;
}

.rcn-required { color: #dc2626; font-weight: 700; margin-left: 2px; }

/* Header menu Jobs item — accent it slightly */
.rcn-nav-jobs-item > a {
	color: #dc2626 !important;
	font-weight: 700;
}
.rcn-nav-jobs-item.current-menu-item > a {
	color: #b91c1c !important;
}
