.trf1-rs-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
	margin: 20px 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.trf1-rs-card {
	flex: 1 1 420px;
	min-width: 300px;
}

.trf1-rs-header {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 14px;
}

.trf1-rs-badge {
	background: #d31f30;
	color: #fff;
	font-weight: 800;
	font-size: 18px;
	width: 42px;
	height: 42px;
	min-width: 42px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.trf1-rs-title {
	font-weight: 800;
	font-size: 17px;
	letter-spacing: 0.02em;
	color: #1a1a1a;
	text-transform: uppercase;
}

.trf1-rs-table {
	background: #ffffff;
	border-radius: 10px;
	padding: 6px 24px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.trf1-rs-row {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #eef0f2;
}

.trf1-rs-row:last-child {
	border-bottom: none;
}

.trf1-rs-session {
	flex: 1 1 45%;
	display: flex;
	align-items: baseline;
	gap: 14px;
	padding: 16px 8px;
	min-width: 220px;
}

.trf1-rs-session-label {
	flex: 0 0 auto;
	min-width: 108px;
	color: #22314a;
	font-weight: 600;
	font-size: 14.5px;
}

.trf1-rs-session-date {
	flex: 0 0 auto;
	min-width: 70px;
	color: #7a7f87;
	font-size: 14.5px;
}

.trf1-rs-session-time {
	flex: 0 0 auto;
	color: #7a7f87;
	font-size: 14.5px;
}

.trf1-rs-empty {
	color: #7a7f87;
	font-style: italic;
}

@media (max-width: 640px) {
	.trf1-rs-session {
		flex: 1 1 100%;
	}
}
