/* ORCID Strict Registration: enhancement for theme login modals. */
#loginModal .orcid-strict-modal-login,
.modal .orcid-strict-modal-login {
	margin: 0 0 1.75rem;
	padding: 0 0 1.5rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.16);
	text-align: left;
}

#loginModal .orcid-strict-modal-login__title,
.modal .orcid-strict-modal-login__title {
	margin: 0 0 0.4rem;
	font-size: 1.15rem;
	font-weight: 700;
}

#loginModal .orcid-strict-modal-login__description,
#loginModal .orcid-strict-modal-login__local-description,
.modal .orcid-strict-modal-login__description,
.modal .orcid-strict-modal-login__local-description {
	margin: 0 0 0.85rem;
	line-height: 1.45;
}

#loginModal .orcid-strict-modal-login__button,
.modal .orcid-strict-modal-login__button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.7rem;
	width: 100%;
	box-sizing: border-box;
	padding: 0.8rem 1rem;
	border: 1px solid #a6ce39;
	background: #fff;
	color: inherit;
	font-weight: 600;
	text-decoration: none;
}

#loginModal .orcid-strict-modal-login__button:hover,
#loginModal .orcid-strict-modal-login__button:focus,
.modal .orcid-strict-modal-login__button:hover,
.modal .orcid-strict-modal-login__button:focus {
	border-color: #7fa927;
	text-decoration: none;
}

#loginModal .orcid-strict-modal-login__button img,
.modal .orcid-strict-modal-login__button img {
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
	object-fit: contain;
}

#loginModal .orcid-strict-modal-login__divider,
.modal .orcid-strict-modal-login__divider {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	margin: 1.35rem 0 0.65rem;
	font-weight: 600;
}

#loginModal .orcid-strict-modal-login__divider::before,
#loginModal .orcid-strict-modal-login__divider::after,
.modal .orcid-strict-modal-login__divider::before,
.modal .orcid-strict-modal-login__divider::after {
	content: '';
	flex: 1;
	height: 1px;
	background: rgba(0, 0, 0, 0.16);
}

#loginModal .orcid-strict-modal-login__local-description,
.modal .orcid-strict-modal-login__local-description {
	margin-bottom: 1.1rem;
	font-size: 0.92em;
}
