.PaymentList {
    .pagination-links {
        margin-bottom: 150px;
    }

    .tab-content {
        margin-top: 20px;
    }

    &Tabs {
        &-SearchTab {
            gap: 4px;
        }
    }

    .paymentType {
        .GridTable-cell-text::first-letter {
            text-transform: uppercase;
        }
    }

    .PaymentsListTable {
        .GridTable-cell {
            white-space: normal;
        }

        .cell {
            &-statusDetails {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                justify-content: center;
            }

            &-amount {
                position: relative;

                .amount-cell-container {
                    display: flex;
                    flex-direction: column;
                    width: 100%;
                }

                .amount-row {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    white-space: nowrap;

                    &.extra {
                        padding-top: 4px;
                    }
                }

                .amount-icon {
                    display: flex;
                    align-items: center;
                    margin-left: 12px;
                }

                .amount-dropdown {
                    display: flex;
                    flex-direction: column;
                    width: 100%;
                }

                // TODO: remove as soon as TAP_PAYMENT_TABLES_REVAMP is released
                // start
                .icon {
                    position: absolute;
                    right: 15px;
                }

                .amountItem {
                    display: flex;
                    &-currency {
                        margin-right: 35px;
                        line-height: 2;
                    }
                }

                // end
            }
        }
    }
}
