.woocommerce-account .woocommerce-MyAccount-navigation {
    display: none;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    margin: 0;
    max-width: none;
    padding: 0;
    width: 100%;
}

.woocommerce-account .wp-block-post-title,
.woocommerce-account .entry-title,
.woocommerce-account .page-title,
.woocommerce-account .page-header,
.woocommerce-account .elementor-widget-theme-post-title {
    display: none;
}

.ssd-dashboard {
    background: #f8fafc;
    color: #06122b;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    margin: -1px calc(50% - 50vw) 0;
    min-height: 72vh;
}

.ssd-dashboard * {
    box-sizing: border-box;
}

.ssd-shell {
    margin: 0 auto;
    max-width: 1216px;
    padding: 0 24px;
}

.ssd-hero {
    background: linear-gradient(108deg, #effaf6 0%, #f8fbff 50%, #edf5ff 100%);
    border-bottom: 1px solid #edf1f7;
}

.ssd-hero__inner {
    align-items: flex-start;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    padding-bottom: 44px;
    padding-top: 46px;
}

.ssd-hero h1 {
    color: #051433;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.15;
    margin: 0;
}

.ssd-wave {
    display: inline-block;
    font-size: .9em;
    margin-left: 4px;
}

.ssd-hero p {
    color: #31435f;
    font-size: 16px;
    margin: 10px 0 0;
}

.ssd-hero__actions,
.ssd-card__actions,
.ssd-license-row,
.ssd-status {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ssd-button,
.ssd-dashboard button,
.ssd-dashboard select,
.ssd-dashboard input {
    font: inherit;
}

.ssd-button,
.ssd-card button,
.ssd-table a {
    align-items: center;
    border: 1px solid #dce3ef;
    border-radius: 10px;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    gap: 6px;
    min-height: 38px;
    padding: 8px 13px;
    text-decoration: none;
    transition: background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
    white-space: nowrap;
}

.ssd-button--secondary,
.ssd-card button,
.ssd-table a {
    background: #fff;
    color: #051433;
}

.ssd-button--dark {
    background: #0f1b33;
    border-color: #0f1b33;
    color: #fff;
}

.ssd-button--primary {
    background: #3166e6;
    border-color: #3166e6;
    color: #fff;
}

.ssd-button--download {
    background: #eaf7f1;
    border-color: #bde8d5;
    color: #05603a;
}

.ssd-card .ssd-cancel {
    background: #fff1f2;
    border-color: #fecdd3;
    color: #be123c;
}

.ssd-card .ssd-cancel:hover {
    background: #ffe4e6;
    border-color: #fda4af;
    color: #9f1239;
}

.ssd-button:hover,
.ssd-card button:hover,
.ssd-table a:hover {
    box-shadow: 0 8px 18px rgba(15, 27, 51, .08);
}

.ssd-main {
    padding-bottom: 78px;
    padding-top: 36px;
}

.ssd-tabs {
    border-bottom: 1px solid #dce3ef;
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scrollbar-width: none;
}

.ssd-tabs::-webkit-scrollbar {
    display: none;
}

.ssd-tab {
    background: transparent;
    border: 0;
    border-bottom: 2px solid transparent;
    color: #24344f;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 -1px;
    padding: 8px 12px 11px;
}

.ssd-tab.is-active {
    border-bottom-color: #195bff;
    color: #0b51ff;
}

.ssd-toolbar {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-top: 24px;
}

.ssd-search {
    align-items: center;
    background: #fff;
    border: 1px solid #dce3ef;
    border-radius: 11px;
    display: flex;
    gap: 8px;
    height: 42px;
    max-width: 100%;
    padding: 0 12px;
    width: 256px;
}

.ssd-search .dashicons {
    color: #8a9ab5;
    font-size: 17px;
    height: 17px;
    width: 17px;
}

.ssd-search input {
    background: transparent;
    border: 0;
    color: #07162f;
    min-width: 0;
    outline: 0;
    padding: 0;
    width: 100%;
}

.ssd-search input::placeholder {
    color: #8a94a8;
}

.ssd-status {
    color: #31435f;
    font-size: 14px;
}

.ssd-status select {
    background: #fff;
    border: 1px solid #dce3ef;
    border-radius: 11px;
    color: #07162f;
    height: 38px;
    min-width: 96px;
    padding: 0 34px 0 14px;
}

.ssd-panel {
    margin-top: 26px;
}

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

.ssd-card,
.ssd-table-wrap,
.ssd-billing-card {
    background: #fff;
    border: 1px solid #dce3ef;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(15, 27, 51, .04);
}

.ssd-card {
    min-width: 0;
    padding: 20px;
}

.ssd-card__header {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.ssd-card h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
    overflow-wrap: anywhere;
}

.ssd-card__meta,
.ssd-card__muted,
.ssd-empty {
    color: #4d607b;
    font-size: 14px;
}

.ssd-card__meta {
    margin-top: 5px;
}

.ssd-badge {
    border-radius: 999px;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 9px;
    text-transform: lowercase;
}

.ssd-badge--active,
.ssd-badge--completed {
    background: #c9f8df;
    color: #047342;
}

.ssd-badge--expired,
.ssd-badge--cancelled,
.ssd-badge--failed {
    background: #ffe0e9;
    color: #c81843;
}

.ssd-badge--pending,
.ssd-badge--on-hold {
    background: #fff1c7;
    color: #8a5a00;
}

.ssd-badge--default {
    background: #eef2f7;
    color: #43536b;
}

.ssd-card dl {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 20px 0 0;
}

.ssd-card dt {
    color: #536984;
    font-size: 14px;
    margin: 0 0 3px;
}

.ssd-card dd {
    color: #06122b;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    overflow-wrap: anywhere;
}

.ssd-license-row {
    margin-top: 16px;
}

.ssd-license-row code {
    background: #f3f6fa;
    border-radius: 8px;
    color: #07162f;
    display: inline-block;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    font-size: 12px;
    max-width: 100%;
    overflow: hidden;
    padding: 7px 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ssd-card__actions {
    margin-top: 16px;
}

.ssd-card .ssd-copy,
.ssd-card .ssd-regenerate {
    font-size: 12px;
    min-height: 28px;
    padding: 5px 9px;
}

.ssd-card button[disabled] {
    cursor: progress;
    opacity: .7;
}

.ssd-table-wrap {
    overflow-x: auto;
    padding: 10px 20px;
}

.ssd-table {
    border-collapse: collapse;
    min-width: 880px;
    width: 100%;
}

.ssd-table th {
    color: #5d6f89;
    font-size: 13px;
    font-weight: 700;
    padding: 14px 12px;
    text-align: left;
}

.ssd-table td {
    border-top: 1px solid #edf1f7;
    color: #17253d;
    font-size: 14px;
    padding: 15px 12px;
    vertical-align: middle;
}

.ssd-table td:last-child {
    text-align: right;
}

.ssd-invoice-actions {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.ssd-invoice-actions a {
    white-space: nowrap;
}

.ssd-invoice-actions .dashicons {
    font-size: 16px;
    height: 16px;
    line-height: 1;
    width: 16px;
}

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

.ssd-billing-card {
    padding: 22px;
}

.ssd-billing-card h3 {
    font-size: 16px;
    margin: 0 0 14px;
}

.ssd-billing-card address,
.ssd-billing-card p {
    color: #4d607b;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.ssd-empty {
    background: #fff;
    border: 1px dashed #cbd6e4;
    border-radius: 12px;
    grid-column: 1 / -1;
    padding: 28px;
    text-align: center;
}

.woocommerce-account .woocommerce-MyAccount-content {
    background: #f8fafc;
    color: #06122b;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    min-height: 72vh;
}

.ssd-login-page {
    background: #f8fafc;
    color: #06122b;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    margin: -1px calc(50% - 50vw) 0;
    min-height: 72vh;
    padding-bottom: 80px;
}

.ssd-login-page * {
    box-sizing: border-box;
}

.ssd-login-main {
    padding-bottom: 36px;
    padding-top: 50px;
}

.ssd-login-grid {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ssd-login-grid.has-login-only {
    grid-template-columns: minmax(320px, 520px);
    justify-content: center;
}

.ssd-auth-panel {
    background: #fff;
    border: 1px solid #dce3ef;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(15, 27, 51, .04);
}

.ssd-auth-panel {
    padding: 24px;
}

.ssd-auth-panel__header {
    border-bottom: 1px solid #edf1f7;
    margin-bottom: 22px;
    padding-bottom: 18px;
}

.ssd-auth-panel__header h2 {
    color: #051433;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
}

.ssd-auth-panel__header p,
.ssd-auth-note {
    color: #536984;
    font-size: 14px;
    line-height: 1.55;
    margin: 8px 0 0;
}

.ssd-login-page form.ssd-auth-form {
    border: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.ssd-login-page .ssd-auth-form .form-row,
.ssd-login-page .ssd-auth-form .form-row-first,
.ssd-login-page .ssd-auth-form .form-row-last,
.ssd-login-page .ssd-auth-form .form-row-wide {
    clear: both;
    display: block;
    float: none;
    margin: 0 0 16px;
    padding: 0;
    width: 100%;
}

.ssd-login-page .ssd-auth-form label {
    color: #31435f;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 7px;
    width: 100%;
}

.ssd-login-page .required {
    color: #be123c;
}

.ssd-login-page input.input-text,
.ssd-login-page input[type="text"],
.ssd-login-page input[type="email"],
.ssd-login-page input[type="password"] {
    background: #fff;
    border: 1px solid #dce3ef;
    border-radius: 10px;
    color: #07162f;
    font: inherit;
    min-height: 44px;
    padding: 10px 12px;
    width: 100%;
}

.ssd-login-page input:focus {
    border-color: #3166e6;
    box-shadow: 0 0 0 3px rgba(49, 102, 230, .12);
    outline: 0;
}

.ssd-auth-form__row {
    align-items: center;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    margin: 4px 0 18px;
}

.ssd-login-page .woocommerce-form__label-for-checkbox {
    align-items: center;
    display: inline-flex;
    gap: 8px;
    margin: 0;
    width: auto;
}

.ssd-login-page input[type="checkbox"] {
    accent-color: #3166e6;
    height: 16px;
    width: 16px;
}

.ssd-auth-link {
    color: #2457d6;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.ssd-auth-link:hover {
    color: #0f3fb1;
}

.ssd-login-page .ssd-auth-button,
.ssd-login-page button.button.ssd-auth-button {
    align-items: center;
    background: #3166e6;
    border: 1px solid #3166e6;
    border-radius: 10px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    min-height: 42px;
    padding: 9px 15px;
    text-decoration: none;
    width: 100%;
}

.ssd-login-page .ssd-auth-button:hover,
.ssd-login-page button.button.ssd-auth-button:hover {
    background: #2557ca;
    border-color: #2557ca;
    color: #fff;
}

.ssd-auth-submit {
    margin-bottom: 0;
}

.woocommerce-account .woocommerce-notices-wrapper,
.woocommerce-account .woocommerce-error,
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info {
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ssd-login-page .woocommerce-privacy-policy-text {
    color: #536984;
    font-size: 13px;
    line-height: 1.55;
}

.ssd-login-page .woocommerce-privacy-policy-text a {
    color: #2457d6;
    font-weight: 700;
}

.ssd-associated-page {
    background: #f8fafc;
    margin: -1px calc(50% - 50vw) 0;
    max-width: none;
    min-height: 72vh;
    padding: 0 0 78px;
}

.ssd-associated-rail {
    margin-left: auto;
    margin-right: auto;
    max-width: 1216px;
    padding: 32px 24px 0;
    width: 100%;
}

.ssd-associated-rail > * {
    max-width: none;
    width: 100%;
}

.ssd-associated-hero {
    align-items: center;
    background: linear-gradient(108deg, #effaf6 0%, #f8fbff 50%, #edf5ff 100%);
    border-bottom: 1px solid #edf1f7;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: none;
    padding: 34px max(24px, calc((100vw - 1216px) / 2)) 36px;
}

.ssd-associated-hero h1 {
    color: #051433;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    margin: 6px 0 0;
}

.ssd-associated-back {
    color: #2457d6;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.ssd-associated-back:before {
    content: "\2190";
    margin-right: 6px;
}

.ssd-associated-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ssd-associated-page > h1,
.ssd-associated-page > h2,
.ssd-associated-page > h3,
.ssd-associated-rail > h1,
.ssd-associated-rail > h2,
.ssd-associated-rail > h3 {
    color: #051433;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 18px;
    margin-top: 0;
}

.ssd-associated-rail > * + h1,
.ssd-associated-rail > * + h2,
.ssd-associated-rail > * + h3 {
    margin-top: 32px;
}

.ssd-associated-page .woocommerce-Message,
.ssd-associated-page .woocommerce-message,
.ssd-associated-page .woocommerce-info,
.ssd-associated-page .woocommerce-error {
    background: #fff;
    border: 1px solid #dce3ef;
    border-left: 4px solid #3166e6;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(15, 27, 51, .04);
    color: #17253d;
    margin-bottom: 20px;
    margin-top: 24px;
    padding: 16px 18px;
}

.ssd-associated-page .woocommerce-error {
    border-left-color: #e1445d;
}

.ssd-associated-page .woocommerce-message {
    border-left-color: #18a363;
}

.ssd-associated-page table.shop_table,
.ssd-associated-page table.my_account_orders,
.ssd-associated-page table.subscription_details,
.ssd-associated-page table.order_details,
.ssd-associated-page table.woocommerce-table,
.ssd-associated-page table.my_account_software_license {
    background: #fff;
    border: 1px solid #dce3ef;
    border-collapse: separate;
    border-radius: 12px;
    border-spacing: 0;
    box-shadow: 0 2px 6px rgba(15, 27, 51, .04);
    color: #17253d;
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    width: 100%;
}

.ssd-associated-page table.shop_table th,
.ssd-associated-page table.my_account_orders th,
.ssd-associated-page table.subscription_details th,
.ssd-associated-page table.order_details th,
.ssd-associated-page table.woocommerce-table th,
.ssd-associated-page table.my_account_software_license th {
    background: #fbfcfe;
    border: 0;
    border-bottom: 1px solid #edf1f7;
    color: #5d6f89;
    font-size: 13px;
    font-weight: 800;
    padding: 15px 16px;
    text-align: left;
}

.ssd-associated-page table.shop_table td,
.ssd-associated-page table.my_account_orders td,
.ssd-associated-page table.subscription_details td,
.ssd-associated-page table.order_details td,
.ssd-associated-page table.woocommerce-table td,
.ssd-associated-page table.my_account_software_license td {
    border: 0;
    border-bottom: 1px solid #edf1f7;
    color: #17253d;
    font-size: 14px;
    padding: 15px 16px;
    vertical-align: middle;
}

.ssd-associated-page table.shop_table tr:last-child td,
.ssd-associated-page table.my_account_orders tr:last-child td,
.ssd-associated-page table.subscription_details tr:last-child td,
.ssd-associated-page table.order_details tr:last-child td,
.ssd-associated-page table.woocommerce-table tr:last-child td,
.ssd-associated-page table.my_account_software_license tr:last-child td {
    border-bottom: 0;
}

.ssd-associated-page mark,
.ssd-associated-page .order-status,
.ssd-associated-page .subscription-status {
    background: #eef2f7;
    border-radius: 999px;
    color: #43536b;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    padding: 5px 9px;
}

.ssd-associated-page .woocommerce-button,
.ssd-associated-page .button,
.ssd-associated-page button.button,
.ssd-associated-page input.button,
.ssd-associated-page a.button,
.ssd-associated-page .order-again a {
    align-items: center;
    background: #fff;
    border: 1px solid #dce3ef;
    border-radius: 10px;
    box-shadow: none;
    color: #051433;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    gap: 6px;
    min-height: 38px;
    padding: 8px 13px;
    text-decoration: none;
    transition: background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
    width: auto;
}

.ssd-associated-page .woocommerce-button:hover,
.ssd-associated-page .button:hover,
.ssd-associated-page button.button:hover,
.ssd-associated-page input.button:hover,
.ssd-associated-page a.button:hover,
.ssd-associated-page .order-again a:hover {
    background: #fff;
    box-shadow: 0 8px 18px rgba(15, 27, 51, .08);
    color: #051433;
}

.ssd-associated-page button.button,
.ssd-associated-page input.button,
.ssd-associated-page .button.alt,
.ssd-associated-page .woocommerce-button.pay,
.ssd-associated-page .woocommerce-button.view {
    background: #3166e6;
    border-color: #3166e6;
    color: #fff;
}

.ssd-associated-page button.button:hover,
.ssd-associated-page input.button:hover,
.ssd-associated-page .button.alt:hover,
.ssd-associated-page .woocommerce-button.pay:hover,
.ssd-associated-page .woocommerce-button.view:hover {
    background: #2557ca;
    border-color: #2557ca;
    color: #fff;
}

.ssd-associated-page form {
    background: #fff;
    border: 1px solid #dce3ef;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(15, 27, 51, .04);
    margin-bottom: 24px;
    padding: 22px;
}

.ssd-associated-page form.woocommerce-EditAccountForm,
.ssd-associated-page form.woocommerce-address-fields {
    max-width: 760px;
    margin-left: 0;
    margin-right: 0;
}

.ssd-associated-page fieldset {
    border: 1px solid #edf1f7;
    border-radius: 12px;
    margin: 20px 0;
    padding: 18px;
}

.ssd-associated-page legend {
    color: #051433;
    font-size: 15px;
    font-weight: 800;
    padding: 0 8px;
}

.ssd-associated-page label {
    color: #31435f;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px;
}

.ssd-associated-page input.input-text,
.ssd-associated-page input[type="text"],
.ssd-associated-page input[type="email"],
.ssd-associated-page input[type="tel"],
.ssd-associated-page input[type="password"],
.ssd-associated-page select,
.ssd-associated-page textarea {
    background: #fff;
    border: 1px solid #dce3ef;
    border-radius: 10px;
    color: #07162f;
    font: inherit;
    min-height: 42px;
    padding: 9px 12px;
    width: 100%;
}

.ssd-associated-page textarea {
    min-height: 110px;
}

.ssd-associated-page input:focus,
.ssd-associated-page select:focus,
.ssd-associated-page textarea:focus {
    border-color: #3166e6;
    box-shadow: 0 0 0 3px rgba(49, 102, 230, .12);
    outline: 0;
}

.ssd-associated-page .form-row {
    margin-bottom: 16px;
}

.ssd-associated-page .form-row-first,
.ssd-associated-page .form-row-last {
    width: calc(50% - 8px);
}

.ssd-associated-page address,
.ssd-associated-page .woocommerce-customer-details address {
    background: #fff;
    border: 1px solid #dce3ef;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(15, 27, 51, .04);
    color: #4d607b;
    font-size: 14px;
    line-height: 1.6;
    padding: 18px;
}

.ssd-associated-page .woocommerce-order-details,
.ssd-associated-page .woocommerce-customer-details,
.ssd-associated-page .woocommerce-MyAccount-paymentMethods,
.ssd-associated-page .woocommerce-Addresses,
.ssd-associated-page .woocommerce-Address,
.ssd-associated-page .woocommerce_subscription_details,
.ssd-associated-page .woocommerce_account_subscriptions,
.ssd-associated-page .woo-sl-label,
.ssd-associated-page .licence_expire {
    margin-top: 24px;
}

.ssd-associated-page .woocommerce-Addresses {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ssd-associated-page .woocommerce-Address {
    background: #fff;
    border: 1px solid #dce3ef;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(15, 27, 51, .04);
    padding: 20px;
}

.ssd-associated-page .woocommerce-Address-title {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.ssd-associated-page .woocommerce-Address-title h2,
.ssd-associated-page .woocommerce-order-details h2,
.ssd-associated-page .woocommerce-customer-details h2,
.ssd-associated-page .woocommerce-column__title,
.ssd-associated-page .woocommerce-order-downloads__title {
    color: #051433;
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 14px;
}

.ssd-associated-page .woocommerce-pagination {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 18px;
}

.ssd-associated-page .woocommerce-pagination a {
    align-items: center;
    background: #fff;
    border: 1px solid #dce3ef;
    border-radius: 10px;
    color: #051433;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    min-height: 38px;
    padding: 8px 13px;
    text-decoration: none;
}

.ssd-associated-page .woocommerce-orders-table__cell-order-actions,
.ssd-associated-page .woocommerce-orders-table__cell-subscription-actions,
.ssd-associated-page .download-file,
.ssd-associated-page .woocommerce-table__product-name,
.ssd-associated-page .woocommerce-table__product-total {
    vertical-align: middle;
}

.ssd-associated-page .woocommerce-orders-table__cell-order-actions .button,
.ssd-associated-page .woocommerce-orders-table__cell-subscription-actions .button,
.ssd-associated-page td.download-file .button {
    justify-content: center;
    min-width: 86px;
}

/**
 * Hello Elementor compatibility.
 *
 * Child themes often set global button, link, heading, and form styles. Keep those
 * rules from changing the SaaS account UI while staying scoped to this plugin.
 */
.woocommerce-account .ssd-dashboard,
.woocommerce-account .ssd-login-page,
.woocommerce-account .ssd-associated-page {
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    text-transform: none;
}

.woocommerce-account .ssd-dashboard *,
.woocommerce-account .ssd-login-page *,
.woocommerce-account .ssd-associated-page * {
    letter-spacing: 0;
    text-transform: none;
}

.woocommerce-account .ssd-dashboard a,
.woocommerce-account .ssd-login-page a,
.woocommerce-account .ssd-associated-page a {
    text-decoration: none;
}

.woocommerce-account .ssd-dashboard .ssd-hero h1,
.woocommerce-account .ssd-dashboard .ssd-card h3,
.woocommerce-account .ssd-login-page .ssd-auth-panel__header h2,
.woocommerce-account .ssd-associated-page .ssd-associated-hero h1 {
    color: #051433;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    text-transform: none;
}

.woocommerce-account .ssd-dashboard .ssd-tab {
    -webkit-appearance: none;
    appearance: none;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 2px solid transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #24344f !important;
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 -1px;
    min-height: 0;
    padding: 8px 12px 11px;
}

.woocommerce-account .ssd-dashboard .ssd-tab.is-active,
.woocommerce-account .ssd-dashboard .ssd-tab:focus,
.woocommerce-account .ssd-dashboard .ssd-tab:hover {
    background: transparent !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    box-shadow: none !important;
    color: #0b51ff !important;
}

.woocommerce-account .ssd-dashboard .ssd-tab.is-active {
    border-bottom-color: #195bff !important;
}

.woocommerce-account .ssd-dashboard .ssd-search {
    background: #fff !important;
    border: 1px solid #dce3ef !important;
    box-shadow: none !important;
}

.woocommerce-account .ssd-dashboard .ssd-search input,
.woocommerce-account .ssd-dashboard .ssd-status select,
.woocommerce-account .ssd-login-page input.input-text,
.woocommerce-account .ssd-associated-page input.input-text,
.woocommerce-account .ssd-associated-page select,
.woocommerce-account .ssd-associated-page textarea {
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.woocommerce-account .ssd-dashboard .ssd-search input {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
}

.woocommerce-account .ssd-dashboard .ssd-button,
.woocommerce-account .ssd-dashboard .ssd-card button,
.woocommerce-account .ssd-dashboard .ssd-table a,
.woocommerce-account .ssd-login-page .ssd-auth-button,
.woocommerce-account .ssd-associated-page .woocommerce-button,
.woocommerce-account .ssd-associated-page .button {
    box-shadow: none;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.2;
    text-decoration: none;
}

.woocommerce-account .ssd-dashboard .ssd-button--secondary,
.woocommerce-account .ssd-dashboard .ssd-card button,
.woocommerce-account .ssd-dashboard .ssd-table a {
    background: #fff !important;
    border-color: #dce3ef !important;
    color: #051433 !important;
}

.woocommerce-account .ssd-dashboard .ssd-button--dark {
    background: #0f1b33 !important;
    border-color: #0f1b33 !important;
    color: #fff !important;
}

.woocommerce-account .ssd-dashboard .ssd-button--primary,
.woocommerce-account .ssd-dashboard .ssd-card .ssd-copy,
.woocommerce-account .ssd-dashboard .ssd-card .ssd-regenerate {
    background: #3166e6 !important;
    border-color: #3166e6 !important;
    color: #fff !important;
}

.woocommerce-account .ssd-dashboard .ssd-button--download {
    background: #eaf7f1 !important;
    border-color: #bde8d5 !important;
    color: #05603a !important;
}

.woocommerce-account .ssd-dashboard .ssd-card .ssd-cancel {
    background: #fff1f2 !important;
    border-color: #fecdd3 !important;
    color: #be123c !important;
}

.woocommerce-account .ssd-dashboard .ssd-card .ssd-cancel:hover {
    background: #ffe4e6 !important;
    border-color: #fda4af !important;
    color: #9f1239 !important;
}

.woocommerce-account .ssd-login-page input.input-text,
.woocommerce-account .ssd-login-page input[type="text"],
.woocommerce-account .ssd-login-page input[type="email"],
.woocommerce-account .ssd-login-page input[type="password"] {
    background: #fff !important;
    border: 1px solid #dce3ef !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    color: #07162f !important;
    min-height: 44px !important;
    max-width: none !important;
    width: 100% !important;
}

.woocommerce-account .ssd-login-page .ssd-auth-form .form-row,
.woocommerce-account .ssd-login-page .ssd-auth-form .form-row-first,
.woocommerce-account .ssd-login-page .ssd-auth-form .form-row-last,
.woocommerce-account .ssd-login-page .ssd-auth-form .form-row-wide {
    clear: both !important;
    display: block !important;
    float: none !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
    width: 100% !important;
}

.woocommerce-account .ssd-login-page .ssd-auth-form label:not(.woocommerce-form-login__rememberme) {
    display: block !important;
    margin-bottom: 7px !important;
    width: 100% !important;
}

.woocommerce-account .ssd-login-page .ssd-auth-form__row {
    align-items: center !important;
    display: flex !important;
    gap: 14px !important;
    justify-content: space-between !important;
}

.woocommerce-account .ssd-login-page .woocommerce-form-login__rememberme {
    display: inline-flex !important;
    margin: 0 !important;
    width: auto !important;
}

.woocommerce-account .ssd-login-page .ssd-auth-button,
.woocommerce-account .ssd-login-page button.button.ssd-auth-button {
    background: #3166e6 !important;
    border-color: #3166e6 !important;
    border-radius: 10px !important;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: none !important;
}

@media (max-width: 980px) {
    .ssd-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .ssd-dashboard {
        margin-left: -16px;
        margin-right: -16px;
    }

    .ssd-shell {
        padding: 0 16px;
    }

    .ssd-hero__inner,
    .ssd-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .ssd-hero h1 {
        font-size: 25px;
    }

    .ssd-hero__actions {
        justify-content: flex-start;
    }

    .ssd-search {
        width: 100%;
    }

    .ssd-card-grid,
    .ssd-billing-grid {
        grid-template-columns: 1fr;
    }

    .ssd-associated-page {
        margin-left: -16px;
        margin-right: -16px;
    }

    .ssd-login-page {
        margin-left: -16px;
        margin-right: -16px;
        padding-bottom: 56px;
    }

    .ssd-login-grid,
    .ssd-login-grid.has-login-only {
        grid-template-columns: 1fr;
    }

    .ssd-auth-panel {
        padding: 20px;
    }

    .ssd-auth-form__row {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .ssd-associated-rail {
        padding-left: 16px;
        padding-right: 16px;
    }

    .ssd-associated-hero {
        align-items: stretch;
        flex-direction: column;
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .ssd-associated-hero h1 {
        font-size: 25px;
    }

    .ssd-associated-actions {
        justify-content: flex-start;
    }

    .ssd-associated-page .form-row-first,
    .ssd-associated-page .form-row-last {
        width: 100%;
    }

    .ssd-associated-page .woocommerce-Addresses {
        grid-template-columns: 1fr;
    }

    .ssd-associated-page form {
        padding: 18px;
    }

    .ssd-associated-page table.shop_table,
    .ssd-associated-page table.my_account_orders,
    .ssd-associated-page table.subscription_details,
    .ssd-associated-page table.order_details,
    .ssd-associated-page table.woocommerce-table,
    .ssd-associated-page table.my_account_software_license {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}
