/* "Wir suchen ehemalige Kolleg:innen" -- eigenständiges, bewusst
   einladender gestaltetes Stylesheet für den öffentlichen Blogbeitrag.
   CI-Farben aus project-foundation.md. */

.gsw-jub-nl {
	margin: 32px 0;
}

.gsw-jub-nl-card {
	max-width: 880px;
	margin: 0 auto;
	background: linear-gradient(180deg, #f9f9cf 0%, #ffffff 140px);
	border: 1px solid #ecdb53;
	border-radius: 16px;
	padding: 40px clamp(20px, 5vw, 48px);
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.gsw-jub-nl-eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 0.8rem;
	font-weight: 700;
	color: #7a1012;
	margin: 0 0 6px;
}

.gsw-jub-nl-title {
	font-size: clamp(1.5rem, 3vw, 2rem);
	margin: 0 0 16px;
	line-height: 1.2;
}

.gsw-jub-nl-intro {
	font-size: 1.02rem;
	line-height: 1.6;
	color: #333;
	margin: 0 0 28px;
}

.gsw-jub-nl-row {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px 20px;
}

.gsw-jub-nl-roles {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 10px;
	margin-top: 8px;
}

.gsw-jub-nl-role-option {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	min-height: 48px;
	padding: 10px 16px;
	border: 1.5px solid #ddd;
	border-radius: 10px;
	background: #fff;
	font-weight: 500;
	cursor: pointer;
	transition: border-color 0.15s ease, background 0.15s ease;
}

.gsw-jub-nl-role-option span {
	overflow-wrap: anywhere;
}

.gsw-jub-nl-role-option input[type="radio"] {
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
	accent-color: #bc181a;
}

.gsw-jub-nl-role-option:hover {
	border-color: #ecdb53;
}

.gsw-jub-nl-role-option:has(input:checked) {
	border-color: #bc181a;
	background: #fbe4e4;
}

.gsw-jub-nl-submit {
	display: inline-block;
	min-height: 48px;
	padding: 14px 32px;
	margin-top: 8px;
	background: #bc181a;
	color: #fff;
	border: none;
	border-radius: 999px;
	font-weight: 700;
	font-size: 1.05rem;
	cursor: pointer;
	box-shadow: 0 2px 10px rgba(188, 24, 26, 0.25);
	transition: background 0.15s ease, transform 0.1s ease;
}

.gsw-jub-nl-submit:hover {
	background: #9c1315;
	transform: translateY(-1px);
}

.gsw-jub-nl :focus-visible {
	outline: 3px solid #bc181a;
	outline-offset: 2px;
}
