/*
 * Copyright (c) 2021 The Chromium Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

:host {
  break-inside: avoid;
  display: block;
  padding-bottom: 9px;
  width: 288px;
}

fieldset {
  border: 0;
  margin-left: 20px;
  padding: 0;
}

legend {
  color: var(--color-text-secondary);
  font-size: 120%;
  margin-left: -20px;
  padding: 0;
  text-align: left;
}

.link {
  color: var(--color-link);
  text-decoration: underline;
  cursor: pointer;
  padding: 2px 0; /* adjust focus ring size */
}

img {
  background-size: 32px 32px;
  border: 0;
  border-radius: 50%;
  display: block;
  height: 32px;
  width: 32px;
}

.warning {
  display: block;
  margin-top: 12px;
}

.account-info {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.account-email {
  display: flex;
  flex-direction: column;
  margin-left: 8px;
}
