.-inputkit-payment-method>label>.-icon>i{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:22px;color:var(--uicolor2)}.yc-payment-account-list{margin-block:12px!important}.yc-payment-account-list li{display:flex;align-items:center;flex-wrap:wrap;gap:5px}.yc-copy-value{display:inline-flex;align-items:center;gap:5px;border:0;background:transparent;color:var(--uicolor2);font:inherit;cursor:pointer;padding:2px 5px}.yc-copy-value.is-copied{color:#16944b}.yc-payment-conversion-note{font-size:14px;opacity:.82}.yc-manual-payment .-inputkit-row:last-child{padding-block-end:0}

/* Payments v3 */
.yc-topup-amount-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    margin: 0 !important;
}

.yc-topup-amount-grid > label {
    width: auto !important;
    min-width: 0 !important;
    min-height: 48px;
    margin: 0 !important;
    justify-content: center;
    text-align: center;
}

.yc-manual-next-step {
    padding: 14px 16px;
    border: 1px dashed #d0d5dd;
    border-radius: 12px;
    background: #f8fafc;
    color: #475467;
    margin-top: 13px;
}

.yc-manual-request-card {
    width: 100%;
    max-width: 980px;
    margin-inline: auto;
}

.yc-manual-request-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 20px;
}

.yc-manual-request-summary > div {
    min-width: 0;
    padding: 14px;
    border: 1px solid #e4e7ec;
    border-radius: 12px;
    background: #fff;
}

.yc-manual-request-summary span {
    display: block;
    margin-bottom: 6px;
    color: #667085;
    font-size: 13px;
}

.yc-manual-request-summary strong {
    display: block;
    color: #101828;
    overflow-wrap: anywhere;
}

.yc-manual-evidence-form {
    margin-top: 22px;
}

.yc-manual-evidence-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 20px;
    align-items: start;
    width: 100%;
    margin-top: 18px;
}

.yc-manual-evidence-fields > .yc-manual-field {
    display: block !important;
    min-width: 0;
    margin: 0 !important;
}

.yc-manual-evidence-fields > .yc-manual-field > label {
    display: block !important;
    width: auto !important;
    margin: 0 0 8px !important;
    color: var(--textcolor);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
}

.yc-manual-evidence-fields .-inputkit-row-body {
    width: 100% !important;
    min-width: 0;
}

.yc-manual-evidence-fields .-inputkit-row-body > [inputkit] {
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
}

.yc-manual-evidence-fields input[type="text"],
.yc-manual-evidence-fields input[type="number"],
.yc-manual-evidence-fields input[type="datetime-local"],
.yc-manual-evidence-fields textarea {
    width: 100%;
    min-height: 50px;
    box-sizing: border-box;
}

.yc-manual-evidence-fields input[dir="ltr"] {
    text-align: left;
}

.yc-manual-evidence-fields textarea {
    min-height: 118px;
    resize: vertical;
}

.yc-manual-field--notes,
.yc-manual-field--receipt,
.yc-manual-field--confirmation {
    grid-column: 1 / -1;
}

.yc-manual-field--amount .-inputkit-row-body {
    position: relative;
}

.yc-manual-field__currency {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-top: 7px;
    padding: 3px 9px;
    border-radius: 999px;
    background: #f2f4f7;
    color: #475467;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.yc-manual-field--receipt {
    padding: 14px !important;
    border: 1px dashed #cfd4dc;
    border-radius: 12px;
    background: #fafbfc;
}

.yc-manual-field--receipt uploadinput-kit {
    width: 100%;
    max-width: none;
}

.yc-manual-field--receipt uploadinput-kit-actions {
    flex-wrap: wrap;
    gap: 8px;
}

.yc-manual-field--confirmation {
    padding: 13px 14px !important;
    border: 1px solid #e4e7ec;
    border-radius: 12px;
    background: #f8fafc;
}

.yc-manual-confirmation {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    width: auto !important;
    margin: 0 !important;
    cursor: pointer;
}

.yc-manual-confirmation input {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin-top: 2px;
}

.yc-wallet-transaction-action {
    display: inline-block;
    margin-top: 8px;
    font-weight: 700;
}

.-transaction-status-label.-type-awaiting_transfer {
    background: #fff7e6;
    color: #b54708;
}

.-transaction-status-label.-type-needs_information {
    background: #fff1f3;
    color: #c01048;
}

.-transaction-status-label.-type-expired {
    background: #f2f4f7;
    color: #475467;
}

@media (max-width: 900px) {
    .yc-manual-request-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .yc-topup-amount-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .yc-manual-request-summary,
    .yc-manual-evidence-fields {
        grid-template-columns: 1fr;
    }

    .yc-manual-evidence-fields > .yc-manual-field {
        grid-column: auto !important;
    }
}

/* Payments v3.0.2 — cleaner manual transfer evidence form */
.yc-manual-evidence-form .yc-manual-evidence-fields {
    padding: 22px;
    border: 1px solid #e3e7ee;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 6px 24px rgba(16, 24, 40, .04);
}

.yc-manual-evidence-fields > .yc-manual-field > label {
    display: flex !important;
    align-items: center;
    gap: 8px;
}

.yc-required-badge,
.yc-optional-badge {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
}

.yc-required-badge {
    background: #fff0f0;
    color: #b42318;
}

.yc-optional-badge {
    background: #f2f4f7;
    color: #667085;
}

.yc-manual-evidence-fields input[type="text"],
.yc-manual-evidence-fields input[type="number"],
.yc-manual-evidence-fields input[type="datetime-local"],
.yc-manual-evidence-fields textarea {
    border: 1px solid #d7dce5 !important;
    border-radius: 11px !important;
    background: #fff !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .03) !important;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.yc-manual-evidence-fields input:focus,
.yc-manual-evidence-fields textarea:focus {
    border-color: var(--uicolor2) !important;
    box-shadow: 0 0 0 3px rgba(95, 66, 216, .12) !important;
}

.yc-manual-field__hint {
    display: block;
    margin-top: 7px;
    color: #667085;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.55;
}

.yc-amount-input {
    position: relative;
}

.yc-amount-input input {
    padding-inline-start: 74px !important;
    font-variant-numeric: tabular-nums;
}

.yc-amount-input .yc-manual-field__currency {
    position: absolute;
    inset-inline-start: 12px;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
}

.yc-manual-field--datetime {
    grid-column: 1 / -1;
}

.yc-manual-field--datetime .-inputkit-row-body {
    max-width: 460px;
}

.yc-manual-field--notes textarea {
    min-height: 128px;
}

.yc-manual-field--receipt {
    padding: 18px !important;
    border: 1px dashed #bfc7d4 !important;
    border-radius: 14px;
    background: linear-gradient(180deg, #fbfcfe 0%, #f7f9fc 100%);
}

.yc-receipt-uploader {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px 20px;
    align-items: center;
    width: 100%;
}

.yc-receipt-uploader__intro {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.yc-receipt-uploader__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 12px;
    background: #eeeaff;
    color: #5f42d8;
    font-size: 20px;
}

.yc-receipt-uploader__intro strong,
.yc-receipt-uploader__intro small {
    display: block;
}

.yc-receipt-uploader__intro strong {
    color: #101828;
    font-size: 14px;
}

.yc-receipt-uploader__intro small {
    margin-top: 4px;
    color: #667085;
    font-size: 12px;
    line-height: 1.55;
}

.yc-receipt-uploader uploadinput-kit-preview {
    grid-column: 1 / -1;
    width: 100%;
}

.yc-receipt-uploader uploadinput-kit-actions {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    min-width: 220px;
}

.yc-receipt-uploader uploadinput-kit-actions-button {
    min-width: 142px;
    min-height: 44px;
    border-radius: 10px !important;
}

.yc-receipt-selected {
    display: block;
    max-width: 230px;
    overflow: hidden;
    color: #667085;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yc-receipt-selected.has-file {
    color: #137a42;
    font-weight: 700;
}

.yc-receipt-uploader uploadinput-kit-allowed-extensions {
    grid-column: 1 / -1;
    margin: 0 !important;
    color: #667085;
    font-size: 11px;
}

.yc-manual-field--confirmation {
    padding: 15px 16px !important;
    border: 1px solid #dfe3eb;
    border-radius: 12px;
    background: #f8fafc;
}

.yc-manual-confirmation {
    align-items: center;
}

.yc-manual-confirmation input {
    width: 20px;
    height: 20px;
    margin: 0;
}

.yc-manual-confirmation > span {
    display: block;
}

.yc-manual-confirmation strong,
.yc-manual-confirmation small {
    display: block;
}

.yc-manual-confirmation strong {
    color: #101828;
    font-size: 13px;
}

.yc-manual-confirmation small {
    margin-top: 3px;
    color: #667085;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
}

@media (max-width: 760px) {
    .yc-manual-evidence-form .yc-manual-evidence-fields {
        padding: 15px;
        gap: 15px;
        border-radius: 13px;
    }

    .yc-manual-field--datetime .-inputkit-row-body {
        max-width: none;
    }

    .yc-receipt-uploader {
        grid-template-columns: 1fr;
    }

    .yc-receipt-uploader uploadinput-kit-actions,
    .yc-receipt-uploader uploadinput-kit-allowed-extensions,
    .yc-receipt-uploader uploadinput-kit-preview {
        grid-column: auto;
        width: 100%;
        min-width: 0;
        justify-content: flex-start;
    }

    .yc-receipt-selected {
        max-width: 160px;
    }
}

.yc-manual-field--datetime .-inputkit-row-body {
    margin-inline-end: auto;
}

/* AJAX payment flow */
.yc-topup-ajax-shell > .-form-ideal-flow-body-container {
    min-height: 180px;
}

.yc-payment-form button[type="submit"].disabled,
.yc-payment-form button[type="submit"][aria-busy="true"] {
    pointer-events: none;
    opacity: 0.68;
    cursor: wait;
}

.yc-payment-form button[type="submit"].disabled > i,
.yc-payment-form button[type="submit"][aria-busy="true"] > i {
    animation: yc-payment-submit-spin 0.8s linear infinite;
}

.yc-manual-request-result {
    margin-top: 18px;
}

@keyframes yc-payment-submit-spin {
    to {
        transform: rotate(360deg);
    }
}

/* Payments v3.0.4 — wallet ledger UX */
.yc-wallet-ledger-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.yc-wallet-ledger-header > div > strong,
.yc-wallet-ledger-header > div > small {
    display: block;
}

.yc-wallet-ledger-header > div > small {
    margin-top: 5px;
    color: #7a8292;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.55;
}

.yc-wallet-ledger-header > span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #f1edff;
    color: #5f42d8;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}

.yc-wallet-ledger-row {
    transition: background-color .15s ease, box-shadow .15s ease;
}

.yc-wallet-ledger-row:hover {
    background: #faf9ff;
    box-shadow: inset -3px 0 0 var(--uicolor2);
}

.yc-wallet-ledger-id {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    padding: 4px 7px;
    border-radius: 8px;
    background: #f2f4f7;
    color: #475467;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 11px;
    font-weight: 800;
    direction: ltr;
}

.yc-wallet-transaction-main > strong,
.yc-wallet-transaction-main > small {
    display: block;
}

.yc-wallet-transaction-main > strong {
    color: #101828;
    font-size: 14px;
}

.yc-wallet-transaction-main > small {
    margin-top: 4px;
    color: #667085;
    font-size: 11px;
}

.yc-wallet-transaction-details {
    margin-top: 8px;
}

.yc-wallet-transaction-details > summary {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 9px;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    background: #fff;
    color: #475467;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

.yc-wallet-transaction-details > summary::-webkit-details-marker {
    display: none;
}

.yc-wallet-transaction-details[open] > summary {
    border-color: #c7bdf5;
    background: #f7f5ff;
    color: #5f42d8;
}

.yc-wallet-transaction-details__body {
    display: grid;
    gap: 8px;
    margin-top: 8px;
    padding: 10px;
    border: 1px solid #e4e7ec;
    border-radius: 9px;
    background: #f8fafc;
}

.yc-wallet-transaction-details__body > span small,
.yc-wallet-transaction-details__body > span b {
    display: block;
}

.yc-wallet-transaction-details__body > span small {
    margin-bottom: 3px;
    color: #667085;
    font-size: 10px;
}

.yc-wallet-transaction-details__body > span b {
    overflow-wrap: anywhere;
    color: #344054;
    font-size: 11px;
}

.yc-wallet-transaction-details__body > .-error {
    padding: 8px;
    border-radius: 7px;
    background: #fff1f3;
    color: #b42318;
}

.yc-wallet-transaction-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: fit-content;
    margin-top: 2px;
    padding: 8px 11px;
    border-radius: 8px;
    background: var(--uicolor2);
    color: #fff !important;
    text-decoration: none;
    font-size: 11px;
    font-weight: 800;
}

.yc-wallet-ledger-amount {
    display: inline-flex;
    direction: ltr;
    white-space: nowrap;
    color: #344054;
    font-variant-numeric: tabular-nums;
}

.yc-wallet-ledger-amount.is-credit {
    color: #137a42;
}

.yc-wallet-ledger-amount.is-debit {
    color: #b42318;
}

.yc-wallet-ledger-date strong,
.yc-wallet-ledger-date small {
    display: block;
    white-space: nowrap;
}

.yc-wallet-ledger-date strong {
    color: #344054;
    font-size: 11px;
}

.yc-wallet-ledger-date small {
    margin-top: 3px;
    color: #98a2b3;
    font-size: 10px;
}

@media (max-width: 760px) {
    .yc-wallet-ledger-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .yc-wallet-ledger-header > span {
        align-self: flex-start;
    }
}

/* Payments v3.0.5 — reliable order status control and compact wallet ledger */
.yc-order-status-feedback {
    display: none;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    padding: 12px 14px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 13px;
}

.yc-order-status-feedback.is-visible {
    display: flex;
}

.yc-order-status-feedback.is-success {
    border-color: #86d293;
    background: #f4fff5;
    color: #248b37;
}

.yc-order-status-feedback.is-warning {
    border-color: #f3d28b;
    background: #fffaf0;
    color: #946200;
}

.yc-order-status-feedback.is-error {
    border-color: #f0a4a4;
    background: #fff5f5;
    color: #b42318;
}

.yc-order-status-control {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 250px;
}

.yc-order-status-control > label span,
.yc-order-status-control > label small {
    display: block;
}

.yc-order-status-control > label span {
    color: var(--textcolor);
    font-size: 12px;
    font-weight: 700;
}

.yc-order-status-control > label small {
    margin-top: 2px;
    color: var(--secondarytext);
    font-size: 9px;
    font-weight: 400;
    white-space: nowrap;
}

.yc-order-status-control__field {
    position: relative;
    min-width: 172px;
}

.yc-order-status-select {
    width: 100%;
    min-height: 44px;
    margin: 0;
    padding: 8px 38px 8px 12px;
    border: 1px solid var(--divider-light-2);
    border-radius: 10px;
    background: #fff;
    color: var(--textcolor);
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: 0 2px 8px rgba(29, 20, 75, .05);
}

.yc-order-status-select:focus {
    border-color: var(--uicolor2);
    outline: 3px solid color-mix(in srgb, var(--uicolor2) 17%, transparent);
}

.yc-order-status-select:disabled {
    cursor: wait;
    opacity: .7;
}

.yc-order-status-control__icon,
.yc-order-status-control__loader {
    position: absolute;
    top: 50%;
    inset-inline-start: 13px;
    pointer-events: none;
    transform: translateY(-50%);
}

.yc-order-status-control__icon {
    color: var(--secondarytext);
    font-size: 10px;
}

.yc-order-status-control__loader {
    display: none;
    width: 16px;
    height: 16px;
    border: 2px solid #ddd7fa;
    border-top-color: var(--uicolor2);
    border-radius: 50%;
    animation: yc-order-status-spin .7s linear infinite;
}

.yc-order-status-control.is-loading .yc-order-status-control__icon {
    display: none;
}

.yc-order-status-control.is-loading .yc-order-status-control__loader {
    display: block;
}

@keyframes yc-order-status-spin {
    to { transform: translateY(-50%) rotate(360deg); }
}

.yc-wallet-ledger-row {
    flex-wrap: wrap;
}

.yc-wallet-transaction-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
}

.yc-wallet-transaction-main__text {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.yc-wallet-transaction-main__text > strong,
.yc-wallet-transaction-main__text > small {
    display: inline;
    margin: 0;
    white-space: nowrap;
}

.yc-wallet-transaction-main__text > small {
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yc-wallet-details-toggle {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    flex: 0 0 auto;
    min-height: 30px;
    padding: 5px 8px;
    border: 1px solid #e2e5ec;
    border-radius: 8px;
    background: #fff;
    color: #475467;
    font-family: inherit;
    font-size: 10px;
    font-weight: 800;
    cursor: pointer;
}

.yc-wallet-details-toggle:hover,
.yc-wallet-details-toggle.is-open {
    border-color: #c8bdf8;
    background: #f7f5ff;
    color: #5f42d8;
}

.yc-wallet-ledger-expanded {
    flex: 1 0 100%;
    width: 100%;
    padding: 0 25px 14px;
}

.yc-wallet-ledger-expanded[hidden] {
    display: none !important;
}

.yc-wallet-ledger-expanded__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 11px;
    border: 1px solid #e4e7ec;
    border-radius: 10px;
    background: #f8fafc;
}

.yc-wallet-ledger-expanded__grid > div {
    min-width: 0;
    padding: 8px 9px;
    border-radius: 8px;
    background: #fff;
}

.yc-wallet-ledger-expanded__grid small,
.yc-wallet-ledger-expanded__grid b {
    display: block;
}

.yc-wallet-ledger-expanded__grid small {
    color: #667085;
    font-size: 9px;
}

.yc-wallet-ledger-expanded__grid b {
    margin-top: 4px;
    overflow-wrap: anywhere;
    color: #344054;
    font-size: 11px;
}

.yc-wallet-ledger-expanded__grid .is-error {
    background: #fff1f3;
}

.yc-wallet-ledger-expanded__action {
    display: flex;
    align-items: center;
}

.yc-wallet-ledger-row.is-expanded {
    background: #faf9ff;
    box-shadow: inset -3px 0 0 var(--uicolor2);
}

@media (max-width: 820px) {
    .yc-order-status-control {
        align-items: stretch;
        flex-direction: column;
        min-width: 190px;
    }

    .yc-wallet-transaction-main__text {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
    }

    .yc-wallet-transaction-main__text > small {
        max-width: 180px;
    }

    .yc-wallet-ledger-expanded__grid {
        grid-template-columns: 1fr;
    }
}
