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

//
//  Variables
//  ---------------------------------------------

@lac-confirm-popup-title-background-color: #ccc;
@lac-confirm-popup-content-color: #514943;

//
//  Common
//  ---------------------------------------------

& when (@media-common = true) {
    .modal-popup.confirm.lac-confirm {
        .modal-inner-wrap {
            max-width: 55rem;
        }
        .modal-title {
            border-bottom: 1px solid @lac-confirm-popup-title-background-color;
            padding-bottom: 15px;
            width: 100%;
        }

        .store-view-ptions {
            padding-top: 15px;
        }

        .modal-content {
            .message-warning {
                padding-left: 4.5rem;
                &:before {
                    color: @lac-confirm-popup-content-color;
                    left: 5px;
                }
            }
        }
    }

    .page-actions {
        .page-actions-buttons {
            .login-button {
                -ms-flex-order: -1;
                -webkit-order: -1;
                order: -1;
            }
        }
    }
}
