body.msm-subsite-restricted .masterstudy-course-card__price,
body.msm-subsite-restricted .masterstudy-related-courses__price,
body.msm-subsite-restricted .masterstudy-related-courses__price-wrapper,
body.msm-subsite-restricted .masterstudy-popular-courses__price,
body.msm-subsite-restricted .masterstudy-popular-courses__price-wrapper,
body.msm-subsite-restricted .masterstudy-single-course-price-info,
body.msm-subsite-restricted .stm_featured_product_price,
body.msm-subsite-restricted .stm_lms_courses__single--price,
body.msm-subsite-restricted .stm_lms_courses__single_price,
body.msm-subsite-restricted .stm_lms_mixed_template__price,
body.msm-subsite-restricted .stm-lms-course__price,
body.msm-subsite-restricted .price.price-pay,
body.msm-subsite-restricted .price.price-free {
	display: none !important;
}

body.msm-subsite-restricted .masterstudy-account-enrolled-students__actions-left,
body.msm-subsite-restricted .masterstudy-account-enrolled-students__td--checkbox,
body.msm-subsite-restricted .masterstudy-account-enrolled-students__th--checkbox-placeholder,
body.msm-subsite-restricted .masterstudy-table-list__actions-left,
body.msm-subsite-restricted .masterstudy-table-list__td--checkbox,
body.msm-subsite-restricted .masterstudy-table-list__th--checkbox-placeholder,
body.msm-subsite-restricted .masterstudy-table-list__delete-btn,
body.msm-subsite-restricted .masterstudy-account-enrolled-students__delete-btn,
body.msm-subsite-restricted .masterstudy-instructor-courses__add-new-course-btn,
body.msm-subsite-restricted .masterstudy-manage-students .masterstudy-tcell__data-delete-btn,
body.msm-subsite-restricted .masterstudy-manage-students #manage-students-delete,
body.msm-subsite-restricted .masterstudy-manage-students #masterstudy-manage-students-delete-student,
body.msm-subsite-restricted .stm-lms-dashboard-course .delete,
body.msm-subsite-restricted .stm-lms-dashboard-course .stmlms-trash,
body.msm-subsite-restricted .masterstudy-instructor-course-actions__modal-link_edit,
body.msm-subsite-restricted .masterstudy-instructor-course-actions__modal-link_duplicate,
body.msm-subsite-restricted .masterstudy-instructor-course-actions__modal-link_delete {
	display: none !important;
}

.masterstudy-account-container .msm-restricted-dashboard {
	padding: 34px 40px 44px;
}

.msm-restricted-dashboard__hero {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 34px;
	padding: 28px 30px;
	border: 1px solid #e8ecf4;
	border-radius: 28px;
	background: linear-gradient(135deg, #fff 0%, #f6f9ff 100%);
	box-shadow: 0 18px 40px rgba(15, 44, 89, 0.06);
}

.msm-restricted-dashboard__title {
	margin: 0 0 10px;
	color: #001c3f;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.08;
}

.msm-restricted-dashboard__subtitle {
	max-width: 760px;
	margin: 0;
	color: #667085;
	font-size: 17px;
	line-height: 1.6;
}

.msm-restricted-dashboard__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 210px;
	min-height: 54px;
	padding: 0 28px;
	border-radius: 999px;
	background: #2f6fec;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.msm-restricted-dashboard__section-title {
	margin: 0 0 18px;
	color: #001c3f;
	font-size: 28px;
	font-weight: 700;
}

.msm-restricted-dashboard__empty {
	padding: 28px 30px;
	border: 1px solid #e8ecf4;
	border-radius: 24px;
	background: #fff;
	color: #667085;
	font-size: 16px;
}

@media (max-width: 1200px) {
	.masterstudy-account-container .msm-restricted-dashboard {
		padding: 28px 28px 36px;
	}

	.msm-restricted-dashboard__title {
		font-size: 36px;
	}
}

@media (max-width: 900px) {
	.masterstudy-account-container .msm-restricted-dashboard {
		padding: 24px 18px 28px;
	}

	.msm-restricted-dashboard__hero {
		flex-direction: column;
		align-items: flex-start;
	}

	.msm-restricted-dashboard__cta {
		width: 100%;
	}
}
