.saje-pj-exam-cards {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	margin: 14px 0 18px;
	width: 100%;
	max-width: none;
}

.saje-pj-exam-card {
	position: relative;
	background: #fff;
	border: 1px solid #e8edf3;
	border-radius: 12px;
	padding: 12px 13px 12px 18px;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.saje-pj-exam-card::before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	bottom: 8px;
	width: 4px;
	border-radius: 999px;
	background: #d7e4f8;
}

.saje-pj-exam-card__head {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 8px;
	align-items: baseline;
	margin-bottom: 4px;
}

.saje-pj-exam-card__date,
.saje-pj-exam-card__slot {
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.35;
	color: #1f2f46;
}

.saje-pj-exam-card__slot {
	padding: 0;
	border: 0;
	background: transparent;
}

.saje-pj-exam-card__round {
	font-size: 1rem;
	font-weight: 500;
	color: #667085;
	margin: 0 0 8px;
}

.saje-pj-exam-card__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin: 0 0 8px;
}

.saje-pj-exam-card__chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 5.6em;
	padding: 2px 6px;
	border-radius: 999px;
	background: #f5f7fa;
	border: 1px solid #e3e8ef;
	font-size: 1em;
	font-weight: 600;
	line-height: 1.35;
	color: #000;
	box-sizing: border-box;
	text-align: center;
	white-space: nowrap;
}

.saje-pj-exam-card__subject {
	margin: 0 0 6px;
	line-height: 1.6;
	color: #334155;
}

.saje-pj-exam-card__subject-note {
	margin: 0 0 8px;
	font-size: 0.9em;
	line-height: 1.6;
	color: #000;
}

.saje-pj-exam-card__note {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid #edf2f7;
	font-size: 0.84rem;
	line-height: 1.62;
	color: #5c6878;
	word-break: break-word;
	overflow-wrap: anywhere;
}

@media (max-width: 640px) {
	.saje-pj-exam-cards {
		max-width: 100%;
	}

	.saje-pj-exam-card {
		padding: 11px 11px 11px 15px;
	}

	.saje-pj-exam-card__head {
		gap: 5px 6px;
	}

	.saje-pj-exam-card__date {
		font-size: 1.04rem;
	}

	.saje-pj-exam-card__subject,
	.saje-pj-exam-card__subject-note,
	.saje-pj-exam-card__note {
		word-break: break-word;
		overflow-wrap: anywhere;
	}
}
