/* Tutor Installments – frontend styles */

.tutor-installments-locked {
	text-align: center;
	padding: 48px 24px;
	border: 1px dashed #d0d5dd;
	border-radius: 10px;
	background: #fafafa;
	margin: 24px 0;
}

.tutor-installments-locked .ti-locked-icon {
	font-size: 48px;
	line-height: 1;
	margin-bottom: 12px;
}

.tutor-installments-locked .ti-locked-title {
	margin: 0 0 8px;
	font-size: 22px;
}

.tutor-installments-locked .ti-locked-text,
.tutor-installments-locked .ti-locked-amount {
	margin: 4px 0;
	color: #475467;
}

.ti-pay-button {
	display: inline-block;
	margin-top: 16px;
	padding: 12px 24px;
	background: #1f7aec;
	color: #fff !important;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
	transition: background 0.15s ease;
}

.ti-pay-button:hover {
	background: #155fc0;
}

/* Curriculum lock badge */
.tutor-installments-lock {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 12px;
	font-weight: 600;
	color: #b54708;
	background: #fff4e5;
	padding: 2px 8px;
	border-radius: 12px;
}

/* Dashboard */
.tutor-installments-dashboard .ti-dash-title {
	margin-bottom: 16px;
}

.tutor-installments-dashboard .ti-course-card {
	border: 1px solid #e4e7ec;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
	background: #fff;
}

.tutor-installments-dashboard .ti-course-title {
	margin: 0 0 8px;
	font-size: 18px;
}

.tutor-installments-dashboard .ti-course-summary {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-bottom: 14px;
	color: #475467;
	font-size: 14px;
}

.tutor-installments-dashboard .ti-installments-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 14px;
}

.tutor-installments-dashboard .ti-installments-table th,
.tutor-installments-dashboard .ti-installments-table td {
	text-align: left;
	padding: 10px 12px;
	border-bottom: 1px solid #eef0f2;
}

.ti-badge {
	display: inline-block;
	padding: 2px 10px;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 600;
}

.ti-badge-paid {
	background: #e5f5e8;
	color: #1a7f37;
}

.ti-badge-due {
	background: #fff3cd;
	color: #8a6d3b;
}

.ti-badge-locked {
	background: #f2f4f7;
	color: #667085;
}

.tutor-installments-dashboard .ti-all-paid {
	color: #1a7f37;
	font-weight: 600;
	margin: 0;
}

.ti-full-price {
	color: #667085;
}

.ti-first-price strong {
	color: #1a7f37;
}
