h1, h2 {
  word-wrap: break-word;
}

html-attrset {
  display: block;
  margin-top: 1rem;
}

.attr-form {
  display: flex;
  gap: .5em;
}

.attr-form > * {
  flex: 0 1 10em;
} 

.attr-form span {
  font-size: .875rem;
  text-indent: .25em;
}

.attr-form select {
  width: 100%;
}


.attr-list {
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  gap: 1em;
  list-style: none;
  max-width: 60em;
}

.attr-list > * {
  flex: 1 1 auto;
}

.attr-list p {
  margin: 0;
}

.attr-link {
  color: inherit;
  border: 1px solid #bbb;
  text-decoration: none;
  border-radius: .75em;
  display: grid;
  text-align: center;
  padding: 2em 1em;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: none;
}

.attr-link::after {
  content: "";
}

.attr-name {
  font-size: .75em;
  color: #888;
} 



/* ::-webkit-scrollbar {
  width: 1em;
}

::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: .5em;
}

::-webkit-scrollbar-thumb {
  background-color: #777;
  border-radius: .5em;
}

h1 {
  font: 600 2em/1.2 sans-serif;
  text-align: center;
  max-width: 8em;
  margin: 1.5em auto .5em;
}

h1+p {
  max-width: 17em;
  text-align: center;
  margin: auto;
}

body {
  margin: 0;
  font: .9275rem/1.7 arial, sans-serif;
  color: #555;
  background-color: #fefefe;
}

.menu {
  margin: 2em;
}

.menu a {
  color: inherit;
}

html-attrset {
  display: grid;
  gap: 3em;
  padding: 1em 8%;
  max-width: 70em;
  margin: 3em auto;
}


.attr-mix {
  display: grid;
  gap: 1em;
}

.attr-counter {
  font-size: .875rem;
  text-align: center;
}

select {
  font-size: .875rem;
  color: inherit;
  accent-color: #555;
  background-color: transparent;
  border-radius: .25em;
  border: 1px solid #888;
  padding: .45em 2em .5em .75em;
  min-width: 10em;
  
  appearance: none;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="rgb(85,85,85)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg>');
  background-size: 1.3em;
  background-repeat: no-repeat;
  background-position: calc(100% - .4em) 50%;
}

option {
  color: #555;
  cursor: pointer;
}


::marker {
  font-size: .5em;
}

li {
  flex: 1 1 auto;
}

p {
  margin: 0;
}


*/
