.sam-job-container {
	max-width: 800px;
	margin: 0 auto;
	padding: 2rem 1rem;
}

.sam-job__title {
	margin-bottom: 1rem;
}

.sam-job__image img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	margin-bottom: 1.5rem;
}

.sam-job-meta {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 0.75rem 1.5rem;
	background: #f6f7f7;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 1.25rem 1.5rem;
	margin-bottom: 2rem;
}

.sam-job-meta__row {
	display: flex;
	flex-direction: column;
}

.sam-job-meta__label {
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #666;
	margin-bottom: 0.15rem;
}

.sam-job-meta__value {
	font-weight: 600;
}

.sam-job__content {
	line-height: 1.7;
}

.sam-job__cta {
	margin-top: 2rem;
}

.sam-job__apply-button {
	display: inline-block;
	padding: 0.85rem 1.75rem;
	background: #1d4ed8;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	font-weight: 600;
}

.sam-job__apply-button:hover {
	background: #1e40af;
	color: #fff;
}

.sam-job-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sam-job-list__item {
	padding: 0.6rem 0;
	border-bottom: 1px solid #e0e0e0;
}

.sam-job-list__ort {
	color: #666;
}
