/* 430px 基准截图复核后的最终微调。 */
.category-tabs { padding-bottom: 13px; }

.free-btn::before {
  width: 40px;
  flex-basis: 40px;
}
/* 管理端模板图可能是方图或竖图：完整居中展示，避免标题区形成实心遮挡。 */
.template-card {
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
}

.template-thumb,
.template-thumb img,
.template-name {
  background: transparent;
}

.template-thumb img {
  object-fit: contain;
  object-position: center center;
}
