.theechub-registration-fields {
	margin-top: 4px;
}

.theechub-registration-fields .form-group {
	margin-bottom: 20px;
}

.theechub-registration-fields label {
	display: block;
	margin-bottom: 8px;
	font-weight: 500;
}

.theechub-registration-fields input {
	width: 100%;
}

.theechub-hidden-pricing-field {
	display: none !important;
}

/* The action inherits Edumall's My Students button styling; this only improves
 * its keyboard focus state and keeps the three actions comfortable on narrow rows. */
.dashboard-my-students-table .td-student-actions .theechub-message-student-link:focus-visible {
	outline: 2px solid var(--edumall-color-primary, #3b82f6);
	outline-offset: 2px;
}

/* Tutor/Edumall's fallback markup shows "Free" when price output is empty. */
.course-loop-price,
.tutor-price-preview-box .tutor-price,
.tutor-course-single-pricing,
.tutor-price-box-thumbnail .tutor-price {
	display: none !important;
}

@media (max-width: 767px) {
	.theechub-registration-fields .form-group {
		margin-bottom: 16px;
	}

	.dashboard-my-students-table .td-student-actions .theechub-message-student-link {
		white-space: normal;
	}
}
