/* PE-Class v1.20.77 — 출석 상세 날짜·시간대 한 줄 정렬 */

.clubStatsDetailList article {
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  gap: 8px;
}

.clubStatsDetailList article > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}

.clubStatsDetailList article > div > strong {
  min-width: 0;
}

.clubStatsDetailList article > div > span {
  flex: 0 0 auto;
  margin-left: auto;
  text-align: right;
  white-space: nowrap;
}

.clubStatsDetailList article > p {
  width: 100%;
  box-sizing: border-box;
}
