.woocommerce-account{
    background-color: #E6E8F1 !important;
}

.lar-dashboard {
    width: 100%;
}

.lar-hero-card,
.lar-card {
    background: white;
    border-radius: 24px;
    padding: 32px;
}

.lar-hero-card {
    margin-bottom: 24px;
}

.lar-eyebrow {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 700;
    color: #7c3cff;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.lar-hero-card h2 {
    margin: 0 0 14px;
    font-size: 32px;
    line-height: 1.2;
}

.display_name {
    font-weight: 700;
    text-transform: capitalize;
}

.lar-hero-text {
    max-width: 780px;
    margin: 0 0 24px;
    font-size: 17px;
    line-height: 1.7;
    color: #151520;
}

.lar-actions,
.lar-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
}

.lar-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    font-size: 15px;
}

.lar-btn-primary {
    background: #8b4dff;
    color: #fff !important;
}

.lar-btn-secondary {
    background: #11111a;
    color: #fff !important;
}

.lar-btn-light {
    background: #f3f0ff;
    color: #6d35ff  !important;
}

.lar-card--help{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.lar-card-actions a {
    color: #8e52ff !important;
}

.lar-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.lar-card h3 {
    margin: 0 0 40px;
    font-size: 22px !important
}

.lar-card p {
    font-size: 16px;
    line-height: 1.6;
}

.lar-steps {
    display: grid;
    gap: 18px;
}

.lar-step {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 14px;
    align-items: start;
}

.lar-step span {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #8b4dff;
    color: #fff;
    font-weight: 800;
}

.lar-step strong {
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
}

.lar-step p {
    margin: 0;
    color: #555568;
}

.lar-info-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 0;
    border-bottom: 1px solid #eeeef5;
}

.lar-info-row span {
    color: #666678;
}

.lar-info-row strong {
    text-align: right;
}

.lar-status {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 13px;
}

.lar-status-active {
    background: #e9fff3;
    color: #058241;
}

.lar-card-link {
    display: inline-block;
    margin-top: 20px;
    color: #7c3cff;
    font-weight: 700;
    text-decoration: none;
}

.lar-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

.lar-checklist li {
    position: relative;
    padding-left: 30px;
    color: #777789;
}

.lar-checklist li::before {
    content: "○";
    position: absolute;
    left: 0;
    top: 0;
    color: #aaaabb;
    font-weight: 700;
}

.lar-checklist li.is-done {
    color: #151520;
    font-weight: 600;
}

.lar-checklist li.is-done::before {
    content: "✓";
    color: #058241;
}

.lar-card-actions a {
    color: #7c3cff;
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 900px) {
    .lar-grid {
        grid-template-columns: 1fr;
    }

    .lar-hero-card,
    .lar-card {
        padding: 24px;
    }

    .lar-hero-card h2 {
        font-size: 26px;
    }

    .lar-info-row {
        display: grid;
    }

    .lar-info-row strong {
        text-align: left;
    }
}






/* Sidebar menu */
.woocommerce-account .woocommerce-MyAccount-navigation{
    padding-right: 40px;
} 

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
    margin: 0 0 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    color: #11111a;
    font-weight: 500;
    text-decoration: none;
    transition: 0.2s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
    background: #f2efff;
    color: #7c3cff;
}

.woocommerce-account .product-name .product-quantity{
    display: none !important;
}

.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
    margin: 42px 0 20px;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 700;
    color: #11111a;
}

.woocommerce-account .woocommerce-MyAccount-content h2:first-child,
.woocommerce-account .woocommerce-MyAccount-content h3:first-child {
    margin-top: 0;
}

/* Top order status text */
.woocommerce-account .woocommerce-order-details + .woocommerce-customer-details,
.woocommerce-account .woocommerce-order-details,
.woocommerce-account .woocommerce-customer-details,
.woocommerce-account .woocommerce-MyAccount-content > p,
.woocommerce-account .woocommerce-MyAccount-content > section {
    max-width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content > p:first-child {
    background: #fff;
    border-radius: 24px;
    padding: 24px 28px;
    margin: 0 0 32px;
    font-size: 18px;
    line-height: 1.7;
    color: #151520;
}

/* Tables as clean cards */
.woocommerce-account table.shop_table {
    width: 100%;
    border-collapse: separate !important;
    border-spacing: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e6e6ef;
    border-radius: 18px;
    box-shadow: 0 18px 48px rgba(17, 17, 26, 0.04);
}

.woocommerce-account table.shop_table th,
.woocommerce-account table.shop_table td {
    padding: 18px 20px;
    border: 0;
    border-bottom: 1px solid #eeeeF5;
    font-size: 16px;
    line-height: 1.45;
    color: #151520;
    vertical-align: middle;
}

.woocommerce-account table.shop_table th {
    background: #faf9ff;
    font-weight: 700;
}

.woocommerce-account table.shop_table tr:last-child th,
.woocommerce-account table.shop_table tr:last-child td {
    border-bottom: 0;
}

.woocommerce-account table.shop_table td:last-child,
.woocommerce-account table.shop_table th:last-child {
    text-align: right;
}

/* Product / price emphasis */
.woocommerce-account table.shop_table strong,
.woocommerce-account table.shop_table .amount {
    font-weight: 800;
    color: #11111a;
}

/* Buttons */
.woocommerce-account .button,
.woocommerce-account button.button,
.woocommerce-account a.button,
.woocommerce-account input.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 20px !important;
    border-radius: 999px !important;
    border: 0 !important;
    background: #8b4dff !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1 !important;
    text-decoration: none;
    transition: 0.2s ease;
}

.woocommerce-account .button:hover,
.woocommerce-account button.button:hover,
.woocommerce-account a.button:hover,
.woocommerce-account input.button:hover {
    background: #7535f4 !important;
    color: #fff !important;
    transform: translateY(-1px);
}

/* Related subscriptions table */
.woocommerce-account .subscriptions {
    margin-top: 0;
}

/* Billing/customer details cards */
.woocommerce-account .woocommerce-customer-details address,
.woocommerce-account .woocommerce-Address address {
    background: #fff;
    border: 1px solid #e6e6ef;
    border-radius: 18px;
    padding: 22px 24px;
    font-style: normal;
    font-size: 16px;
    line-height: 1.7;
    color: #151520;
    box-shadow: 0 18px 48px rgba(17, 17, 26, 0.04);
}

/* Forms */
.woocommerce-account .woocommerce form {
    background: #fff;
    border-radius: 24px;
    padding: 28px;
}

.woocommerce-account .woocommerce form .form-row label {
    margin-bottom: 8px;
    font-weight: 700;
    color: #151520;
}

.woocommerce-account .woocommerce form input.input-text,
.woocommerce-account .woocommerce form textarea,
.woocommerce-account .woocommerce form select {
    min-height: 48px;
    border: 1px solid #e1e1ea;
    border-radius: 14px;
    padding: 0 16px;
    background: #fff;
    font-size: 16px;
}

.woocommerce-account .woocommerce form textarea {
    min-height: 120px;
    padding-top: 14px;
}

/* Notices */
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-error {
    border: 0;
    border-radius: 18px;
    padding: 18px 22px;
    background: #f2efff;
    color: #151520;
}

.woocommerce-account .woocommerce-message::before,
.woocommerce-account .woocommerce-info::before,
.woocommerce-account .woocommerce-error::before {
    color: #7c3cff;
}

/* Mobile */
@media (max-width: 900px) {
    .woocommerce-account .woocommerce {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        padding-bottom: 8px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation li {
        flex: 0 0 auto;
        margin: 0;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation a {
        min-height: 40px;
        padding: 0 16px;
        white-space: nowrap;
    }

    .woocommerce-account h1,
    .woocommerce-account .entry-title {
        margin-bottom: 28px !important;
        font-size: 34px  !important;
    }

    .woocommerce-account .woocommerce-MyAccount-content h2,
    .woocommerce-account .woocommerce-MyAccount-content h3 {
        font-size: 28px  !important;
    }

    .woocommerce-account table.shop_table {
        border-radius: 16px;
    }

    .woocommerce-account table.shop_table th,
    .woocommerce-account table.shop_table td {
        padding: 15px;
        font-size: 15px;
    }
}

@media (max-width: 640px) {
    .woocommerce-account table.shop_table,
    .woocommerce-account table.shop_table tbody,
    .woocommerce-account table.shop_table tr,
    .woocommerce-account table.shop_table th,
    .woocommerce-account table.shop_table td {
        display: block;
        width: 100%;
    }

    .woocommerce-account table.shop_table thead {
        display: none;
    }

    .woocommerce-account table.shop_table tr {
        border-bottom: 1px solid #eeeeF5;
        padding: 14px 0;
    }

    .woocommerce-account table.shop_table tr:last-child {
        border-bottom: 0;
    }

    .woocommerce-account table.shop_table th,
    .woocommerce-account table.shop_table td {
        border: 0;
        padding: 8px 16px;
        text-align: left !important;
    }

    .woocommerce-account table.shop_table td:last-child,
    .woocommerce-account table.shop_table th:last-child {
        text-align: left !important;
    }
}


.lar-subscription-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 0 40px;
}

.lar-subscription-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 24px;
}

.lar-back-link {
    display: inline-block;
    margin-bottom: 12px;
    text-decoration: none;
    color: #6b7280;
    font-size: 14px;
}

.lar-page-title {
    margin: 0 0 10px!important;
    font-size: 40px !important;
    line-height: 1.1!important;
    font-weight: 700;
    color: #111827;
}

.lar-page-subtitle {
    margin: 0;
    max-width: 700px;
    color: #6b7280;
    font-size: 16px;
    line-height: 1.6;
}

.lar-subscription-badge span {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    white-space: nowrap;
}

.lar-subscription-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.lar-sub-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    overflow: hidden;
}

.lar-sub-card--full {
    grid-column: 1 / -1;
}

.lar-sub-card__head {
    padding: 24px 24px 0;
}

.lar-sub-card__head h3 {
    margin: 0 0 8px;
    font-size: 28px;
    line-height: 1.2;
    color: #111827;
}

.lar-sub-card__head p {
    margin: 0;
    color: #6b7280;
    line-height: 1.6;
}

.lar-sub-card__body {
    padding: 24px;
}

.lar-info-list {
    display: grid;
    gap: 14px;
    margin-bottom: 18px;
}

.lar-info-row {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 14px 0;
    border-bottom: 1px solid #f0f2f5;
}

.lar-info-row:last-child {
    border-bottom: 0;
}

.lar-info-row span {
    color: #6b7280;
    font-size: 15px;
}

.lar-info-row strong {
    color: #111827;
    font-size: 15px;
    text-align: right;
}

.lar-muted-text {
    margin: 0;
    color: #6b7280;
    line-height: 1.6;
}

.lar-action-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.lar-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: all .2s ease;
}

.lar-btn-primary {
    background: #111827;
    color: #fff;
}

.lar-btn-primary:hover {
    background: #000;
    color: #fff;
}


.lar-extra-links {
    margin-top: 18px;
}

.lar-extra-links a {
    color: #6b7280;
    text-decoration: none;
}

.lar-sub-card--license {
    border-color: #dfe3ea;
}

@media (max-width: 900px) {
    .lar-subscription-grid {
        grid-template-columns: 1fr;
    }

    .lar-sub-card--full {
        grid-column: auto;
    }

    .lar-subscription-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .lar-info-row {
        flex-direction: column;
        gap: 6px;
    }

    .lar-info-row strong {
        text-align: left;
    }
}


/* WooCommerce Order Pay / Change Payment Method page */
body.woocommerce-order-pay {
    background: #eef0f8;
}

/* Breadcrumb */
body.woocommerce-order-pay .woocommerce-breadcrumb {
    margin: 0 0 36px;
    font-size: 15px;
    color: #151520;
}

th.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number {
    background: white !important;
    border: none !important;
}

body.woocommerce-order-pay .woocommerce-breadcrumb a {
    color: #151520;
    text-decoration: none;
}

body.woocommerce-order-pay .woocommerce-breadcrumb a:hover {
    color: #7c3cff;
}

/* Page title */
body.woocommerce-order-pay h1,
body.woocommerce-order-pay .entry-title {
    margin: 0 0 28px;
    font-size: clamp(38px, 5vw, 56px);
    line-height: 1.05;
    font-weight: 500;
    letter-spacing: -0.04em;
    color: #11111a;
}

/* Intro text */
body.woocommerce-order-pay .woocommerce > p,
body.woocommerce-order-pay .woocommerce-notices-wrapper + p {
    max-width: 760px;
    margin: 0 0 28px;
    font-size: 18px;
    line-height: 1.6;
    color: #555568;
}

/* Payment form card */
body.woocommerce-order-pay form#order_review,
body.woocommerce-order-pay form#add_payment_method,
body.woocommerce-order-pay form.woocommerce-checkout {
    background: #fff;
    border: 1px solid #e6e6ef;
    border-radius: 28px;
    padding: 32px;
    box-shadow: 0 24px 70px rgba(17, 17, 26, 0.06);
}

/* Order table */
body.woocommerce-order-pay table.shop_table {
    width: 100%;
    margin: 0 0 28px;
    border: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0;
    background: #fff;
    overflow: hidden;
}

body.woocommerce-order-pay table.shop_table th,
body.woocommerce-order-pay table.shop_table td {
    padding: 18px 0;
    border: 0 !important;
    border-bottom: 1px solid #eeeef5 !important;
    font-size: 16px;
    line-height: 1.5;
    color: #151520;
    vertical-align: middle;
}

body.woocommerce-order-pay table.shop_table thead th {
    padding-top: 0;
    font-size: 15px;
    color: #6b7280;
    font-weight: 800;
}

body.woocommerce-order-pay table.shop_table td:last-child,
body.woocommerce-order-pay table.shop_table th:last-child {
    text-align: right;
}

body.woocommerce-order-pay table.shop_table tr:last-child th,
body.woocommerce-order-pay table.shop_table tr:last-child td {
    border-bottom: 0 !important;
}

body.woocommerce-order-pay table.shop_table .product-name a {
    color: #7c3cff;
    font-weight: 700;
    text-decoration: none;
}

body.woocommerce-order-pay table.shop_table .product-name a:hover {
    text-decoration: underline;
}

body.woocommerce-order-pay table.shop_table .amount {
    font-weight: 800;
    color: #11111a;
}

body.woocommerce-order-pay table.shop_table tfoot th {
    color: #6b7280;
    font-weight: 800;
}

body.woocommerce-order-pay table.shop_table tfoot tr.order-total th,
body.woocommerce-order-pay table.shop_table tfoot tr.order-total td {
    font-size: 18px;
    color: #11111a;
}

/* Payment block */
body.woocommerce-order-pay #payment {
    background: #f7f6ff !important;
    border: 1px solid #e4ddff;
    border-radius: 24px;
    overflow: hidden;
}

body.woocommerce-order-pay #payment ul.payment_methods {
    padding: 24px !important;
    border-bottom: 1px solid #e4ddff !important;
}

body.woocommerce-order-pay #payment ul.payment_methods li {
    position: relative;
    margin: 0;
    list-style: none;
}

body.woocommerce-order-pay #payment ul.payment_methods li label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px;
    font-size: 17px;
    font-weight: 700;
    color: #151520;
}

/* Hide ugly default radio */
body.woocommerce-order-pay .payment_methods > li > input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* Custom radio */
body.woocommerce-order-pay .payment_methods > li > label::before {
    content: "";
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    border: 2px solid #8b4dff;
    border-radius: 50%;
    background: #fff;
    box-shadow: inset 0 0 0 4px #fff;
}

body.woocommerce-order-pay .payment_methods > li > input[type="radio"]:checked + label::before {
    background: #8b4dff;
}

/* Payment box */
body.woocommerce-order-pay #payment div.payment_box {
    margin: 18px 0 0 !important;
    padding: 0 !important;
    background: transparent !important;
    color: #151520;
}

body.woocommerce-order-pay #payment div.payment_box::before {
    display: none !important;
}

/* Stripe / card fields */
body.woocommerce-order-pay .wc-stripe-elements-field,
body.woocommerce-order-pay .wc-stripe-iban-element-field,
body.woocommerce-order-pay .stripe-card-group,
body.woocommerce-order-pay .wc-payment-form input,
body.woocommerce-order-pay #stripe-card-element,
body.woocommerce-order-pay #stripe-exp-element,
body.woocommerce-order-pay #stripe-cvc-element {
    background: #fff !important;
    border: 1px solid #e2e2ec !important;
    border-radius: 16px !important;
    min-height: 54px;
    padding: 16px !important;
    box-shadow: none !important;
}

body.woocommerce-order-pay .wc-payment-form {
    display: grid;
    gap: 14px;
}

body.woocommerce-order-pay .wc-credit-card-form {
    border: 0;
    padding: 0;
    margin: 0;
}

/* Payment method icons */
body.woocommerce-order-pay #payment ul.payment_methods li img {
    max-height: 28px;
    margin-left: 8px;
    border-radius: 4px;
}

/* Bottom button area */
body.woocommerce-order-pay #payment .place-order {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 18px;
    margin: 0 !important;
    padding: 24px !important;
    background: #f1effb;
}

/* Main button */
body.woocommerce-order-pay #payment #place_order,
body.woocommerce-order-pay button.button,
body.woocommerce-order-pay a.button,
body.woocommerce-order-pay input.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 34px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #8b4dff !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 800;
    line-height: 1 !important;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(139, 77, 255, 0.24);
    transition: 0.2s ease;
}

body.woocommerce-order-pay #payment #place_order:hover,
body.woocommerce-order-pay button.button:hover,
body.woocommerce-order-pay a.button:hover,
body.woocommerce-order-pay input.button:hover {
    background: #7535f4 !important;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 18px 38px rgba(139, 77, 255, 0.3);
}

/* Notices */
body.woocommerce-order-pay .woocommerce-message,
body.woocommerce-order-pay .woocommerce-info,
body.woocommerce-order-pay .woocommerce-error {
    border: 0;
    border-radius: 18px;
    padding: 18px 22px;
    margin-bottom: 24px;
    background: #fff;
    color: #151520;
    box-shadow: 0 14px 40px rgba(17, 17, 26, 0.05);
}

body.woocommerce-order-pay .woocommerce-message::before,
body.woocommerce-order-pay .woocommerce-info::before,
body.woocommerce-order-pay .woocommerce-error::before {
    color: #7c3cff;
}

body.woocommerce-order-pay .woocommerce-error {
    background: #fff5f5;
}

/* Validation */
body.woocommerce-order-pay .woocommerce-invalid input,
body.woocommerce-order-pay .woocommerce-invalid select,
body.woocommerce-order-pay .woocommerce-invalid textarea {
    border-color: #ef4444 !important;
}

/* Responsive */
@media (max-width: 900px) {
    body.woocommerce-order-pay form#order_review,
    body.woocommerce-order-pay form#add_payment_method,
    body.woocommerce-order-pay form.woocommerce-checkout {
        padding: 24px;
        border-radius: 24px;
    }

    body.woocommerce-order-pay #payment .place-order {
        justify-content: stretch;
    }

    body.woocommerce-order-pay #payment #place_order {
        width: 100%;
    }
}

@media (max-width: 640px) {
    body.woocommerce-order-pay h1,
    body.woocommerce-order-pay .entry-title {
        font-size: 38px;
    }

    body.woocommerce-order-pay table.shop_table,
    body.woocommerce-order-pay table.shop_table tbody,
    body.woocommerce-order-pay table.shop_table tfoot,
    body.woocommerce-order-pay table.shop_table tr,
    body.woocommerce-order-pay table.shop_table th,
    body.woocommerce-order-pay table.shop_table td {
        display: block;
        width: 100%;
    }

    body.woocommerce-order-pay table.shop_table thead {
        display: none;
    }

    body.woocommerce-order-pay table.shop_table tr {
        padding: 14px 0;
        border-bottom: 1px solid #eeeef5;
    }

    body.woocommerce-order-pay table.shop_table tr:last-child {
        border-bottom: 0;
    }

    body.woocommerce-order-pay table.shop_table th,
    body.woocommerce-order-pay table.shop_table td {
        padding: 6px 0;
        border-bottom: 0 !important;
        text-align: left !important;
    }

    body.woocommerce-order-pay table.shop_table td:last-child,
    body.woocommerce-order-pay table.shop_table th:last-child {
        text-align: left !important;
    }

    body.woocommerce-order-pay #payment ul.payment_methods {
        padding: 20px !important;
    }

    body.woocommerce-order-pay #payment .place-order {
        padding: 20px !important;
    }
}

.woocommerce-info:before {
    display: none;
}

/* ================================
   FIX: Order received page bugs
   ================================ */

body.woocommerce-order-received .woocommerce-order {
    max-width: 100%;
}

/* Fix success message icon overlap */
body.woocommerce-order-received .woocommerce-notice--success,
body.woocommerce-order-received .woocommerce-thankyou-order-received {
    display: flex !important;
    align-items: center;
    gap: 16px;
    min-height: 72px;
    padding: 22px 28px !important;
    margin: 0 0 28px !important;
    background: #e9fff3 !important;
    border: 1px solid #e4ddff !important;
    border-radius: 24px !important;
    box-shadow: 0 20px 60px rgba(17, 17, 26, 0.05);
    font-size: 18px !important;
    line-height: 1.45 !important;
    font-weight: 800 !important;
    color: #4b4b61 !important;
}

/* Remove WooCommerce default icon */
body.woocommerce-order-received .woocommerce-notice--success::before,
body.woocommerce-order-received .woocommerce-thankyou-order-received::before {
    position: static !important;
    flex: 0 0 38px;
    width: 38px !important;
    height: 38px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    border-radius: 50%;
    background: #e9fff3 !important;
    color: #058241 !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    content: "✓" !important;
}

/* Fix order overview layout */
body.woocommerce-order-received ul.woocommerce-order-overview {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 0 !important;
    width: 100% !important;
    margin: 0 0 32px !important;
    padding: 0 !important;
    list-style: none !important;
    background: #fff;
    border: 1px solid #e6e6ef;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(17, 17, 26, 0.05);
}

body.woocommerce-order-received ul.woocommerce-order-overview li {
    float: none !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 24px 26px !important;
    border: 0 !important;
    border-right: 1px solid #eeeef5 !important;
    text-transform: none !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    font-weight: 800 !important;
    color: #6b7280 !important;
    letter-spacing: 0.02em;
}

body.woocommerce-order-received ul.woocommerce-order-overview li:last-child {
    border-right: 0 !important;
}

body.woocommerce-order-received ul.woocommerce-order-overview li strong {
    display: block !important;
    margin-top: 8px !important;
    font-size: 17px !important;
    line-height: 1.35 !important;
    font-weight: 900 !important;
    color: #11111a !important;
    letter-spacing: 0;
    word-break: break-word;
}

/* Subscription message */
body.woocommerce-order-received .woocommerce-order > p:not(.woocommerce-thankyou-order-received) {
    margin: 0 0 36px !important;
    padding: 22px 28px !important;
    background: #fbfaff !important;
    border: 1px solid #e4ddff !important;
    border-radius: 22px !important;
    font-size: 17px !important;
    line-height: 1.6 !important;
    color: #4b4b61 !important;
}

body.woocommerce-order-received .woocommerce-order > p:not(.woocommerce-thankyou-order-received) a {
    color: #8b4dff !important;
    font-weight: 900 !important;
    text-decoration: none !important;
}

/* Fix headings spacing */
body.woocommerce-order-received .woocommerce-order-details h2,
body.woocommerce-order-received .woocommerce-customer-details h2,
body.woocommerce-order-received h2 {
    margin: 42px 0 22px !important;
    font-size: 34px !important;
    line-height: 1.15 !important;
    font-weight: 900 !important;
    letter-spacing: -0.04em;
    color: #11111a !important;
}

/* Fix tables: force real table layout on desktop */
body.woocommerce-order-received table.shop_table {
    display: table !important;
    width: 100% !important;
    margin: 0 0 38px !important;
    border: 1px solid #e6e6ef !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    background: #fff !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    box-shadow: 0 24px 70px rgba(17, 17, 26, 0.05);
}

body.woocommerce-order-received table.shop_table thead {
    display: table-header-group !important;
}

body.woocommerce-order-received table.shop_table tbody {
    display: table-row-group !important;
}

body.woocommerce-order-received table.shop_table tfoot {
    display: table-row-group !important;
}

body.woocommerce-order-received table.shop_table tr {
    display: table-row !important;
}

body.woocommerce-order-received table.shop_table th,
body.woocommerce-order-received table.shop_table td {
    display: table-cell !important;
    width: auto !important;
    padding: 20px 26px !important;
    border: 0 !important;
    border-bottom: 1px solid #eeeef5 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    color: #151520 !important;
    vertical-align: middle !important;
}

body.woocommerce-order-received table.shop_table thead th {
    background: #faf9ff !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    color: #6b7280 !important;
}

body.woocommerce-order-received table.shop_table th:first-child,
body.woocommerce-order-received table.shop_table td:first-child {
    text-align: left !important;
}

body.woocommerce-order-received table.shop_table th:last-child,
body.woocommerce-order-received table.shop_table td:last-child {
    text-align: right !important;
}

body.woocommerce-order-received table.shop_table tr:last-child th,
body.woocommerce-order-received table.shop_table tr:last-child td {
    border-bottom: 0 !important;
}

body.woocommerce-order-received table.shop_table a {
    color: #8b4dff !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}

body.woocommerce-order-received table.shop_table a:hover {
    text-decoration: underline !important;
}

body.woocommerce-order-received table.shop_table .amount,
body.woocommerce-order-received table.shop_table strong {
    font-weight: 900 !important;
    color: #11111a !important;
}

/* Billing address */
body.woocommerce-order-received .woocommerce-customer-details address {
    margin: 0 !important;
    padding: 26px 30px !important;
    background: #fff !important;
    border: 1px solid #e6e6ef !important;
    border-radius: 24px !important;
    box-shadow: 0 24px 70px rgba(17, 17, 26, 0.05);
    font-style: normal !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #151520 !important;
}

/* Responsive fixes */
@media (max-width: 1100px) {
    body.woocommerce-order-received ul.woocommerce-order-overview {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.woocommerce-order-received ul.woocommerce-order-overview li {
        border-bottom: 1px solid #eeeef5 !important;
    }

    body.woocommerce-order-received ul.woocommerce-order-overview li:nth-child(2n) {
        border-right: 0 !important;
    }

    body.woocommerce-order-received ul.woocommerce-order-overview li:last-child {
        border-bottom: 0 !important;
    }
}

@media (max-width: 700px) {
    body.woocommerce-order-received .woocommerce-notice--success,
    body.woocommerce-order-received .woocommerce-thankyou-order-received {
        align-items: flex-start;
        padding: 20px !important;
        font-size: 17px !important;
    }

    body.woocommerce-order-received ul.woocommerce-order-overview {
        grid-template-columns: 1fr !important;
    }

    body.woocommerce-order-received ul.woocommerce-order-overview li {
        border-right: 0 !important;
        border-bottom: 1px solid #eeeef5 !important;
    }

    body.woocommerce-order-received table.shop_table,
    body.woocommerce-order-received table.shop_table thead,
    body.woocommerce-order-received table.shop_table tbody,
    body.woocommerce-order-received table.shop_table tfoot,
    body.woocommerce-order-received table.shop_table tr,
    body.woocommerce-order-received table.shop_table th,
    body.woocommerce-order-received table.shop_table td {
        display: block !important;
        width: 100% !important;
    }

    body.woocommerce-order-received table.shop_table thead {
        display: none !important;
    }

    body.woocommerce-order-received table.shop_table tr {
        padding: 16px 0 !important;
        border-bottom: 1px solid #eeeef5 !important;
    }

    body.woocommerce-order-received table.shop_table tr:last-child {
        border-bottom: 0 !important;
    }

    body.woocommerce-order-received table.shop_table th,
    body.woocommerce-order-received table.shop_table td {
        padding: 8px 20px !important;
        border-bottom: 0 !important;
        text-align: left !important;
    }

    body.woocommerce-order-received table.shop_table th:last-child,
    body.woocommerce-order-received table.shop_table td:last-child {
        text-align: left !important;
    }
}

.woocommerce-order-received .order_details::after, 
.woocommerce-order-received .order_details::before{
    display: none !important;
}


.lar-license-dashboard-block input{
    padding: 15px;
    border-radius: 40px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    margin-top: 15px;
    max-width: 100%  !important;
}

.lar-subscription-badge span {
    padding: 10px 30px !important;
}

.lar-extra-links a {
    color: #8e52ff !important;
}

.woocommerce-account table.shop_table th, .woocommerce-account table.shop_table td {
    border-bottom: 1px solid #cccbd3;
}

.lar-license-dashboard-block {
    padding: 0 !important;
}


.woocommerce-account .woocommerce-message, .woocommerce-account .woocommerce-info, .woocommerce-account .woocommerce-error {
    background: #ffffff  !important;
}

.woocommerce-error::after, .woocommerce-info::after, .woocommerce-message::after {
    clear: inherit  !important;
}

.woocommerce-Button {
    margin: 0 !important;
}