.nbt-paywall {
	border: 1px solid #e2c88a;
	background: #fff8e7;
	border-radius: 8px;
	padding: 24px;
	margin: 24px 0;
	text-align: center;
}

.nbt-paywall-message {
	font-size: 1.05em;
	font-weight: 600;
	margin-bottom: 16px;
}

.nbt-plans {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	margin-top: 12px;
}

.nbt-plan-card {
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 20px;
	width: 240px;
	background: #fff;
	text-align: center;
	box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.nbt-plan-title {
	margin: 0 0 8px;
	font-size: 1.15em;
}

.nbt-plan-duration-line {
	font-size: 0.85em;
	color: #666;
	margin: 4px 0 14px;
}

.nbt-plan-payment-options {
	display: flex;
	flex-direction: column;
	gap: 12px;
	border-top: 1px solid #eee;
	padding-top: 12px;
}

.nbt-pay-option form {
	margin: 0;
}

.nbt-plan-price {
	font-size: 1.25em;
	font-weight: 700;
	margin: 0 0 8px;
	color: #d70204;
}

.nbt-plan-currency-label {
	font-size: 0.55em;
	font-weight: 500;
	color: #888;
	vertical-align: middle;
}

.nbt-plan-duration {
	font-size: 0.5em;
	font-weight: 400;
	color: #666;
}

.nbt-subscribe-btn {
	display: block;
	width: 100%;
	background: #d70204;
	color: #fff !important;
	border: none;
	padding: 10px 18px;
	border-radius: 6px;
	cursor: pointer;
	font-weight: 600;
	text-decoration: none;
	box-sizing: border-box;
}

.nbt-subscribe-btn:hover {
	background: #a80103;
}

.nbt-btn-paypal {
	background: #0070ba;
}

.nbt-btn-paypal:hover {
	background: #005799;
}

.nbt-btn-manual {
	background: #555;
}

.nbt-btn-manual:hover {
	background: #333;
}

.nbt-status {
	border-radius: 8px;
	padding: 16px 20px;
	margin: 16px 0;
}

.nbt-status-active {
	background: #e9f9ee;
	border: 1px solid #a9e3bb;
}

.nbt-status-inactive {
	background: #fdeeee;
	border: 1px solid #f3b8b8;
}

.nbt-status-suspended {
	background: #fdeeee;
	border: 1px solid #f3b8b8;
	color: #a3231f;
	font-weight: 600;
}

/* Checkout / Subscribe pages */

.nbt-checkout-summary,
.nbt-checkout-auth,
.nbt-checkout-payment {
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 20px;
	background: #fff;
}

.nbt-checkout-plan-title {
	font-size: 1.2em;
	font-weight: 700;
}

.nbt-checkout-plan-duration {
	font-weight: 400;
	color: #666;
	font-size: 0.75em;
}

.nbt-checkout-notice {
	text-align: center;
	padding: 30px;
}

.nbt-checkout-error {
	background: #fdeeee;
	border: 1px solid #f3b8b8;
	color: #a3231f;
	padding: 10px 14px;
	border-radius: 6px;
	margin: 12px 0;
}

.nbt-auth-tabs {
	display: flex;
	gap: 8px;
	margin: 16px 0;
	border-bottom: 1px solid #eee;
}

.nbt-auth-tab-btn {
	background: none;
	border: none;
	border-bottom: 3px solid transparent;
	padding: 8px 4px;
	font-weight: 600;
	cursor: pointer;
	color: #666;
}

.nbt-auth-tab-btn.active {
	color: #d70204;
	border-bottom-color: #d70204;
}

.nbt-input {
	width: 100%;
	max-width: 360px;
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-sizing: border-box;
	margin-top: 4px;
}

.nbt-payment-methods {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: 360px;
	margin-top: 12px;
}

.nbt-payment-methods .nbt-subscribe-btn {
	width: 100%;
}

.nbt-logged-in-as {
	color: #555;
	font-size: 0.95em;
}

.nbt-subscribe-intro {
	margin-bottom: 16px;
}

.nbt-google-signin {
	margin-top: 20px;
}

.nbt-account-section {
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 20px;
	background: #fff;
}

.nbt-account-section h3 {
	margin-top: 0;
}

.nbt-account-notice {
	border-radius: 6px;
	padding: 10px 14px;
	margin-bottom: 16px;
}

.nbt-account-notice-success {
	background: #e9f9ee;
	border: 1px solid #a9e3bb;
	color: #146c2e;
}

.nbt-avatar-row {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 16px;
}

.nbt-avatar-preview {
	border-radius: 50%;
	object-fit: cover;
	border: 1px solid #e2e2e2;
}

.nbt-file-label {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
}

.nbt-order-history-table {
	width: 100%;
	border-collapse: collapse;
}

.nbt-order-history-table th,
.nbt-order-history-table td {
	text-align: left;
	padding: 8px 10px;
	border-bottom: 1px solid #eee;
	font-size: 0.92em;
}

.nbt-order-history-table th {
	color: #666;
	font-weight: 600;
}

.nbt-status-badge {
	display: inline-block;
	padding: 2px 10px;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 600;
	text-transform: capitalize;
}

.nbt-status-pending {
	background: #fff4e5;
	color: #8a5a00;
}

.nbt-status-pending_approval {
	background: #eaf1ff;
	color: #1a4b9c;
}

.nbt-status-success {
	background: #e6f6ea;
	color: #146c2e;
}

.nbt-status-failed {
	background: #fbe7e7;
	color: #a3231f;
}

.nbt-divider {
	display: flex;
	align-items: center;
	text-align: center;
	color: #999;
	font-size: 0.85em;
	margin: 16px 0;
}

.nbt-divider::before,
.nbt-divider::after {
	content: '';
	flex: 1;
	border-bottom: 1px solid #e2e2e2;
}

.nbt-divider span {
	padding: 0 12px;
}
