/* NCB WooCommerce Customer Trust & Privileges — frontend banner. */

.ncbwctp-offer-banner {
	display: flex;
	align-items: center;
	gap: 16px;
	/* Overridden inline with the shop's own colour (see MembershipBanner). */
	background: #12798f;
	color: #ffffff;
	border-radius: 10px;
	padding: 18px 22px;
	margin: 0 0 24px 0;
	box-shadow: 0 2px 8px rgba(11, 61, 74, 0.18);
}

.ncbwctp-offer-banner__icon {
	flex-shrink: 0;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.16);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #ffe9a8;
}

.ncbwctp-offer-banner__body {
	flex: 1;
	min-width: 0;
}

.ncbwctp-offer-banner__title {
	margin: 0 0 4px 0;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
}

.ncbwctp-offer-banner__text {
	margin: 0;
	font-size: 13.5px;
	line-height: 1.5;
	color: #dcf1ee;
}

.ncbwctp-offer-banner__button {
	flex-shrink: 0;
	display: inline-block;
	background: #ffffff;
	color: #0b3d4a !important;
	font-weight: 700;
	font-size: 14px;
	padding: 11px 20px;
	border-radius: 7px;
	text-decoration: none;
	white-space: nowrap;
	transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.ncbwctp-offer-banner__button:hover {
	transform: translateY(-1px);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18);
	color: #0b3d4a;
}

@media (max-width: 640px) {
	.ncbwctp-offer-banner {
		flex-wrap: wrap;
	}
	.ncbwctp-offer-banner__button {
		width: 100%;
		text-align: center;
	}
}

/* ---- Membership, mentioned to guests ---- */

.ncbwctp-guest-invite {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0 0 24px;
	padding: 14px 18px;
	border: 1px solid;
	border-radius: 8px;
	background: #fafcfc;
}

.ncbwctp-guest-invite__icon {
	font-size: 20px;
	line-height: 1;
	flex-shrink: 0;
}

.ncbwctp-guest-invite__body {
	flex: 1 1 auto;
	min-width: 0;
}

.ncbwctp-guest-invite__text {
	margin: 0 0 4px;
	font-size: 14px;
	line-height: 1.5;
	color: #3c4448;
}

.ncbwctp-guest-invite__link {
	font-size: 13.5px;
	font-weight: 600;
	text-decoration: underline;
}

@media (max-width: 600px) {
	.ncbwctp-guest-invite { flex-direction: column; align-items: flex-start; gap: 8px; }
}

/* ---- While membership is being bought ---- */

.ncbwctp-pending-note {
	margin: 0 0 20px;
	padding: 12px 16px;
	border-left: 3px solid #12798f;
	border-radius: 5px;
	background: #f2f9f9;
}

.ncbwctp-pending-note p {
	margin: 0;
	font-size: 13.5px;
	line-height: 1.6;
	color: #3c4448;
}

/* ---- Joining, from the account page ---- */

.ncbwctp-join-offer {
	margin: 0 0 24px;
	padding: 18px 20px;
	border: 1px solid;
	border-radius: 8px;
	background: #fafcfc;
}

.ncbwctp-join-offer__title {
	margin: 0 0 6px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
}

.ncbwctp-join-offer__text {
	margin: 0 0 14px;
	font-size: 14px;
	line-height: 1.6;
	color: #4a5459;
}

.ncbwctp-join-offer .button { border: 0; }

/* ---- The public membership page ---- */

.ncbwctp-membership-page { max-width: 720px; }

.ncbwctp-membership-hero {
	padding: 24px 26px;
	border: 1px solid;
	border-radius: 10px;
	background: #fafcfc;
	margin: 0 0 28px;
}

.ncbwctp-membership-hero h2 {
	margin: 0 0 10px;
	font-size: 24px;
	line-height: 1.3;
}

.ncbwctp-membership-lead {
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 12px;
}

.ncbwctp-membership-hero p:last-child {
	margin: 0;
	font-size: 14.5px;
	line-height: 1.65;
	color: #4a5459;
}

.ncbwctp-membership-page h3 {
	font-size: 18px;
	margin: 28px 0 12px;
}

.ncbwctp-membership-privileges {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ncbwctp-membership-privileges li {
	padding: 12px 0;
	border-bottom: 1px solid #eef0f1;
}

.ncbwctp-membership-privileges li:last-child { border-bottom: none; }

.ncbwctp-membership-privileges strong {
	display: block;
	font-size: 15px;
	margin-bottom: 2px;
}

.ncbwctp-membership-privileges span {
	display: block;
	font-size: 14px;
	line-height: 1.55;
	color: #5a6469;
}

.ncbwctp-membership-terms {
	margin: 0;
	padding-left: 20px;
}

.ncbwctp-membership-terms li {
	margin-bottom: 8px;
	font-size: 14.5px;
	line-height: 1.6;
	color: #4a5459;
}

.ncbwctp-membership-cta {
	margin-top: 30px;
	padding-top: 22px;
	border-top: 1px solid #e4e9ea;
}

.ncbwctp-membership-cta .button { border: 0; }

.ncbwctp-membership-already {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 10px;
}
