.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-24e8969c *//* ═════════════════════════════════════════════════════════════
   AZUREOPS — WOOCOMMERCE MY ACCOUNT
   FINAL COMPLETE CSS
   ═════════════════════════════════════════════════════════════

   Font:
   Sora     → headings
   DM Sans  → body / UI

   Layout:
   ┌─────────────────┬──────────────────────────────────────┐
   │ Account menu    │ Account content                      │
   │                 │                                      │
   │ Dashboard       │                                      │
   │ Orders          │                                      │
   │ License keys    │                                      │
   │ Downloads       │                                      │
   │ Addresses       │                                      │
   │ Account details │                                      │
   │ Communication   │                                      │
   └─────────────────┴──────────────────────────────────────┘

   ═════════════════════════════════════════════════════════════ */


/* ═════════════════════════════════════════════════════════════
   FONTS
   ═════════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@600;700&family=DM+Sans:wght@400;500;600&display=swap');


/* ═════════════════════════════════════════════════════════════
   PAGE
   ═════════════════════════════════════════════════════════════ */

body.woocommerce-account {
    font-family: 'DM Sans', sans-serif;
    color: #1a2340;
    background: #f4f7fb;
}


/* Main WooCommerce account wrapper */

body.woocommerce-account .woocommerce {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 20px 60px;

    box-sizing: border-box;
}


/* Clear WooCommerce floats */

body.woocommerce-account .woocommerce::after,
body.woocommerce-account .woocommerce-MyAccount-content::after,
body.woocommerce-account .woocommerce-MyAccount-navigation::after {
    content: "";
    display: table;
    clear: both;
}


/* ═════════════════════════════════════════════════════════════
   PAGE TITLE
   ═════════════════════════════════════════════════════════════ */

body.woocommerce-account h1,
body.woocommerce-account .entry-title {
    font-family: 'Sora', sans-serif;

    color: #0a1628;

    font-size: 32px;
    font-weight: 700;

    line-height: 1.2;
    letter-spacing: -0.6px;

    margin: 0 0 28px;
}


/* ═════════════════════════════════════════════════════════════
   TWO COLUMN ACCOUNT LAYOUT
   ═════════════════════════════════════════════════════════════ */

body.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 245px;

    float: left;

    margin: 0;
    padding: 10px;

    box-sizing: border-box;

    background: #fff;

    border: 1px solid #d4dde8;
    border-radius: 14px;

    box-shadow: 0 2px 16px rgba(10, 22, 40, .06);
}


body.woocommerce-account .woocommerce-MyAccount-content {
    width: calc(100% - 270px);

    float: right;

    min-width: 0;

    box-sizing: border-box;

    margin: 0;
    padding: 28px 30px;

    background: #fff;

    border: 1px solid #d4dde8;
    border-radius: 14px;

    box-shadow: 0 2px 16px rgba(10, 22, 40, .06);

    overflow: hidden;
}


/* ═════════════════════════════════════════════════════════════
   ACCOUNT NAVIGATION
   ═════════════════════════════════════════════════════════════ */

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;

    margin: 0;
    padding: 0;
}


body.woocommerce-account .woocommerce-MyAccount-navigation li {
    margin: 2px 0;
    padding: 0;
}


body.woocommerce-account .woocommerce-MyAccount-navigation li a {
    display: block;

    box-sizing: border-box;

    padding: 11px 12px;

    border-radius: 8px;

    color: #304766;

    font-size: 13px;
    font-weight: 500;

    line-height: 1.4;

    text-decoration: none;

    transition:
        background .15s ease,
        color .15s ease,
        transform .15s ease;
}


body.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
    background: #f2f7fc;

    color: #0078d4;

    transform: translateX(2px);
}


/* Active */

body.woocommerce-account
.woocommerce-MyAccount-navigation li.is-active a {
    background: #e9f3fc;

    color: #0078d4;

    font-weight: 600;
}


/* Logout */

body.woocommerce-account
.woocommerce-MyAccount-navigation
li.woocommerce-MyAccount-navigation-link--customer-logout {
    margin-top: 10px;

    padding-top: 10px;

    border-top: 1px solid #eef1f6;
}


body.woocommerce-account
.woocommerce-MyAccount-navigation
li.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    color: #d93025;

    background: #fff5f4;
}


/* ═════════════════════════════════════════════════════════════
   GENERAL CONTENT
   ═════════════════════════════════════════════════════════════ */

body.woocommerce-account .woocommerce-MyAccount-content p {
    color: #52627a;

    font-size: 13.5px;

    line-height: 1.7;

    margin-top: 0;
}


body.woocommerce-account .woocommerce-MyAccount-content p strong {
    color: #0a1628;
    font-weight: 600;
}


body.woocommerce-account .woocommerce-MyAccount-content a {
    color: #0078d4;

    text-decoration: none;
}


body.woocommerce-account .woocommerce-MyAccount-content a:hover {
    text-decoration: underline;
}


/* ═════════════════════════════════════════════════════════════
   HEADINGS
   ═════════════════════════════════════════════════════════════ */

body.woocommerce-account
.woocommerce-MyAccount-content h2,
body.woocommerce-account
.woocommerce-MyAccount-content h3 {
    font-family: 'Sora', sans-serif;

    color: #0a1628;

    font-weight: 700;

    letter-spacing: -.25px;
}


body.woocommerce-account
.woocommerce-MyAccount-content h2 {
    font-size: 19px;

    line-height: 1.3;

    margin: 0 0 20px;
}


body.woocommerce-account
.woocommerce-MyAccount-content h3 {
    font-size: 17px;

    line-height: 1.35;

    margin: 26px 0 14px;
}


/* ═════════════════════════════════════════════════════════════
   DASHBOARD
   ═════════════════════════════════════════════════════════════ */

body.woocommerce-account
.woocommerce-MyAccount-content
> p:first-child {
    margin-top: 0;
}


/* ═════════════════════════════════════════════════════════════
   GENERAL BUTTONS
   ═════════════════════════════════════════════════════════════ */

body.woocommerce-account
.woocommerce-MyAccount-content
.button,
body.woocommerce-account
.woocommerce-MyAccount-content
button,
body.woocommerce-account
.woocommerce-MyAccount-content
input[type="submit"] {
    display: inline-block;

    width: auto;

    box-sizing: border-box;

    background: linear-gradient(
        135deg,
        #0078d4,
        #00b4d8
    ) !important;

    color: #fff !important;

    border: none !important;

    border-radius: 8px !important;

    padding: 9px 16px !important;

    font-family: 'DM Sans', sans-serif !important;

    font-size: 12.5px !important;

    font-weight: 600 !important;

    line-height: 1.3 !important;

    text-decoration: none !important;

    cursor: pointer;

    box-shadow: 0 5px 14px rgba(0, 120, 212, .20);

    transition:
        transform .15s ease,
        box-shadow .15s ease;
}


body.woocommerce-account
.woocommerce-MyAccount-content
.button:hover,
body.woocommerce-account
.woocommerce-MyAccount-content
button:hover,
body.woocommerce-account
.woocommerce-MyAccount-content
input[type="submit"]:hover {
    transform: translateY(-1px);

    box-shadow: 0 8px 18px rgba(0, 120, 212, .28);
}


/* ═════════════════════════════════════════════════════════════
   NOTICES
   ═════════════════════════════════════════════════════════════ */

body.woocommerce-account
.woocommerce-MyAccount-content
.woocommerce-message,
body.woocommerce-account
.woocommerce-MyAccount-content
.woocommerce-info,
body.woocommerce-account
.woocommerce-MyAccount-content
.woocommerce-error {
    box-sizing: border-box;

    width: 100%;

    margin: 0 0 20px;

    border-radius: 8px;

    font-size: 12.5px;

    line-height: 1.5;
}


/* ═════════════════════════════════════════════════════════════
   CONFIRM EMAIL NOTICE
   ═════════════════════════════════════════════════════════════ */

body.woocommerce-account
.woocommerce-MyAccount-content
.woocommerce-info {
    position: relative;

    min-height: 50px;

    padding: 11px 175px 11px 42px !important;

    background: #f7f9fc;

    border: none !important;

    border-top: 2px solid #0078d4 !important;

    line-height: 26px;
}


body.woocommerce-account
.woocommerce-MyAccount-content
.woocommerce-info::before {
    position: absolute;

    left: 16px;
    top: 13px;

    color: #0078d4;

    font-size: 14px;

    line-height: 20px;
}


body.woocommerce-account
.woocommerce-MyAccount-content
.woocommerce-info .button {
    position: absolute;

    right: 12px;
    top: 8px;

    margin: 0 !important;

    padding: 9px 14px !important;

    white-space: nowrap;

    font-size: 12px !important;
}


/* ═════════════════════════════════════════════════════════════
   ACCOUNT FORMS
   ═════════════════════════════════════════════════════════════ */

body.woocommerce-account
.woocommerce-MyAccount-content
.form-row {
    margin-bottom: 16px;
}


body.woocommerce-account
.woocommerce-MyAccount-content
label {
    display: block;

    margin-bottom: 6px;

    color: #5a6a84;

    font-size: 12.5px;
    font-weight: 600;
}


body.woocommerce-account
.woocommerce-MyAccount-content
input.input-text,
body.woocommerce-account
.woocommerce-MyAccount-content
input[type="text"],
body.woocommerce-account
.woocommerce-MyAccount-content
input[type="email"],
body.woocommerce-account
.woocommerce-MyAccount-content
input[type="password"],
body.woocommerce-account
.woocommerce-MyAccount-content
select,
body.woocommerce-account
.woocommerce-MyAccount-content
textarea {
    width: 100%;

    box-sizing: border-box;

    padding: 11px 13px;

    background: #fff;

    border: 1.5px solid #d4dde8;

    border-radius: 8px;

    color: #1a2340;

    font-family: 'DM Sans', sans-serif;

    font-size: 14px;
}


body.woocommerce-account
.woocommerce-MyAccount-content
input:focus,
body.woocommerce-account
.woocommerce-MyAccount-content
select:focus,
body.woocommerce-account
.woocommerce-MyAccount-content
textarea:focus {
    outline: none;

    border-color: #0078d4;

    box-shadow: 0 0 0 3px rgba(0, 120, 212, .12);
}


/* ═════════════════════════════════════════════════════════════
   GENERIC TABLE BASE
   IMPORTANT:
   This is intentionally conservative.
   Endpoint-specific rules below control the actual tables.
   ═════════════════════════════════════════════════════════════ */

body.woocommerce-account
.woocommerce-MyAccount-content
table {
    font-family: 'DM Sans', sans-serif;
}


/* ═════════════════════════════════════════════════════════════
   ORDERS LIST PAGE
   ═════════════════════════════════════════════════════════════ */

body.woocommerce-account
.woocommerce-MyAccount-content
.woocommerce-orders-table {
    width: 100% !important;

    table-layout: fixed !important;

    border-collapse: separate !important;

    border-spacing: 0;

    border: 1px solid #d4dde8 !important;

    border-radius: 9px;

    overflow: hidden;

    margin: 0 !important;
}


/* Headers */

body.woocommerce-account
.woocommerce-orders-table
thead th {
    background: #f5f8fc !important;

    color: #52627a !important;

    padding: 11px 12px !important;

    border-bottom: 1px solid #d4dde8 !important;

    font-size: 10px !important;

    font-weight: 600 !important;

    text-align: left;

    text-transform: uppercase;

    letter-spacing: .4px;

    white-space: nowrap;
}


/* Cells */

body.woocommerce-account
.woocommerce-orders-table
tbody td {
    padding: 14px 12px !important;

    color: #34445d;

    font-size: 13px;

    line-height: 1.5;

    vertical-align: middle;

    border-bottom: 1px solid #e4e9f0 !important;
}


body.woocommerce-account
.woocommerce-orders-table
tbody tr:last-child td {
    border-bottom: none !important;
}


/* Order */

body.woocommerce-account
.woocommerce-orders-table
.woocommerce-orders-table__header-order,
body.woocommerce-account
.woocommerce-orders-table
.woocommerce-orders-table__cell-order {
    width: 13% !important;
}


/* Date */

body.woocommerce-account
.woocommerce-orders-table
.woocommerce-orders-table__header-date,
body.woocommerce-account
.woocommerce-orders-table
.woocommerce-orders-table__cell-date {
    width: 20% !important;

    white-space: nowrap;
}


/* Status */

body.woocommerce-account
.woocommerce-orders-table
.woocommerce-orders-table__header-status,
body.woocommerce-account
.woocommerce-orders-table
.woocommerce-orders-table__cell-status {
    width: 18% !important;

    white-space: nowrap;
}


/* Total */

body.woocommerce-account
.woocommerce-orders-table
.woocommerce-orders-table__header-total,
body.woocommerce-account
.woocommerce-orders-table
.woocommerce-orders-table__cell-total {
    width: 22% !important;

    white-space: nowrap;
}


/* Actions */

body.woocommerce-account
.woocommerce-orders-table
.woocommerce-orders-table__header-order-actions,
body.woocommerce-account
.woocommerce-orders-table
.woocommerce-orders-table__cell-order-actions {
    width: 27% !important;

    white-space: nowrap;
}


/* Order link */

body.woocommerce-account
.woocommerce-orders-table
.woocommerce-orders-table__cell-order a {
    color: #0078d4;

    white-space: nowrap;

    font-weight: 500;
}


/* Order action buttons */

body.woocommerce-account
.woocommerce-orders-table
.woocommerce-orders-table__cell-order-actions
.button {
    display: inline-block !important;

    width: auto !important;

    min-width: 0 !important;

    margin: 2px 4px 2px 0 !important;

    padding: 8px 13px !important;

    white-space: nowrap !important;

    vertical-align: middle;

    font-size: 12px !important;
}


/* Cancel */

body.woocommerce-account
.woocommerce-orders-table
.woocommerce-orders-table__cell-order-actions
.cancel {
    background: #f5f7fa !important;

    color: #52627a !important;

    border: 1px solid #d4dde8 !important;

    box-shadow: none !important;
}


/* ═════════════════════════════════════════════════════════════
   LICENSE KEYS PAGE
   -------------------------------------------------------------
   Scoped using:
   h2 → product link → table
   so it does NOT affect order tables.
   ═════════════════════════════════════════════════════════════ */

body.woocommerce-account
.woocommerce-MyAccount-content:has(> h2 + a)
table {
    width: 100% !important;

    table-layout: fixed !important;

    border-collapse: separate !important;

    border-spacing: 0;

    border: 1px solid #d4dde8 !important;

    border-radius: 9px;

    overflow: hidden;

    margin: 18px 0 0 !important;
}


/* License header */

body.woocommerce-account
.woocommerce-MyAccount-content:has(> h2 + a)
table thead th {
    background: #f5f8fc !important;

    color: #52627a !important;

    padding: 11px 13px !important;

    border-bottom: 1px solid #d4dde8 !important;

    font-size: 10px !important;

    font-weight: 600 !important;

    text-transform: uppercase;

    letter-spacing: .4px;

    text-align: left;

    white-space: nowrap !important;
}


/* License cells */

body.woocommerce-account
.woocommerce-MyAccount-content:has(> h2 + a)
table tbody td {
    box-sizing: border-box;

    padding: 15px 13px !important;

    color: #34445d;

    font-size: 13px !important;

    line-height: 1.5 !important;

    vertical-align: middle !important;

    border-bottom: none !important;
}


/* License Key */

body.woocommerce-account
.woocommerce-MyAccount-content:has(> h2 + a)
table th:nth-child(1),
body.woocommerce-account
.woocommerce-MyAccount-content:has(> h2 + a)
table td:nth-child(1) {
    width: 25% !important;

    white-space: nowrap !important;
}


/* Activation */

body.woocommerce-account
.woocommerce-MyAccount-content:has(> h2 + a)
table th:nth-child(2),
body.woocommerce-account
.woocommerce-MyAccount-content:has(> h2 + a)
table td:nth-child(2) {
    width: 20% !important;

    white-space: nowrap !important;

    word-break: normal !important;

    overflow-wrap: normal !important;
}


/* Remove line breaks from activation status */

body.woocommerce-account
.woocommerce-MyAccount-content:has(> h2 + a)
table td:nth-child(2) br {
    display: none !important;
}


/* Valid Until */

body.woocommerce-account
.woocommerce-MyAccount-content:has(> h2 + a)
table th:nth-child(3),
body.woocommerce-account
.woocommerce-MyAccount-content:has(> h2 + a)
table td:nth-child(3) {
    width: 35% !important;

    white-space: nowrap !important;

    word-break: normal !important;

    overflow-wrap: normal !important;
}


/* Actions */

body.woocommerce-account
.woocommerce-MyAccount-content:has(> h2 + a)
table th:nth-child(4),
body.woocommerce-account
.woocommerce-MyAccount-content:has(> h2 + a)
table td:nth-child(4) {
    width: 20% !important;

    white-space: nowrap !important;

    text-align: left;
}


/* License buttons */

body.woocommerce-account
.woocommerce-MyAccount-content:has(> h2 + a)
table td:nth-child(4)
.button {
    display: inline-block !important;

    width: auto !important;

    min-width: 58px;

    margin: 2px 5px 2px 0 !important;

    padding: 8px 13px !important;

    white-space: nowrap !important;

    vertical-align: middle;

    font-size: 12px !important;
}


/* License heading */

body.woocommerce-account
.woocommerce-MyAccount-content:has(> h2 + a)
> h2 {
    margin-top: 0 !important;

    margin-bottom: 20px !important;

    font-family: 'Sora', sans-serif !important;

    font-size: 19px !important;
}


/* Product name above license table */

body.woocommerce-account
.woocommerce-MyAccount-content:has(> h2 + a)
> a {
    display: inline-block;

    margin-bottom: 18px;

    color: #0078d4 !important;

    font-size: 15px;

    font-weight: 500;

    line-height: 1.5;
}


/* ═════════════════════════════════════════════════════════════
   INDIVIDUAL ORDER PAGE
   ═════════════════════════════════════════════════════════════ */

body.woocommerce-account
.woocommerce-order > p:first-child {
    margin: 0 0 22px;

    color: #52627a;

    font-size: 13px;

    line-height: 1.6;
}


/* Order page headings */

body.woocommerce-account
.woocommerce-order h2,
body.woocommerce-account
.woocommerce-order h3 {
    font-family: 'Sora', sans-serif;

    color: #0a1628;

    font-weight: 700;
}


body.woocommerce-account
.woocommerce-order h2 {
    font-size: 19px;

    margin: 24px 0 16px;
}


body.woocommerce-account
.woocommerce-order h3 {
    font-size: 17px;

    margin: 24px 0 14px;
}


/* ═════════════════════════════════════════════════════════════
   ORDER DOWNLOADS TABLE
   ═════════════════════════════════════════════════════════════ */

body.woocommerce-account
.woocommerce-order
.woocommerce-table--order-downloads {
    width: 100% !important;

    table-layout: fixed !important;

    border-collapse: separate !important;

    border-spacing: 0;

    border: 1px solid #d4dde8 !important;

    border-radius: 9px;

    overflow: hidden;

    margin: 0 0 24px !important;
}


/* Download headers */

body.woocommerce-account
.woocommerce-order
.woocommerce-table--order-downloads
thead th {
    background: #f5f8fc !important;

    color: #52627a !important;

    padding: 11px 13px !important;

    border-bottom: 1px solid #d4dde8 !important;

    font-size: 10px !important;

    font-weight: 600 !important;

    text-transform: uppercase;

    letter-spacing: .4px;

    text-align: left;

    white-space: nowrap;
}


/* Download cells */

body.woocommerce-account
.woocommerce-order
.woocommerce-table--order-downloads
tbody td {
    padding: 14px 13px !important;

    color: #34445d;

    font-size: 13px;

    line-height: 1.5;

    vertical-align: middle;

    border-bottom: none !important;
}


/* Download product */

body.woocommerce-account
.woocommerce-order
.woocommerce-table--order-downloads
.download-product {
    width: 30% !important;
}


/* Remaining */

body.woocommerce-account
.woocommerce-order
.woocommerce-table--order-downloads
.download-remaining {
    width: 18% !important;

    white-space: nowrap;
}


/* Expires */

body.woocommerce-account
.woocommerce-order
.woocommerce-table--order-downloads
.download-expires {
    width: 20% !important;

    white-space: nowrap;
}


/* Download */

body.woocommerce-account
.woocommerce-order
.woocommerce-table--order-downloads
.download-file {
    width: 32% !important;

    white-space: nowrap;

    overflow: hidden;
}


/* Download link */

body.woocommerce-account
.woocommerce-order
.woocommerce-table--order-downloads
.download-product a {
    color: #0078d4;

    font-weight: 500;
}


/* Download button */

body.woocommerce-account
.woocommerce-order
.woocommerce-table--order-downloads
.download-file .button {
    display: inline-block !important;

    width: auto !important;

    max-width: 100%;

    margin: 0 !important;

    padding: 8px 13px !important;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

    font-size: 12px !important;
}


/* ═════════════════════════════════════════════════════════════
   INDIVIDUAL ORDER DETAILS TABLE
   ═════════════════════════════════════════════════════════════ */

body.woocommerce-account
.woocommerce-order
.woocommerce-table--order-details {
    width: 100% !important;

    table-layout: fixed !important;

    border-collapse: separate !important;

    border-spacing: 0;

    border: 1px solid #d4dde8 !important;

    border-radius: 9px;

    overflow: hidden;

    margin: 0 !important;
}


/* Header */

body.woocommerce-account
.woocommerce-order
.woocommerce-table--order-details
thead th {
    background: #f5f8fc !important;

    color: #52627a !important;

    padding: 11px 13px !important;

    border-bottom: 1px solid #d4dde8 !important;

    font-size: 10px !important;

    font-weight: 600 !important;

    text-transform: uppercase;

    letter-spacing: .4px;

    text-align: left;
}


/* Product */

body.woocommerce-account
.woocommerce-order
.woocommerce-table--order-details
.woocommerce-table__product-name {
    width: 55% !important;

    padding: 13px !important;

    color: #34445d;

    font-size: 13px;
}


/* Product total */

body.woocommerce-account
.woocommerce-order
.woocommerce-table--order-details
.woocommerce-table__product-total {
    width: 45% !important;

    padding: 13px !important;

    color: #34445d;

    font-size: 13px;

    white-space: nowrap;
}


/* Product links */

body.woocommerce-account
.woocommerce-order
.woocommerce-table--order-details
a {
    color: #0078d4;
}


/* Footer */

body.woocommerce-account
.woocommerce-order
.woocommerce-table--order-details
tfoot th,
body.woocommerce-account
.woocommerce-order
.woocommerce-table--order-details
tfoot td {
    padding: 12px 13px !important;

    border-top: 1px solid #d4dde8 !important;

    border-bottom: none !important;
}


/* Order total */

body.woocommerce-account
.woocommerce-order
.woocommerce-table--order-details
.order-total th,
body.woocommerce-account
.woocommerce-order
.woocommerce-table--order-details
.order-total td {
    color: #0a1628;

    font-weight: 600;
}


/* ═════════════════════════════════════════════════════════════
   ORDER AGAIN
   ═════════════════════════════════════════════════════════════ */

body.woocommerce-account
.woocommerce-order
.order-again {
    margin: 12px 0 20px;
}


body.woocommerce-account
.woocommerce-order
.order-again .button {
    padding: 9px 17px !important;
}


/* ═════════════════════════════════════════════════════════════
   ORDER PAGE LICENSE KEY TABLE
   IMPORTANT:
   Does NOT use the License Keys page .elementor-184 .elementor-element.elementor-element-24e8969c above.
   ═════════════════════════════════════════════════════════════ */

body.woocommerce-account
.woocommerce-order
table:not(.woocommerce-table--order-downloads):not(.woocommerce-table--order-details) {
    width: 100% !important;

    table-layout: fixed !important;

    border-collapse: separate !important;

    border-spacing: 0;

    border: 1px solid #d4dde8 !important;

    border-radius: 9px;

    overflow: hidden;

    margin: 0 0 24px !important;
}


/* License table cells */

body.woocommerce-account
.woocommerce-order
table:not(.woocommerce-table--order-downloads):not(.woocommerce-table--order-details)
th {
    background: #f5f8fc !important;

    color: #52627a !important;

    padding: 11px 13px !important;

    font-size: 10px !important;

    font-weight: 600 !important;

    text-transform: uppercase;

    letter-spacing: .4px;

    text-align: left;
}


body.woocommerce-account
.woocommerce-order
table:not(.woocommerce-table--order-downloads):not(.woocommerce-table--order-details)
td {
    padding: 13px !important;

    color: #34445d;

    font-size: 12.5px;

    vertical-align: middle;
}


/* ═════════════════════════════════════════════════════════════
   BILLING ADDRESS
   ═════════════════════════════════════════════════════════════ */

body.woocommerce-account
.woocommerce-order
.woocommerce-customer-details {
    margin-top: 26px;
}


body.woocommerce-account
.woocommerce-order
.woocommerce-customer-details h2,
body.woocommerce-account
.woocommerce-order
.woocommerce-column__title {
    margin: 0 0 14px;

    font-family: 'Sora', sans-serif;

    color: #0a1628;

    font-size: 17px;
}


body.woocommerce-account
.woocommerce-order
.woocommerce-customer-details address {
    box-sizing: border-box;

    margin: 0;

    padding: 15px 16px;

    background: #f8fafc;

    border: 1px solid #d4dde8;

    border-radius: 9px;

    color: #34445d;

    font-size: 13px;

    line-height: 1.7;

    font-style: normal;
}


/* ═════════════════════════════════════════════════════════════
   ADDRESSES PAGE
   ═════════════════════════════════════════════════════════════ */

body.woocommerce-account
.woocommerce-Addresses {
    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 18px;

    margin-top: 20px;
}


body.woocommerce-account
.woocommerce-Addresses
.woocommerce-Address {
    box-sizing: border-box;

    padding: 20px;

    background: #f8fafc;

    border: 1px solid #d4dde8;

    border-radius: 10px;
}


body.woocommerce-account
.woocommerce-Addresses
.woocommerce-Address-title {
    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 14px;
}


body.woocommerce-account
.woocommerce-Addresses
.woocommerce-Address-title h3 {
    margin: 0;

    font-size: 15px;
}


body.woocommerce-account
.woocommerce-Addresses address {
    margin: 0;

    color: #52627a;

    font-size: 13px;

    line-height: 1.7;

    font-style: normal;
}


/* ═════════════════════════════════════════════════════════════
   ACCOUNT DETAILS
   ═════════════════════════════════════════════════════════════ */

body.woocommerce-account
.woocommerce-EditAccountForm
fieldset {
    padding: 20px;

    margin: 24px 0;

    border: 1px solid #d4dde8;

    border-radius: 10px;
}


body.woocommerce-account
.woocommerce-EditAccountForm
legend {
    padding: 0 8px;

    font-family: 'Sora', sans-serif;

    color: #0a1628;

    font-size: 15px;

    font-weight: 700;
}


/* ═════════════════════════════════════════════════════════════
   LOGIN / REGISTER
   ═════════════════════════════════════════════════════════════ */

body.woocommerce-account
.u-columns {
    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 24px;
}


body.woocommerce-account
.u-column1,
body.woocommerce-account
.u-column2 {
    width: 100%;

    float: none;
}


body.woocommerce-account
.u-column1 > h2,
body.woocommerce-account
.u-column2 > h2 {
    margin-top: 0;
}


/* ═════════════════════════════════════════════════════════════
   MOBILE
   ═════════════════════════════════════════════════════════════ */

@media (max-width: 767px) {

    body.woocommerce-account .woocommerce {
        width: 100%;

        padding: 0 14px 45px;
    }


    body.woocommerce-account h1,
    body.woocommerce-account .entry-title {
        font-size: 28px;

        margin-bottom: 22px;
    }


    /* Sidebar becomes full width */

    body.woocommerce-account
    .woocommerce-MyAccount-navigation {
        width: 100%;

        float: none;

        margin-bottom: 18px;

        padding: 8px;
    }


    body.woocommerce-account
    .woocommerce-MyAccount-navigation ul {
        display: grid;

        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 3px;
    }


    body.woocommerce-account
    .woocommerce-MyAccount-navigation li {
        margin: 0;
    }


    body.woocommerce-account
    .woocommerce-MyAccount-navigation li a {
        padding: 10px 11px;

        font-size: 12px;
    }


    /* Logout */

    body.woocommerce-account
    .woocommerce-MyAccount-navigation
    li.woocommerce-MyAccount-navigation-link--customer-logout {
        grid-column: 1 / -1;
    }


    /* Content */

    body.woocommerce-account
    .woocommerce-MyAccount-content {
        width: 100%;

        float: none;

        padding: 22px 18px;
    }


    /* Confirm notice */

    body.woocommerce-account
    .woocommerce-MyAccount-content
    .woocommerce-info {
        padding: 12px 14px 62px 38px !important;
    }


    body.woocommerce-account
    .woocommerce-MyAccount-content
    .woocommerce-info .button {
        position: static;

        display: block;

        width: 100%;

        margin: 8px 0 0 !important;
    }


    /* Orders table */

    body.woocommerce-account
    .woocommerce-orders-table {
        min-width: 720px;

        table-layout: fixed !important;
    }


    body.woocommerce-account
    .woocommerce-orders-table-wrapper {
        width: 100%;

        overflow-x: auto;

        -webkit-overflow-scrolling: touch;
    }


    /* License table */

    body.woocommerce-account
    .woocommerce-MyAccount-content:has(> h2 + a)
    table {
        min-width: 700px !important;

        table-layout: fixed !important;
    }


    /* Individual order downloads */

    body.woocommerce-account
    .woocommerce-order
    .woocommerce-table--order-downloads {
        min-width: 680px !important;
    }


    /* Individual order details */

    body.woocommerce-account
    .woocommerce-order
    .woocommerce-table--order-details {
        min-width: 600px !important;
    }


    /* Addresses */

    body.woocommerce-account
    .woocommerce-Addresses {
        grid-template-columns: 1fr;
    }


    /* Login */

    body.woocommerce-account
    .u-columns {
        grid-template-columns: 1fr;
    }

}


/* ═════════════════════════════════════════════════════════════
   SMALL MOBILE
   ═════════════════════════════════════════════════════════════ */

@media (max-width: 480px) {

    body.woocommerce-account
    .woocommerce-MyAccount-navigation ul {
        grid-template-columns: 1fr;
    }


    body.woocommerce-account
    .woocommerce-MyAccount-navigation
    li.woocommerce-MyAccount-navigation-link--customer-logout {
        grid-column: auto;
    }

}

/* ═══════════════════════════════════════════════════════════
   AZUREOPS — LICENSE KEYS FINAL OVERRIDE
   ═══════════════════════════════════════════════════════════ */

/* License Keys table only */
body.woocommerce-account
.woocommerce-MyAccount-content:has(> h2 + a)
table {

    width: 100% !important;

    table-layout: fixed !important;

    border-collapse: collapse !important;

    border-spacing: 0 !important;

    margin-top: 18px !important;

    border: 1px solid #d4dde8 !important;

    border-radius: 8px !important;

    overflow: hidden;
}


/* ───────────────────────────────────────────────────────────
   COLUMN WIDTHS
   30% / 20% / 30% / 20%
   ─────────────────────────────────────────────────────────── */

body.woocommerce-account
.woocommerce-MyAccount-content:has(> h2 + a)
table th:nth-child(1),
body.woocommerce-account
.woocommerce-MyAccount-content:has(> h2 + a)
table td:nth-child(1) {
    width: 30% !important;
}


body.woocommerce-account
.woocommerce-MyAccount-content:has(> h2 + a)
table th:nth-child(2),
body.woocommerce-account
.woocommerce-MyAccount-content:has(> h2 + a)
table td:nth-child(2) {
    width: 20% !important;
}


body.woocommerce-account
.woocommerce-MyAccount-content:has(> h2 + a)
table th:nth-child(3),
body.woocommerce-account
.woocommerce-MyAccount-content:has(> h2 + a)
table td:nth-child(3) {
    width: 30% !important;
}


body.woocommerce-account
.woocommerce-MyAccount-content:has(> h2 + a)
table th:nth-child(4),
body.woocommerce-account
.woocommerce-MyAccount-content:has(> h2 + a)
table td:nth-child(4) {
    width: 20% !important;
}


/* ───────────────────────────────────────────────────────────
   HEADERS
   ─────────────────────────────────────────────────────────── */

body.woocommerce-account
.woocommerce-MyAccount-content:has(> h2 + a)
table thead th {

    padding: 10px 12px !important;

    background: #f5f8fc !important;

    color: #52627a !important;

    font-family: 'DM Sans', sans-serif !important;

    font-size: 10px !important;

    font-weight: 600 !important;

    text-transform: uppercase !important;

    letter-spacing: .4px !important;

    text-align: left !important;

    white-space: nowrap !important;

    border: 1px solid #d4dde8 !important;
}


/* ───────────────────────────────────────────────────────────
   CELLS
   ─────────────────────────────────────────────────────────── */

body.woocommerce-account
.woocommerce-MyAccount-content:has(> h2 + a)
table tbody td {

    padding: 14px 12px !important;

    background: #fff !important;

    color: #34445d !important;

    font-family: 'DM Sans', sans-serif !important;

    font-size: 13px !important;

    line-height: 1.4 !important;

    vertical-align: middle !important;

    border: 1px solid #d4dde8 !important;

    box-sizing: border-box !important;
}


/* ═══════════════════════════════════════════════════════════
   ⭐ CRITICAL FIX — ACTIVATION STATUS
   ═══════════════════════════════════════════════════════════ */

/*
   The license plugin appears to put the activation values
   into separate block elements.

   Force ALL descendants to stay inline.
*/

body.woocommerce-account
.woocommerce-MyAccount-content:has(> h2 + a)
table tbody td:nth-child(2) {

    white-space: nowrap !important;

    word-break: normal !important;

    overflow-wrap: normal !important;

    text-align: left !important;
}


body.woocommerce-account
.woocommerce-MyAccount-content:has(> h2 + a)
table tbody td:nth-child(2) > *,
body.woocommerce-account
.woocommerce-MyAccount-content:has(> h2 + a)
table tbody td:nth-child(2) * {

    display: inline !important;

    width: auto !important;

    height: auto !important;

    float: none !important;

    position: static !important;

    white-space: nowrap !important;

    word-break: normal !important;

    overflow-wrap: normal !important;

    margin: 0 !important;

    padding: 0 !important;
}


/* Remove any explicit line breaks */

body.woocommerce-account
.woocommerce-MyAccount-content:has(> h2 + a)
table tbody td:nth-child(2) br {

    display: none !important;
}


/* Add spacing around slash if the plugin renders
   the three pieces separately */

body.woocommerce-account
.woocommerce-MyAccount-content:has(> h2 + a)
table tbody td:nth-child(2) {
    letter-spacing: .1px;
}


/* ═══════════════════════════════════════════════════════════
   VALID UNTIL
   ═══════════════════════════════════════════════════════════ */

body.woocommerce-account
.woocommerce-MyAccount-content:has(> h2 + a)
table tbody td:nth-child(3) {

    white-space: nowrap !important;

    word-break: normal !important;

    overflow-wrap: normal !important;

    font-weight: 500 !important;
}


/* Prevent children from breaking date */

body.woocommerce-account
.woocommerce-MyAccount-content:has(> h2 + a)
table tbody td:nth-child(3) * {

    white-space: nowrap !important;

    word-break: normal !important;

    overflow-wrap: normal !important;
}


/* ═══════════════════════════════════════════════════════════
   ACTIONS
   ═══════════════════════════════════════════════════════════ */

body.woocommerce-account
.woocommerce-MyAccount-content:has(> h2 + a)
table tbody td:nth-child(4) {

    white-space: nowrap !important;

    text-align: left !important;

    padding-left: 10px !important;

    padding-right: 10px !important;
}


/* Buttons stay side by side */

body.woocommerce-account
.woocommerce-MyAccount-content:has(> h2 + a)
table tbody td:nth-child(4) .button {

    display: inline-block !important;

    width: auto !important;

    min-width: 55px !important;

    margin: 2px 4px 2px 0 !important;

    padding: 8px 12px !important;

    box-sizing: border-box !important;

    border-radius: 7px !important;

    font-family: 'DM Sans', sans-serif !important;

    font-size: 12px !important;

    font-weight: 600 !important;

    line-height: 16px !important;

    white-space: nowrap !important;

    vertical-align: middle !important;

    float: none !important;
}


/* ═══════════════════════════════════════════════════════════
   LICENSE KEY VALUE
   ═══════════════════════════════════════════════════════════ */

body.woocommerce-account
.woocommerce-MyAccount-content:has(> h2 + a)
table tbody td:nth-child(1) {

    white-space: nowrap !important;

    font-size: 12px !important;

    color: #34445d !important;
}


/* ═══════════════════════════════════════════════════════════
   PRODUCT TITLE ABOVE TABLE
   ═══════════════════════════════════════════════════════════ */

body.woocommerce-account
.woocommerce-MyAccount-content:has(> h2 + a)
> a {

    display: inline-block !important;

    margin-bottom: 18px !important;

    color: #0078d4 !important;

    font-family: 'DM Sans', sans-serif !important;

    font-size: 15px !important;

    font-weight: 600 !important;

    text-decoration: none !important;
}


/* ═══════════════════════════════════════════════════════════
   LICENSE PAGE HEADING
   ═══════════════════════════════════════════════════════════ */

body.woocommerce-account
.woocommerce-MyAccount-content:has(> h2 + a)
> h2 {

    margin: 0 0 20px !important;

    font-family: 'Sora', sans-serif !important;

    font-size: 19px !important;

    font-weight: 700 !important;

    color: #0a1628 !important;
}


/* ═══════════════════════════════════════════════════════════
   MOBILE
   ═══════════════════════════════════════════════════════════ */

@media (max-width: 767px) {

    body.woocommerce-account
    .woocommerce-MyAccount-content:has(> h2 + a) {
        overflow-x: auto !important;
    }

    body.woocommerce-account
    .woocommerce-MyAccount-content:has(> h2 + a)
    table {
        min-width: 700px !important;
    }

}

/* ═════════════════════════════════════════════════════════════
   LOGGED-OUT LOGIN & REGISTER FIXES
   ═════════════════════════════════════════════════════════════ */

/* Center and constrain login container */
body.woocommerce-account .woocommerce > .u-columns,
body.woocommerce-account .woocommerce > form.login {
    max-width: 900px;
    margin: 0 auto;
}

/* Ensure two-column layout works without theme float conflicts */
body.woocommerce-account .u-columns.col2-set {
    display: flex !important;
    flex-wrap: wrap;
    gap: 32px;
}

body.woocommerce-account .u-columns .u-column1,
body.woocommerce-account .u-columns .u-column2 {
    flex: 1 1 380px;
    width: 100% !important;
    float: none !important;
    padding: 28px 30px;
    background: #fff;
    border: 1px solid #d4dde8;
    border-radius: 14px;
    box-shadow: 0 2px 16px rgba(10, 22, 40, .06);
    box-sizing: border-box;
}

/* Style headings for login/register */
body.woocommerce-account .u-column1 h2,
body.woocommerce-account .u-column2 h2,
body.woocommerce-account .woocommerce > form.login h2 {
    font-family: 'Sora', sans-serif;
    color: #0a1628;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px;
}

/* Scope inputs, labels, and buttons for logged-out forms */
body.woocommerce-account .woocommerce form .form-row {
    margin-bottom: 16px;
}

body.woocommerce-account .woocommerce form .form-row label {
    display: block;
    margin-bottom: 6px;
    color: #5a6a84;
    font-size: 12.5px;
    font-weight: 600;
}

body.woocommerce-account .woocommerce form .input-text,
body.woocommerce-account .woocommerce form input[type="text"],
body.woocommerce-account .woocommerce form input[type="email"],
body.woocommerce-account .woocommerce form input[type="password"] {
    width: 100%;
    box-sizing: border-box;
    padding: 11px 13px;
    background: #fff;
    border: 1.5px solid #d4dde8;
    border-radius: 8px;
    color: #1a2340;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
}

body.woocommerce-account .woocommerce form input:focus {
    outline: none;
    border-color: #0078d4;
    box-shadow: 0 0 0 3px rgba(0, 120, 212, .12);
}

/* Primary buttons for login/register */
body.woocommerce-account .woocommerce form .button,
body.woocommerce-account .woocommerce form button[type="submit"],
body.woocommerce-account .woocommerce form input[type="submit"] {
    display: inline-block;
    width: 100% !important;
    box-sizing: border-box;
    background: linear-gradient(135deg, #0078d4, #00b4d8) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 11px 16px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    cursor: pointer;
    box-shadow: 0 5px 14px rgba(0, 120, 212, .20);
    transition: transform .15s ease, box-shadow .15s ease;
}

body.woocommerce-account .woocommerce form .button:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(0, 120, 212, .28);
}

/* Remember me & Lost password alignment */
body.woocommerce-account .woocommerce-form-login__rememberme {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: #52627a;
    font-size: 13px;
}

body.woocommerce-account .woocommerce-LostPassword {
    margin-top: 14px;
    margin-bottom: 0;
    text-align: center;
}

body.woocommerce-account .woocommerce-LostPassword a {
    color: #0078d4;
    font-size: 13px;
    text-decoration: none;
}

body.woocommerce-account .woocommerce-LostPassword a:hover {
    text-decoration: underline;
}



/* ═════════════════════════════════════════════════════════════
   LOGIN / REGISTER PRIVACY POLICY FIX
   ═════════════════════════════════════════════════════════════ */

body.woocommerce-account .woocommerce-Privacy-policy-text,
body.woocommerce-account .woocommerce-Privacy-policy-text p {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 13.5px !important;
    color: #52627a !important;
    line-height: 1.6 !important;
}

body.woocommerce-account .woocommerce-Privacy-policy-text a {
    color: #0078d4 !important;
    text-decoration: none !important;
}

body.woocommerce-account .woocommerce-Privacy-policy-text a:hover {
    text-decoration: underline !important;
}


/* ═════════════════════════════════════════════════════════════
   LOST PASSWORD PAGE FIX
   ═════════════════════════════════════════════════════════════ */

/* Center and wrap lost password form */
body.woocommerce-account .woocommerce-ResetPassword {
    max-width: 440px;
    margin: 30px auto 0;
    padding: 28px 30px;
    background: #fff;
    border: 1px solid #d4dde8;
    border-radius: 14px;
    box-shadow: 0 2px 16px rgba(10, 22, 40, .06);
    box-sizing: border-box;
}

/* Constrain reset button width */
body.woocommerce-account .woocommerce-ResetPassword .button,
body.woocommerce-account .woocommerce-ResetPassword button[type="submit"] {
    display: inline-block !important;
    width: auto !important;
    min-width: 160px;
}

/* ═════════════════════════════════════════════════════════════
   REGISTRATION TEXT & PRIVACY POLICY FONT FIX
   ═════════════════════════════════════════════════════════════ */

body.woocommerce-account .woocommerce-form-register__html-content,
body.woocommerce-account .woocommerce-Privacy-policy-text,
body.woocommerce-account .woocommerce-Privacy-policy-text p,
body.woocommerce-account .woocommerce-form-register p {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 13.5px !important;
    color: #52627a !important;
    line-height: 1.6 !important;
}

body.woocommerce-account .woocommerce-Privacy-policy-text a {
    color: #0078d4 !important;
    text-decoration: none !important;
}

body.woocommerce-account .woocommerce-Privacy-policy-text a:hover {
    text-decoration: underline !important;
}


/* ═════════════════════════════════════════════════════════════
   LOST PASSWORD FORM & INPUT WIDTH FIX
   ═════════════════════════════════════════════════════════════ */

/* Center card wrapper */
body.woocommerce-account .woocommerce-ResetPassword {
    max-width: 440px;
    margin: 30px auto 0;
    padding: 28px 30px;
    background: #fff;
    border: 1px solid #d4dde8;
    border-radius: 14px;
    box-shadow: 0 2px 16px rgba(10, 22, 40, .06);
    box-sizing: border-box;
}

/* Force form rows to span 100% width of the card */
body.woocommerce-account .woocommerce-ResetPassword .form-row,
body.woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
}

/* Make text input match button width */
body.woocommerce-account .woocommerce-ResetPassword input.input-text {
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Full-width button inside the card */
body.woocommerce-account .woocommerce-ResetPassword .button,
body.woocommerce-account .woocommerce-ResetPassword button[type="submit"] {
    width: 100% !important;
    display: block !important;
    text-align: center !important;
}

/* ═════════════════════════════════════════════════════════════
   LOGIN / REGISTER BALANCED HEIGHT & SPACING FIX
   ═════════════════════════════════════════════════════════════ */

/* Make column wrappers stretch evenly */
body.woocommerce-account .u-columns {
    display: flex !important;
    gap: 24px;
}

body.woocommerce-account .u-columns .u-column1,
body.woocommerce-account .u-columns .u-column2 {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Fix inner form borders to match heights cleanly without gaps */
body.woocommerce-account .u-columns .u-column1 > form,
body.woocommerce-account .u-columns .u-column2 > form {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 24px !important;
    margin: 0 !important;
}

/* Keep consistent spacing between form elements in register card */
body.woocommerce-account .u-columns .woocommerce-form-register .form-row {
    margin-bottom: 16px !important;
}

body.woocommerce-account .u-columns .woocommerce-form-register .woocommerce-Privacy-policy-text {
    margin-bottom: 20px !important;
}

body.woocommerce-account .u-columns .woocommerce-form-register .button {
    margin-top: auto !important; /* Locks button cleanly to the bottom */
}/* End custom CSS */