/* Copyright 2024 The Chromium Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
/* #css_wrapper_metadata_start
* #type=style-lit
* #import=//resources/cr_elements/cr_shared_vars.css.js
* #scheme=relative
* #css_wrapper_metadata_end */
:host {
align-items: center;
display: flex;
flex-direction: column;
text-align: center;
}
picture {
align-items: center;
display: flex;
height: 144px;
justify-content: center;
width: 288px;
margin-block-end: 12px;
}
#heading {
color: var(--sp-empty-state-heading-color, var(--cr-primary-text-color));
font-size: 16px;
font-weight: 500;
line-height: 24px;
margin-block-end: 8px;
max-width: 259px;
}
#body {
color: var(--sp-empty-state-body-color, var(--cr-secondary-text-color));
font-size: 13px;
font-weight: 400;
line-height: 20px;
margin-block-end: 12px;
max-width: 229px;
}