@import 'commons';

.m-show-more {
    text-align: center;
    max-width: $m-min-width;

    &__status {
        margin-bottom: $m-space;
    }

    .m-button {
        margin-top: $m-space;
    }
}
