/*
Theme Name: LBC
Author: DiThemes
Author URI: https://dithemes.com
Description: LBC Theme.
Version: 1.6
Requires at least: 6.7
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, translation-ready, wide-blocks, blog, portfolio, e-commerce
Text Domain: lbc
*/

/* Custom Button Styles */
.wp-block-button__link:not(.wc-block-components-notice-banner__content .wc-forward):hover,
.wp-element-button:not(.wc-block-components-notice-banner__content .wc-forward):hover {
	background-color: #ED01EE !important;
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(179, 0, 156, 0.2);
}

/* Alignfull CSS Fallback */
body {
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	margin: 0;
}

body > .wp-site-blocks {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

/* Site-wide Main Minimum Height */
main, .site-main {
	flex-grow: 1;
}

:where(body:not(.editor-styles-wrapper)) .alignfull {
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	max-width: 100vw !important;
	width: 100vw !important;
}

:where(body:not(.editor-styles-wrapper)) .alignwide {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 1200px !important;
	padding: 0 10px;
}

/* Global Transitions */
a, 
.wp-element-button, 
.wp-block-button__link {
	transition: all 0.3s ease-in-out;
}

/* Spaced Buttons Group */
.lbc-buttons-spaced {
	gap: var(--wp--preset--spacing--50) !important;
}

/* Navigation Hover & Active Effect */
.wp-block-navigation a:hover,
.wp-block-navigation a:active,
.wp-block-navigation-item__content:hover,
.wp-block-navigation-item__content:active,
.wp-block-navigation-item.current-menu-item > a,
.wp-block-navigation-item.current-menu-item > .wp-block-navigation-item__content {
	color: #ED01EE !important;
}

/* Latest Posts List Styling */
.wp-block-latest-posts {
	list-style: none !important;
	padding-left: 0 !important;
}

.wp-block-latest-posts li {
	margin-bottom: var(--wp--preset--spacing--30);
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	padding-bottom: var(--wp--preset--spacing--30);
}

.wp-block-latest-posts li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Pagination Spacing */
.wp-block-query-pagination .page-numbers {
	margin: 0 8px;
}

/* WooCommerce Review Form Styles */
#review_form_wrapper .comment-form,
.comment-form {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.comment-form p {
	margin-bottom: 0;
}

.comment-form label {
	display: block;
	margin-bottom: 6px;
	font-weight: 500;
}

.comment-form .required {
	color: #ED01EE;
	text-decoration: none;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
	width: 100%;
	padding: 12px 0;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	font-family: inherit;
	font-size: inherit;
	background: transparent;
	transition: all 0.3s ease;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form textarea:focus {
	outline: none;
	border-color: #ED01EE;
	box-shadow: 0 0 0 1px #ED01EE;
}

.comment-form .comment-form-cookies-consent {
	display: flex;
	align-items: center;
	gap: 10px;
}

.comment-form .comment-form-cookies-consent label {
	margin-bottom: 0;
	font-weight: normal;
}

.comment-form .comment-form-cookies-consent input[type="checkbox"] {
	margin: 0;
}

/* Single Post Content Spacing (Frontend) */
.single-post-content-wrapper .wp-block-post-content > * {
	margin-top: 0;
	margin-bottom: var(--wp--preset--spacing--40);
}

.single-post-content-wrapper .wp-block-post-content > *:last-child {
	margin-bottom: 0;
}

/* Single Post Content Spacing (Post Editor Canvas) */
.post-type-post .is-root-container > * {
	margin-top: 0;
	margin-bottom: var(--wp--preset--spacing--40);
}

.post-type-post .is-root-container > *:last-child {
	margin-bottom: 0;
}

/* ---------------------------------------------------------
   Premium WooCommerce Styling
--------------------------------------------------------- */

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
	width: 27%;
}

/* Product Cards */
ul.products li.product,
.wc-block-grid__product {
	background: #ffffff;
	border-radius: 12px;
	padding: 16px !important;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	border: 1px solid rgba(0,0,0,0.03);
	position: relative;
	overflow: hidden;
}

ul.products li.product:hover,
.wc-block-grid__product:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 25px rgba(179, 0, 156, 0.15);
}

ul.products li.product img,
.wc-block-grid__product-image img {
	border-radius: 8px;
	transition: transform 0.5s ease;
}

ul.products li.product:hover img,
.wc-block-grid__product:hover .wc-block-grid__product-image img {
	transform: scale(1.05);
}

/* Product Titles */
ul.products li.product .woocommerce-loop-product__title,
.wc-block-grid__product-title {
	font-family: 'Space Grotesk', sans-serif !important;
	font-weight: 600 !important;
	font-size: 1.1rem !important;
	margin-top: 15px !important;
	color: #000;
}

/* Price */
ul.products li.product .price,
.wc-block-grid__product-price {
	color: #b3009c !important;
	font-weight: 600;
	font-size: 1.1rem;
	margin-bottom: 15px;
}

ul.products li.product .price del,
.wc-block-grid__product-price del {
	color: #999 !important;
	font-weight: 400;
	font-size: 0.9rem;
}

/* Buttons & Add to Cart */
.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
.woocommerce #respond input#submit, 
.woocommerce a.button:not(.wc-block-components-notice-banner__content .wc-forward), 
.woocommerce button.button:not(.wc-block-components-notice-banner__content .wc-forward), 
.woocommerce input.button:not(.wc-block-components-notice-banner__content .wc-forward) {
	background: linear-gradient(135deg, #b3009c 0%, #ED01EE 100%) !important;
	color: #fff !important;
	border: none !important;
	border-radius: 50px !important;
	padding: 10px 24px !important;
	font-weight: 600 !important;
	font-family: 'Inter', sans-serif !important;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 0.85rem !important;
	transition: all 0.3s ease !important;
	box-shadow: 0 4px 10px rgba(237, 1, 238, 0.3);
}

.woocommerce ul.products li.product .button:hover,
.woocommerce-page ul.products li.product .button:hover,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover,
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:not(.wc-block-components-notice-banner__content .wc-forward):hover, 
.woocommerce button.button:not(.wc-block-components-notice-banner__content .wc-forward):hover, 
.woocommerce input.button:not(.wc-block-components-notice-banner__content .wc-forward):hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 15px rgba(237, 1, 238, 0.4);
	background: linear-gradient(135deg, #ED01EE 0%, #b3009c 100%) !important;
}

/* Sale Badge */
.woocommerce span.onsale,
.wc-block-grid__product-onsale {
	background: #ED01EE !important;
	color: white !important;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	padding: 4px 12px !important;
	border-radius: 50px !important;
	font-size: 0.8rem !important;
	min-height: auto !important;
	min-width: auto !important;
	line-height: 1.5 !important;
	top: 10px !important;
	left: 10px !important;
	right: auto !important;
	box-shadow: 0 2px 8px rgba(237, 1, 238, 0.4);
	z-index: 9;
}

/* Single Product Page Enhancements */
.woocommerce div.product .product_title {
	font-family: 'Space Grotesk', sans-serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.2;
	margin-bottom: 10px;
}

.woocommerce div.product p.price {
	color: #b3009c;
	font-size: 1.5rem;
	font-weight: 700;
}

.product_meta > span {
	display: block;
	margin-bottom: 8px;
}

form.cart {
	padding: 4px 0 14px 0;
}

/* Quantity Input */
.woocommerce .quantity .qty {
	border-radius: 50px;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 10px 15px !important;
	height: 22px;
	background: #f9f9f9;
}

.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs,
.woocommerce-tabs.wc-tabs-wrapper #tab-description > h2 {
	display: none;
}

/* Cart & Checkout Forms */
.woocommerce-cart table.cart,
.woocommerce-checkout form.checkout {
	background: #ffffff;
	border-radius: 12px;
	padding: 24px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}

.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
	border-radius: 8px;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 12px 16px;
	background: #fdfdfd;
	transition: all 0.3s ease;
}

.woocommerce form .form-row input.input-text:focus, 
.woocommerce form .form-row textarea:focus {
	border-color: #ED01EE;
	box-shadow: 0 0 0 2px rgba(237, 1, 238, 0.2);
	outline: none;
}

.woocommerce-account .wp-block-post-title, .woocommerce-account main .woocommerce, .woocommerce-cart .wp-block-post-title, .woocommerce-cart main .woocommerce, .woocommerce-checkout .wp-block-post-title, .woocommerce-checkout main .woocommerce {
	max-width: 1200px;
}

.woocommerce-account
.woocommerce-MyAccount-navigation {
	float: left;
	width: 20%;
}

.woocommerce-account
.woocommerce-MyAccount-content {
	float: right;
	width: 80%;
}

/* AIOS (Ticket System Plugin) Custom Styling */

.aiosc-ticket-list,
.aiosc-ticket-preview,
.aiosc-window {
	font-family: 'Inter', sans-serif;
	position: relative;
}

.aiosc-ticket-list {
	margin: 40px 0 !important;
}

.aiosc-ticket-preview {
	margin: 20px 0 !important;
}

.aiosc-window {
	margin: 0 !important;
}

.aiosc-window .aiosc-form #aiosc-form {
	margin: 40px 0 !important;
}

/* Toolbar & Tabs styling */
.aiosc-toolbar {
	margin-bottom: 24px;
}

.aiosc-tabs {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}

.aiosc-tabs li {
	font-weight: 600;
	font-size: 0.9rem;
	padding: 8px 16px;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.3s ease;
	background: #f9f9f9;
	color: #666;
	border: 1px solid rgba(0,0,0,0.05);
}

.aiosc-tabs li:hover {
	background: rgba(179, 0, 156, 0.05);
	color: #b3009c;
}

.aiosc-tabs li.active {
	background: #b3009c;
	color: #fff;
	border-color: #b3009c;
}

.aiosc-tabs li.active span {
	color: rgba(255, 255, 255, 0.9);
}

.aiosc-tabs li span {
	font-weight: normal;
	color: #999;
}

/* "Create New" Button Link in Tabs */
.aiosc-tabs li:last-child {
	background: none;
	border: none;
	padding: 0;
	margin-left: auto; /* Push it to the right */
}

.aiosc-tabs li:last-child a {
	display: inline-block;
	background: linear-gradient(135deg, #b3009c 0%, #ED01EE 100%) !important;
	color: #fff !important;
	padding: 8px 20px;
	border-radius: 50px;
	text-decoration: none !important;
	font-weight: 600;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	box-shadow: 0 4px 10px rgba(237, 1, 238, 0.2);
	transition: all 0.3s ease;
}

.aiosc-tabs li:last-child a:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 15px rgba(237, 1, 238, 0.35);
	background: linear-gradient(135deg, #ED01EE 0%, #b3009c 100%) !important;
}

/* Pagination navigation bar */
.aiosc-ticket-list .tablenav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.9rem;
	color: #666;
}

.aiosc-pagination {
	font-family: 'Space Grotesk', sans-serif;
	font-weight: 500;
}

/* The Ticket Table Styles */
table.aiosc-tickets-table {
	width: 100%;
	border-collapse: collapse;
	background: #ffffff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
	border: 1px solid rgba(0, 0, 0, 0.05);
	margin: 20px 0;
}

table.aiosc-tickets-table thead tr,
table.aiosc-tickets-table tfoot tr {
	background: #f9f9f9;
	border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}

table.aiosc-tickets-table th {
	padding: 16px 20px;
	font-family: 'Space Grotesk', sans-serif;
	font-weight: 700;
	text-align: left;
	font-size: 0.95rem;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

table.aiosc-tickets-table th a {
	color: #000 !important;
	text-decoration: none !important;
	display: flex;
	align-items: center;
	gap: 6px;
}

table.aiosc-tickets-table th a:hover {
	color: #b3009c !important;
}

/* Table body row styles */
table.aiosc-tickets-table tbody tr {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	transition: all 0.2s ease;
}

table.aiosc-tickets-table tbody tr:last-child {
	border-bottom: none;
}

table.aiosc-tickets-table tbody tr.alternate {
	background: #fdfdfd;
}

table.aiosc-tickets-table tbody tr:hover {
	background: rgba(179, 0, 156, 0.02);
}

table.aiosc-tickets-table td {
	padding: 18px 20px;
	vertical-align: middle;
	font-size: 0.95rem;
	color: #444;
}

/* Specific columns styles */
table.aiosc-tickets-table td.column-ID {
	font-family: 'Space Grotesk', sans-serif;
	font-weight: 600;
	color: #b3009c;
}

table.aiosc-tickets-table td.column-subject a.row-title {
	font-family: 'Space Grotesk', sans-serif;
	font-weight: 600;
	font-size: 1.05rem;
	color: #000 !important;
	text-decoration: none !important;
	transition: color 0.2s ease;
}

table.aiosc-tickets-table td.column-subject a.row-title:hover {
	color: #b3009c !important;
}

/* Sub-labels in row controls */
.aiosc-ticket-row-controls {
	margin-top: 6px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.aiosc-label {
	display: inline-block;
	padding: 2px 10px;
	border-radius: 4px;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.aiosc-label-reply {
	background: rgba(98, 8, 86, 0.1);
	color: #620856;
	border: 1px solid rgba(98, 8, 86, 0.15);
}

.aiosc-attachment-icon {
	font-size: 0.75rem;
	color: #999;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	background: #f5f5f5;
	padding: 2px 8px;
	border-radius: 4px;
}

/* Status Pill Styling */
.aiosc-status {
	display: inline-block;
	padding: 6px 14px;
	border-radius: 50px;
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-align: center;
	box-shadow: 0 2px 6px rgba(0,0,0,0.03);
}

.aiosc-status-open {
	background: rgba(46, 204, 113, 0.15) !important;
	color: #27ae60 !important;
	border: 1px solid rgba(46, 204, 113, 0.2);
	margin-left: 10px;
}

.aiosc-status-queue {
	background: rgba(241, 196, 15, 0.15) !important;
	color: #d35400 !important;
	border: 1px solid rgba(241, 196, 15, 0.2);
	margin-left: 10px;
}

.aiosc-status-closed {
	background: rgba(127, 140, 141, 0.15) !important;
	color: #7f8c8d !important;
	border: 1px solid rgba(127, 140, 141, 0.2);
	margin-left: 10px;
}

/* Alignment helper (th alignment) */
.aiosc-tr-right,
.manage-column.aiosc-tr-right {
	text-align: right !important;
}

.manage-column.aiosc-tr-right a {
	justify-content: flex-end;
}

/* Align corresponding cells to match header */
table.aiosc-tickets-table td.column-last_update,
table.aiosc-tickets-table td.column-date_created {
	text-align: right;
	font-size: 0.85rem;
	color: #666;
}

/* AIOS Single Ticket Preview Styling */

/* Popups / Modals */
.aiosc-popup-bg {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(4px);
	z-index: 9999;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	max-width: 100vw !important;
	width: 100vw !important;
}

.aiosc-popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
	width: 90%;
	max-width: 550px;
	z-index: 10000;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.05);
	animation: aioscFadeIn 0.3s ease;
}

@keyframes aioscFadeIn {
	from { opacity: 0; transform: translate(-50%, -45%); }
	to { opacity: 1; transform: translate(-50%, -50%); }
}

.aiosc-popup-header {
	font-family: 'Space Grotesk', sans-serif;
}

.aiosc-popup-x {
	position: absolute;
	right: 16px;
	top: 14px;
	cursor: pointer;
	color: #999;
	font-size: 20px;
	transition: color 0.2s ease;
}

.aiosc-popup-x:hover {
	color: #b3009c;
}

.aiosc-popup-controls label.aiosc-fleft {
	font-size: 0.85rem;
	color: #666;
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	margin-right: auto;
}

/* Layout Columns */
.aiosc-ticket-preview {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	align-items: flex-start;
}

.aiosc-ticket-sidebar {
	flex: 1 1 300px;
	max-width: 360px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	order: 2;
}

.aiosc-ticket-main {
	flex: 2 1 500px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	order: 1;
}

@media (max-width: 991px) {
	.aiosc-ticket-sidebar {
		max-width: 100%;
		flex: 1 1 100%;
	}
	.aiosc-ticket-main {
		flex: 1 1 100%;
	}
}

/* Windows in Preview */
.aiosc-ticket-preview .aiosc-window {
	background: #ffffff;
	border-radius: 12px;
	padding: 24px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
}

.aiosc-ticket-preview .aiosc-title {
	font-family: 'Space Grotesk', sans-serif;
	font-weight: 700;
	font-size: 1.3rem;
	color: #000;
	margin-top: 0;
	margin-bottom: 12px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.aiosc-ticket-preview .aiosc-title span {
	font-size: 0.85rem;
	font-family: 'Inter', sans-serif;
	font-weight: normal;
	color: #777;
}

.aiosc-ticket-preview .aiosc-title span a {
	color: #b3009c !important;
	text-decoration: none !important;
	font-weight: 600;
}

.aiosc-ticket-preview .aiosc-title-sm {
	font-size: 1.15rem;
}

.aiosc-separator {
	height: 1px;
	background: rgba(0, 0, 0, 0.05);
	margin: 12px 0 16px 0;
}

/* Sidebar Details Table */
table.aiosc-ticket-details-table {
	width: 100%;
	border-collapse: collapse;
}

table.aiosc-ticket-details-table th,
table.aiosc-ticket-details-table td {
	padding: 10px 0;
	font-size: 0.9rem;
	border-bottom: 1px dashed rgba(0,0,0,0.03);
}

table.aiosc-ticket-details-table tr:last-child th,
table.aiosc-ticket-details-table tr:last-child td {
	border-bottom: none;
}

table.aiosc-ticket-details-table th {
	font-weight: 600;
	color: #555;
	text-align: left;
	width: 40%;
}

table.aiosc-ticket-details-table td {
	color: #222;
}

table.aiosc-ticket-details-table td a {
	color: #b3009c !important;
	text-decoration: none !important;
	font-weight: 600;
}

table.aiosc-ticket-details-table td a:hover {
	color: #ED01EE !important;
}

/* Sidebar Badge styling */
.aiosc-ticket-id {
	font-family: 'Space Grotesk', sans-serif;
	font-weight: 700;
	color: #b3009c;
	font-size: 1.1rem;
}

.aiosc-priority-badge {
	display: inline-block;
	padding: 4px 10px;
	background: rgba(231, 76, 60, 0.15) !important;
	color: #e74c3c !important;
	border: 1px solid rgba(231, 76, 60, 0.2);
	border-radius: 4px;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* AIOS Master Button styling */
.masterbtn,
.aiosc-popup-controls input[type="submit"],
.aiosc-popup-controls .button-primary,
.aiosc-cholder input[type="submit"],
#aiosc-form-submit {
	background: linear-gradient(135deg, #b3009c 0%, #ED01EE 100%) !important;
	color: #fff !important;
	border: none !important;
	border-radius: 50px !important;
	padding: 10px 24px !important;
	font-weight: 600 !important;
	font-family: 'Inter', sans-serif !important;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 0.85rem !important;
	transition: all 0.3s ease !important;
	box-shadow: 0 4px 10px rgba(237, 1, 238, 0.2);
	cursor: pointer;
	display: inline-flex;
	align-items: center;
}

.masterbtn:hover,
.aiosc-popup-controls input[type="submit"]:hover,
.aiosc-popup-controls .button-primary:hover,
.aiosc-cholder input[type="submit"]:hover,
#aiosc-form-submit:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 15px rgba(237, 1, 238, 0.35);
	background: linear-gradient(135deg, #ED01EE 0%, #b3009c 100%) !important;
	color: #fff !important;
}

/* Secondary / Discard Button styling */
.aiosc-discard-button,
.aiosc-popup-controls .aiosc-discard-button {
	background: #f5f5f5 !important;
	color: #333 !important;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	border-radius: 50px !important;
	padding: 10px 24px !important;
	font-family: 'Inter', sans-serif !important;
	font-size: 0.85rem !important;
	font-weight: 600 !important;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	cursor: pointer;
	transition: all 0.3s ease !important;
	display: inline-flex;
	align-items: center;
	box-shadow: none !important;
}

.aiosc-discard-button:hover,
.aiosc-popup-controls .aiosc-discard-button:hover {
	background: #e5e5e5 !important;
	color: #000 !important;
	border-color: rgba(0, 0, 0, 0.2) !important;
}

/* Sidebar Action Buttons */
.aiosc-ticket-sidebar .masterbtn {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	justify-content: center;
	display: flex;
	padding: 10px 0px;
	cursor: pointer;
}

.aiosc-ticket-sidebar .masterbtn:last-child {
	margin-bottom: 0;
}

/* Ticket Content */
.aiosc-ticket-content {
	font-size: 1rem;
	line-height: 1.7;
	color: #333;
}

.aiosc-eot {
	text-align: center;
	position: relative;
}

.aiosc-eot::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: rgba(0, 0, 0, 0.05);
	z-index: 1;
}

.aiosc-eot span {
	position: relative;
	background: var(--wp--preset--color--base, #ffffff);
	padding: 0 16px;
	font-size: 0.8rem;
	text-transform: uppercase;
	color: #aaa;
	font-weight: 600;
	letter-spacing: 1px;
	z-index: 2;
}

/* Form Response Messages */
.aiosc-form-response {
	padding: 12px 16px;
	border-radius: 8px;
	font-size: 0.9rem;
	margin-bottom: 16px;
	display: none;
}

.aiosc-form-response.success {
	background: rgba(46, 204, 113, 0.1);
	color: #27ae60;
	border: 1px solid rgba(46, 204, 113, 0.2);
	display: block;
}

.aiosc-form-response.error {
	background: rgba(231, 76, 60, 0.1);
	color: #c0392b;
	border: 1px solid rgba(231, 76, 60, 0.2);
	display: block;
}

.aiosc-form-response.warning {
	background: rgba(241, 196, 15, 0.1);
	color: #d35400;
	border: 1px solid rgba(241, 196, 15, 0.2);
	display: block;
}


/* Reply Editor Styling & Layout */
.aiosc-reply-form {
	position: relative;
}

#wp-aiosc-content-editor-tools {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

#aiosc-premade-responses {
	display: flex;
	align-items: center;
	gap: 8px;
}

#aiosc-premade-responses select {
	padding: 8px 12px;
	border-radius: 6px;
	border: 1px solid rgba(0,0,0,0.1);
	background: #fff;
	font-size: 0.85rem;
}

#aiosc-premade-responses button {
	padding: 0px 14px !important;
	font-size: 0.85rem !important;
	border-radius: 6px !important;
	background: #f1f1f1 !important;
	color: #333 !important;
	border: 1px solid rgba(0,0,0,0.1) !important;
	cursor: pointer;
}

#aiosc-premade-responses button:hover {
	background: #e5e5e5 !important;
}

.wp-editor-tabs {
	display: flex;
	gap: 4px;
}

.wp-switch-editor {
	background: #f1f1f1;
	border: 1px solid rgba(0,0,0,0.05);
	border-bottom: none;
	padding: 6px 12px;
	font-size: 0.8rem;
	font-weight: 600;
	border-radius: 4px 4px 0 0;
	cursor: pointer;
}

.wp-switch-editor.active {
	background: #fff;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) transparent;
}

.wp-editor-container {
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 8px;
	overflow: hidden;
}

.quicktags-toolbar {
	background: #f9f9f9;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 8px;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

.quicktags-toolbar input.ed_button {
	background: #fff !important;
	border: 1px solid rgba(0,0,0,0.15) !important;
	border-radius: 4px !important;
	padding: 4px 8px !important;
	font-size: 0.8rem !important;
	cursor: pointer;
}

.quicktags-toolbar input.ed_button:hover {
	border-color: #b3009c !important;
	color: #b3009c !important;
}

/* Tinymce container fallback styles */
.mce-tinymce {
	border-radius: 8px !important;
	box-shadow: none !important;
}

/* Form Field Containers */
.cholder,
.aiosc-cholder {
	margin-bottom: 24px;
}
.aiosc-cholder {
	overflow: visible;
}

.cholder label,
.aiosc-cholder label {
	display: block;
	font-family: 'Space Grotesk', sans-serif;
	font-weight: 600;
	font-size: 0.95rem;
	color: #000;
	margin-bottom: 8px;
}

.cholder label small,
.aiosc-cholder label small {
	display: block;
	font-family: 'Inter', sans-serif;
	font-weight: normal;
	font-size: 0.8rem;
	color: #777;
	margin-top: 2px;
	text-transform: none;
	letter-spacing: normal;
}

/* Form Controls (Text inputs, selects) */
.cholder input[type="text"],
.aiosc-cholder input[type="text"],
.cholder select,
.aiosc-cholder select {
	padding: 12px 16px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	font-family: 'Inter', sans-serif;
	font-size: 0.95rem;
	background: #fdfdfd;
	transition: all 0.3s ease;
	box-sizing: border-box;
}

.cholder input[type="text"]:focus,
.aiosc-cholder input[type="text"]:focus,
.cholder select:focus,
.aiosc-cholder select:focus {
	outline: none;
	border-color: #ED01EE;
	box-shadow: 0 0 0 2px rgba(237, 1, 238, 0.2);
}

.cholder select,
.aiosc-cholder select {
	appearance: none;
	background: #fdfdfd url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23666666' viewBox='0 0 24 24'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 16px center;
	background-size: 18px;
	padding-right: 40px;
}

.aiosc-uploader {
	background: #f9f9f9;
	border: 2px dashed rgba(0,0,0,0.1);
	border-radius: 8px;
	padding: 16px;
	transition: all 0.3s ease;
}

.aiosc-uploader:hover {
	border-color: #b3009c;
	background: rgba(179, 0, 156, 0.01);
}

.aiosc-uploader-files {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.aiosc-uploader-browse {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	color: #333;
}

.aiosc-uploader-browse i.dashicons {
	color: #b3009c;
	font-size: 20px;
}

.aiosc-uploader-browse span a {
	color: #b3009c !important;
	text-decoration: none !important;
}

.aiosc-uploader-browse span a:hover {
	text-decoration: underline !important;
}

.input-info {
	font-size: 0.8rem;
	color: #777;
	margin-top: 6px;
}

.input-info strong {
	color: #333;
}

/* Loading overlay */
.aiosc-loading-holder {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 8px;
	display: none; /* Hidden by default */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.aiosc-loading-bar {
	background: #fff;
	border: 1px solid rgba(0,0,0,0.05);
	padding: 12px 24px;
	border-radius: 50px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.05);
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 0.9rem;
	font-weight: 600;
	color: #333;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

.aiosc-loading-bar::before {
	content: "";
	width: 16px;
	height: 16px;
	border: 2px solid rgba(179,0,156,0.1);
	border-top-color: #b3009c;
	border-radius: 50%;
	animation: aioscSpin 0.8s linear infinite;
}

@keyframes aioscSpin {
	to { transform: rotate(360deg); }
}

/* Replies List Styling */
.aiosc-replies {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.aiosc-reply {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	padding: 12px 0;
}

.aiosc-reply-avatar img {
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.aiosc-reply-main {
	flex: 1;
	background: #fdfdfd;
	border-radius: 12px;
	padding: 18px 20px;
	border: 1px solid rgba(0,0,0,0.05);
	box-shadow: 0 2px 8px rgba(0,0,0,0.02);
}

.aiosc-reply-head {
	font-size: 0.85rem;
	color: #777;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.03);
	padding-bottom: 8px;
}

.aiosc-reply-head a {
	color: #000 !important;
	font-weight: 600;
	text-decoration: none !important;
}

.aiosc-reply-head a:hover {
	color: #b3009c !important;
}

.aiosc-reply-head em {
	color: #999;
	font-style: normal;
}

.aiosc-reply-content {
	font-size: 0.95rem;
	line-height: 1.65;
	color: #333;
}

/* Pagination / Load More button for replies */
#aiosc-replies-load-more {
	text-align: center;
	margin: 20px 0;
}

#aiosc-replies-load-more a {
	display: inline-block;
	background: #f1f1f1;
	color: #333 !important;
	padding: 10px 24px;
	border-radius: 50px;
	text-decoration: none !important;
	font-weight: 600;
	font-size: 0.85rem;
	transition: all 0.2s ease;
	border: 1px solid rgba(0,0,0,0.05);
}

#aiosc-replies-load-more a:hover {
	background: #e5e5e5;
	color: #b3009c !important;
	border-color: rgba(179,0,156,0.1);
}

#aiosc-replies-no-more {
	text-align: center;
	font-size: 0.85rem;
	color: #aaa;
	font-weight: 600;
	margin: 20px 0;
}

/* AIOS Login Form inside aiosc-window */
.aiosc-window #loginform {
	max-width: 420px;
	margin: 40px auto;
	padding: 30px;
	background: #ffffff;
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.aiosc-window #loginform p {
	margin-bottom: 20px;
}

.aiosc-window #loginform p.login-remember {
	margin-bottom: 24px;
}

.aiosc-window #loginform p.login-submit {
	margin-bottom: 0;
	text-align: center;
}

.aiosc-window #loginform label {
	display: block;
	font-family: 'Space Grotesk', sans-serif;
	font-weight: 700;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 8px;
	color: #000;
}

.aiosc-window #loginform input[type="text"],
.aiosc-window #loginform input[type="password"] {
	width: 100%;
	padding: 12px 16px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	font-family: 'Inter', sans-serif;
	font-size: 0.95rem;
	background: #fdfdfd;
	transition: all 0.3s ease;
	box-sizing: border-box;
}

.aiosc-window #loginform input[type="text"]:focus,
.aiosc-window #loginform input[type="password"]:focus {
	outline: none;
	border-color: #ED01EE;
	box-shadow: 0 0 0 2px rgba(237, 1, 238, 0.2);
	background: #fff;
}

.aiosc-window #loginform .login-remember label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 0.9rem;
	color: #666;
	cursor: pointer;
	text-transform: none;
	letter-spacing: normal;
}

.aiosc-window #loginform .login-remember input[type="checkbox"] {
	margin: 0;
	width: 16px;
	height: 16px;
	accent-color: #b3009c;
	cursor: pointer;
}

.aiosc-window #loginform input[type="submit"] {
	width: 100%;
	justify-content: center;
	background: linear-gradient(135deg, #b3009c 0%, #ED01EE 100%) !important;
	color: #fff !important;
	border: none !important;
	border-radius: 50px !important;
	padding: 12px 24px !important;
	font-weight: 600 !important;
	font-family: 'Inter', sans-serif !important;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 0.9rem !important;
	transition: all 0.3s ease !important;
	box-shadow: 0 4px 10px rgba(237, 1, 238, 0.2);
	cursor: pointer;
}

.aiosc-window #loginform input[type="submit"]:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 15px rgba(237, 1, 238, 0.35);
	background: linear-gradient(135deg, #ED01EE 0%, #b3009c 100%) !important;
}

.aiosc-window #loginform input[type="submit"]:active {
	transform: translateY(0);
}

.aiosc-window > .aiosc-form-response {
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.aiosc-window #loginform + p {
	text-align: center;
	font-size: 0.9rem;
	color: #777;
	margin-top: 24px;
	font-family: 'Inter', sans-serif;
}

.aiosc-window #loginform + p strong {
	color: #000;
	font-family: 'Space Grotesk', sans-serif;
	font-weight: 700;
}

/* LBC Cookie Notice Styles */
.lbc-cookie-notice {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.05);
	z-index: 999999;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.lbc-cookie-notice.lbc-cookie-notice--visible {
	opacity: 1;
	transform: translateY(0);
}

.lbc-cookie-notice-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 16px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.lbc-cookie-notice-content p {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
}

.lbc-cookie-notice-content a {
	color: #000;
	text-decoration: underline;
	font-weight: 500;
}

.lbc-cookie-notice-content a:hover {
	color: #ED01EE;
}

.lbc-cookie-btn {
	background-color: #000 !important;
	color: #fff !important;
	border: none !important;
	padding: 12px 24px !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	cursor: pointer !important;
	white-space: nowrap !important;
	transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease !important;
	border-radius: 4px !important;
	box-shadow: none !important;
	display: inline-block !important;
	text-decoration: none !important;
	line-height: 1.2 !important;
}

.lbc-cookie-btn:hover {
	background-color: #ED01EE !important;
	color: #fff !important;
}

/* Responsive Design */
@media (max-width: 768px) {
	.lbc-cookie-notice-container {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
		padding: 16px;
	}
	.lbc-cookie-btn {
		width: 100% !important;
		text-align: center !important;
	}
}


/* ==========================================================================
   LBC Front Page Patterns — Custom Classes
   ========================================================================== */

/* ── Hero ──────────────────────────────────────────────────────────────── */

.lbc-hero-badge {
	display: inline-flex !important;
	align-items: center;
	padding: 0.4rem 1rem;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 50px;
	white-space: nowrap;
}

.lbc-hero-badge p {
	margin: 0;
}

/* ── Social Proof ─────────────────────────────────────────────────────── */

.lbc-stat-line {
	width: 60px !important;
	height: 3px !important;
	border: none !important;
	border-radius: 2px;
	margin: 0 auto !important;
}

.lbc-stat-col-center {
	border-left: 1px solid rgba(255, 255, 255, 0.08);
	border-right: 1px solid rgba(255, 255, 255, 0.08);
	position: relative;
}

/* ── Performance Stats ────────────────────────────────────────────────── */

.lbc-perf-stat {
	border-right: 1px solid rgba(255, 255, 255, 0.12);
	text-align: center;
}

.lbc-perf-stat:last-child {
	border-right: none;
}

@media (max-width: 781px) {
	.lbc-perf-stat {
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}

	.lbc-perf-stat:last-child {
		border-bottom: none;
	}
}

/* ── Feature Cards ─────────────────────────────────────────────────────── */

.lbc-feature-card {
	background: #ffffff;
	border-left: 3px solid var(--wp--preset--color--primary);
	border-radius: 0 12px 12px 0;
	padding: 1.75rem 1.75rem 1.75rem 1.5rem !important;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lbc-feature-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 28px rgba(179, 0, 156, 0.12);
}

.lbc-feature-card p:first-child {
	margin-bottom: 0.75rem;
}

/* ── How It Works ─────────────────────────────────────────────────────── */

.lbc-step-card {
	text-align: center;
	padding: 2rem 1.5rem;
	border-top: 2px solid rgba(255, 255, 255, 0.08);
}

.lbc-step-number {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	border-radius: 15%;
	background: var(--wp--preset--color--primary);
	color: #fff !important;
	margin: 0 auto !important;
	padding: 8px 16px;
}
/* ── WooCommerce Ready ────────────────────────────────────────────────── */

.lbc-woo-feature-list {
	padding-left: 0;
}

.lbc-woo-feature-item {
	gap: var(--wp--preset--spacing--30);
}

/* ── Free vs PRO Table ────────────────────────────────────────────────── */

.lbc-comparison-table table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9rem;
}

.lbc-comparison-table thead tr {
	background: #000;
	color: #fff;
}

.lbc-comparison-table thead th {
	padding: 1rem 1.25rem;
	font-weight: 700;
	text-align: center;
}

.lbc-comparison-table thead th:first-child {
	text-align: left;
}

.lbc-comparison-table thead th.lbc-pro-col {
	background: var(--wp--preset--color--primary);
	color: #fff;
}

.lbc-comparison-table tbody tr {
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	transition: background 0.15s ease;
}

.lbc-comparison-table tbody tr:hover {
	background: #faf0fa;
}

.lbc-comparison-table tbody td {
	padding: 0.85rem 1.25rem;
}

.lbc-comparison-table tbody td:first-child {
	font-weight: 500;
}

.lbc-comparison-table tbody td.lbc-pro-col {
	background: rgba(179, 0, 156, 0.04);
	font-weight: 700;
}

/* ── Pricing Card ─────────────────────────────────────────────────────── */

.lbc-pricing-card {
	background: #111111;
	border: 1px solid rgba(255, 255, 255, 0.08);
	max-width: 740px;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center;
}

.lbc-pricing-badge {
	display: inline-flex !important;
	align-items: center;
	padding: 0.35rem 1rem;
	border-radius: 50px;
	background: var(--wp--preset--color--primary);
	color: #fff !important;
	margin: 0 !important;
}

.lbc-pricing-badge--outline {
	background: transparent !important;
	border: 1px solid rgba(255, 255, 255, 0.25) !important;
}

/* ── Testimonial Cards ────────────────────────────────────────────────── */

.lbc-testimonial-card {
	background: #ffffff;
	border-radius: 12px;
	padding: 2rem !important;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.07);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	display: flex;
	flex-direction: column;
}

.lbc-testimonial-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 32px rgba(179, 0, 156, 0.1);
}

.lbc-avatar {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	min-width: 44px;
	border-radius: 50%;
	background: var(--wp--preset--color--primary);
	color: #fff !important;
	font-weight: 700;
	font-size: 0.85rem !important;
	margin: 0 !important;
	text-align: center;
}

/* ── FAQ ──────────────────────────────────────────────────────────────── */

.lbc-faq-list {
	max-width: 780px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.lbc-faq-item {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	padding: 1.25rem 1.5rem;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.lbc-faq-item:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(179, 0, 156, 0.4);
}

.lbc-faq-item summary {
	cursor: pointer;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	user-select: none;
	padding-right: 1.5rem;
	position: relative;
}

.lbc-faq-item summary::-webkit-details-marker {
	display: none;
}

.lbc-faq-item summary::after {
	content: '+';
	position: absolute;
	right: 0;
	font-size: 2.5rem;
	font-weight: 300;
	color: var(--wp--preset--color--primary);
	transition: transform 0.25s ease;
	line-height: 1;
}

.lbc-faq-item[open] summary::after {
	transform: rotate(45deg);
}

/* ── Latest Posts ─────────────────────────────────────────────────────── */

.lbc-post-card {
	background: #fff;
	border-radius: 12px;
	padding: 0 0 1.5rem 0 !important;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lbc-post-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 32px rgba(0, 0, 0, 0.12);
}

.lbc-post-card .wp-block-post-featured-image {
	border-radius: 0 !important;
	margin: 0 !important;
}

.lbc-post-card .wp-block-post-featured-image img {
	border-radius: 0 !important;
}

.lbc-post-card > .wp-block-spacer,
.lbc-post-card > .wp-block-post-terms,
.lbc-post-card > .wp-block-post-title,
.lbc-post-card > .wp-block-post-excerpt,
.lbc-post-card > .wp-block-group {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.lbc-post-card .wp-block-post-title a {
	color: var(--wp--preset--color--contrast);
	text-decoration: none;
}

.lbc-post-card .wp-block-post-title a:hover {
	color: var(--wp--preset--color--primary);
}

/* ── Guarantee Box ─────────────────────────────────────────────────────── */

.lbc-guarantee-box {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(179, 0, 156, 0.35);
	text-align: center;
}

/* ── Trust Items ──────────────────────────────────────────────────────── */

.lbc-trust-item {
	gap: var(--wp--preset--spacing--40);
}

/* ── Pattern Responsive Tweaks ────────────────────────────────────────── */

@media (max-width: 781px) {

	.lbc-hero-badge {
		font-size: 0.75rem !important;
	}

	.lbc-feature-card {
		border-left-width: 3px;
		border-radius: 0 10px 10px 0;
	}

	.lbc-testimonial-card {
		padding: 1.5rem !important;
	}

	.lbc-pricing-card {
		padding: var(--wp--preset--spacing--40) !important;
	}

	.lbc-faq-list {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.lbc-step-card {
		border-top: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
		padding: 1.5rem 1rem;
	}

	.lbc-step-card:last-child {
		border-bottom: none;
	}

	.lbc-comparison-table {
		overflow-x: auto;
		display: block;
	}

	.lbc-post-card > .wp-block-spacer,
	.lbc-post-card > .wp-block-post-terms,
	.lbc-post-card > .wp-block-post-title,
	.lbc-post-card > .wp-block-post-excerpt,
	.lbc-post-card > .wp-block-group {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

/* Hero Buttons Gap Fix */
.lbc-hero-buttons { gap: 1.5rem !important; margin-top: 0.5rem; }

/* Latest Posts Grid Gap Fix */
.lbc-latest-posts-query .wp-block-post-template { gap: 2rem !important; }

/* Free vs PRO Table Fixes */
.lbc-comparison-table thead { border-left: 3px solid; border-right: 3px solid; }

/* Guarantee Columns Gap Fix */
.lbc-guarantee-columns { gap: 3rem !important; }

/* Testimonials Gap Fix */
.lbc-testimonials-columns { gap: 2rem !important; }

/* WooCommerce Columns Gap Fix */
.lbc-woocommerce-columns { gap: 3rem !important; }

/* Feature Cards Styling */
.lbc-feature-card {
	padding: 2rem !important;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	border-radius: 12px;
}
.lbc-features-columns { gap: 2rem !important; }

/* Before / After Columns Gap Fix */
.lbc-before-after-columns { gap: 2rem !important; }

/* Risk Free Columns Gap Fix */
.lbc-risk-free-columns { gap: 1.5rem !important; }

/* Installation Steps Columns Gap Fix */
.lbc-steps-columns { gap: 2rem !important; }

/* Compatibility Badges */
.lbc-compat-badge {
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 50px;
	padding: 0.4rem 1rem !important;
	white-space: nowrap;
}

.lbc-compat-badge p { margin: 0 !important; }

/* Sticky CTA Bar */
.lbc-sticky-cta-bar {
	position: fixed !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	z-index: 9999 !important;
	box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.25) !important;
}

/* Back to Top Button
   ================================================================ */
#lbc-back-to-top {
	position: fixed;
	bottom: 2rem;
	right: 2rem;
	z-index: 9998;

	/* Shape */
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	padding: 0;

	/* Colour — matches the theme's primary magenta */
	background: var(--wp--preset--color--primary, #b3009c);
	color: #fff;
	box-shadow: 0 4px 16px rgba(179, 0, 156, 0.35);

	/* Flex centering for the SVG */
	display: flex;
	align-items: center;
	justify-content: center;

	/* Hidden by default — shown via .lbc-btt--visible */
	opacity: 0;
	visibility: hidden;
	transform: translateY(12px) scale(0.9);
	transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s,
	            background-color 0.2s ease, box-shadow 0.2s ease;
}

/* Visible state — added by JS after scrolling > 300 px */
#lbc-back-to-top.lbc-btt--visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) scale(1);
	transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0s,
	            background-color 0.2s ease, box-shadow 0.2s ease;
}

/* Hover — lift + deeper glow */
#lbc-back-to-top:hover {
	background: #d400bf;
	box-shadow: 0 8px 24px rgba(179, 0, 156, 0.5);
	transform: translateY(-3px) scale(1.08);
}

/* Active press feedback */
#lbc-back-to-top:active {
	transform: translateY(0) scale(0.97);
	box-shadow: 0 3px 10px rgba(179, 0, 156, 0.3);
}

/* Arrow SVG icon inside the button */
#lbc-back-to-top svg {
	display: block;
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

/* On mobile push it up when sticky CTA bar is visible */
@media (max-width: 767px) {
	#lbc-back-to-top {
		bottom: 5.5rem;
		right: 1rem;
		width: 42px;
		height: 42px;
	}

	#lbc-back-to-top svg {
		width: 18px;
		height: 18px;
	}
}
