html body{
    color: white;
    background-color: var(--color-bg-primary);
}
.modal{
    color:black;
}

html body a {
    color: white;
}
html body .woocommerce-error a, html body .woocommerce-info a, html body .woocommerce-message a {
    color: var(--color-text-muted, #515151);
}
html body a:active, html body a:hover, html body td:hover {
    color: white;
}
#cart_table_body tr:hover{
    color: white;
}
/* Override Hello Elementor theme container — full-width on account pages
   The theme applies max-width to .site-main when no elementor-page-* body class
   is present, which constricts the sidebar + content layout. */
body.woocommerce-account .site-main {
    max-width: 100% !important;
    padding-inline: 20px !important;
}
body.woocommerce-account .page-header .entry-title {
    max-width: 100% !important;
    padding-inline: 20px !important;
}

/* Change WC Acct Page Column Widths */
@media only screen and (min-width: 769px) {
    .woocommerce-checkout .woocommerce,
    .woocommerce-order-received .woocommerce {
        display: flex;
    }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
        width: 15%;
        position: sticky;
        top: 20px;
        align-self: start;
    }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
        width: 85%;
    	padding: 15px;
    	border-left: 1px solid var(--color-bg-primary);
    }
}
table {
    color: white !important;
}
.row.cart_table_row, .myaccount-page-content-wrapper {
    border: 1px solid var(--color-bg-primary);
    border-radius: 10px;
}
/* Style WC Account Endpoint Links */
.woocommerce-MyAccount-navigation ul li a span.dashicons {
    line-height: 1.3;
    margin-right: 10px;
    color: var(--color-text-muted, #545454);
}
nav.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
  font-size: 17px;
  line-height: 26px;
}
nav.woocommerce-MyAccount-navigation ul li {
  padding: 15px;
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: var(--color-bg-primary);
}
nav.woocommerce-MyAccount-navigation ul li.is-active a span.dashicons{
    color: #9b0f40;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
  cursor: default;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
  background-color: rgba(0,0,0,0.07);
  position: relative;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after {
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0,0,0,0.07);
  border-bottom: 20px solid transparent;
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
}
.site-header{max-width: 100% !important;padding: 15px;}
h1.site-title{font-size: 20px; line-height: 35px;}
.site-branding .site-description{display: none;}
ul#menu-side-menu{padding-left: 0;}
ul#menu-side-menu li{list-style: none;padding: 5px 5px;text-align: left;border: 1px solid var(--bs-pink);}
ul#menu-side-menu li.current-menu-item{border-right: none;}
/* Datepicker width — primary rule in avosec-design-system.css */
a > span.dashicons.dashicons-editor-break{display: none;}
#myTab button.nav-link {
	width: 100%;
    border: 1px solid var(--bs-pink);
    background: none;
    color: var(--bs-pink);
	border-radius: initial;
}
#myTab button.nav-link.active {
	border-bottom: none;
}
/* btn-primary and woocommerce-button styles handled by avosec-design-system.css */
.btn.btn-primary:not(:disabled){
	cursor: pointer;
}
#wc-wallet-transaction-details{
	width: 100% !important;
}
.select2-dropdown{
color:black;
}
#cart_table_body .avosec_update_seats{
    width:50%;
}
.dis_next{
    color:grey !important;
    border-color: grey !important;
}
/* Step 1 "Next" button is the click target that the Save handler triggers
   programmatically; when it's disabled (dis_next) it serves no user-facing
   purpose — hide it to avoid a confusing greyed-out button alongside Save.
   Scoped to .next (not .next2) so Step 2's "Proceed" button still shows its
   greyed state when the cart is empty. */
.next-step.next.dis_next {
    display: none !important;
}
.woocommerce-info a{
    color:black;
}



.woocommerce-MyAccount-navigation ul.submenu li {
	font-size: 90%;
}

.woocommerce-MyAccount-navigation ul.submenu {
	display: none;
	padding-left: 20px;
	margin-top: 5px;
}

.woocommerce-MyAccount-navigation ul.submenu.open {
	display: block;
}

.menu-parent {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.submenu-toggle {
	background: none;
	border: none;
	cursor: pointer;
	font-size: 18px;
	line-height: 1;
	margin-left: 8px;
}
.woocommerce-MyAccount-content a {
    text-decoration: underline;
}

/* SPR Bulk Product Enhancement Styles */
.sod-product-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sod-product-number {
    font-weight: 600;
    font-size: 1.1em;
    color: var(--color-link);
}

.sod_proinfo_card {
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(148, 163, 184, 0.12) !important;
    border-radius: 10px;
    padding: 20px !important;
    margin-bottom: 15px !important;
    transition: border-color 0.2s ease;
}

.sod_proinfo_card:hover {
    border-color: rgba(16, 185, 129, 0.25) !important;
}

.sod_proinfo_card .sod_remove {
    text-decoration: none !important;
}

.sod_proinfo_card .sod_remove:hover {
    background-color: var(--color-danger) !important;
    color: white !important;
}

.sod_proinfo_card .sod_remove i {
    margin-right: 5px;
}

/* Price preview styling */
.spr-price-preview {
    margin-top: 10px;
}

.spr-price-preview .alert {
    margin-bottom: 0;
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.3);
    color: var(--color-link-lighter);
}

/* ==============================================
   Phase 7: License Operations UX Improvements
   ============================================== */

/* Vendor Header */
.lo-vendor-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(5, 150, 105, 0.05));
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: 12px;
    padding: 18px 24px;
    margin-bottom: 24px;
}

.lo-vendor-info {
    display: flex;
    align-items: center;
    gap: 16px;
}

.lo-vendor-icon {
    width: 72px;
    height: 72px;
    min-width: 72px;
    background: var(--color-bg-secondary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-accent);
    overflow: hidden;
    padding: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.lo-vendor-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.lo-vendor-icon .dashicons {
    font-size: 24px;
    width: 24px;
    height: 24px;
}

.lo-vendor-details {
    display: flex;
    flex-direction: column;
}

.lo-vendor-label {
    font-size: 12px;
    color: var(--color-text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.lo-vendor-name {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-text-primary);
}

.lo-change-vendor {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--color-text-secondary);
    text-decoration: none;
    font-size: 13px;
    padding: 8px 14px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 6px;
    transition: all 0.2s ease;
}

.lo-change-vendor:hover {
    color: var(--color-text-primary);
    border-color: rgba(148, 163, 184, 0.4);
    background: rgba(255, 255, 255, 0.05);
}

.lo-change-vendor .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
}

/* Step Indicators */
.lo-step-indicators {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-bottom: 28px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 12px;
}

.lo-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.lo-step.active {
    opacity: 1;
}

.lo-step.completed {
    opacity: 1;
}

.lo-step-number {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(148, 163, 184, 0.2);
    border: 2px solid rgba(148, 163, 184, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    color: var(--color-text-secondary);
    transition: all 0.3s ease;
}

.lo-step.active .lo-step-number {
    background: linear-gradient(135deg, var(--color-accent), var(--color-accent-hover));
    border-color: var(--color-accent);
    color: white;
    box-shadow: 0 0 20px rgba(16, 185, 129, 0.4);
}

.lo-step.completed .lo-step-number {
    background: var(--color-accent);
    border-color: var(--color-accent);
    color: white;
}

.lo-step.completed .lo-step-number::after {
    content: '✓';
    font-size: 16px;
}

.lo-step.completed .lo-step-number span {
    display: none;
}

.lo-step-label {
    font-size: 13px;
    color: var(--color-text-muted);
    font-weight: 500;
    white-space: nowrap;
}

.lo-step.active .lo-step-label {
    color: var(--color-text-primary);
}

.lo-step.completed .lo-step-label {
    color: var(--color-accent);
}

.lo-step-connector {
    width: 60px;
    height: 2px;
    background: rgba(148, 163, 184, 0.2);
    margin: 0 12px;
    margin-bottom: 28px;
}

.lo-step-connector.completed {
    background: var(--color-accent);
}

/* Validation Errors */
.lo-validation-errors {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    border-radius: 8px;
    padding: 16px 20px;
    margin-bottom: 20px;
}

.lo-validation-errors .error-title {
    color: var(--color-danger-light);
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}

.lo-validation-errors ul {
    margin: 0;
    padding-left: 20px;
    color: var(--color-danger-lighter);
}

.lo-validation-errors ul li {
    margin-bottom: 4px;
    font-size: 13px;
}

/* Product card styling */
.lo_proinfo_card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(148, 163, 184, 0.12) !important;
    border-radius: 10px;
    padding: 20px !important;
    margin-bottom: 12px !important;
    transition: border-color 0.2s ease;
}

.lo_proinfo_card:hover {
    border-color: rgba(16, 185, 129, 0.25) !important;
}

/* GAQ (Get A Quote) product card styling */
.gaq_proinfo_card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(148, 163, 184, 0.12) !important;
    border-radius: 10px;
    padding: 20px !important;
    margin-bottom: 12px !important;
    transition: border-color 0.2s ease;
}

.gaq_proinfo_card:hover {
    border-color: rgba(16, 185, 129, 0.25) !important;
}

/* Existing License sections (License Lookup, License Details, Operation) */
#gaq_ex_lookup_section,
#gaq_ex_details_section,
#gaq_ex_operation_section {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(148, 163, 184, 0.12) !important;
    border-radius: 10px;
    padding: 20px !important;
    margin-bottom: 12px !important;
    transition: border-color 0.2s ease;
}

#gaq_ex_lookup_section:hover,
#gaq_ex_details_section:hover,
#gaq_ex_operation_section:hover {
    border-color: rgba(16, 185, 129, 0.25) !important;
}

/* License Details table — ensure labels are readable on dark theme */
#gaq_ex_details_section .text-muted {
    color: var(--color-text-secondary) !important;
}

/* Form field validation states */
.lo_proinfo_card .form-control.is-invalid,
.lo_proinfo_card select.is-invalid {
    border-color: var(--color-danger) !important;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.15);
}

/* Success message after submission */
.lo-submission-success {
    text-align: center;
    padding: 40px 20px;
    background: rgba(16, 185, 129, 0.05);
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: 12px;
    margin: 20px 0;
}

.lo-submission-success .success-icon {
    margin-bottom: 20px;
}

.lo-submission-success .success-icon .dashicons {
    font-size: 64px;
    width: 64px;
    height: 64px;
    color: var(--color-accent);
}

.lo-submission-success .success-content h3 {
    color: var(--color-text-primary);
    font-size: 22px;
    margin-bottom: 10px;
}

.lo-submission-success .success-content p {
    color: var(--color-text-secondary);
    font-size: 15px;
    margin-bottom: 24px;
}

.lo-submission-success .success-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.lo-submission-success .success-actions .button {
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.lo-submission-success .success-actions .btn-primary {
    background: linear-gradient(135deg, var(--color-accent), var(--color-accent-hover));
    color: white;
    border: none;
}

.lo-submission-success .success-actions .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
}

.lo-submission-success .success-actions .btn-secondary {
    background: transparent;
    color: var(--color-text-secondary);
    border: 1px solid rgba(148, 163, 184, 0.3);
}

.lo-submission-success .success-actions .btn-secondary:hover {
    color: var(--color-text-primary);
    border-color: rgba(148, 163, 184, 0.5);
}

/* Phase 7: Reference number in success message */
.lo-submission-success .success-reference {
    font-size: 16px;
    color: var(--color-text-muted);
    margin-bottom: 8px;
}

.lo-submission-success .success-reference strong {
    color: var(--color-accent);
    font-size: 18px;
}

/* Phase 7: What Happens Next section */
.lo-next-steps {
    background: rgba(59, 130, 246, 0.08);
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 8px;
    padding: 20px 24px;
    margin: 24px auto;
    max-width: 500px;
    text-align: left;
}

.lo-next-steps h4 {
    color: var(--color-link-light);
    font-size: 15px;
    margin: 0 0 14px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.lo-next-steps h4 .dashicons {
    font-size: 18px;
    width: 18px;
    height: 18px;
}

.lo-next-steps ol {
    margin: 0 0 14px 0;
    padding-left: 24px;
    color: var(--color-text-secondary);
    line-height: 1.8;
}

.lo-next-steps ol li {
    font-size: 14px;
    margin-bottom: 4px;
}

.lo-next-steps .timeline {
    font-size: 13px;
    color: var(--color-text-muted);
    margin: 0;
    padding-top: 12px;
    border-top: 1px solid rgba(59, 130, 246, 0.15);
}

.lo-next-steps .timeline strong {
    color: var(--color-text-secondary);
}

/* Success message price display */
.lo-submission-success .success-price {
    font-size: 18px !important;
    color: var(--color-accent) !important;
    font-weight: 700;
    margin: 12px 0 !important;
    padding: 12px 16px;
    background: rgba(16, 185, 129, 0.12);
    border-radius: 8px;
    display: inline-block;
}

.lo-submission-success .success-price strong {
    font-size: 24px;
}

/* Ready to order next steps variant */
.lo-next-steps.lo-next-steps-ready {
    background: rgba(16, 185, 129, 0.08);
    border-color: rgba(16, 185, 129, 0.2);
}

.lo-next-steps.lo-next-steps-ready h4 {
    color: var(--color-accent);
}

.lo-next-steps.lo-next-steps-ready .timeline {
    border-top-color: rgba(16, 185, 129, 0.15);
}

/* Light theme adjustments for price display */
html[data-theme="light"] .lo-submission-success .success-price,
body.light-theme .lo-submission-success .success-price {
    background: rgba(16, 185, 129, 0.1);
}

html[data-theme="light"] .lo-next-steps.lo-next-steps-ready,
body.light-theme .lo-next-steps.lo-next-steps-ready {
    background: rgba(16, 185, 129, 0.06);
}

/* Light theme: Vendor icon needs dark background for white logos */
html[data-theme="light"] .lo-vendor-icon,
body.light-theme .lo-vendor-icon {
    background: linear-gradient(135deg, #1e293b, #334155);
}

/* Light theme: Vendor header */
html[data-theme="light"] .lo-vendor-header,
body.light-theme .lo-vendor-header {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.08), rgba(5, 150, 105, 0.04));
    border-color: rgba(16, 185, 129, 0.25);
}

html[data-theme="light"] .lo-vendor-name,
body.light-theme .lo-vendor-name {
    color: var(--color-text-primary);
}

html[data-theme="light"] .lo-vendor-label,
body.light-theme .lo-vendor-label {
    color: var(--color-text-muted);
}

/* Light theme: Product card */
html[data-theme="light"] .lo_proinfo_card,
body.light-theme .lo_proinfo_card {
    background: rgba(0, 0, 0, 0.02);
    border-color: rgba(148, 163, 184, 0.2) !important;
}

html[data-theme="light"] .lo_proinfo_card:hover,
body.light-theme .lo_proinfo_card:hover {
    border-color: rgba(16, 185, 129, 0.35) !important;
}

/* Light theme: GAQ & existing license cards */
html[data-theme="light"] .gaq_proinfo_card,
body.light-theme .gaq_proinfo_card,
html[data-theme="light"] .sod_proinfo_card,
body.light-theme .sod_proinfo_card,
html[data-theme="light"] #gaq_ex_lookup_section,
body.light-theme #gaq_ex_lookup_section,
html[data-theme="light"] #gaq_ex_details_section,
body.light-theme #gaq_ex_details_section,
html[data-theme="light"] #gaq_ex_operation_section,
body.light-theme #gaq_ex_operation_section {
    background: rgba(0, 0, 0, 0.02);
    border-color: rgba(148, 163, 184, 0.2) !important;
}

html[data-theme="light"] .gaq_proinfo_card:hover,
body.light-theme .gaq_proinfo_card:hover,
html[data-theme="light"] .sod_proinfo_card:hover,
body.light-theme .sod_proinfo_card:hover,
html[data-theme="light"] #gaq_ex_lookup_section:hover,
body.light-theme #gaq_ex_lookup_section:hover,
html[data-theme="light"] #gaq_ex_details_section:hover,
body.light-theme #gaq_ex_details_section:hover,
html[data-theme="light"] #gaq_ex_operation_section:hover,
body.light-theme #gaq_ex_operation_section:hover {
    border-color: rgba(16, 185, 129, 0.35) !important;
}

/* Light theme: Operation help text */
html[data-theme="light"] .lo-operation-help-text strong,
body.light-theme .lo-operation-help-text strong {
    color: var(--color-text-primary);
}

html[data-theme="light"] .lo-operation-help-text,
body.light-theme .lo-operation-help-text {
    color: var(--color-text-secondary);
}

/* Operation Type Help Text */
.lo-operation-help {
    margin-top: 8px;
    padding: 12px 14px;
    background: rgba(59, 130, 246, 0.08);
    border-radius: 6px;
    border-left: 3px solid var(--color-link);
}

.lo-operation-help-text {
    font-size: 13px;
    color: var(--color-text-secondary);
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.5;
}

.lo-operation-help-text strong {
    color: var(--color-text-primary);
}

.lo-operation-help-text a {
    color: var(--color-link-light);
}

.lo-operation-help-text a:hover {
    color: var(--color-link-lighter);
}

.lo-operation-help-text .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
    color: var(--color-link-light);
    flex-shrink: 0;
    margin-top: 2px;
}

/* New purchase hint text (below operation help) */
.lo-new-purchase-hint {
    color: var(--color-text-secondary);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.lo-new-purchase-hint i {
    color: var(--color-link-light, #60a5fa);
}

.lo-new-purchase-hint a {
    color: var(--color-link-light, #60a5fa);
    text-decoration: underline;
}

.lo-new-purchase-hint a:hover {
    color: var(--color-link-lighter, #93c5fd);
}

/* Phase 7: Pre-submission Summary */
.lo-submission-summary {
    background: rgba(16, 185, 129, 0.05);
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
}

.lo-submission-summary .summary-title {
    color: var(--color-accent);
    font-size: 16px;
    margin: 0 0 8px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.lo-submission-summary .summary-title .dashicons {
    font-size: 20px;
    width: 20px;
    height: 20px;
}

.lo-submission-summary .summary-description {
    color: var(--color-text-secondary);
    font-size: 13px;
    margin: 0 0 16px 0;
}

.lo-submission-summary .summary-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.lo-submission-summary .summary-table th {
    background: rgba(255, 255, 255, 0.05);
    padding: 10px 12px;
    text-align: left;
    color: var(--color-text-muted);
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.lo-submission-summary .summary-table td {
    padding: 12px;
    color: var(--color-text-primary);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.lo-submission-summary .summary-table tr:last-child td {
    border-bottom: none;
}

.lo-submission-summary .op-badge {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.lo-submission-summary .op-renewal {
    background: rgba(16, 185, 129, 0.15);
    color: var(--color-highlight-green);
}

.lo-submission-summary .op-increase {
    background: rgba(59, 130, 246, 0.15);
    color: var(--color-link-light);
}

.lo-submission-summary .op-upgrade {
    background: rgba(168, 85, 247, 0.15);
    color: var(--color-highlight-purple);
}

.lo-submission-summary .op-new {
    background: rgba(245, 158, 11, 0.15);
    color: var(--color-highlight-amber);
}

.lo-submission-summary .summary-footer {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.lo-submission-summary .action-summary {
    display: flex;
    align-items: center;
    gap: 12px;
}

.lo-submission-summary .action-icon {
    font-size: 24px;
}

.lo-submission-summary .action-label {
    color: var(--color-text-primary);
    font-weight: 600;
    font-size: 15px;
}

.lo-submission-summary .action-desc {
    color: var(--color-text-muted);
    font-size: 13px;
}

/* Confirm button styling */
#btn_lo_non_api.btn-success {
    background: linear-gradient(135deg, var(--color-accent), var(--color-accent-hover));
    border: none;
    padding: 12px 28px;
}

#btn_lo_non_api.btn-success:hover {
    background: linear-gradient(135deg, var(--color-accent-hover), var(--color-accent-dark));
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .lo-vendor-header {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    .lo-vendor-info {
        flex-direction: column;
    }

    .lo-step-indicators {
        flex-wrap: wrap;
        gap: 8px;
    }

    .lo-step-connector {
        display: none;
    }

    .lo-step {
        flex: 1;
        min-width: 80px;
    }
}

/* License table pagination */
.license-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 0;
}
.license-pagination button {
    padding: 6px 14px;
    border: 1px solid rgba(148, 163, 184, 0.3);
    border-radius: 6px;
    background: transparent;
    color: var(--color-text-secondary);
    cursor: pointer;
    font-size: 13px;
}
.license-pagination button:hover:not(:disabled) {
    color: var(--color-text-primary);
    border-color: rgba(148, 163, 184, 0.5);
    background: rgba(255, 255, 255, 0.05);
}
.license-pagination button:disabled {
    opacity: 0.4;
    cursor: default;
}
.pagination-info {
    color: var(--color-text-secondary);
    font-size: 13px;
}
/* Light theme */
html[data-theme="light"] .license-pagination button,
body.light-theme .license-pagination button {
    color: var(--color-text-secondary);
    border-color: rgba(148, 163, 184, 0.4);
}
html[data-theme="light"] .license-pagination button:hover:not(:disabled),
body.light-theme .license-pagination button:hover:not(:disabled) {
    color: var(--color-text-primary);
    background: rgba(0, 0, 0, 0.05);
}
html[data-theme="light"] .pagination-info,
body.light-theme .pagination-info {
    color: var(--color-text-secondary);
}

/* Order details — tighten Total column */
.woocommerce-table--order-details .product-total {
    width: 120px;
    white-space: nowrap;
}
.woocommerce-table--order-details tfoot th,
.woocommerce-table--order-details tfoot td {
    white-space: nowrap;
}

/* ============================================
   TRIAL GENERATION — Success / Over-Limit / Submitted
   ============================================ */

/* --- Success Card (green) --- */
.gaq-trial-success {
    border: 2px solid var(--color-success);
    border-radius: var(--radius-lg);
    overflow: hidden;
    margin-top: var(--space-4);
    background: var(--color-bg-secondary);
    box-shadow: var(--shadow-md);
}
.gaq-trial-success-header {
    background: var(--color-success);
    color: #fff;
    padding: var(--space-4) var(--space-5);
    font-family: var(--font-heading);
    font-size: var(--text-lg);
    font-weight: var(--font-weight-semibold);
    letter-spacing: -0.01em;
    display: flex;
    align-items: center;
    gap: var(--space-2);
}
.gaq-trial-success-header i {
    font-size: 1.25em;
}
.gaq-trial-success-body {
    padding: var(--space-5);
}
.gaq-trial-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--space-2) 0;
    border-bottom: 1px solid var(--color-border);
}
.gaq-trial-detail:last-of-type {
    border-bottom: none;
}
.gaq-trial-label {
    color: var(--color-text-secondary);
    font-weight: var(--font-weight-medium);
    font-size: var(--text-sm);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.gaq-trial-value {
    color: var(--color-text-primary);
    font-weight: var(--font-weight-semibold);
}

/* License key rows */
.gaq-trial-keys {
    margin-top: var(--space-4);
}
.gaq-trial-key-row {
    display: flex;
    gap: var(--space-2);
    margin-bottom: var(--space-2);
}
.gaq-trial-key-input {
    font-family: var(--font-mono) !important;
    letter-spacing: 0.06em;
    font-size: var(--text-base) !important;
    background: var(--color-bg-tertiary) !important;
    color: var(--color-accent) !important;
    border: 1px solid var(--color-border) !important;
}
.gaq-trial-key-input:focus {
    border-color: var(--color-accent) !important;
    box-shadow: 0 0 0 2px var(--color-accent-subtle) !important;
}
.gaq-trial-copy-btn {
    flex-shrink: 0;
    border-color: var(--color-border);
    color: var(--color-text-secondary);
    transition: all var(--transition-fast);
}
.gaq-trial-copy-btn:hover {
    color: var(--color-accent);
    border-color: var(--color-accent);
    background: var(--color-accent-subtle);
}

/* Usage counter */
.gaq-trial-counter {
    margin-top: var(--space-4);
    padding: var(--space-3);
    background: var(--color-bg-tertiary);
    border-radius: var(--radius-md);
    text-align: center;
    color: var(--color-text-secondary);
    font-size: var(--text-sm);
    font-weight: var(--font-weight-medium);
    border: 1px solid var(--color-border-subtle);
}

/* Footer with action button */
.gaq-trial-success-footer {
    padding: var(--space-4) var(--space-5);
    border-top: 1px solid var(--color-border);
    text-align: center;
    background: var(--color-bg-primary);
}

/* --- Over-Limit Amber Alert --- */
.gaq-trial-overlimit {
    border: 2px solid var(--color-warning);
    border-radius: var(--radius-lg);
    padding: var(--space-8) var(--space-6);
    text-align: center;
    margin-top: var(--space-4);
    background: var(--color-bg-secondary);
    box-shadow: var(--shadow-md);
}
.gaq-trial-overlimit-icon {
    font-size: 2.5rem;
    color: var(--color-warning);
    margin-bottom: var(--space-3);
    line-height: 1;
}
.gaq-trial-overlimit-msg {
    color: var(--color-text-primary);
    margin-bottom: var(--space-5);
    font-size: var(--text-base);
    line-height: 1.6;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

/* --- Submitted Confirmation (blue) --- */
.gaq-trial-submitted {
    border: 2px solid var(--color-info);
    border-radius: var(--radius-lg);
    overflow: hidden;
    margin-top: var(--space-4);
    background: var(--color-bg-secondary);
    box-shadow: var(--shadow-md);
}
.gaq-trial-submitted .gaq-trial-success-header {
    background: var(--color-info);
}
.gaq-trial-submitted .gaq-trial-success-body p {
    color: var(--color-text-primary);
    font-size: var(--text-base);
    line-height: 1.6;
    margin: 0;
}

/* ========================================
   Customer Type Toggle (Business / Consumer)
   ======================================== */
.avosec-customer-type-toggle {
    display: inline-flex;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--color-border, rgba(255,255,255,0.15));
    margin-bottom: 12px;
}
.avosec-customer-type-toggle .avosec-customer-type-btn {
    padding: 7px 22px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    background: transparent;
    color: var(--color-text-secondary, #94a3b8);
    position: relative;
}
.avosec-customer-type-toggle .avosec-customer-type-btn:hover {
    background: rgba(255,255,255,0.06);
}
.avosec-customer-type-toggle .avosec-customer-type-btn.active {
    background: var(--color-accent, #10b981);
    color: #fff;
}
.avosec-customer-type-toggle .avosec-customer-type-btn + .avosec-customer-type-btn {
    border-left: 1px solid var(--color-border, rgba(255,255,255,0.15));
}
.avosec-customer-type-toggle .avosec-customer-type-btn.active + .avosec-customer-type-btn,
.avosec-customer-type-toggle .avosec-customer-type-btn + .avosec-customer-type-btn.active {
    border-left-color: var(--color-accent, #10b981);
}
.avosec-customer-type-label {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--color-text-secondary, #94a3b8);
    margin-bottom: 6px;
    display: block;
}
.avosec-company-row.avosec-hidden {
    display: none !important;
}

/* Light theme overrides */
[data-theme="light"] .avosec-customer-type-toggle {
    border-color: var(--color-border, #d1d5db);
}
[data-theme="light"] .avosec-customer-type-toggle .avosec-customer-type-btn {
    color: var(--color-text-secondary, #6b7280);
}
[data-theme="light"] .avosec-customer-type-toggle .avosec-customer-type-btn:hover {
    background: rgba(0,0,0,0.04);
}
[data-theme="light"] .avosec-customer-type-toggle .avosec-customer-type-btn + .avosec-customer-type-btn {
    border-left-color: var(--color-border, #d1d5db);
}
[data-theme="light"] .avosec-customer-type-label {
    color: var(--color-text-secondary, #6b7280);
}