.SearchPagePaymentsButton {
    &-activate-payment-button {
        font-weight: 400;
    }

    &-disabled-payments-header {
        align-items: center;
        color: var(--white);
        display: flex;
        font-size: 14px;
        font-weight: 500;
        
        .Info {
            fill: var(--white);
            margin-bottom: 2px;
            margin-right: 4px;
        }
    }
}
