.hidden {
  height: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}

.cell-inner {
  display: flex;
  align-items: center;     /* 垂直置中 ⭐ */
  justify-content: center; /* 水平置中 ⭐ */
}

.cell-inner img {
  margin: 0 !important; /* 圖片與文字之間的距離 */
}

