.card{text-align:center;font-size:1.2rem;font-family:var(--font-title);}
.panel{--aspectratio:2/3;--gap:.5rem;--columns:5}
.panel summary{
  -webkit-list-style:none;list-style:none;
  -moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;
  text-align:center;
  font-family:var(--font-title); font-size:var(--size-font-title); line-height:var(--number-lineheight-title);
}
@media(min-width:1300px){
  .panel{--columns:7}
  }
@media(max-width:900px){
  .panel{--columns:3}
}
h2{
  font-family:var(--font-title);font-size:calc(var(--size-font-title) * 2);text-align:center;font-weight:200;margin-bottom:.5rem;
  -moz-user-select:none;
  -webkit-user-select:none;
  -ms-user-select:none;
  user-select:none;
}
ul.horizontal{
  font-size:calc(var(--size-font-title) * 1.1);
  font-family:var(--font-title); font-weight:200; line-height:var(--number-lineheight-title);
  margin:.5rem;
}