.lrp-price-interval {
	white-space: nowrap;
}

.pricing-package-price .lrp-price-interval {
	display: block;
	margin: -8px 0 10px 0;
	color: #777;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.35;
}

.pricing-package-notice {
	margin: 0 30px 16px;
	padding: 11px 13px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
}

.pricing-package-notice-error {
	border: 1px solid #f2b8b5;
	background: #fff0f0;
	color: #9f1d1d;
}

.pricing-package--disabled .pricing-package-select label {
	border-color: #d8d8d8;
	background: #f3f3f3;
	color: #888;
	cursor: not-allowed;
	pointer-events: none;
}

.pricing-package--disabled .pricing-package-select label:hover {
	background: #f3f3f3;
	color: #888;
}

.lrp-subscription-price .lrp-price-interval {
	display: inline;
	margin: 0;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.lrp-subscriptions-list {
	--lrp-primary-color: var(--listeo-primary-color, var(--primary-color, #f91942));
	--lrp-primary-color-rgb: var(--listeo-primary-color-rgb, 249, 25, 66);
	--lrp-primary-color-light: var(--listeo-primary-color-light, rgba(var(--lrp-primary-color-rgb), 0.10));

	display: flex;
	flex-direction: column;
	gap: 14px;
	width: 100%;
}

.lrp-subscription-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 150px 165px 230px;
	align-items: center;
	column-gap: 24px;
	width: 100%;
	padding: 22px 24px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}

.lrp-subscription-card__main {
	display: flex;
	align-items: center;
	gap: 15px;
	min-width: 0;
}

.lrp-subscription-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 6px;
	background: var(--lrp-primary-color-light);
	color: var(--lrp-primary-color);
	font-size: 18px;
}

.lrp-subscription-summary {
	min-width: 0;
}

.lrp-subscription-kicker {
	display: block;
	margin-bottom: 4px;
	color: #777;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.25;
}

.lrp-subscription-title {
	margin: 0;
	color: #222;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.3;
	overflow-wrap: anywhere;
}

.lrp-subscription-price {
	display: block;
	margin-top: 6px;
	color: #666;
	font-size: 13px;
	line-height: 1.35;
}

.lrp-subscription-card__details {
	display: contents;
}

.lrp-detail-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	min-width: 0;
}

.lrp-detail-label {
	color: #666;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.25;
}

.lrp-status-pill {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 6px 11px;
	border: 0;
	border-radius: 100px;
	background: #f7f7f7;
	color: #555;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}

.lrp-status-pill--active {
	background: #e5f8ed;
	color: #0b7a3b;
}

.lrp-status-pill--past_due,
.lrp-status-pill--action_required,
.lrp-status-pill--cancelling {
	background: #fff6df;
	color: #94600b;
}

.lrp-status-pill + .lrp-status-pill {
	margin-left: 6px;
}

.lrp-status-pill--cancelled,
.lrp-status-pill--suspended,
.lrp-status-pill--failed,
.lrp-status-pill--checkout_expired {
	background: #fff0f1;
	color: #9f303b;
}

.lrp-period-date {
	color: #333;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
}

.lrp-subscription-card__action {
	display: flex;
	justify-content: flex-end;
}

.lrp-subscription-card__action form {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	margin: 0;
}

.lrp-subscription-card__action .button.lrp-portal-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 44px;
	padding: 0 18px;
	border: 0;
	border-radius: 100px;
	background: var(--lrp-primary-color);
	box-shadow: 0 8px 18px rgba(var(--lrp-primary-color-rgb), 0.24);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 44px;
	white-space: nowrap;
}

.lrp-subscription-card__action .button.lrp-portal-button:hover,
.lrp-subscription-card__action .button.lrp-portal-button:focus {
	background: var(--lrp-primary-color);
	box-shadow: 0 8px 18px rgba(var(--lrp-primary-color-rgb), 0.3);
	color: #fff;
}

.lrp-subscription-card__action .button.lrp-portal-button i {
	font-size: 12px;
}

.lrp-muted {
	color: #666;
	font-size: 13px;
}

/* Overlay-provider (Paddle) "listing submitted, complete your payment" landing */
.lrp-paddle-pay-wrap {
	padding: 50px 0 80px;
	text-align: center;
}
/* CTA renders inside Listeo Core's .booking-confirmation-page card. */
.lrp-paddle-pay-cta {
	margin-top: 30px;
}
.lrp-paddle-pay-text {
	margin: 0 0 18px;
	color: #666;
	line-height: 1.55;
}

@media (max-width: 991px) {
	.lrp-subscription-card {
		display: flex;
		align-items: stretch;
		flex-direction: column;
		gap: 18px;
		padding: 20px;
	}

	.lrp-subscription-card__main,
	.lrp-subscription-card__details,
	.lrp-subscription-card__action {
		flex: 0 1 auto;
		width: 100%;
	}

	.lrp-subscription-card__details {
		display: flex;
		align-items: center;
		gap: 28px;
		justify-content: flex-start;
		padding: 16px 0;
		border-top: 1px solid #edf0f5;
		border-bottom: 1px solid #edf0f5;
	}

	.lrp-subscription-card__action {
		justify-content: flex-start;
	}

	.lrp-subscription-card__action form {
		justify-content: flex-start;
	}
}

@media (max-width: 767px) {
	.lrp-subscriptions-list {
		gap: 12px;
	}

	.lrp-subscription-card {
		padding: 18px;
	}

	.lrp-subscription-card__main {
		align-items: flex-start;
	}

	.lrp-subscription-icon {
		flex-basis: 40px;
		width: 40px;
		height: 40px;
	}

	.lrp-subscription-title {
		font-size: 16px;
	}

	.lrp-subscription-card__details {
		flex-direction: column;
		gap: 12px;
	}

	.lrp-detail-item {
		align-items: center;
		flex-direction: row;
		justify-content: space-between;
		gap: 16px;
		width: 100%;
		min-width: 0;
	}

	.lrp-detail-label {
		flex: 1 1 auto;
		max-width: 46%;
	}

	.lrp-status-pill,
	.lrp-period-date {
		flex: 0 1 auto;
		max-width: 54%;
		text-align: right;
	}

	.lrp-subscription-card__action .button.lrp-portal-button {
		width: 100%;
	}
}

@media (max-width: 420px) {
	.lrp-subscription-card {
		padding: 16px;
	}

	.lrp-detail-item {
		align-items: flex-start;
		flex-direction: column;
		gap: 7px;
	}

	.lrp-detail-label,
	.lrp-status-pill,
	.lrp-period-date {
		max-width: none;
		text-align: left;
	}
}

body#dark-mode .lrp-subscriptions-list {
	--lrp-primary-color-light: rgba(var(--lrp-primary-color-rgb), 0.16);
}

body#dark-mode .lrp-subscription-card {
	border-color: #333;
	background: #282828;
	box-shadow: none;
}

body#dark-mode .lrp-subscription-title {
	color: #fff;
}

body#dark-mode .lrp-subscription-kicker,
body#dark-mode .lrp-subscription-price,
body#dark-mode .lrp-detail-label,
body#dark-mode .lrp-muted {
	color: #aaa;
}

body#dark-mode .lrp-period-date {
	color: #ddd;
}

body#dark-mode .lrp-status-pill {
	background: #333;
	color: #ddd;
}

body#dark-mode .lrp-status-pill--active {
	background: #254934;
	color: #72d69b;
}

body#dark-mode .lrp-status-pill--past_due,
body#dark-mode .lrp-status-pill--action_required,
body#dark-mode .lrp-status-pill--cancelling {
	background: #4f3b16;
	color: #ffdc73;
}

body#dark-mode .lrp-status-pill--cancelled,
body#dark-mode .lrp-status-pill--suspended,
body#dark-mode .lrp-status-pill--failed,
body#dark-mode .lrp-status-pill--checkout_expired {
	background: #4a2525;
	color: #ff8f8f;
}

body#dark-mode .lrp-subscription-card__details {
	border-color: #333;
}

body#dark-mode .lrp-subscription-card__action .button.lrp-portal-button {
	box-shadow: 0 8px 18px rgba(var(--lrp-primary-color-rgb), 0.26);
}

body#dark-mode .lrp-subscription-card__action .button.lrp-portal-button:hover,
body#dark-mode .lrp-subscription-card__action .button.lrp-portal-button:focus {
	box-shadow: 0 8px 18px rgba(var(--lrp-primary-color-rgb), 0.34);
}

/* Subscriptions appended into the Listeo dashboard "Your Listing Packages" box */
.lrp-dashboard-subscription > strong {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.lrp-dashboard-subscription .lrp-status-pill {
	min-height: 0;
	padding: 2px 9px;
	font-size: 11px;
}

.lrp-dashboard-sub-manage {
	margin-left: 6px;
	font-weight: 600;
}

/* Remove inactive subscriptions from the customer list */
.lrp-subscriptions-toolbar {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 16px;
}

.lrp-subscriptions-toolbar--bottom {
	margin-bottom: 0;
	margin-top: 20px;
}

.lrp-dismiss-all-button,
.lrp-dismiss-button {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.lrp-dismiss-button {
	opacity: 0.85;
}

.lrp-dismiss-button:hover,
.lrp-dismiss-button:focus {
	opacity: 1;
}

.lrp-paywall-lock {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	border-radius: 8px;
}

.lrp-paywall-lock--block {
	display: block;
	min-height: 72px;
	margin: 8px 0;
}

.lrp-paywall-lock--inline {
	display: inline-block;
	min-width: min(260px, 100%);
	max-width: 100%;
	min-height: 32px;
	margin: 0 0.2em;
	vertical-align: middle;
}

.lrp-paywall-lock__frost {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	border-radius: inherit;
}

.lrp-paywall-lock__source {
	position: relative;
	z-index: 0;
	display: block;
	min-width: 0;
	overflow: hidden;
	pointer-events: none;
	user-select: none;
	filter: blur(4px);
	opacity: 0.62;
}

.lrp-paywall-lock__source * {
	pointer-events: none !important;
	user-select: none !important;
}

.lrp-paywall-lock__source picture,
.lrp-paywall-lock__source img {
	display: block;
	max-width: 100%;
}

.lrp-paywall-lock__source img {
	height: auto;
	object-fit: cover;
}

.lrp-paywall-lock__source .lrp-paywall-source-id--single-listing-grid-gallery {
	display: flex;
	width: 100%;
	height: 45vh;
	min-height: 500px;
	max-height: 700px;
	overflow: hidden;
	margin: 0 0 60px 0;
	position: relative;
}

.lrp-paywall-lock__source .lrp-paywall-source-id--single-listing-grid-gallery a.slg-gallery-img-single,
.lrp-paywall-lock__source .lrp-paywall-source-id--single-listing-grid-gallery a.slg-gallery-img {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.lrp-paywall-lock__source .lrp-paywall-source-id--single-listing-grid-gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lrp-paywall-lock__source .lrp-paywall-source-id--single-listing-grid-gallery .slg-button {
	display: none !important;
}

@media (max-width: 1600px) {
	.lrp-paywall-lock__source .lrp-paywall-source-id--single-listing-grid-gallery {
		height: 40vh;
	}
}

@media (max-width: 1300px) {
	.lrp-paywall-lock__source .lrp-paywall-source-id--single-listing-grid-gallery {
		height: 35vh;
	}
}

@media (max-width: 1100px) {
	.lrp-paywall-lock__source .lrp-paywall-source-id--single-listing-grid-gallery {
		height: 25vh;
	}
}

@media (max-width: 1050px) {
	.lrp-paywall-lock__source .lrp-paywall-source-id--single-listing-grid-gallery {
		height: 400px;
		min-height: 400px;
	}
}

@media (max-width: 768px) {
	.lrp-paywall-lock__source .lrp-paywall-source-id--single-listing-grid-gallery {
		height: 300px;
		min-height: 300px;
		margin-bottom: 50px;
	}
}

@media (max-width: 500px) {
	.lrp-paywall-lock__source .lrp-paywall-source-id--single-listing-grid-gallery {
		height: 200px;
		min-height: 200px;
	}
}

.lrp-paywall-lock--inline .lrp-paywall-lock__source {
	display: inline-block;
	padding: 6px 12px;
}

.lrp-paywall-lock--block .lrp-paywall-lock__source {
	min-height: 72px;
	padding: 18px;
}

.lrp-paywall-lock__overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: calc(100% - 18px);
	padding: 4px 8px;
	transform: translate(-50%, -50%);
}

.lrp-paywall-lock__icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	margin-right: 7px;
	color: #222 !important;
}

.lrp-paywall-lock__icon svg {
	display: block;
	width: 16px;
	height: 16px;
}

.lrp-paywall-lock__message-link {
	position: relative;
	display: inline-block;
	max-width: 100%;
	color: #222 !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 1.35;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	overflow-wrap: anywhere;
}

.lrp-paywall-lock__message-link:hover,
.lrp-paywall-lock__message-link:focus {
	color: #222 !important;
	text-decoration: none;
}

.lrp-paywall-memberships {
	--lrp-primary-color: var(--listeo-primary-color, var(--primary-color, #f91942));
	--lrp-primary-color-rgb: var(--listeo-primary-color-rgb, 249, 25, 66);
}

.lrp-paywall-memberships__notice {
	margin: 0 0 18px;
	padding: 12px 14px;
	border-left: 4px solid var(--lrp-primary-color);
	background: rgba(var(--lrp-primary-color-rgb), 0.08);
	color: #333;
}

.lrp-paywall-memberships__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
	gap: 0;
	width: 100%;
}

.lrp-paywall-membership-card {
	width: 100%;
	max-width: 500px;
}

@media (min-width: 420px) {
	.lrp-paywall-memberships__grid {
		width: calc(100% + 30px);
	}
}

@media (max-width: 420px) {
	.lrp-paywall-memberships__grid {
		grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
	}
}

.lrp-paywall-membership-card.is-highlighted {
	border-color: rgba(var(--lrp-primary-color-rgb), 0.42);
	box-shadow: 0 12px 30px rgba(var(--lrp-primary-color-rgb), 0.13);
}

.lrp-paywall-membership-card .pricing-package-details p {
	margin: 0;
	color: #777;
	font-size: 15px;
	line-height: 22px;
}

.lrp-paywall-membership-card .pricing-package-select .button {
	display: block;
	width: 100%;
	text-align: center;
}

#lrp-paywall-capture-root {
	position: fixed;
	inset: 0;
	z-index: 1000010;
	pointer-events: none;
}

#lrp-paywall-capture-root .lrp-paywall-capture,
#lrp-paywall-capture-root .lrp-paywall-capture__add,
#lrp-paywall-capture-root .lrp-paywall-capture__toggle {
	pointer-events: auto;
}

html.lrp-paywall-capture-mode {
	--lrp-capture-sidebar-width: 420px;
	overflow-x: hidden;
}

html.lrp-paywall-capture-mode.lrp-paywall-capture-sidebar-hidden,
body.lrp-paywall-capture-mode.lrp-paywall-capture-sidebar-hidden {
	--lrp-capture-sidebar-width: 0px;
}

body.lrp-paywall-capture-mode {
	--lrp-capture-sidebar-width: 420px;
	box-sizing: border-box;
	inline-size: calc(100% - var(--lrp-capture-sidebar-width));
	max-inline-size: calc(100% - var(--lrp-capture-sidebar-width));
	padding-inline-end: 0;
	overflow-x: hidden;
}

.lrp-paywall-capture-hover {
	outline: 2px solid #111 !important;
	outline-offset: 0 !important;
	cursor: crosshair !important;
}

.lrp-paywall-capture-hover--link {
	cursor: pointer !important;
}

.lrp-paywall-capture-selected {
	outline: 3px solid #f91942 !important;
	outline-offset: 2px !important;
}

.lrp-paywall-capture {
	--lrp-capture-primary: #111;
	--lrp-capture-primary-dark: #000;
	--lrp-capture-text: #333;
	--lrp-capture-muted: #666;
	--lrp-capture-line: #e0e0e0;
	--lrp-capture-soft: #f6f6f6;
	position: fixed;
	top: 0;
	inset-inline-end: 0;
	bottom: 0;
	z-index: 100001;
	display: flex;
	flex-direction: column;
	width: var(--lrp-capture-sidebar-width, 400px);
	height: 100vh;
	max-height: none;
	overflow: hidden;
	border: 0;
	border-radius: 0;
	background: #fff;
	box-shadow: -8px 0 30px rgba(0, 0, 0, 0.14);
	color: var(--lrp-capture-text);
	font-family: 'Outfit', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	transition: box-shadow 0.18s ease, transform 0.18s ease;
	will-change: transform;
}

.lrp-paywall-capture.is-hidden {
	width: 0;
	overflow: visible;
	background: transparent;
	box-shadow: none;
	transform: none;
}

.lrp-paywall-capture.is-hidden .lrp-paywall-capture__bar {
	display: block;
	gap: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.lrp-paywall-capture.is-hidden .lrp-paywall-capture__title,
.lrp-paywall-capture.is-hidden .lrp-paywall-capture__panel {
	display: none;
}

.lrp-paywall-capture button,
.lrp-paywall-capture input,
.lrp-paywall-capture select,
.lrp-paywall-capture textarea {
	font-family: 'Outfit', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.admin-bar.lrp-paywall-capture-mode .lrp-paywall-capture {
	top: 32px;
	height: calc(100vh - 32px);
}

.lrp-paywall-capture__bar {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 18px 20px;
	border-bottom: 1px solid var(--lrp-capture-line);
	background: #fafafa;
}

.lrp-paywall-capture__toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	min-height: 36px;
	margin: 0;
	padding: 0;
	border: 1px solid var(--lrp-capture-line);
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	color: var(--lrp-capture-primary);
	cursor: pointer;
}

.lrp-paywall-capture__toggle:hover,
.lrp-paywall-capture__toggle:focus {
	border-color: var(--lrp-capture-primary);
	background: var(--lrp-capture-primary);
	color: #fff;
	outline: none;
}

.lrp-paywall-capture__toggle-icon {
	width: 18px;
	height: 18px;
}

.lrp-paywall-capture.is-hidden .lrp-paywall-capture__toggle {
	position: fixed;
	top: 100px;
	inset-inline-end: 0;
	z-index: 100004;
	border-radius: 5px 0 0 5px;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
}

html[dir="rtl"] .lrp-paywall-capture.is-hidden .lrp-paywall-capture__toggle {
	border-radius: 0 5px 5px 0;
}

.lrp-paywall-capture__title {
	display: grid;
	flex: 1 1 auto;
	gap: 4px;
	min-width: 0;
}

.lrp-paywall-capture__title strong {
	color: var(--lrp-capture-text);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
}

.lrp-paywall-capture__title span {
	color: var(--lrp-capture-muted);
	font-size: 12px;
	line-height: 1.35;
}

.lrp-paywall-capture__panel {
	display: grid;
	align-content: start;
	flex: 1 1 auto;
	gap: 16px;
	margin: 0;
	padding: 18px 20px 20px;
	overflow-y: auto;
}

.lrp-paywall-capture__section-wrap {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.lrp-paywall-capture__section {
	display: grid;
	gap: 14px;
	min-width: 0;
	padding: 20px;
	border-radius: 6px;
	background: #f8f8f8;
}

.lrp-paywall-capture__section-title {
	color: var(--lrp-capture-text);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.25;
}

.lrp-paywall-capture__field {
	display: grid;
	gap: 7px;
	min-width: 0;
}

.lrp-paywall-capture__field-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin: 0;
	color: var(--lrp-capture-text);
	font-size: 12px;
	font-weight: 700;
}

.lrp-paywall-capture__field-head label {
	margin: 0;
	color: inherit;
	font: inherit;
}

#lrp-paywall-capture-label {
	margin-bottom: 0 !important;
}

.lrp-paywall-capture__help {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	padding: 0;
	border: 1px solid var(--lrp-capture-line);
	border-radius: 50%;
	background: #fff;
	color: var(--lrp-capture-muted);
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	cursor: help;
}

.lrp-paywall-capture__help:hover,
.lrp-paywall-capture__help:focus {
	border-color: var(--lrp-capture-primary);
	color: var(--lrp-capture-primary);
	outline: none;
}

.lrp-paywall-capture__panel input:not([type="hidden"]),
.lrp-paywall-capture__panel select {
	box-sizing: border-box !important;
	width: 100% !important;
	min-height: 45px !important;
	height: 45px !important;
	margin-bottom: 0 !important;
	padding: 8px 10px !important;
	border: 1px solid #d6d6d6 !important;
	border-radius: 5px !important;
	background: #fff !important;
	color: var(--lrp-capture-text) !important;
	font: inherit !important;
	font-size: 13px !important;
	line-height: 1.35 !important;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03) !important;
}

.lrp-paywall-capture__panel textarea {
	box-sizing: border-box !important;
	width: 100% !important;
	min-height: 86px !important;
	padding: 8px 10px !important;
	border: 1px solid #d6d6d6 !important;
	border-radius: 5px !important;
	background: #fff !important;
	color: var(--lrp-capture-text) !important;
	font: inherit !important;
	font-size: 13px !important;
	line-height: 1.35 !important;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03) !important;
}

.lrp-paywall-capture__panel select {
	appearance: none !important;
	padding-inline-end: 34px !important;
	background-image: linear-gradient(45deg, transparent 50%, #666 50%), linear-gradient(135deg, #666 50%, transparent 50%) !important;
	background-position: calc(100% - 18px) 19px, calc(100% - 13px) 19px !important;
	background-size: 5px 5px, 5px 5px !important;
	background-repeat: no-repeat !important;
}

.lrp-paywall-capture__panel textarea {
	resize: vertical !important;
}

.lrp-paywall-capture__group-entry {
	display: flex;
	align-items: stretch;
	gap: 8px;
	min-width: 0;
}

.lrp-paywall-capture__group-entry #lrp-paywall-capture-label {
	flex: 1 1 auto;
	min-width: 0;
}

.lrp-paywall-capture__group-create {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	flex: 0 0 auto;
	width: auto;
	min-height: 45px;
	padding: 8px 12px;
	border: 1px solid var(--lrp-capture-primary);
	border-radius: 5px;
	background: #fff;
	color: var(--lrp-capture-primary);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
}

.lrp-paywall-capture__group-create span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid currentColor;
	font-size: 14px;
	line-height: 1;
}

.lrp-paywall-capture__group-create:hover,
.lrp-paywall-capture__group-create:focus {
	background: var(--lrp-capture-primary);
	color: #fff;
	outline: none;
}

.lrp-paywall-capture__group-list {
	display: grid;
	gap: 7px;
	min-width: 0;
}

.lrp-paywall-capture__groups {
	display: grid;
	gap: 7px;
	margin-top: 2px;
}

.lrp-paywall-capture__groups[hidden] {
	display: none;
}

.lrp-paywall-capture__groups-empty {
	margin: 0;
	padding: 10px 11px;
	border: 1px dashed var(--lrp-capture-line);
	border-radius: 5px;
	background: #fff;
	color: var(--lrp-capture-muted);
	font-size: 12px;
	line-height: 1.35;
}

.lrp-paywall-capture__group-row {
	position: relative;
	display: block;
	min-width: 0;
}

.lrp-paywall-capture__group-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	flex: 1 1 auto;
	min-width: 0;
	width: 100%;
	min-height: 45px;
	padding: 8px 62px 8px 10px;
	border: 1px solid var(--lrp-capture-line);
	border-radius: 5px;
	background: #fff;
	color: var(--lrp-capture-text);
	text-align: left;
	cursor: pointer;
}

.lrp-paywall-capture__group-edit,
.lrp-paywall-capture__group-delete {
	position: absolute;
	top: 22.5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	min-height: 22px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--lrp-capture-muted);
	box-shadow: none;
	cursor: pointer;
	transform: translateY(-50%);
}

.lrp-paywall-capture__group-edit {
	inset-inline-end: 30px;
}

.lrp-paywall-capture__group-delete {
	inset-inline-end: 7px;
}

.lrp-paywall-capture__group-edit svg,
.lrp-paywall-capture__group-delete svg {
	width: 16px;
	height: 16px;
}

.lrp-paywall-capture__group-button span,
.lrp-paywall-capture__group-button small {
	min-width: 0;
	line-height: 1.25;
}

.lrp-paywall-capture__group-button span {
	overflow: hidden;
	font-size: 13px;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lrp-paywall-capture__group-button small {
	flex: 0 0 auto;
	color: var(--lrp-capture-muted);
	font-size: 11px;
	font-weight: 600;
}

.lrp-paywall-capture__group-button:hover,
.lrp-paywall-capture__group-button:focus,
.lrp-paywall-capture__group-button.is-active,
.lrp-paywall-capture__group-edit:hover,
.lrp-paywall-capture__group-edit:focus,
.lrp-paywall-capture__group-delete:hover,
.lrp-paywall-capture__group-delete:focus {
	border-color: var(--lrp-capture-primary);
	color: var(--lrp-capture-primary);
	outline: none;
}

.lrp-paywall-capture__group-button:hover,
.lrp-paywall-capture__group-button:focus,
.lrp-paywall-capture__group-button.is-active {
	box-shadow: 0 0 0 1px var(--lrp-capture-primary);
}

.lrp-paywall-capture__group-button.is-expanded {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.lrp-paywall-capture__group-elements {
	display: grid;
	gap: 7px;
	padding: 9px;
	border: 2px solid #000;
	border-top: 0;
	border-radius: 0 0 5px 5px;
	background: #fff;
	margin: -1px;
}

.lrp-paywall-capture__group-elements-empty {
	margin: 0;
	color: var(--lrp-capture-muted);
	font-size: 12px;
	line-height: 1.35;
}

.lrp-paywall-capture__group-element {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	min-width: 0;
	padding: 8px;
	border-radius: 5px;
	background: var(--lrp-capture-soft);
}

.lrp-paywall-capture__group-element--editing {
	align-items: stretch;
	flex-direction: column;
	gap: 10px;
}

.lrp-paywall-capture__group-element span {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.lrp-paywall-capture__group-element strong {
	color: var(--lrp-capture-text);
	font-size: 12px;
	line-height: 1.25;
}

.lrp-paywall-capture__group-element code {
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: transparent;
	color: var(--lrp-capture-muted);
	font: inherit;
	font-size: 11px;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lrp-paywall-capture__group-element-actions {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	flex: 0 0 auto;
}

.lrp-paywall-capture__group-element-edit-fields {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.lrp-paywall-capture__group-element-edit-fields label {
	display: grid;
	gap: 4px;
	margin: 0;
	color: var(--lrp-capture-muted);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.25;
}

.lrp-paywall-capture__group-element-edit-fields input,
.lrp-paywall-capture__group-element-edit-fields textarea {
	width: 100%;
	margin: 0;
	padding: 7px 8px;
	border: 1px solid var(--lrp-capture-line);
	border-radius: 5px;
	background: #fff;
	color: var(--lrp-capture-text);
	font-size: 12px;
	line-height: 1.35;
}

.lrp-paywall-capture__group-element-edit-fields textarea {
	resize: vertical;
}

.lrp-paywall-capture__group-element-edit-actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.lrp-paywall-capture__group-element-save.button {
	min-height: 30px;
	padding: 0 12px;
	border: 0;
	border-radius: 5px;
	background: #111;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 30px;
}

.lrp-paywall-capture__group-element-cancel {
	min-height: 30px;
	padding: 0 10px;
	border: 0;
	background: transparent;
	color: var(--lrp-capture-muted);
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}

.lrp-paywall-capture__group-element-save:hover,
.lrp-paywall-capture__group-element-save:focus {
	background: #000;
	color: #fff;
}

.lrp-paywall-capture__group-element-cancel:hover,
.lrp-paywall-capture__group-element-cancel:focus {
	color: var(--lrp-capture-primary);
}

.lrp-paywall-capture__group-element-edit,
.lrp-paywall-capture__group-element-remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	min-height: 24px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--lrp-capture-muted);
	cursor: pointer;
}

.lrp-paywall-capture__group-element-edit:hover,
.lrp-paywall-capture__group-element-edit:focus,
.lrp-paywall-capture__group-element-remove:hover,
.lrp-paywall-capture__group-element-remove:focus {
	background: #f1f1f1;
	color: var(--lrp-capture-primary);
	outline: none;
}

.lrp-paywall-capture__group-element-edit svg,
.lrp-paywall-capture__group-element-remove svg {
	width: 16px;
	height: 16px;
}

.lrp-paywall-capture__group-delete:hover,
.lrp-paywall-capture__group-delete:focus {
	background: #f1f1f1;
}

.lrp-paywall-capture__panel input:focus,
.lrp-paywall-capture__panel select:focus,
.lrp-paywall-capture__panel textarea:focus {
	border-color: var(--lrp-capture-primary);
	box-shadow: 0 0 0 1px var(--lrp-capture-primary);
	outline: none;
}

.lrp-paywall-capture__selection {
	min-width: 0;
	margin: 0;
	padding: 10px 11px;
	border: 1px solid var(--lrp-capture-line);
	border-radius: 6px;
	background: var(--lrp-capture-soft);
	color: var(--lrp-capture-text);
	font-size: 13px;
	line-height: 1.35;
}

.lrp-paywall-capture__selection {
	display: grid;
	gap: 3px;
}

.lrp-paywall-capture__selection strong {
	color: var(--lrp-capture-text);
	font-size: 13px;
	line-height: 1.25;
}

.lrp-paywall-capture__selection span,
.lrp-paywall-capture__selection small,
.lrp-paywall-capture__selection em {
	min-width: 0;
	color: var(--lrp-capture-muted);
	font-style: normal;
	word-break: break-word;
}

.lrp-paywall-capture__selection-empty {
	color: var(--lrp-capture-muted);
}

.lrp-paywall-capture__save.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	border: 0;
	border-radius: 5px;
	margin-right: 0;
	background: #111;
	color: #fff;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.lrp-paywall-capture__save.button:hover,
.lrp-paywall-capture__save.button:focus {
	color: #fff;
	filter: brightness(0.96);
	outline: none;
}

.lrp-paywall-capture__tooltip {
	--lrp-tooltip-arrow-left: 50%;
	position: fixed;
	z-index: 1000012;
	max-width: 260px;
	padding: 9px 11px;
	border-radius: 5px;
	background: #1d2327;
	color: #fff;
	font-family: 'Outfit', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.35;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.lrp-paywall-capture__tooltip::after {
	position: absolute;
	left: var(--lrp-tooltip-arrow-left);
	width: 0;
	height: 0;
	border: 4px solid transparent;
	content: "";
	transform: translateX(-50%);
}

.lrp-paywall-capture__tooltip[data-placement="top"]::after {
	top: 100%;
	border-top-color: #1d2327;
}

.lrp-paywall-capture__tooltip[data-placement="bottom"]::after {
	bottom: 100%;
	border-bottom-color: #1d2327;
}

.lrp-paywall-capture__tooltip[hidden] {
	display: none;
}

.lrp-paywall-capture__add {
	position: fixed;
	z-index: 100002;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	min-height: 42px;
	padding: 0;
	border: 1px solid #111;
	border-radius: 0 5px 5px 0;
	background: #fff;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14), 0 0 0 3px rgba(255, 255, 255, 0.92);
	color: #111;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
}

.lrp-paywall-capture__add:hover,
.lrp-paywall-capture__add:focus {
	background: #111;
	border-color: #111;
	color: #fff;
	outline: none;
}

.lrp-paywall-capture__add[data-placement="inside-right"] {
	border-radius: 5px 0 0 5px;
}

.lrp-paywall-capture__add[hidden] {
	display: none;
}

.lrp-paywall-capture__add-icon {
	width: 18px;
	height: 18px;
}

@media (max-width: 782px) {
	body.lrp-paywall-capture-mode {
		inline-size: auto;
		max-inline-size: none;
		padding-inline-end: 0;
	}

	body.admin-bar.lrp-paywall-capture-mode .lrp-paywall-capture {
		top: 46px;
		height: calc(100vh - 46px);
	}
}

@media (max-width: 480px) {
	.lrp-paywall-capture {
		width: 100vw;
	}
}

body#dark-mode .lrp-paywall-capture {
	border-color: #333;
	background: #282828;
	color: #ddd;
	box-shadow: none;
}

body#dark-mode .lrp-paywall-lock {
	background: rgba(32, 32, 32, 0.48);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
	color: #ddd;
}

body#dark-mode .lrp-paywall-capture {
	--lrp-capture-text: #f4f4f4;
	--lrp-capture-muted: #aaa;
	--lrp-capture-line: #3a3a3a;
	--lrp-capture-soft: #202020;
}

body#dark-mode .lrp-paywall-capture__title strong,
body#dark-mode .lrp-paywall-capture__selection strong,
body#dark-mode .lrp-paywall-capture__preview-card strong {
	color: #fff;
}

body#dark-mode .lrp-paywall-capture__bar {
	border-color: #333;
	background: #222;
}

body#dark-mode .lrp-paywall-capture__toggle,
body#dark-mode .lrp-paywall-capture__help,
body#dark-mode .lrp-paywall-capture__group-create,
body#dark-mode .lrp-paywall-capture__group-button,
body#dark-mode .lrp-paywall-capture__group-edit,
body#dark-mode .lrp-paywall-capture__group-delete,
body#dark-mode .lrp-paywall-capture__group-element-edit,
body#dark-mode .lrp-paywall-capture__group-element-cancel,
body#dark-mode .lrp-paywall-capture__group-elements,
body#dark-mode .lrp-paywall-capture__groups-empty,
body#dark-mode .lrp-paywall-capture__selection {
	border-color: #444;
	background: #1f1f1f;
	color: #ddd;
}

body#dark-mode .lrp-paywall-capture__group-edit,
body#dark-mode .lrp-paywall-capture__group-delete,
body#dark-mode .lrp-paywall-capture__group-element-edit,
body#dark-mode .lrp-paywall-capture__group-element-cancel {
	background: transparent;
}

body#dark-mode .lrp-paywall-capture__group-edit:hover,
body#dark-mode .lrp-paywall-capture__group-edit:focus,
body#dark-mode .lrp-paywall-capture__group-delete:hover,
body#dark-mode .lrp-paywall-capture__group-delete:focus,
body#dark-mode .lrp-paywall-capture__group-element-edit:hover,
body#dark-mode .lrp-paywall-capture__group-element-edit:focus,
body#dark-mode .lrp-paywall-capture__group-element-cancel:hover,
body#dark-mode .lrp-paywall-capture__group-element-cancel:focus {
	background: #2b2b2b;
}

body#dark-mode .lrp-paywall-capture__section {
	background: #222;
}

body#dark-mode .lrp-paywall-lock__message-link,
body#dark-mode .lrp-paywall-capture__bar span,
body#dark-mode .lrp-paywall-capture__selection span,
body#dark-mode .lrp-paywall-capture__selection small,
body#dark-mode .lrp-paywall-capture__selection em,
body#dark-mode .lrp-paywall-capture__groups-empty,
body#dark-mode .lrp-paywall-capture__group-elements-empty,
body#dark-mode .lrp-paywall-capture__group-element code,
body#dark-mode .lrp-paywall-capture__group-button small {
	color: #aaa;
}

body#dark-mode .lrp-paywall-lock__message-link:hover,
body#dark-mode .lrp-paywall-lock__message-link:focus {
	color: #fff;
}

body#dark-mode .lrp-paywall-capture__group-element {
	background: #202020;
}

body#dark-mode .lrp-paywall-capture__group-element-remove:hover,
body#dark-mode .lrp-paywall-capture__group-element-remove:focus {
	background: #2b2b2b;
}

body#dark-mode .lrp-paywall-capture__panel input,
body#dark-mode .lrp-paywall-capture__panel select,
body#dark-mode .lrp-paywall-capture__panel textarea,
body#dark-mode .lrp-paywall-capture__group-element-edit-fields input,
body#dark-mode .lrp-paywall-capture__group-element-edit-fields textarea {
	border-color: #444 !important;
	background-color: #1f1f1f !important;
	color: #ddd !important;
}
