.vana-section,
.chocobo-section {
  padding: 8px 12px;
  margin-bottom: 10px;
}

.vanainfo-box {
  font-family: 'Rounded M+ 1c', 'Hiragino Maru Gothic Pro', 'Meiryo', sans-serif;
  font-size: 13px;
  color: #444;
  text-align: left;
}

.vana-section .header,
.chocobo-section .header {
  font-weight: bold;
  color: #c15b75;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}

.vana-section .header img,
.chocobo-section .header img {
  width: 18px;
  height: 18px;
}

.date-time {
  font-size: 14px;
  font-weight: bold;
  color: #e5397d;
  margin-left: 0;
  margin-bottom: 4px;
}

.chocobo-status {
  text-align: left;
  margin-left: 0;
}

.chocobo-status table td {
  padding: 2px 4px;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  color: #d0407f;
}

/* 残り時間表示 */
.clock-line {
  font-size: 14px;
  font-weight: bold;
  color: #e5397d;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}

/* 共通のアイコンサイズ */
.icon {
  vertical-align: middle;
  margin-right: 4px;
  image-rendering: auto;
  object-fit: contain;
}

/* アスペクト比保持（横長GIF用） */
.keep-aspect,
.walk-arrow {
  vertical-align: middle;
}

/* 月齢アイコン */
.moon-icon {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

/* 曜日アイコンの装飾 */
.day-icon,
.icon[src*="day_"] {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

/* テーブルのラベル部 */
.label-table {
  width: auto;
  border-collapse: collapse;
  margin-bottom: 4px;
}

.label-table th {
  padding: 0 8px; /* 左右に同じ余白を指定 */
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  vertical-align: bottom;
}

/* 汎用テーブルセル */
td {
  text-align: center;
  vertical-align: middle;
  padding: 2px 4px;
}
