.audio-thumb{
  display:block;
  width:260px;
  margin:-6px auto 24px;
  text-decoration:none;
  background:#fff;
  border:1px solid #ffd6bd;
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 6px 16px rgba(243,114,44,.12);
  transition:box-shadow .2s, transform .2s;
}
.audio-thumb:hover{
  box-shadow:0 10px 24px rgba(243,114,44,.22);
  transform:translateY(-2px);
}
.audio-thumb img{
  width:100%;
  height:auto;
  display:block;
  aspect-ratio:16/9;
  object-fit:cover;
}
.audio-thumb span{
  display:block;
  font-size:.86rem;
  font-weight:bold;
  color:#e0691f;
  padding:8px 10px;
  text-align:center;
}