body.woocommerce-account.bb-theme-account-ui {
    overflow-x: hidden;
}

body.woocommerce-account.bb-theme-account-ui .bb-woo-shell,
body.woocommerce-account.bb-theme-account-ui .bb-woo-shell > .container,
body.woocommerce-account.bb-theme-account-ui .wc-container,
body.woocommerce-account.bb-theme-account-ui main,
body.woocommerce-account.bb-theme-account-ui .content-area,
body.woocommerce-account.bb-theme-account-ui .site-main {
    width: 100% !important;
    max-width: none !important;
}

body.woocommerce-account.bb-theme-account-ui .bb-woo-shell {
    padding: 24px 0 64px !important;
}

body.woocommerce-account.bb-theme-account-ui .bb-woo-shell > .container,
body.woocommerce-account.bb-theme-account-ui .wc-container {
    width: min(1480px, calc(100% - 32px)) !important;
    max-width: 1480px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

body.woocommerce-account.bb-theme-account-ui .woocommerce {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 220px minmax(0, 1fr) !important;
    gap: 24px !important;
    align-items: start !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    border-radius: 0 !important;
}

body.woocommerce-account.bb-theme-account-ui .woocommerce::before {
    display: none !important;
    content: none !important;
}

body.woocommerce-account.bb-theme-account-ui .woocommerce-MyAccount-navigation {
    position: sticky !important;
    top: calc(var(--bb-account-header, 80px) + 16px) !important;
    float: none !important;
    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;
    margin: 0 !important;
    padding: 18px !important;
    align-self: start !important;
    overflow: auto !important;
    max-height: calc(100vh - var(--bb-account-header, 80px) - 32px) !important;
    border-radius: 24px !important;
    background: linear-gradient(180deg, #08171d 0%, #10262c 100%) !important;
    border: 1px solid rgba(42, 157, 143, 0.18) !important;
    box-shadow: 0 22px 46px rgba(2, 6, 23, 0.24) !important;
}

body.woocommerce-account.bb-theme-account-ui .woocommerce-MyAccount-navigation ul {
    display: grid !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.woocommerce-account.bb-theme-account-ui .woocommerce-MyAccount-navigation li + li {
    margin-top: 0 !important;
}

body.woocommerce-account.bb-theme-account-ui .woocommerce-MyAccount-navigation a {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    min-height: 46px !important;
    padding: 11px 14px !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.04) !important;
    color: #f8fafc !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

body.woocommerce-account.bb-theme-account-ui .woocommerce-MyAccount-navigation .is-active a,
body.woocommerce-account.bb-theme-account-ui .woocommerce-MyAccount-navigation a:hover,
body.woocommerce-account.bb-theme-account-ui .woocommerce-MyAccount-navigation a:focus {
    background: rgba(45, 212, 191, 0.16) !important;
    color: #ffffff !important;
}

body.woocommerce-account.bb-theme-account-ui .woocommerce-MyAccount-content {
    float: none !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
}

body.woocommerce-account.bb-theme-account-ui .woocommerce-MyAccount-content > * {
    min-width: 0 !important;
}

body.woocommerce-account.bb-theme-account-ui .woocommerce-MyAccount-content > * + * {
    margin-top: 24px !important;
}

body.woocommerce-account.bb-theme-account-ui .woocommerce-MyAccount-content :is(form.woocommerce-EditAccountForm, form.woocommerce-form, .woocommerce-Address, .woocommerce-Addresses, .woocommerce-order-details, .woocommerce-customer-details, .woocommerce-order-downloads, .woocommerce-PaymentMethods, .woocommerce-MyAccount-paymentMethods, .woocommerce-orders-table, table.shop_table, .woocommerce-table) {
    background: rgba(255, 255, 255, 0.98) !important;
    color: #111827 !important;
    border: 1px solid #d7dee6 !important;
    border-radius: 24px !important;
    box-shadow: 0 22px 46px rgba(15, 23, 42, 0.08) !important;
}

body.woocommerce-account.bb-theme-account-ui .woocommerce-MyAccount-content :is(form.woocommerce-EditAccountForm, form.woocommerce-form, .woocommerce-Address, .woocommerce-Addresses, .woocommerce-order-details, .woocommerce-customer-details, .woocommerce-order-downloads, .woocommerce-PaymentMethods, .woocommerce-MyAccount-paymentMethods) {
    padding: 24px !important;
}

body.woocommerce-account.bb-theme-account-ui .woocommerce-MyAccount-content :is(h2, h3, h4, label, legend, p, span, strong, small, td, th, li, a) {
    color: inherit;
}

body.woocommerce-account.bb-theme-account-ui .woocommerce-MyAccount-content :is(table.shop_table, .woocommerce-orders-table, .woocommerce-table) {
    width: 100% !important;
    overflow: hidden !important;
    border-collapse: collapse !important;
}

body.woocommerce-account.bb-theme-account-ui .woocommerce-MyAccount-content :is(table.shop_table, .woocommerce-orders-table, .woocommerce-table) th,
body.woocommerce-account.bb-theme-account-ui .woocommerce-MyAccount-content :is(table.shop_table, .woocommerce-orders-table, .woocommerce-table) td {
    padding: 14px 16px !important;
    border-bottom: 1px solid #e5e7eb !important;
    color: #111827 !important;
}

body.woocommerce-account.bb-theme-account-ui .woocommerce-MyAccount-content :is(input.input-text, input, select, textarea) {
    width: 100% !important;
    min-height: 48px !important;
    padding: 12px 14px !important;
    border-radius: 14px !important;
    border: 1px solid #cbd5e1 !important;
    background: #ffffff !important;
    color: #111827 !important;
    box-shadow: none !important;
}

body.woocommerce-account.bb-theme-account-ui .woocommerce-MyAccount-content :is(input, textarea)::placeholder {
    color: #6b7280 !important;
    opacity: 1 !important;
}

body.woocommerce-account.bb-theme-account-ui .woocommerce-MyAccount-content :is(.button, button.button, a.button, input.button) {
    min-height: 46px !important;
    padding: 0 18px !important;
    border-radius: 999px !important;
    border: 0 !important;
    background: linear-gradient(135deg, #0f766e, #14b8a6) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
}

body.woocommerce-account.bb-theme-account-ui .woocommerce-MyAccount-content .button.button-secondary,
body.woocommerce-account.bb-theme-account-ui .woocommerce-MyAccount-content a.button.button-secondary {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #e5f9f7 !important;
    border: 1px solid rgba(45, 212, 191, 0.28) !important;
}

.bb-theme-account-panel {
    display: grid;
    gap: 24px;
    width: 100%;
    min-width: 0;
}

.bb-theme-panel-topbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.bb-theme-panel-topbar > div {
    min-width: 0;
}

.bb-theme-panel-topbar h2 {
    margin: 0 0 8px !important;
    color: #f8fafc !important;
    font-size: clamp(28px, 3vw, 38px) !important;
    line-height: 1.05 !important;
}

.bb-theme-panel-topbar p {
    margin: 0;
    color: rgba(226, 232, 240, 0.8) !important;
    max-width: 72ch;
}

.bb-theme-panel-kicker,
.bb-theme-metric-label {
    display: inline-block;
    color: #5eead4;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.bb-theme-panel-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.bb-theme-metric-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.bb-theme-dashboard-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.85fr);
    gap: 24px;
    align-items: start;
}

.bb-theme-dashboard-main,
.bb-theme-side-stack {
    display: grid;
    gap: 24px;
    min-width: 0;
}

.bb-theme-panel-card {
    min-width: 0;
    padding: 24px;
    border-radius: 24px;
    border: 1px solid rgba(42, 157, 143, 0.18);
    background: linear-gradient(180deg, rgba(8, 23, 29, 0.97) 0%, rgba(16, 38, 44, 0.95) 100%);
    color: #f8fafc;
    box-shadow: 0 22px 48px rgba(2, 6, 23, 0.26);
}

.bb-theme-panel-card--light {
    background: rgba(255, 255, 255, 0.98);
    color: #111827;
    border-color: #d7dee6;
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.08);
}

.bb-theme-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.bb-theme-card-head h3 {
    margin: 0 0 6px !important;
    font-size: 1.1rem !important;
}

.bb-theme-card-head p {
    margin: 0;
    color: inherit;
    opacity: 0.78;
}

.bb-theme-metric-card {
    display: grid;
    gap: 10px;
}

.bb-theme-metric-value {
    display: block;
    font-size: clamp(24px, 2.4vw, 34px);
    line-height: 1.05;
    overflow-wrap: anywhere;
    font-variant-numeric: tabular-nums;
}

.bb-theme-metric-note {
    color: inherit;
    opacity: 0.72;
    line-height: 1.55;
}

.bb-theme-detail-list {
    display: grid;
    gap: 12px;
}

.bb-theme-detail-list > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
}

.bb-theme-panel-card--light .bb-theme-detail-list > div {
    background: #f8fafc;
}

.bb-theme-detail-list span {
    opacity: 0.74;
}

.bb-theme-bars {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
    align-items: end;
    min-height: 220px;
}

.bb-theme-bar {
    display: grid;
    justify-items: center;
    gap: 8px;
    height: 100%;
}

.bb-theme-bar-fill {
    display: block;
    width: 100%;
    min-height: 18px;
    border-radius: 999px;
    background: linear-gradient(180deg, #2dd4bf 0%, #0f766e 100%);
}

.bb-theme-bar small {
    color: inherit;
    opacity: 0.74;
}

.bb-theme-live-list,
.bb-theme-order-list,
.bb-theme-wallet-grid,
.bb-theme-status-grid {
    display: grid;
    gap: 14px;
}

.bb-theme-live-row,
.bb-theme-order-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
}

.bb-theme-panel-card--light .bb-theme-order-row {
    background: #f8fafc;
}

.bb-theme-live-row strong,
.bb-theme-order-row strong {
    display: block;
    overflow-wrap: anywhere;
}

.bb-theme-live-row span,
.bb-theme-order-row span {
    color: inherit;
    opacity: 0.72;
    font-size: 13px;
}

.bb-theme-live-price,
.bb-theme-order-side {
    text-align: right;
}

.bb-theme-live-price .is-up {
    color: #86efac;
    opacity: 1;
}

.bb-theme-live-price .is-down {
    color: #fda4af;
    opacity: 1;
}

.bb-theme-live-price .is-flat {
    color: #cbd5e1;
    opacity: 1;
}

.bb-theme-status-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bb-theme-status-card {
    padding: 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    text-align: center;
}

.bb-theme-status-card span {
    display: block;
    margin-bottom: 8px;
    opacity: 0.72;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.bb-theme-status-card strong {
    font-size: 1.45rem;
}

.bb-theme-wallet-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.bb-theme-wallet-card {
    display: grid;
    gap: 14px;
}

.bb-theme-wallet-head {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.bb-theme-wallet-head > div {
    min-width: 0;
}

.bb-theme-wallet-badge {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    background: var(--bb-asset-color, #334155);
    color: #ffffff;
    font-weight: 800;
}

.bb-theme-wallet-head strong,
.bb-theme-wallet-head span {
    display: block;
    overflow-wrap: anywhere;
}

.bb-theme-wallet-head span {
    color: inherit;
    opacity: 0.72;
    font-size: 13px;
}

.bb-theme-wallet-balance {
    font-size: clamp(22px, 2.2vw, 30px);
    line-height: 1.08;
    font-weight: 800;
    overflow-wrap: anywhere;
    font-variant-numeric: tabular-nums;
}

.bb-theme-wallet-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.bb-theme-wallet-meta span {
    color: inherit;
    opacity: 0.72;
    font-size: 13px;
}

.bb-theme-wallet-meta strong {
    overflow-wrap: anywhere;
    font-variant-numeric: tabular-nums;
    text-align: right;
}

.bb-theme-panel-notice h3,
.bb-theme-wallet-empty,
.bb-theme-live-empty,
.bb-theme-order-empty,
.bb-theme-bars-empty {
    color: inherit;
}

@media (max-width: 1200px) {
    .bb-theme-metric-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bb-theme-dashboard-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    body.woocommerce-account.bb-theme-account-ui .bb-woo-shell > .container,
    body.woocommerce-account.bb-theme-account-ui .wc-container {
        width: calc(100% - 20px) !important;
    }

    body.woocommerce-account.bb-theme-account-ui .woocommerce {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    body.woocommerce-account.bb-theme-account-ui .woocommerce-MyAccount-navigation {
        position: static !important;
        top: auto !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        max-height: none !important;
    }

    body.woocommerce-account.bb-theme-account-ui .woocommerce-MyAccount-navigation ul {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        gap: 10px !important;
        padding-bottom: 4px !important;
    }

    body.woocommerce-account.bb-theme-account-ui .woocommerce-MyAccount-navigation li {
        flex: 0 0 auto !important;
        min-width: 170px !important;
    }
}

@media (max-width: 767px) {
    .bb-theme-panel-topbar,
    .bb-theme-live-row,
    .bb-theme-order-row,
    .bb-theme-wallet-meta,
    .bb-theme-detail-list > div {
        flex-direction: column;
        align-items: flex-start;
    }

    .bb-theme-panel-actions,
    .bb-theme-metric-grid,
    .bb-theme-wallet-grid,
    .bb-theme-status-grid {
        grid-template-columns: 1fr;
    }

    .bb-theme-live-price,
    .bb-theme-order-side {
        text-align: left;
    }

    body.woocommerce-account.bb-theme-account-ui .woocommerce-MyAccount-content :is(table.shop_table, .woocommerce-orders-table, .woocommerce-table) {
        display: block !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
    }
}

/* BUYBITCOIN MY ACCOUNT WIDTH FIX */
/* Legacy emergency layout hacks removed.
   Final account and checkout overrides now live in style_account_final_override.css. */

/* BUYBITCOIN POLISH FINAL - ACCOUNT */
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-account-panel {
  gap: 18px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-dashboard-stack,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-dashboard-main,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-side-stack {
  display: grid !important;
  gap: 16px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-panel-topbar {
  gap: 16px !important;
  align-items: flex-start !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-panel-topbar h2 {
  font-size: clamp(24px, 2.6vw, 32px) !important;
  line-height: 1.04 !important;
  margin-bottom: 6px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-panel-topbar p {
  max-width: 62ch !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-panel-actions {
  gap: 8px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-panel-actions .button,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-panel-actions a.button {
  min-height: 42px !important;
  padding: 0 16px !important;
  font-size: 13px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-metric-grid {
  gap: 14px !important;
  margin: 0 !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-panel-card,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-metric-card,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-wallet-card {
  padding: 18px !important;
  border-radius: 18px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-metric-card {
  min-height: 132px !important;
  gap: 8px !important;
  align-content: start !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-panel-kicker,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-metric-label,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-card-head h3,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-wallet-meta span,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-status-card span {
  font-size: 12px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-card-head {
  margin-bottom: 14px !important;
  gap: 12px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-card-head h3 {
  margin-bottom: 4px !important;
  font-size: 13px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-card-head p,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-metric-note,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-live-row span,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-order-row span,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-wallet-head span,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-detail-list span {
  font-size: 13px !important;
  line-height: 1.45 !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-metric-value {
  font-size: clamp(24px, 2vw, 34px) !important;
  line-height: 1.05 !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-wallet-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
  gap: 14px !important;
  margin: 0 !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-wallet-card {
  gap: 10px !important;
  min-height: 0 !important;
  align-content: start !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-wallet-head {
  align-items: flex-start !important;
  gap: 10px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-wallet-badge {
  width: 40px !important;
  height: 40px !important;
  flex-basis: 40px !important;
  border-radius: 13px !important;
  font-size: 14px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-wallet-balance {
  font-size: clamp(22px, 2vw, 32px) !important;
  line-height: 1.08 !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-wallet-meta {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 8px !important;
  align-items: start !important;
  padding-top: 10px !important;
  border-top: 1px solid rgba(148, 163, 184, 0.14) !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-wallet-meta strong,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-detail-list strong {
  font-size: 14px !important;
  line-height: 1.35 !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-live-list {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
  gap: 12px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-live-row,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-order-row,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-detail-list > div {
  padding: 12px 14px !important;
  border-radius: 14px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-live-price strong,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-order-side strong {
  font-size: 15px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-status-grid {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
  gap: 12px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-status-card {
  padding: 14px !important;
  border-radius: 14px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-status-card strong {
  font-size: clamp(24px, 2vw, 32px) !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-live-market,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-orders,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-wide-card {
  margin-top: 0 !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-panel-card--light {
  background: linear-gradient(180deg, #f4fafb 0%, #eef5f6 100%) !important;
  border-color: #d7e4e7 !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-panel-card--light .bb-theme-detail-list > div,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-panel-card--light .bb-theme-order-row {
  background: rgba(15, 23, 42, 0.04) !important;
}

/* BUYBITCOIN POLISH FINAL - BUY CARDS */
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-buy-cards-panel {
  overflow: visible !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-buy-cards-shell {
  width: 100% !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-buy-cards-panel [data-bbua-grid] {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 280px)) !important;
  gap: 14px !important;
  width: 100% !important;
  padding: 0 !important;
  justify-content: stretch !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-buy-cards-panel [data-bbua-grid] > * {
  min-width: 0 !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-buy-cards-panel .kh-card,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-buy-cards-panel .bbua-card,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-buy-cards-panel .buybitcoin-card {
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  padding: 18px !important;
  border-radius: 18px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-buy-cards-panel .bbua-card-top {
  margin-bottom: 14px !important;
  padding-bottom: 14px !important;
  gap: 12px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-buy-cards-panel .bbua-coin {
  gap: 10px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-buy-cards-panel .bbua-logo,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-buy-cards-panel .bbua-logo-fallback {
  width: 42px !important;
  height: 42px !important;
  flex-basis: 42px !important;
  border-radius: 14px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-buy-cards-panel .kh-card h3 {
  font-size: 18px !important;
  line-height: 1.08 !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-buy-cards-panel .bbua-live {
  min-width: 0 !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-buy-cards-panel .bbua-live-price {
  font-size: clamp(20px, 1.8vw, 24px) !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-buy-cards-panel .bbua-symbol,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-buy-cards-panel .bbua-live-label,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-buy-cards-panel .bbua-small-label,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-buy-cards-panel .bbua-input-label {
  font-size: 11px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-buy-cards-panel .bbua-receive-box {
  padding: 12px 14px !important;
  border-radius: 14px !important;
  margin-bottom: 14px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-buy-cards-panel .bbua-estimate {
  margin-top: 6px !important;
  font-size: 18px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-buy-cards-panel .bbua-input-row {
  margin-bottom: 12px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-buy-cards-panel .bbua-usd-input {
  min-height: 46px !important;
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-buy-cards-panel .bbua-buy-btn {
  min-height: 46px !important;
  padding: 12px 14px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-buy-cards-panel img {
  object-fit: contain !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-buy-cards-panel .bbua-empty {
  margin: 0 !important;
  border-radius: 16px !important;
}

@media (max-width: 900px) {
  html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-live-list {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767px) {
  html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-panel-topbar,
  html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-live-row,
  html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-order-row,
  html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-detail-list > div,
  html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-wallet-meta,
  html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-buy-cards-panel .bbua-card-top {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-buy-cards-panel [data-bbua-grid] {
    grid-template-columns: 1fr !important;
  }

  html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-buy-cards-panel .bbua-live,
  html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-live-price,
  html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-order-side {
    text-align: left !important;
    width: 100% !important;
  }
}

/* BUYBITCOIN UX POLISH COMPACT FINAL */
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .woocommerce-MyAccount-navigation {
  padding: 16px !important;
  border-radius: 22px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .woocommerce-MyAccount-navigation ul {
  gap: 8px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .woocommerce-MyAccount-navigation a {
  min-height: 44px !important;
  padding: 10px 13px !important;
  font-size: 13px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .woocommerce-MyAccount-content > * + * {
  margin-top: 18px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-account-panel,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-dashboard-main,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-side-stack,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-dashboard-stack {
  gap: 14px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-panel-topbar {
  gap: 14px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-panel-topbar h2 {
  font-size: clamp(24px, 2.3vw, 30px) !important;
  line-height: 1.04 !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-panel-topbar p {
  max-width: 64ch !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-panel-actions .button,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-panel-actions a.button {
  min-height: 40px !important;
  padding: 0 15px !important;
  font-size: 13px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-panel-card,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-metric-card,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-wallet-card {
  padding: 16px !important;
  border-radius: 16px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-metric-grid {
  gap: 12px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-metric-card {
  min-height: 124px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-card-head {
  margin-bottom: 12px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-card-head h3 {
  font-size: 13px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-card-head p,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-metric-note,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-live-row span,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-order-row span,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-wallet-head span,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-detail-list span {
  font-size: 13px !important;
  line-height: 1.4 !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-metric-value,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-status-card strong {
  font-size: clamp(24px, 2vw, 34px) !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-detail-list {
  gap: 10px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-detail-list > div,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-live-row,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-order-row {
  padding: 11px 13px !important;
  border-radius: 14px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-wallet-grid {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)) !important;
  gap: 12px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-wallet-badge {
  width: 38px !important;
  height: 38px !important;
  flex-basis: 38px !important;
  border-radius: 12px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-wallet-balance {
  font-size: clamp(22px, 2vw, 30px) !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-wallet-meta {
  padding-top: 8px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-wallet-meta strong,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-detail-list strong {
  font-size: 14px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-live-list {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
  gap: 10px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-status-grid {
  gap: 10px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-status-card {
  padding: 13px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-account-dashboard .bb-theme-dashboard-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr) !important;
  gap: 14px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-account-dashboard .bb-theme-dashboard-main {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-account-dashboard .bb-theme-dashboard-main > :nth-child(1),
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-account-dashboard .bb-theme-dashboard-main > :nth-child(2) {
  grid-column: span 6 !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-account-dashboard .bb-theme-dashboard-main > :nth-child(3) {
  grid-column: 1 / -1 !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-account-dashboard > .bb-theme-panel-card:last-child .bb-theme-wallet-grid {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-crypto-dashboard .bb-theme-dashboard-stack,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-crypto-wallet .bb-theme-dashboard-stack {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  gap: 14px !important;
  align-items: start !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-crypto-dashboard .bb-theme-dashboard-stack > :nth-child(1) {
  grid-column: span 7 !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-crypto-dashboard .bb-theme-dashboard-stack > :nth-child(2) {
  grid-column: span 5 !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-crypto-dashboard .bb-theme-dashboard-stack > :nth-child(3) {
  grid-column: span 4 !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-crypto-dashboard .bb-theme-dashboard-stack > :nth-child(4) {
  grid-column: span 8 !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-crypto-wallet .bb-theme-dashboard-stack > :nth-child(1) {
  grid-column: span 8 !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-crypto-wallet .bb-theme-dashboard-stack > :nth-child(2) {
  grid-column: span 4 !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-crypto-wallet .bb-theme-dashboard-stack > :nth-child(3) {
  grid-column: 1 / -1 !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-panel-card--light {
  background: linear-gradient(180deg, #f6fafb 0%, #eef4f5 100%) !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-wallet-buy-section {
  scroll-margin-top: 120px;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-wallet-buy-section .bb-theme-card-head {
  margin-bottom: 10px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-wallet-buy-section .bb-theme-card-head h3 {
  font-size: 12px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-wallet-buy-section .bb-theme-card-head p {
  font-size: 13px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-wallet-buy-section [data-bbua-grid] {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)) !important;
  gap: 12px !important;
  width: 100% !important;
  padding: 0 !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-wallet-buy-section [data-bbua-grid] > * {
  min-width: 0 !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-wallet-buy-section .kh-card,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-wallet-buy-section .bbua-card,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-wallet-buy-section .buybitcoin-card {
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  padding: 14px !important;
  border-radius: 16px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-wallet-buy-section .bbua-card-top {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 10px !important;
  align-items: start !important;
  margin-bottom: 12px !important;
  padding-bottom: 12px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-wallet-buy-section .bbua-coin {
  gap: 10px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-wallet-buy-section .bbua-logo,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-wallet-buy-section .bbua-logo-fallback {
  width: 38px !important;
  height: 38px !important;
  flex-basis: 38px !important;
  border-radius: 12px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-wallet-buy-section .bbua-logo-fallback {
  font-size: 15px !important;
  font-weight: 800 !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-wallet-buy-section .kh-card h3 {
  font-size: 15px !important;
  line-height: 1.1 !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-wallet-buy-section .bbua-live {
  min-width: 0 !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-wallet-buy-section .bbua-live-price {
  font-size: clamp(20px, 1.8vw, 24px) !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-wallet-buy-section .bbua-symbol,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-wallet-buy-section .bbua-live-label,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-wallet-buy-section .bbua-small-label,
html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-wallet-buy-section .bbua-input-label {
  font-size: 11px !important;
  letter-spacing: 0.08em !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-wallet-buy-section .bbua-receive-box {
  padding: 10px 12px !important;
  margin-bottom: 12px !important;
  border-radius: 14px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-wallet-buy-section .bbua-estimate {
  margin-top: 4px !important;
  font-size: 17px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-wallet-buy-section .bbua-buy-form {
  display: grid !important;
  gap: 8px !important;
  margin-top: auto !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-wallet-buy-section .bbua-input-label {
  margin-bottom: 6px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-wallet-buy-section .bbua-input-row {
  margin: 0 !important;
  min-height: 42px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-wallet-buy-section .bbua-dollar {
  left: 12px !important;
  font-size: 13px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-wallet-buy-section .bbua-usd-input {
  min-height: 42px !important;
  padding: 10px 12px 10px 30px !important;
}

html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-wallet-buy-section .bbua-buy-btn {
  min-height: 42px !important;
  padding: 11px 14px !important;
}

@media (max-width: 1180px) {
  html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-account-dashboard .bb-theme-dashboard-grid,
  html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-crypto-dashboard .bb-theme-dashboard-stack,
  html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-crypto-wallet .bb-theme-dashboard-stack {
    grid-template-columns: 1fr !important;
  }

  html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-account-dashboard .bb-theme-dashboard-main > :nth-child(1),
  html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-account-dashboard .bb-theme-dashboard-main > :nth-child(2),
  html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-account-dashboard .bb-theme-dashboard-main > :nth-child(3),
  html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-crypto-dashboard .bb-theme-dashboard-stack > :nth-child(1),
  html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-crypto-dashboard .bb-theme-dashboard-stack > :nth-child(2),
  html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-crypto-dashboard .bb-theme-dashboard-stack > :nth-child(3),
  html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-crypto-dashboard .bb-theme-dashboard-stack > :nth-child(4),
  html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-crypto-wallet .bb-theme-dashboard-stack > :nth-child(1),
  html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-crypto-wallet .bb-theme-dashboard-stack > :nth-child(2),
  html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-crypto-wallet .bb-theme-dashboard-stack > :nth-child(3) {
    grid-column: auto !important;
  }
}

@media (max-width: 900px) {
  html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-account-dashboard .bb-theme-dashboard-main {
    grid-template-columns: 1fr !important;
  }

  html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-account-dashboard .bb-theme-dashboard-main > :nth-child(1),
  html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-account-dashboard .bb-theme-dashboard-main > :nth-child(2),
  html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-account-dashboard .bb-theme-dashboard-main > :nth-child(3) {
    grid-column: auto !important;
  }

  html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-live-list {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767px) {
  html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-wallet-buy-section [data-bbua-grid] {
    grid-template-columns: 1fr !important;
  }

  html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-wallet-buy-section .bbua-card-top,
  html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-wallet-meta,
  html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-live-row,
  html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-order-row,
  html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-detail-list > div {
    grid-template-columns: 1fr !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-wallet-buy-section .bbua-live,
  html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-live-price,
  html body.woocommerce-account.bb-theme-account-ui.bb-account-dashboard-app .bb-theme-order-side {
    text-align: left !important;
    width: 100% !important;
  }
}
