/* Elective picker — "Choose Your Elective Modules" form on the course page */

h3.choose-electives-title {
	font-weight: bold;
}

p.choose-electives-subtitle {
	opacity: 0.5;
}

/* !important overrides LearnDash's own `.learndash-wrapper .ld-button` rule
   (2-class selector, higher specificity than this single class). Its own
   `width: 100%; max-width: 385px;` is left in place (looks fine at mobile
   widths) — just centered here, since on wider containers that cap left it
   sitting flush-left instead of centered. */
.ccrlis-elective-submit {
	display: flex !important;
	margin: 0 auto !important;
	color: #103c66 !important;
	padding: 16px !important;
	font-size: clamp(14px, 0.45vw + 1rem, 16px) !important;
}

.ccrlis-elective-submit-row {
	margin-top: 30px;
	margin-bottom: 0 !important;
}
