/* intl-tel-input + Choices.js layout helpers for learner forms */

.rc-ras-register .ras-la-field--half {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

@media (min-width: 560px) {
	.rc-ras-register .ras-la-field--half {
		width: calc(50% - 8px);
		vertical-align: top;
		margin-right: 8px;
	}
}

.ras-la-req {
	color: #b32d2e;
}

.rc-ras-register-intro {
	margin-bottom: 1rem;
}

.rc-ras-learner-profile .iti {
	width: 100%;
}

.rc-ras-learner-profile .iti__flag-container {
	border-radius: 4px 0 0 4px;
}

.rc-ras-learner-profile .choices {
	margin-bottom: 0;
}

.rc-ras-learner-profile .choices__inner {
	min-height: 42px;
	border-radius: 4px;
}

.rc-ras-register .choices__inner {
	min-height: 42px;
}

.rc-ras-register .iti {
	width: 100%;
}

.rc-ras-register .iti__flag-container {
	border-radius: 4px 0 0 4px;
}

.ras-visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.ras-la-file-upload,
.ras-lp-file-upload {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem 0.75rem;
}

.ras-la-file-upload .ras-la-file-name,
.ras-lp-file-upload .ras-la-file-name {
	flex: 1 1 auto;
	min-width: 0;
	font-size: 0.9rem;
	color: #555;
}
