/* File path: /plugins/afed-exam-registration/assets/css/portal.css */

/* Mobile-first, matching the conventions established in the Membership,
   Payments, and Events plugins' own portal.css (flex-wrap everywhere,
   tap targets stay comfortably large, tables scroll horizontally instead
   of blowing out layout on narrow screens). */

.afed-portal-session-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
}

.afed-exam-session-panel {
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	padding: 16px;
	margin-bottom: 16px;
}

.afed-exam-session-panel h2 {
	margin-top: 0;
}

.afed-portal-inline-form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
}

.afed-portal-inline-form label {
	display: flex;
	align-items: center;
	gap: 6px;
}

@media (max-width: 600px) {
	.afed-portal-session-tabs .afed-btn {
		flex: 1 1 100%;
		text-align: center;
		box-sizing: border-box;
	}
}
