.myshop .modal-button-bar {
    display: flex;
    justify-content: space-between;
}

    .myshop .modal-button-bar.primary-action-only {
        justify-content: flex-end;
    }

/* Feature-specific */
.myshop .country-message-modal .modal-button-bar.stacked {
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
}

    .myshop .country-message-modal .modal-button-bar.stacked .button-group {
        display: flex;
        flex-direction: column;
    }

    .myshop .country-message-modal .modal-button-bar.stacked .myshop-button + .myshop-button {
        margin-top: 15px;
    }
