/**
 * Student dashboard — payment-due access block (inline notice, no blur).
 */
.ao-payment-gate-notice {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	padding: 1rem 1.125rem;
	margin-bottom: 1rem;
	background: #fffbeb;
	border: 1px solid #fcd34d;
	border-radius: 0.75rem;
}

.ao-payment-gate-notice__icon {
	font-size: 1.75rem;
	color: #b45309;
	flex-shrink: 0;
}

.ao-payment-gate-notice__body {
	flex: 1;
	min-width: 0;
}

.ao-payment-gate-notice__title {
	margin: 0 0 0.35rem;
	font-size: 1rem;
	font-weight: 600;
	color: #78350f;
}

.ao-payment-gate-notice__text {
	margin: 0 0 0.75rem;
	font-size: 0.875rem;
	line-height: 1.45;
	color: #92400e;
}

.ao-payment-gate-notice__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.ao-payment-due-badge {
	vertical-align: middle;
}
