.hero-panel button{
  display:grid;
  width:100%;
  grid-template-columns:42px 1fr;
  gap:2px 12px;
  padding:20px 10px;
  border:0;
  border-top:1px solid #ffffff18;
  background:transparent;
  color:inherit;
  text-align:left;
  cursor:pointer;
}
.hero-panel button span{grid-row:1/3;color:var(--clay);font-weight:900}
.hero-panel button b{font-size:17px}
.hero-panel button small{color:#aeb9c0;line-height:1.4}
.hero-panel button:hover b{color:#fff}
.hero-panel button:focus-visible{outline:2px solid var(--clay);outline-offset:-3px}
