@import url('../css/cloud.css');

header.directory-header {
  background-color: #f8fafc;
  padding: 1rem;
  border-bottom: 1px solid #e2e8f0;
  display: grid;
}

item-search {
  header.search-header {
    display: grid;
  }
}

.tag {
  display: inline-block;
  background-color: #f0f4f8;
  color: #334e68;
  padding: 0.25em 0.75em;
  font-size: 0.85rem;
  font-weight: 500;
  border-radius: 999px; /* pill shape */
  border: 1px solid #cbd5e0;
  line-height: 1.4;
  white-space: nowrap;
  cursor: pointer;
}

.tag:hover {
  background-color: #e1e8f0;
  border-color: #a0aec0;
}
