// /**
//  * Copyright © Magento, Inc. All rights reserved.
//  * See COPYING.txt for license details.
//  */

//
//  Common
//  _____________________________________________

& when (@media-common = true) {
    .block-reward-info {
        .reward-rates,
        .reward-limit,
        .reward-expiring {
            &:not(:last-child) {
                margin-bottom: @indent__m;
            }

            .title {
                display: inline-block;
                margin-bottom: @indent__s;
            }
        }
    }
}

//
//  Mobile
//  _____________________________________________

.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
    .reward-settings {
        + .actions-toolbar {
            margin-top: 10px;
        }
    }
}

//
//  Desktop
//  _____________________________________________

.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
    .reward-settings {
        + .actions-toolbar {
            margin-top: -32px;
        }
    }
}
