@charset "UTF-8";

/* 行事　写真カードのベース */
.col.photo-card { position: relative; overflow: hidden; }

/* NEWバッジ（丸pill） */
.badge-new {
  position: absolute;
  top: 6px; 
  left: 6px;
  padding: 8px 12px;
  font-size: 12px; font-weight: 700;
  color: #fff; background: #e60023; /* お好みで園カラーに */
  border-radius: 999px;
  line-height: 1;
  z-index: 1;
  box-shadow: 0 2px 8px rgba(0,0,0,.18);
}

