.portal-filters {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin: 16px 0 24px;
}

.portal-filters select,
.portal-filters input,
.portal-filters button,
.portal-counselling-form input,
.portal-counselling-form select,
.portal-counselling-form button {
	padding: 10px 12px;
	border: 1px solid #d0d5dd;
	border-radius: 8px;
}

.portal-card {
	padding: 16px;
	border: 1px solid #e4e7ec;
	border-radius: 12px;
	margin: 0 0 16px;
}

.portal-card-meta {
	color: #667085;
	font-size: 14px;
	margin: 6px 0 10px;
}

.portal-counselling {
	margin-top: 28px;
	padding-top: 20px;
	border-top: 1px solid #e4e7ec;
}

.portal-notice {
	padding: 12px 14px;
	border-radius: 10px;
	margin: 10px 0 16px;
}

.portal-notice-success {
	background: #ecfdf3;
	border: 1px solid #abefc6;
	color: #067647;
}

.portal-term-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 10px;
	padding-left: 18px;
}

.portal-table {
	width: 100%;
	border-collapse: collapse;
}

.portal-table th,
.portal-table td {
	text-align: left;
	padding: 10px 12px;
	border-bottom: 1px solid #eaecf0;
}

.portal-pagination {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin: 18px 0 6px;
}

.portal-page-link {
	padding: 10px 12px;
	border: 1px solid #d0d5dd;
	border-radius: 10px;
	text-decoration: none;
}

.portal-load-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 16px 0 6px;
	background: #ffffff;
	cursor: pointer;
}

.portal-institution-logo-wrap {
	margin: 0 0 10px;
}

.portal-institution-logo {
	width: 64px;
	height: 64px;
	object-fit: contain;
	border-radius: 12px;
	background: #ffffff;
	border: 1px solid #e4e7ec;
	padding: 6px;
	display: block;
}

.portal-institution-banner-wrap {
	margin: 0 0 12px;
}

.portal-institution-banner {
	width: 100%;
	height: auto;
	max-height: 280px;
	object-fit: cover;
	border-radius: 12px;
	border: 1px solid #e4e7ec;
	display: block;
}

.portal-notifications-ticker {
	width: 100%;
	background: #111827;
	color: #ffffff;
	padding: 10px 14px;
	display: flex;
	gap: 12px;
	align-items: center;
}

.portal-notifications-title {
	font-weight: 600;
	white-space: nowrap;
}

.portal-notifications-list {
	display: flex;
	gap: 14px;
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.portal-notifications-item a {
	color: #ffffff;
	text-decoration: underline;
}
