/* Vars */
:root {
	--bioage-warning-color: #9e1e15;
	--bioage-original-html-color: #9e1e15;
}

/* Registration type selector */
.bioage-registration-type-selector {
	display: flex;
	align-items: center;
	gap: 0.75em;
	flex-wrap: wrap;
}
.bioage-registration-type-label {
	font-weight: 700;
}
.bioage-radio-label {
	display: inline-flex;
	align-items: center;
	font-weight: normal !important;
}
.bioage-professional-fields {
	display: none;
}
.bioage-registration-type-container {
	background-color: rgba( 0, 0, 0, 0.025 );
	padding: 1em;
	margin-bottom: 1em;
	p {
		margin-bottom: 0;
	}
	.bioage-professional-fields-info {
		margin-top: 1em;
	}
}
.woocommerce-form-register {
	input[type="radio"],
	input[type="checkbox"] {
		margin-bottom: 0px;
	}
}

/* Restricted product */
.bioage-restricted-product {
    display: inline-block;
    margin: 0.5em 0px;
	font-size: 70%;
    font-weight: normal;
	opacity: 0.8;
}
/* Short stand-in for the price where the full notice doesn't fit, e.g. the live
   search dropdown. Matches the theme's own span.amount so it sits in the price's
   place rather than reading as a stray word. */
.bioage-restricted-product-short {
	color: #111;
	font-weight: 700;
	white-space: nowrap;
}
.bioage-restricted-product-original-html {
	display: block;
	padding: 0.2em;
	border: 1px dashed var( --bioage-original-html-color );
	background-color: rgba( 0, 0, 0, 0.025 );
}
.bioage-pro-price-original-html {
	font-size: 1.5em;
}

/* Restricted page */
.bioage-restricted-page {
	text-align: center;
	font-weight: bold;
}
.bioage-restricted-page-login {
	text-align: center;
	margin-bottom: 3em;
}
.bioage-restricted-page-admin-notice {
	display: block;
	margin-bottom: 1em;
	padding: 0.2em 0.5em;
	font-size: 80%;
	border: 1px dashed var( --bioage-original-html-color );
	background-color: rgba( 0, 0, 0, 0.025 );
}

/* Professional pricing info */
.bioage-pro-price-info-wrapper {
	display: block;
	font-size: 90%;
	margin-top: 0.25em;
	margin-bottom: 0.75em;
}
.bioage-pro-price-info {
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 0.25em;
}
.bioage-pvrp {
	display: block;
}
.bioage-account-profile-type {
	padding-left: 88px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.75em;
}
.bioage-account-profile-type-pending {
	padding-left: 88px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.6em;
	color: var( --bioage-warning-color );
}

/* Price suffix on the product page */
.product-page-price .woocommerce-price-suffix {
	font-size: 60%;
	opacity: 0.8;
	font-weight: normal;
}

/* Bundle membership notice on single product page */
.bioage-bundle-membership-notice {
	font-weight: bold;
}

/* YouTube embeds */
iframe[src*="youtube"] {
	display: block;
	width: 100%;
	max-width: 100%;
	aspect-ratio: 16 / 9;
	margin-bottom: 1.3em;
}

/* Checkout - Shop as Client request payment by email warning */
.shop-as-client-pro-request-payment-by-email-warning {
    margin: 1em 0px;
    font-size: 0.8em;
	/* Same as .bioage-restricted-product-original-html */
	display: block;
	padding: 0.2em;
	border: 1px dashed var( --bioage-original-html-color );
	background-color: rgba( 0, 0, 0, 0.025 );
}
