/*
Theme Name: Diver Child Chibipopo
Template: diver
Version: 1.5
Description: ちびキャラ素材 chibipopo 用 子テーマ（管理画面DL数表示）
*/
body { background:#fffafc; }
h2 { border-left:6px solid #ff6fae; padding-left:12px; }

.chibi-list{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(180px,1fr));
  gap:20px;
}
.chibi-card{
  background:#fff;
  border-radius:16px;
  box-shadow:0 8px 20px rgba(0,0,0,.08);
  overflow:hidden;
  text-align:center;
}
.chibi-card img{ width:100%; height:auto; }
.download-btn{
  display:inline-block;
  background:#ff6fae;
  color:#fff;
  border-radius:40px;
  padding:12px 30px;
  font-weight:bold;
  text-decoration:none;
}
