/*
 * Minimalus fallback stilius turinio sričiai.
 * Pagrindinis dizainas naudoja temos Tailwind CSS klases.
 */
.bp-job-content > *:first-child {
	margin-top: 0;
}
.bp-job-content > * + * {
	margin-top: 1rem;
}
.bp-job-content h2,
.bp-job-content h3 {
	color: #0f172a;
	font-weight: 600;
	line-height: 1.25;
}
.bp-job-content h2 {
	font-size: 1.5rem;
	margin-top: 2rem;
}
.bp-job-content h3 {
	font-size: 1.25rem;
	margin-top: 1.75rem;
}
.bp-job-content ul,
.bp-job-content ol {
	padding-left: 1.25rem;
}
.bp-job-content ul {
	list-style: disc;
}
.bp-job-content ol {
	list-style: decimal;
}
.bp-job-content a {
	color: #1d4ed8;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 3px;
}
