/* Copyright 2026 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_style_lit.css.js
 * #import=chrome://resources/cr_elements/cr_shared_vars.css.js
 * #import=./shared_style.css.js
 * #import=./shared_vars.css.js
 * #scheme=relative
 * #include=cr-shared-style-lit shared-style
 * #css_wrapper_metadata_end */

:host {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 var(--page-padding) 0 var(--page-padding);
}

#emptyState {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#subtitle {
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: var(--color-sys-on-surface-variant);
}

#browseSkillsButton {
  margin-top: 12px;
}

#header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  box-sizing: border-box;
}

#addSkillButton {
  flex-shrink: 0;
}

#emptyStateText {
  max-width: 288px;
}
