.iiegypt-medical-learner-forms {
	margin: 34px auto 12px;
	padding: 30px;
	max-width: 1180px;
	border: 1px solid #d9e2ec;
	border-radius: 16px;
	background: #f7fafe;
	box-shadow: 0 10px 28px rgba(0, 45, 78, 0.08);
	text-align: right;
	direction: rtl;
}

.iiegypt-medical-learner-forms h2 {
	margin: 0 0 10px;
	color: #063653;
	font-size: 28px;
	line-height: 1.35;
}

.iiegypt-medical-learner-forms p {
	margin: 0;
	color: #3f4d59;
	font-size: 17px;
	line-height: 1.8;
}

.iiegypt-medical-learner-forms__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}

.iiegypt-medical-learner-forms__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 11px 24px;
	border: 2px solid #063653;
	border-radius: 8px;
	background: #063653;
	color: #fff !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none !important;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.iiegypt-medical-learner-forms__button:hover,
.iiegypt-medical-learner-forms__button:focus {
	background: #0a527d;
	border-color: #0a527d;
	color: #fff !important;
}

.iiegypt-medical-learner-forms__button--secondary {
	background: transparent;
	color: #063653 !important;
}

.iiegypt-medical-learner-forms__button--secondary:hover,
.iiegypt-medical-learner-forms__button--secondary:focus {
	background: #063653;
	border-color: #063653;
	color: #fff !important;
}

@media (max-width: 767px) {
	.iiegypt-medical-learner-forms {
		margin-top: 24px;
		padding: 22px 18px;
		border-radius: 12px;
	}

	.iiegypt-medical-learner-forms h2 {
		font-size: 23px;
	}

	.iiegypt-medical-learner-forms p {
		font-size: 15px;
	}

	.iiegypt-medical-learner-forms__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.iiegypt-medical-learner-forms__button {
		width: 100%;
	}
}
