/* 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
 * #scheme=relative
 * #css_wrapper_metadata_end */

#toast {
  bottom: 0;
  left: 0;
  min-width: 245px;
  width: 80%;
  background: #303030;
}

#toastDiv {
  line-height: 1.2;
  white-space: normal;
  color: #F2F2F2;
}

#toastTitle {
  display: block;
  font-size: 1em;
}

#toastMessage {
  display: inline-block;
  font-size: 1em;
}
