body.mcp-payment-body {
    background: #f7f8fa !important;
}

.mcp-shell {
    max-width: 620px;
    margin: 34px auto 50px;
    padding: 0 14px;
    box-sizing: border-box;
    color: #16181d;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.mcp-shell,
.mcp-shell * {
    box-sizing: border-box;
}

.mcp-checkout-card,
.mcp-info-card {
    background: #ffffff;
    border: 1px solid #eef0f3;
    border-radius: 16px;
    box-shadow: 0 7px 26px rgba(18, 28, 45, .08);
}

.mcp-checkout-card {
    overflow: hidden;
}

.mcp-brand-header {
    padding: 24px 28px 20px;
    background: #fbfbfc;
    border-bottom: 1px solid #f1f2f4;
}

.mcp-store-name {
    margin: 0;
    color: #111318;
    font-size: 21px;
    line-height: 1.25;
    font-weight: 600;
}

.mcp-store-subtitle {
    margin-top: 6px;
    color: #4f5560;
    font-size: 12px;
}

.mcp-step-tabs {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 15px 28px 0;
}

.mcp-step-tab {
    appearance: none;
    border: 1px solid #8d96a3;
    background: #ffffff;
    color: #444b55;
    border-radius: 5px;
    padding: 4px 9px;
    font: inherit;
    font-size: 13px;
    line-height: 1.2;
    cursor: pointer;
    transition: background .15s ease, color .15s ease, border-color .15s ease;
}

.mcp-step-tab.is-active {
    background: #62a8f5;
    border-color: #62a8f5;
    color: #ffffff;
}

.mcp-step-tab:disabled {
    opacity: .55;
    cursor: default;
}

.mcp-step-panel {
    padding: 20px 28px 26px;
}

.mcp-step-panel[hidden] {
    display: none !important;
}

.mcp-field-label {
    color: #7a818c;
    font-size: 11px;
    line-height: 1.3;
    margin-bottom: 7px;
}

.mcp-asset-picker {
    position: relative;
    width: 100%;
    z-index: 18;
}

.mcp-asset-picker-button {
    appearance: none !important;
    -webkit-appearance: none !important;
    width: 100% !important;
    min-height: 58px;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 8px 14px !important;
    border: 1px solid #e1e4e8 !important;
    border-radius: 9px !important;
    background: #ffffff !important;
    color: #22252a !important;
    box-shadow: none !important;
    text-align: left !important;
    cursor: pointer;
    transition: border-color .16s ease, box-shadow .16s ease;
}

.mcp-asset-picker-button:hover,
.mcp-asset-picker-button:focus-visible,
.mcp-asset-picker.is-open .mcp-asset-picker-button {
    border-color: #79b5f7 !important;
    box-shadow: 0 0 0 2px rgba(98, 168, 245, .12) !important;
    outline: none !important;
}

.mcp-asset-picker-button:disabled,
.mcp-asset-picker.is-disabled .mcp-asset-picker-button {
    cursor: default;
    opacity: .78;
}

.mcp-coin-icon,
.mcp-asset-option-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
}

.mcp-asset-option-icon {
    margin-right: 2px;
}

.mcp-asset-coin-svg {
    display: block;
    width: 30px;
    height: 30px;
    filter: drop-shadow(0 1px 1px rgba(20, 24, 31, .08));
}

.mcp-asset-current,
.mcp-asset-option-text {
    min-width: 0;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left !important;
    line-height: 1.18;
}

.mcp-asset-current strong,
.mcp-asset-option-text strong {
    color: #15181d;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none !important;
}

.mcp-asset-current small,
.mcp-asset-option-text small {
    margin-top: 4px;
    color: #9aa1aa;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none !important;
}

.mcp-asset-chevron {
    width: 8px;
    height: 8px;
    margin-left: auto;
    margin-right: 3px;
    border-right: 2px solid #adb3bb;
    border-bottom: 2px solid #adb3bb;
    transform: rotate(45deg) translateY(-2px);
    transition: transform .16s ease;
}

.mcp-asset-picker.is-open .mcp-asset-chevron {
    transform: rotate(225deg) translate(-2px, -2px);
}

.mcp-asset-menu {
    position: absolute;
    top: calc(100% + 7px);
    left: 0;
    right: 0;
    z-index: 120;
    overflow: hidden;
    padding: 8px 0 6px;
    border: 1px solid #dce1e7;
    border-radius: 9px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(25, 35, 48, .14);
}

.mcp-asset-menu[hidden] {
    display: none !important;
}

.mcp-asset-search-wrap {
    position: relative;
    margin: 0 9px 6px;
}

.mcp-asset-search-icon {
    position: absolute;
    top: 50%;
    left: 12px;
    width: 13px;
    height: 13px;
    margin-top: -7px;
    border: 1.5px solid #b7bdc5;
    border-radius: 50%;
    pointer-events: none;
}

.mcp-asset-search-icon::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 1.5px;
    right: -5px;
    bottom: -3px;
    border-radius: 2px;
    background: #b7bdc5;
    transform: rotate(45deg);
    transform-origin: left center;
}

.mcp-asset-search {
    appearance: none !important;
    -webkit-appearance: none !important;
    width: 100% !important;
    min-height: 40px !important;
    margin: 0 !important;
    padding: 8px 11px 8px 34px !important;
    border: 1px solid #e2e5e9 !important;
    border-radius: 5px !important;
    background: #fafbfc !important;
    color: #30343a !important;
    box-shadow: none !important;
    font: inherit !important;
    font-size: 13px !important;
    outline: none !important;
}

.mcp-asset-search:focus {
    border-color: #91bef3 !important;
    box-shadow: 0 0 0 2px rgba(98, 168, 245, .10) !important;
}

.mcp-asset-search::placeholder {
    color: #8c939d;
}

.mcp-asset-options {
    max-height: 252px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #9aa1aa transparent;
    padding: 2px 0;
}

.mcp-asset-options::-webkit-scrollbar {
    width: 7px;
}

.mcp-asset-options::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #9aa1aa;
}

.mcp-asset-option {
    appearance: none !important;
    -webkit-appearance: none !important;
    width: 100% !important;
    min-height: 54px;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 0 !important;
    padding: 8px 14px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    color: #20242a !important;
    box-shadow: none !important;
    text-align: left !important;
    cursor: pointer;
}

.mcp-asset-option:hover,
.mcp-asset-option:focus-visible {
    background: #f7f9fb !important;
    outline: none !important;
}

.mcp-asset-option.is-selected {
    background: #f1f4f7 !important;
}

.mcp-asset-option * {
    text-align: left !important;
}

.mcp-asset-option[hidden] {
    display: none !important;
}

.mcp-asset-empty {
    padding: 16px 14px;
    color: #8d949d;
    font-size: 12px;
    text-align: center;
}

.mcp-asset-empty[hidden] {
    display: none !important;
}

.mcp-native-asset-select {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.mcp-amount-preview {
    margin-top: 22px;
}

.mcp-preview-crypto {
    color: #12151a;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 500;
}

.mcp-preview-fiat {
    margin-top: 4px;
    color: #737b86;
    font-size: 12px;
}

.mcp-primary-button {
    appearance: none;
    width: 100%;
    min-height: 52px;
    border: 0;
    border-radius: 7px;
    background: #61a7f4;
    color: #ffffff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 13px 18px;
    text-decoration: none !important;
    font: inherit;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: none;
    transition: background .15s ease, transform .15s ease;
}

.mcp-primary-button:hover,
.mcp-primary-button:focus-visible {
    background: #4d9aef;
    transform: translateY(-1px);
}

.mcp-primary-button:disabled,
.mcp-primary-button.is-loading {
    opacity: .72;
    cursor: wait;
    transform: none;
}

.mcp-next-button {
    margin-top: 110px;
}

.mcp-rate-start-note {
    margin: 10px 0 0;
    color: #8a9099;
    font-size: 10px;
    line-height: 1.5;
    text-align: center;
}

.mcp-rate-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: #636b75;
    font-size: 12px;
}

.mcp-rate-row strong {
    color: #5d99de;
    font-size: 12px;
    font-variant-numeric: tabular-nums;
}

#mcp-countdown.is-expired {
    color: #d95768;
}

.mcp-rate-track {
    width: 100%;
    height: 3px;
    overflow: hidden;
    margin-top: 8px;
    background: #eff1f4;
    border-radius: 999px;
}

.mcp-rate-track span {
    display: block;
    width: 100%;
    height: 100%;
    background: #65aaf5;
    border-radius: inherit;
    transition: width .3s linear;
}

.mcp-payment-details {
    margin-top: 20px;
}

.mcp-qr-switch {
    display: inline-flex;
    align-items: center;
    gap: 0;
    margin-bottom: 16px;
    border: 1px solid #e3e6ea;
    border-radius: 6px;
    overflow: hidden;
    background: #ffffff;
    font-size: 11px;
}

.mcp-qr-mode {
    appearance: none;
    border: 0;
    border-left: 1px solid #e3e6ea;
    background: #ffffff;
    color: #717985;
    padding: 6px 12px;
    font: inherit;
    font-size: 11px;
    font-weight: 500;
    cursor: pointer;
    transition: background .15s ease, color .15s ease;
}

.mcp-qr-mode:first-child {
    border-left: 0;
}

.mcp-qr-mode.is-active {
    background: #f4f8fd;
    color: #2e7fd8;
}

.mcp-qr-mode:hover,
.mcp-qr-mode:focus-visible {
    background: #f7f9fc;
    outline: none;
}

.mcp-qr-layout {
    display: grid;
    grid-template-columns: 218px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
}

.mcp-qr-column {
    text-align: center;
}

.mcp-qrcode-wrap {
    position: relative;
    width: 218px;
    height: 218px;
    margin: 0 auto;
}

#mcp-qrcode {
    width: 218px;
    height: 218px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: #ffffff;
}

.mcp-qr-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 36px;
    height: 36px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 0 0 2px #ffffff;
    pointer-events: none;
}

.mcp-qr-bitcoin-svg,
.mcp-qr-asset-svg {
    display: block;
    width: 28px;
    height: 28px;
}

#mcp-qrcode img,
#mcp-qrcode canvas {
    width: 210px !important;
    height: 210px !important;
    max-width: 210px !important;
    max-height: 210px !important;
}

.mcp-qr-caption {
    margin-top: 9px;
    color: #7a818b;
    font-size: 10px;
    line-height: 1.45;
}

.mcp-payment-values {
    min-width: 0;
}

.mcp-payment-value + .mcp-payment-value {
    margin-top: 18px;
}

.mcp-payment-value > span {
    display: block;
    margin-bottom: 4px;
    color: #8a9099;
    font-size: 10px;
}

.mcp-payment-value strong {
    color: #16191e;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;
}

.mcp-payment-value small {
    display: block;
    margin-top: 2px;
    color: #8a9099;
    font-size: 10px;
}

.mcp-copy-line {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
}

.mcp-address-value {
    min-width: 0;
    overflow-wrap: anywhere;
}

.mcp-copy {
    appearance: none;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: #f4f6f8;
    color: #58a2f1;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    transition: background .15s ease, color .15s ease;
}

.mcp-copy:hover,
.mcp-copy:focus-visible,
.mcp-copy.is-copied {
    background: #e9f3ff;
    color: #3d91ed;
}

.mcp-network-instruction {
    margin: 16px 0 0;
    text-align: center;
    color: #181b20;
    font-size: 11px;
    font-weight: 500;
}

.mcp-complete-form {
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid #f0f1f3;
}

.mcp-txid-field label {
    display: block;
    margin-bottom: 7px;
    color: #6c737d;
    font-size: 11px;
    font-weight: 500;
}

.mcp-txid-field input {
    width: 100%;
    min-height: 48px;
    padding: 11px 13px;
    border: 1px solid #dde1e6;
    border-radius: 8px;
    background: #ffffff;
    color: #15181c;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 12px;
    outline: none;
    box-shadow: none;
}

.mcp-txid-field input:focus {
    border-color: #68aaf1;
    box-shadow: 0 0 0 3px rgba(97, 167, 244, .13);
}

.mcp-field-help {
    margin: 7px 0 0;
    color: #8a9099;
    font-size: 10px;
    line-height: 1.5;
}

.mcp-complete-form .mcp-primary-button {
    margin-top: 15px;
}

.mcp-link-button {
    margin-top: 20px;
}

.mcp-notice {
    margin: 16px 0 0;
    padding: 12px 13px;
    border-radius: 8px;
    font-size: 11px;
    line-height: 1.55;
}

.mcp-notice.warning {
    border: 1px solid #f3d6dc;
    background: #fff6f8;
    color: #a23d4e;
}

.mcp-notice.success {
    border: 1px solid #cfeada;
    background: #f3fbf6;
    color: #327553;
}

.mcp-submitted-txid {
    margin-top: 7px;
}

.mcp-submitted-txid code {
    overflow-wrap: anywhere;
    white-space: normal;
}

.mcp-info-card {
    margin-top: 14px;
    overflow: hidden;
}

.mcp-info-card summary {
    position: relative;
    padding: 17px 21px;
    list-style: none;
    cursor: pointer;
    color: #171a1f;
    font-size: 15px;
    font-weight: 500;
}

.mcp-info-card summary::-webkit-details-marker {
    display: none;
}

.mcp-info-card summary::after {
    content: "⌃";
    position: absolute;
    right: 20px;
    top: 17px;
    color: #c3c7cd;
    font-size: 13px;
    transform: rotate(0deg);
}

.mcp-info-card:not([open]) summary::after {
    transform: rotate(180deg);
}

.mcp-info-content,
.mcp-order-meta {
    padding: 0 21px 17px;
}

.mcp-info-line {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-top: 11px;
}

.mcp-info-line:first-child {
    margin-top: 0;
}

.mcp-info-line > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    margin-top: 1px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
}

.mcp-info-line.good > span {
    background: #63aaf4;
}

.mcp-info-line.bad > span {
    background: #ff7993;
}

.mcp-info-line p {
    margin: 0;
    color: #4f5661;
    font-size: 11px;
    line-height: 1.55;
}

.mcp-order-meta > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 8px 0;
    border-top: 1px solid #f2f3f5;
}

.mcp-order-meta > div:first-child {
    border-top: 0;
}

.mcp-order-meta span {
    color: #9197a0;
    font-size: 11px;
}

.mcp-order-meta strong {
    color: #2a2e34;
    font-size: 11px;
    font-weight: 500;
    text-align: right;
}

.mcp-error {
    padding: 28px;
    text-align: center;
}

.mcp-payment-details[hidden],
.mcp-notice[hidden] {
    display: none !important;
}

@media (max-width: 620px) {
    .mcp-shell {
        margin: 18px auto 32px;
        padding: 0 10px;
    }

    .mcp-checkout-card,
    .mcp-info-card {
        border-radius: 13px;
    }

    .mcp-brand-header,
    .mcp-step-panel {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mcp-step-tabs {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mcp-next-button {
        margin-top: 75px;
    }

    .mcp-qr-layout {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .mcp-payment-values {
        max-width: 360px;
        width: 100%;
        margin: 0 auto;
    }

    .mcp-qrcode-wrap,
    #mcp-qrcode {
        width: 210px;
        height: 210px;
    }

    #mcp-qrcode img,
    #mcp-qrcode canvas {
        width: 202px !important;
        height: 202px !important;
        max-width: 202px !important;
        max-height: 202px !important;
    }
}

/* Keep the two main payment CTAs blue even when the active WordPress/WooCommerce theme has stronger button styles. */
.mcp-checkout-card button.mcp-primary-button,
.mcp-checkout-card .mcp-next-button,
.mcp-complete-form button.mcp-primary-button,
#mcp-next-step,
#mcp-complete-button {
    background: #61a7f4 !important;
    background-color: #61a7f4 !important;
    border-color: #61a7f4 !important;
    color: #ffffff !important;
    opacity: 1;
}

.mcp-checkout-card button.mcp-primary-button:hover,
.mcp-checkout-card button.mcp-primary-button:focus-visible,
.mcp-complete-form button.mcp-primary-button:hover,
.mcp-complete-form button.mcp-primary-button:focus-visible,
#mcp-next-step:hover,
#mcp-next-step:focus-visible,
#mcp-complete-button:hover,
#mcp-complete-button:focus-visible {
    background: #4d9aef !important;
    background-color: #4d9aef !important;
    border-color: #4d9aef !important;
    color: #ffffff !important;
}

#mcp-next-step:disabled,
#mcp-next-step.is-loading,
#mcp-complete-button:disabled {
    background: #61a7f4 !important;
    background-color: #61a7f4 !important;
    border-color: #61a7f4 !important;
    color: #ffffff !important;
    opacity: .72;
}

/* Network selector shown for networked tokens such as USDT. */
.mcp-network-field {
    margin-top: 16px;
}

.mcp-network-field[hidden] {
    display: none !important;
}

.mcp-network-select-wrap {
    position: relative;
}

.mcp-network-select {
    appearance: none !important;
    -webkit-appearance: none !important;
    width: 100% !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 10px 42px 10px 14px !important;
    border: 1px solid #e1e4e8 !important;
    border-radius: 9px !important;
    background-color: #ffffff !important;
    background-image: linear-gradient(45deg, transparent 50%, #a4abb4 50%), linear-gradient(135deg, #a4abb4 50%, transparent 50%) !important;
    background-position: calc(100% - 18px) 21px, calc(100% - 13px) 21px !important;
    background-size: 5px 5px, 5px 5px !important;
    background-repeat: no-repeat !important;
    color: #22252a !important;
    box-shadow: none !important;
    font: inherit !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    cursor: pointer;
}

.mcp-network-select:focus {
    border-color: #79b5f7 !important;
    box-shadow: 0 0 0 2px rgba(98, 168, 245, .12) !important;
    outline: none !important;
}

.mcp-network-select:disabled {
    cursor: default;
    opacity: .78;
}

.mcp-network-help {
    margin: 6px 0 0;
    color: #8a9099;
    font-size: 10px;
    line-height: 1.45;
}

.mcp-qr-mode:disabled,
.mcp-qr-mode.is-disabled {
    color: #b7bdc5 !important;
    background: #fafbfc !important;
    cursor: not-allowed !important;
}

/* v1.9.2 — consistent custom asset/network pickers */
.mcp-checkout-card {
    position: relative;
    z-index: 2;
    overflow: visible;
}

.mcp-brand-header {
    border-radius: 16px 16px 0 0;
}

.mcp-asset-picker,
.mcp-network-picker {
    position: relative;
    width: 100%;
}

.mcp-asset-picker {
    z-index: 30;
}

.mcp-network-picker {
    z-index: 28;
}

.mcp-asset-menu {
    width: 100%;
    max-height: 304px;
}

.mcp-asset-options {
    height: 224px;
    max-height: 224px;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

.mcp-asset-option {
    flex: 0 0 52px;
    min-height: 52px;
}

.mcp-asset-options::-webkit-scrollbar,
.mcp-network-options::-webkit-scrollbar {
    width: 7px;
}

.mcp-asset-options::-webkit-scrollbar-track,
.mcp-network-options::-webkit-scrollbar-track {
    background: transparent;
}

.mcp-asset-options::-webkit-scrollbar-thumb,
.mcp-network-options::-webkit-scrollbar-thumb {
    background: #9aa1aa;
    border-radius: 999px;
    border: 2px solid #ffffff;
}

.mcp-network-picker-button {
    appearance: none !important;
    -webkit-appearance: none !important;
    width: 100% !important;
    min-height: 58px;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin: 0 !important;
    padding: 8px 14px !important;
    border: 1px solid #e1e4e8 !important;
    border-radius: 9px !important;
    background: #ffffff !important;
    color: #22252a !important;
    box-shadow: none !important;
    text-align: left !important;
    cursor: pointer;
    transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease;
}

.mcp-network-picker-button:hover,
.mcp-network-picker-button:focus-visible,
.mcp-network-picker.is-open .mcp-network-picker-button {
    border-color: #79b5f7 !important;
    box-shadow: 0 0 0 2px rgba(98, 168, 245, .12) !important;
    outline: none !important;
}

.mcp-network-picker-button:disabled,
.mcp-network-picker.is-disabled .mcp-network-picker-button {
    cursor: default;
    opacity: .78;
}

.mcp-network-icon,
.mcp-network-option-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
}

.mcp-network-coin-svg {
    display: block;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    filter: drop-shadow(0 1px 1px rgba(20, 24, 31, .08));
}

.mcp-network-current,
.mcp-network-option-text {
    min-width: 0;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left !important;
    line-height: 1.16;
}

.mcp-network-current strong,
.mcp-network-option-text strong {
    color: #15181d;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none !important;
}

.mcp-network-current small,
.mcp-network-option-text small {
    margin-top: 4px;
    color: #9aa1aa;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none !important;
}

.mcp-network-chevron {
    width: 8px;
    height: 8px;
    margin-left: auto;
    margin-right: 3px;
    border-right: 2px solid #adb3bb;
    border-bottom: 2px solid #adb3bb;
    transform: rotate(45deg) translateY(-2px);
    transition: transform .16s ease;
}

.mcp-network-picker.is-open .mcp-network-chevron {
    transform: rotate(225deg) translate(-2px, -2px);
}

.mcp-network-menu {
    position: absolute;
    top: calc(100% + 7px);
    left: 0;
    right: 0;
    z-index: 130;
    width: 100%;
    height: 224px;
    overflow: hidden;
    padding: 4px 0;
    border: 1px solid #dce1e7;
    border-radius: 9px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(25, 35, 48, .14);
}

.mcp-network-menu[hidden] {
    display: none !important;
}

.mcp-network-options {
    height: 214px;
    max-height: 214px;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #9aa1aa transparent;
}

.mcp-network-option {
    appearance: none !important;
    -webkit-appearance: none !important;
    width: 100% !important;
    min-height: 52px;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 0 !important;
    padding: 8px 14px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    color: #20242a !important;
    box-shadow: none !important;
    text-align: left !important;
    cursor: pointer;
}

.mcp-network-option:hover,
.mcp-network-option:focus-visible {
    background: #f7f9fb !important;
    outline: none !important;
}

.mcp-network-option.is-selected {
    background: #f1f4f7 !important;
}

.mcp-network-option[hidden] {
    display: none !important;
}

.mcp-network-option * {
    text-align: left !important;
}

.mcp-native-network-select {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

@media (max-width: 520px) {
    .mcp-asset-options {
        height: 208px;
        max-height: 208px;
    }

    .mcp-network-menu {
        height: 208px;
    }

    .mcp-network-options {
        height: 198px;
        max-height: 198px;
    }
}

/* Resist theme-level button typography/alignment overrides inside both pickers. */
.mcp-asset-picker-button .mcp-asset-current,
.mcp-asset-option .mcp-asset-option-text,
.mcp-network-picker-button .mcp-network-current,
.mcp-network-option .mcp-network-option-text {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 1 1 auto !important;
    align-items: flex-start !important;
    justify-content: center !important;
    text-align: left !important;
}

.mcp-asset-picker-button .mcp-asset-current strong,
.mcp-asset-picker-button .mcp-asset-current small,
.mcp-asset-option .mcp-asset-option-text strong,
.mcp-asset-option .mcp-asset-option-text small,
.mcp-network-picker-button .mcp-network-current strong,
.mcp-network-picker-button .mcp-network-current small,
.mcp-network-option .mcp-network-option-text strong,
.mcp-network-option .mcp-network-option-text small {
    display: block !important;
    position: static !important;
    width: auto !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    transform: none !important;
    text-align: left !important;
}

/* v1.9.5 exact uploaded crypto logo assets */
.mcp-asset-coin-svg,
.mcp-network-coin-svg,
.mcp-qr-asset-svg {
    object-fit: contain;
    object-position: center;
}
