/* =========================================
   Syrpa Membres — Espace emploi
   ========================================= */

.syrpa-jobs,
.syrpa-jobs-single {
	--brand: #ff5534;
	--brand-dark: #e64422;
	--ink: #0f172a;
	--ink-soft: #334155;
	--muted: #64748b;
	--line: #e5e7eb;
	--bg: #ffffff;
	--bg-soft: #f8fafc;
	--green: #10b981;
	--radius: 16px;
	--shadow: 0 1px 2px rgba(15, 23, 42, .04), 0 4px 16px rgba(15, 23, 42, .04);
	--shadow-hover: 0 8px 28px rgba(15, 23, 42, .10);
	color: var(--ink);
	font-size: 15px;
	line-height: 1.55;
}

/* =========================================
   Hero
   ========================================= */
.syrpa-jobs__hero {
	position: relative;
	overflow: hidden;
	border-radius: 28px;
	margin-bottom: 2.5rem;
	background: #0f172a;
	color: #fff;
	isolation: isolate;
}
.syrpa-jobs__hero-bg {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 88% 18%, rgba(255, 85, 52, .22) 0%, transparent 42%),
		radial-gradient(circle at 12% 92%, rgba(99, 102, 241, .14) 0%, transparent 50%),
		linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
	z-index: -1;
}
.syrpa-jobs__hero-bg::after {
	content: '';
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
	background-size: 32px 32px;
	mask-image: radial-gradient(ellipse at center, #000 30%, transparent 70%);
	-webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 70%);
}
.syrpa-jobs__hero-content {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2.5rem;
	padding: 3rem 2.75rem;
	flex-wrap: wrap;
}
.syrpa-jobs__hero-text {
	flex: 1 1 360px;
	min-width: 0;
}
.syrpa-jobs__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	background: rgba(255, 255, 255, .08);
	color: #fed7c8;
	padding: .4rem .9rem;
	border-radius: 999px;
	margin-bottom: 1.25rem;
	border: 1px solid rgba(255, 85, 52, .25);
}
.syrpa-jobs__eyebrow-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #ff5534;
	box-shadow: 0 0 0 4px rgba(255, 85, 52, .25);
	animation: syrpa-pulse 2s ease-in-out infinite;
}
@keyframes syrpa-pulse {
	0%, 100% { opacity: 1; }
	50% { opacity: .5; }
}
.syrpa-jobs__title {
	margin: 0 0 .65rem;
	font-size: 2.4rem;
	font-weight: 800;
	color: #fff;
	line-height: 1.1;
	letter-spacing: -.02em;
}
.syrpa-jobs__subtitle {
	margin: 0 0 1.75rem;
	color: #cbd5e1;
	font-size: 1.05rem;
	max-width: 540px;
	line-height: 1.55;
}

/* Stats badges */
.syrpa-jobs__hero-stats {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}
.syrpa-jobs__stat {
	display: flex;
	flex-direction: column;
	padding: .85rem 1.25rem;
	background: rgba(255, 255, 255, .06);
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 14px;
	min-width: 110px;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}
.syrpa-jobs__stat--accent {
	background: rgba(255, 85, 52, .15);
	border-color: rgba(255, 85, 52, .35);
}
.syrpa-jobs__stat-num {
	font-size: 1.7rem;
	font-weight: 800;
	color: #fff;
	line-height: 1;
	letter-spacing: -.02em;
}
.syrpa-jobs__stat--accent .syrpa-jobs__stat-num {
	color: #ffb59f;
}
.syrpa-jobs__stat-label {
	font-size: .75rem;
	color: #94a3b8;
	margin-top: .35rem;
	text-transform: uppercase;
	letter-spacing: .04em;
	font-weight: 600;
}

/* CTA Hero */
.syrpa-jobs__hero-cta {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: .55rem;
	flex-shrink: 0;
}
.syrpa-jobs__cta {
	display: inline-flex;
	align-items: center;
	gap: .6rem;
	background: var(--brand);
	color: #fff !important;
	padding: 1.1rem 1.9rem;
	border-radius: 14px;
	font-size: 1.05rem;
	font-weight: 700;
	text-decoration: none !important;
	transition: all .2s ease;
	box-shadow: 0 6px 20px rgba(255, 85, 52, .4);
	border: 0;
	cursor: pointer;
	white-space: nowrap;
}
.syrpa-jobs__cta:hover,
.syrpa-jobs__cta:focus {
	background: var(--brand-dark);
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(255, 85, 52, .55);
	color: #fff !important;
}
.syrpa-jobs__cta svg {
	width: 18px;
	height: 18px;
}
.syrpa-jobs__cta-meta {
	margin: 0;
	font-size: .78rem;
	color: #94a3b8;
	font-weight: 500;
}

/* Lien secondaire du hero (voir les candidats) */
.syrpa-jobs__cta-secondary {
	display: inline-flex;
	align-items: center;
	gap: .45rem;
	margin-top: .35rem;
	font-size: .85rem;
	color: #cbd5e1 !important;
	text-decoration: none !important;
	padding: .55rem 1rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, .15);
	transition: all .15s ease;
}
.syrpa-jobs__cta-secondary:hover {
	background: rgba(255, 255, 255, .08);
	color: #fff !important;
	border-color: rgba(255, 255, 255, .3);
}
.syrpa-jobs__cta-secondary svg {
	width: 16px;
	height: 16px;
}
.syrpa-jobs__cta--ghost {
	background: transparent;
	border: 1px solid var(--line);
	color: var(--ink) !important;
	box-shadow: none;
	margin-top: 1rem;
}
.syrpa-jobs__cta--ghost:hover {
	background: var(--bg-soft);
	color: var(--ink) !important;
	border-color: var(--brand);
	box-shadow: none;
}

/* =========================================
   Filtres
   ========================================= */
.syrpa-jobs__filters {
	display: flex;
	flex-wrap: wrap;
	gap: .6rem;
	align-items: center;
	padding: 1rem;
	background: var(--bg-soft);
	border: 1px solid var(--line);
	border-radius: 18px;
	margin-bottom: 1.5rem;
}
.syrpa-jobs__search {
	position: relative;
	flex: 1 1 280px;
	display: flex;
	align-items: center;
}
.syrpa-jobs__search svg {
	position: absolute;
	left: 14px;
	width: 18px;
	height: 18px;
	color: var(--muted);
	pointer-events: none;
}
.syrpa-jobs__search input[type="search"] {
	width: 100%;
	padding: .85rem 1rem .85rem 2.6rem;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 12px;
	font-size: .95rem;
	color: var(--ink);
	transition: border-color .15s ease, box-shadow .15s ease;
}
.syrpa-jobs__search input[type="search"]:focus,
.syrpa-jobs__filters select:focus {
	outline: none;
	border-color: var(--brand);
	box-shadow: 0 0 0 3px rgba(255, 85, 52, .15);
}
.syrpa-jobs__filters select {
	flex: 0 1 200px;
	padding: .85rem 1rem;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 12px;
	font-size: .95rem;
	color: var(--ink);
}
.syrpa-jobs__filter-btn {
	padding: .85rem 1.6rem;
	background: var(--ink);
	color: #fff;
	border: 0;
	border-radius: 12px;
	cursor: pointer;
	font-weight: 600;
	font-size: .95rem;
	transition: background .15s ease, transform .15s ease;
}
.syrpa-jobs__filter-btn:hover {
	background: #1f2937;
	transform: translateY(-1px);
}
.syrpa-jobs__reset {
	font-size: .85rem;
	color: var(--muted);
	text-decoration: none;
	border-bottom: 1px dashed currentColor;
}
.syrpa-jobs__reset:hover { color: var(--brand); }

/* Chips types de contrat */
.syrpa-jobs__chips {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: .4rem;
	margin: 0 0 1.5rem;
	padding: .9rem 1rem;
	background: var(--bg-soft);
	border: 1px solid var(--line);
	border-radius: 14px;
}
.syrpa-jobs__chips-label {
	font-size: .72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .06em;
	color: var(--muted);
	margin-right: .5rem;
}
.syrpa-chip {
	display: inline-flex;
	align-items: center;
	gap: .3rem;
	padding: .4rem .9rem;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 999px;
	color: var(--ink-soft);
	text-decoration: none !important;
	font-size: .82rem;
	font-weight: 600;
	transition: all .15s ease;
	white-space: nowrap;
}
.syrpa-chip:hover {
	border-color: var(--brand);
	color: var(--brand);
}
.syrpa-chip.is-active {
	background: var(--brand);
	color: #fff !important;
	border-color: var(--brand);
	box-shadow: 0 3px 10px rgba(255, 85, 52, .3);
}
.syrpa-chip svg {
	width: 10px;
	height: 10px;
	opacity: .85;
}

/* =========================================
   Liste — cards
   ========================================= */
.syrpa-jobs__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1.1rem;
}
.syrpa-job-card {
	position: relative;
	background: var(--bg);
	border: 1px solid var(--line);
	border-radius: 18px;
	box-shadow: var(--shadow);
	overflow: hidden;
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.syrpa-job-card::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	background: var(--brand);
	transform: translateX(-100%);
	transition: transform .25s ease;
}
.syrpa-job-card:hover {
	transform: translateY(-3px);
	box-shadow: var(--shadow-hover);
	border-color: transparent;
}
.syrpa-job-card:hover::before {
	transform: translateX(0);
}
.syrpa-job-card.is-filled {
	opacity: .65;
}
.syrpa-job-card__link {
	display: grid;
	grid-template-columns: 76px 1fr;
	gap: 1.4rem;
	padding: 1.6rem 1.75rem;
	color: inherit;
	text-decoration: none !important;
}

/* Logo */
.syrpa-job-card__logo {
	width: 76px;
	height: 76px;
	border-radius: 14px;
	background: var(--bg-soft);
	border: 1px solid var(--line);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	flex-shrink: 0;
	transition: transform .25s ease;
}
.syrpa-job-card:hover .syrpa-job-card__logo {
	transform: scale(1.04);
}
.syrpa-job-card__logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: .5rem;
}
.syrpa-job-card__initials {
	font-size: 1.5rem;
	font-weight: 800;
	color: var(--brand);
	letter-spacing: .02em;
}

/* Body */
.syrpa-job-card__body {
	min-width: 0;
	display: flex;
	flex-direction: column;
}
.syrpa-job-card__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: .5rem;
}
.syrpa-job-card__head-text {
	min-width: 0;
	flex: 1;
}
.syrpa-job-card__company {
	display: block;
	font-size: .78rem;
	font-weight: 700;
	color: var(--brand);
	text-transform: uppercase;
	letter-spacing: .06em;
	margin-bottom: .2rem;
}
.syrpa-job-card__title {
	margin: 0;
	font-size: 1.2rem;
	font-weight: 800;
	color: var(--ink);
	line-height: 1.3;
}
.syrpa-job-card__head-badges {
	display: flex;
	gap: .35rem;
	flex-shrink: 0;
}
.syrpa-job-card__badge {
	font-size: .67rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .06em;
	padding: .3rem .7rem;
	border-radius: 999px;
}
.syrpa-job-card__badge--new {
	background: linear-gradient(135deg, #10b981, #059669);
	color: #fff;
	box-shadow: 0 2px 8px rgba(16, 185, 129, .3);
}
.syrpa-job-card__badge--filled {
	background: #f1f5f9;
	color: var(--muted);
}
.syrpa-job-card__meta {
	margin: 0 0 .85rem;
	color: var(--muted);
	font-size: .87rem;
	display: flex;
	flex-wrap: wrap;
	gap: .4rem 1.1rem;
	align-items: center;
}
.syrpa-job-card__meta-item {
	display: inline-flex;
	align-items: center;
	gap: .4rem;
}
.syrpa-job-card__meta-item svg {
	width: 14px;
	height: 14px;
	color: var(--muted);
	flex-shrink: 0;
}
.syrpa-job-card__meta-date {
	color: var(--muted);
	font-weight: 500;
}
.syrpa-job-card__remote {
	background: #ecfdf5;
	color: #065f46;
	font-size: .68rem;
	font-weight: 700;
	padding: .2rem .65rem;
	border-radius: 999px;
	text-transform: uppercase;
	letter-spacing: .04em;
}
.syrpa-job-card__excerpt {
	margin: 0 0 1rem;
	color: var(--ink-soft);
	font-size: .92rem;
	line-height: 1.55;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.syrpa-job-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	margin-top: auto;
}
.syrpa-job-card__tags {
	display: flex;
	flex-wrap: wrap;
	gap: .4rem;
}
.syrpa-job-card__tag {
	display: inline-block;
	background: var(--bg-soft);
	color: var(--ink-soft);
	padding: .3rem .75rem;
	border-radius: 999px;
	font-size: .72rem;
	font-weight: 600;
	letter-spacing: .02em;
	border: 1px solid var(--line);
}
.syrpa-job-card__tag--type {
	background: #fef3ec;
	color: var(--brand);
	border-color: rgba(255, 85, 52, .25);
}
.syrpa-job-card__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--bg-soft);
	color: var(--muted);
	transition: all .25s ease;
}
.syrpa-job-card__arrow svg {
	width: 16px;
	height: 16px;
}
.syrpa-job-card:hover .syrpa-job-card__arrow {
	background: var(--brand);
	color: #fff;
	transform: translateX(2px);
}

/* État vide */
.syrpa-jobs-empty {
	padding: 3.5rem 2rem;
	text-align: center;
	background: var(--bg-soft);
	border: 1px dashed var(--line);
	border-radius: var(--radius);
	color: var(--muted);
}
.syrpa-jobs-empty svg {
	width: 56px;
	height: 56px;
	margin: 0 auto 1rem;
	color: #cbd5e1;
	display: block;
}
.syrpa-jobs-empty p {
	margin: 0;
	font-size: 1rem;
}

/* Pagination */
.syrpa-jobs__pagination {
	margin-top: 2rem;
	display: flex;
	justify-content: center;
	gap: .4rem;
	flex-wrap: wrap;
}
.syrpa-jobs__pagination .page-numbers {
	min-width: 42px;
	height: 42px;
	padding: 0 .9rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	border: 1px solid var(--line);
	color: var(--ink);
	text-decoration: none;
	font-weight: 600;
	transition: all .15s ease;
}
.syrpa-jobs__pagination .page-numbers:hover {
	border-color: var(--brand);
	color: var(--brand);
}
.syrpa-jobs__pagination .page-numbers.current {
	background: var(--ink);
	color: #fff;
	border-color: var(--ink);
}

/* =========================================
   Single job
   ========================================= */
.syrpa-jobs-single__wrap {
	max-width: 1080px;
	margin: 2rem auto;
	padding: 0 1rem;
}
.syrpa-jobs-single__back {
	margin-bottom: 1rem;
}
.syrpa-jobs-single__back a {
	color: var(--muted);
	text-decoration: none;
	font-size: .9rem;
}
.syrpa-jobs-single__back a:hover { color: var(--brand); }

.syrpa-jobs-single__layout {
	display: grid;
	grid-template-columns: minmax(260px, 320px) 1fr;
	gap: 2rem;
	align-items: start;
}
.syrpa-jobs-single__sidebar {
	position: sticky;
	top: 100px;
}
.syrpa-jobs-single__company-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 18px;
	padding: 1.75rem;
	text-align: center;
	box-shadow: var(--shadow);
}
.syrpa-jobs-single__logo {
	width: 110px;
	height: 110px;
	border-radius: 18px;
	background: var(--bg-soft);
	border: 1px solid var(--line);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin: 0 auto 1rem;
}
.syrpa-jobs-single__logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: .65rem;
}
.syrpa-jobs-single__logo .syrpa-job-card__initials {
	font-size: 2.4rem;
}
.syrpa-jobs-single__company-name {
	margin: 0 0 .25rem;
	font-size: 1.15rem;
	color: var(--ink);
}
.syrpa-jobs-single__company-tagline {
	margin: 0 0 .85rem;
	color: var(--muted);
	font-size: .88rem;
	font-style: italic;
}
.syrpa-jobs-single__company-link {
	font-size: .85rem;
	color: var(--brand);
	text-decoration: none;
	font-weight: 600;
}
.syrpa-jobs-single__company-link:hover { text-decoration: underline; }

.syrpa-jobs-single__apply {
	margin-top: 1rem;
}
.syrpa-jobs-single__apply-meta {
	margin: .5rem 0 0;
	font-size: .8rem;
	color: var(--muted);
	text-align: center;
}
.syrpa-jobs-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: .95rem 1.4rem;
	border-radius: 12px;
	font-weight: 700;
	font-size: 1rem;
	text-decoration: none !important;
	transition: all .15s ease;
	border: 0;
	cursor: pointer;
}
.syrpa-jobs-btn--primary,
.syrpa-jobs-btn--primary:visited {
	background: var(--brand);
	color: #fff !important;
	box-shadow: 0 4px 12px rgba(255, 85, 52, .3);
}
.syrpa-jobs-btn--primary:hover {
	background: var(--brand-dark);
	transform: translateY(-1px);
	box-shadow: 0 8px 22px rgba(255, 85, 52, .42);
	color: #fff !important;
}

/* Main content */
.syrpa-jobs-single__main { min-width: 0; }
.syrpa-jobs-single__header {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 18px;
	padding: 2rem;
	margin-bottom: 1.25rem;
	box-shadow: var(--shadow);
}
.syrpa-jobs-single__title {
	margin: 0 0 1rem;
	font-size: 2rem;
	font-weight: 800;
	color: var(--ink);
	line-height: 1.2;
}
.syrpa-jobs-single__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
	color: var(--ink-soft);
	font-size: .92rem;
	margin-bottom: 1rem;
}
.syrpa-jobs-single__meta span {
	display: inline-flex;
	align-items: center;
	gap: .4rem;
}
.syrpa-jobs-single__meta svg {
	width: 16px;
	height: 16px;
	color: var(--muted);
}
.syrpa-jobs-single__tags {
	display: flex;
	flex-wrap: wrap;
	gap: .4rem;
}

.syrpa-jobs-single__content {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 18px;
	padding: 2.25rem;
	color: var(--ink-soft);
	line-height: 1.7;
	font-size: 1rem;
	box-shadow: var(--shadow);
}
.syrpa-jobs-single__content h2,
.syrpa-jobs-single__content h3 {
	color: var(--ink);
	margin-top: 1.75rem;
	margin-bottom: .75rem;
}
.syrpa-jobs-single__content h2:first-child,
.syrpa-jobs-single__content h3:first-child { margin-top: 0; }
.syrpa-jobs-single__content p { margin: 0 0 1rem; }
.syrpa-jobs-single__content ul,
.syrpa-jobs-single__content ol { padding-left: 1.5rem; margin: 0 0 1rem; }
.syrpa-jobs-single__content li { margin-bottom: .35rem; }
.syrpa-jobs-single__content a {
	color: var(--brand);
	text-decoration: underline;
}

/* =========================================
   Page Déposer une offre — wrapper custom
   ========================================= */
.syrpa-submit {
	--brand: #ff5534;
	--brand-dark: #e64422;
	--ink: #0f172a;
	--ink-soft: #334155;
	--muted: #64748b;
	--line: #e5e7eb;
	--bg: #ffffff;
	--bg-soft: #f8fafc;
	color: var(--ink);
	font-size: 15px;
	line-height: 1.55;
}

/* Hero submit */
.syrpa-submit__hero {
	position: relative;
	overflow: hidden;
	border-radius: 24px;
	margin-bottom: 2.5rem;
	background: #0f172a;
	color: #fff;
	isolation: isolate;
}
.syrpa-submit__hero-bg {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 80% 20%, rgba(255, 85, 52, .22) 0%, transparent 45%),
		radial-gradient(circle at 15% 90%, rgba(99, 102, 241, .12) 0%, transparent 50%),
		linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
	z-index: -1;
}
.syrpa-submit__hero-content {
	padding: 2.75rem 2.5rem;
}
.syrpa-submit__back {
	display: inline-block;
	color: #94a3b8 !important;
	font-size: .85rem;
	text-decoration: none !important;
	margin-bottom: 1.25rem;
	transition: color .15s ease;
}
.syrpa-submit__back:hover {
	color: #fff !important;
}
.syrpa-submit__title {
	margin: 1rem 0 .65rem;
	font-size: 2.2rem;
	font-weight: 800;
	color: #fff;
	line-height: 1.15;
	letter-spacing: -.02em;
}
.syrpa-submit__subtitle {
	margin: 0;
	color: #cbd5e1;
	font-size: 1.02rem;
	max-width: 640px;
	line-height: 1.55;
}

/* Layout 2 colonnes */
.syrpa-submit__layout {
	display: grid;
	grid-template-columns: 1fr minmax(280px, 320px);
	gap: 2rem;
	align-items: start;
}

.syrpa-submit__form-wrap {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 20px;
	padding: 2.25rem 2rem;
	box-shadow: 0 1px 2px rgba(15, 23, 42, .04), 0 4px 16px rgba(15, 23, 42, .04);
	min-width: 0;
}

/* Sidebar */
.syrpa-submit__sidebar {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	position: sticky;
	top: 100px;
}
.syrpa-submit__card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 16px;
	padding: 1.5rem;
	box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
}
.syrpa-submit__card h3 {
	display: flex;
	align-items: center;
	gap: .55rem;
	margin: 0 0 1rem;
	font-size: .85rem;
	color: var(--ink);
	text-transform: uppercase;
	letter-spacing: .06em;
	font-weight: 700;
}
.syrpa-submit__card h3 svg {
	width: 18px;
	height: 18px;
	color: var(--brand);
	flex-shrink: 0;
}

/* Étapes */
.syrpa-submit__steps {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.syrpa-submit__steps li {
	display: flex;
	align-items: flex-start;
	gap: .85rem;
	font-size: .9rem;
	color: var(--ink-soft);
	line-height: 1.45;
}
.syrpa-submit__step-num {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--brand);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: .8rem;
	font-weight: 800;
}

/* Tips */
.syrpa-submit__tips {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: .65rem;
}
.syrpa-submit__tips li {
	position: relative;
	padding-left: 1.4rem;
	font-size: .88rem;
	color: var(--ink-soft);
	line-height: 1.45;
}
.syrpa-submit__tips li::before {
	content: '';
	position: absolute;
	left: 0;
	top: .55rem;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--brand);
}

/* Card accent */
.syrpa-submit__card--accent {
	background: linear-gradient(135deg, #fff7f3 0%, #fef3ec 100%);
	border-color: rgba(255, 85, 52, .2);
}
.syrpa-submit__card--accent h3 {
	color: var(--brand-dark);
}
.syrpa-submit__card--accent p {
	margin: 0;
	font-size: .88rem;
	color: var(--ink-soft);
	line-height: 1.5;
}

/* =========================================
   Style du formulaire WP Job Manager
   ========================================= */
.syrpa-submit__form-wrap .job_manager_form,
.syrpa-submit__form-wrap form.job-manager-form {
	margin: 0;
}
.syrpa-submit__form-wrap h2 {
	font-size: 1.05rem;
	color: var(--ink);
	margin: 0 0 1.25rem;
	text-transform: uppercase;
	letter-spacing: .06em;
	font-weight: 700;
	padding-bottom: .65rem;
	border-bottom: 1px solid var(--line);
	position: relative;
}
.syrpa-submit__form-wrap h2::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 40px;
	height: 2px;
	background: var(--brand);
}
.syrpa-submit__form-wrap h2 + h2 {
	margin-top: 2.5rem;
}
.syrpa-submit__form-wrap fieldset {
	border: 0;
	padding: 0;
	margin: 0 0 1.4rem;
}
.syrpa-submit__form-wrap fieldset > label {
	display: block;
	font-weight: 600;
	color: var(--ink);
	margin-bottom: .4rem;
	font-size: .9rem;
}
.syrpa-submit__form-wrap fieldset > label .required {
	color: var(--brand);
	margin-left: .15rem;
}
.syrpa-submit__form-wrap .field small.description,
.syrpa-submit__form-wrap fieldset small.description {
	display: block;
	color: var(--muted);
	font-size: .78rem;
	margin-top: .35rem;
	font-style: italic;
}
.syrpa-submit__form-wrap input[type="text"],
.syrpa-submit__form-wrap input[type="email"],
.syrpa-submit__form-wrap input[type="url"],
.syrpa-submit__form-wrap input[type="password"],
.syrpa-submit__form-wrap input[type="number"],
.syrpa-submit__form-wrap input[type="tel"],
.syrpa-submit__form-wrap input[type="date"],
.syrpa-submit__form-wrap select,
.syrpa-submit__form-wrap textarea {
	width: 100%;
	padding: .85rem 1rem;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 12px;
	font-size: .95rem;
	color: var(--ink);
	transition: border-color .15s ease, box-shadow .15s ease;
	box-sizing: border-box;
}
.syrpa-submit__form-wrap input:focus,
.syrpa-submit__form-wrap select:focus,
.syrpa-submit__form-wrap textarea:focus {
	outline: none;
	border-color: var(--brand);
	box-shadow: 0 0 0 3px rgba(255, 85, 52, .15);
}
.syrpa-submit__form-wrap textarea {
	min-height: 180px;
	resize: vertical;
	font-family: inherit;
	line-height: 1.55;
}

/* WP Editor (zone de description du poste) */
.syrpa-submit__form-wrap .wp-editor-wrap {
	border: 1px solid var(--line);
	border-radius: 12px;
	overflow: hidden;
}
.syrpa-submit__form-wrap .wp-editor-wrap:focus-within {
	border-color: var(--brand);
	box-shadow: 0 0 0 3px rgba(255, 85, 52, .15);
}

/* Upload de fichier (logo entreprise) */
.syrpa-submit__form-wrap .job-manager-uploaded-files,
.syrpa-submit__form-wrap .job-manager-uploaded-file {
	margin-top: .5rem;
}
.syrpa-submit__form-wrap input[type="file"] {
	font-size: .85rem;
	color: var(--muted);
	padding: .5rem 0;
}
.syrpa-submit__form-wrap input[type="file"]::file-selector-button {
	background: var(--bg-soft);
	border: 1px solid var(--line);
	padding: .55rem 1rem;
	border-radius: 8px;
	font-size: .85rem;
	font-weight: 600;
	color: var(--ink);
	margin-right: .75rem;
	cursor: pointer;
	transition: all .15s ease;
}
.syrpa-submit__form-wrap input[type="file"]::file-selector-button:hover {
	background: #fff;
	border-color: var(--brand);
	color: var(--brand);
}

/* Bouton principal de soumission (uniquement le submit, pas tous les .button) */
.syrpa-submit__form-wrap input[type="submit"],
.syrpa-submit__form-wrap button[type="submit"],
.syrpa-submit__form-wrap button.job-manager-button-submit-listing {
	background: var(--brand);
	color: #fff !important;
	border: 0;
	padding: 1rem 1.9rem;
	border-radius: 12px;
	font-size: 1rem;
	font-weight: 700;
	cursor: pointer;
	transition: all .2s ease;
	box-shadow: 0 4px 14px rgba(255, 85, 52, .3);
}
.syrpa-submit__form-wrap input[type="submit"]:hover,
.syrpa-submit__form-wrap button[type="submit"]:hover,
.syrpa-submit__form-wrap button.job-manager-button-submit-listing:hover {
	background: var(--brand-dark);
	transform: translateY(-1px);
	box-shadow: 0 10px 24px rgba(255, 85, 52, .42);
}

/* Mini boutons / liens secondaires (Quitter, Supprimer logo, etc.) */
.syrpa-submit__form-wrap a.button,
.syrpa-submit__form-wrap .job-manager-uploaded-file-name a,
.syrpa-submit__form-wrap .account-sign-in a {
	display: inline-flex;
	align-items: center;
	gap: .35rem;
	background: transparent;
	color: var(--muted) !important;
	padding: .35rem .75rem;
	border: 1px solid var(--line);
	border-radius: 8px;
	font-size: .8rem;
	font-weight: 600;
	text-decoration: none !important;
	box-shadow: none;
	transition: all .15s ease;
	margin-left: .5rem;
}
.syrpa-submit__form-wrap a.button:hover,
.syrpa-submit__form-wrap .job-manager-uploaded-file-name a:hover,
.syrpa-submit__form-wrap .account-sign-in a:hover {
	border-color: var(--brand);
	color: var(--brand) !important;
	background: #fff7f3;
}

/* Bloc « Vous êtes connecté en tant que… » */
.syrpa-submit__form-wrap .account-sign-in {
	display: flex;
	align-items: center;
	gap: .5rem;
	flex-wrap: wrap;
	color: var(--ink-soft);
	font-size: .9rem;
}
.syrpa-submit__form-wrap .account-sign-in .fa,
.syrpa-submit__form-wrap .account-sign-in .dashicons {
	display: none;
}

/* Section actions du formulaire (bouton submit en bas) */
.syrpa-submit__form-wrap .job-manager-form > p:last-child,
.syrpa-submit__form-wrap form.job-manager-form > p:last-child {
	margin-top: 2rem;
	padding-top: 1.5rem;
	border-top: 1px solid var(--line);
}

/* Messages d'erreur ou de succès WPJM */
.syrpa-submit__form-wrap .job-manager-message,
.syrpa-submit__form-wrap .job-manager-info,
.syrpa-submit__form-wrap .job-manager-error {
	padding: 1rem 1.25rem;
	border-radius: 12px;
	margin-bottom: 1.5rem;
	font-size: .9rem;
}
.syrpa-submit__form-wrap .job-manager-message {
	background: #ecfdf5;
	border: 1px solid #a7f3d0;
	color: #065f46;
}
.syrpa-submit__form-wrap .job-manager-error {
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: #991b1b;
}
.syrpa-submit__form-wrap .job-manager-info {
	background: #eff6ff;
	border: 1px solid #bfdbfe;
	color: #1e40af;
}

/* Responsive */
@media (max-width: 900px) {
	.syrpa-submit__layout {
		grid-template-columns: 1fr;
	}
	.syrpa-submit__sidebar {
		position: static;
		order: -1;
	}
	.syrpa-submit__card--accent {
		display: none; /* On garde uniquement les 2 premières cards sur mobile */
	}
	.syrpa-submit__hero-content {
		padding: 2rem 1.5rem;
	}
	.syrpa-submit__title {
		font-size: 1.65rem;
	}
}

@media (max-width: 640px) {
	.syrpa-submit__form-wrap {
		padding: 1.5rem 1.25rem;
	}
	.syrpa-submit__title {
		font-size: 1.45rem;
	}
}

/* =========================================
   Responsive
   ========================================= */
@media (max-width: 900px) {
	.syrpa-jobs-single__layout {
		grid-template-columns: 1fr;
	}
	.syrpa-jobs-single__sidebar {
		position: static;
	}
	.syrpa-jobs__hero-content {
		padding: 2rem 1.5rem;
		gap: 1.75rem;
	}
	.syrpa-jobs__title { font-size: 1.85rem; }
	.syrpa-jobs__hero-cta {
		width: 100%;
		align-items: stretch;
	}
}

@media (max-width: 640px) {
	.syrpa-job-card__link {
		grid-template-columns: 56px 1fr;
		gap: 1rem;
		padding: 1.2rem 1.25rem;
	}
	.syrpa-job-card__logo { width: 56px; height: 56px; }
	.syrpa-job-card__initials { font-size: 1.1rem; }
	.syrpa-job-card__title { font-size: 1rem; }
	.syrpa-job-card__company { font-size: .72rem; }
	.syrpa-job-card__head { gap: .5rem; }
	.syrpa-job-card__head-badges { flex-direction: column; gap: .25rem; align-items: flex-end; }
	.syrpa-jobs-single__title { font-size: 1.5rem; }
	.syrpa-jobs-single__header,
	.syrpa-jobs-single__content { padding: 1.25rem; }
	.syrpa-jobs__hero-content {
		padding: 1.75rem 1.25rem;
		flex-direction: column;
		text-align: left;
		align-items: stretch;
	}
	.syrpa-jobs__title { font-size: 1.55rem; }
	.syrpa-jobs__subtitle { font-size: .95rem; }
	.syrpa-jobs__hero-stats { gap: .6rem; }
	.syrpa-jobs__stat {
		flex: 1 1 30%;
		min-width: 90px;
		padding: .7rem .9rem;
	}
	.syrpa-jobs__stat-num { font-size: 1.3rem; }
	.syrpa-jobs__cta { width: 100%; justify-content: center; }
}
