/**
 * Copyright (c) Meta Platforms, Inc. and affiliates.
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the code directory.
 */

/* Styles related to overriding the Magento header to include a Store Picker on Meta Setup page. */
.page-header.meta-header {
    align-items: center;
    display: flex;
    margin-bottom: 0;
}
.meta-header-title {
    align-items: center;
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    margin-right: 16px;
}
.meta-header-title h1 {
    margin: 0;
}
.meta-header-title-icon {
    height: 32px;
    margin-right: 4px;
}
.meta-header-store-picker {
    margin-right: 16px;
}

/* Styles related to Meta Commerce Extension */
.commerce-extension-error {
    background-color: rgb(255, 235, 235);
    border: 1px solid rgb(217, 54, 22);
    border-radius: 4px;
    max-width: 800px;
    padding: 16px;
}