/* tomoy-apps-ad.css — Ascending Digits 固有CSS */

/* -- .digit-flash (点滅アニメーション) -- */
    .digits-display .digit-flash {
      width: 70px;
      height: 70px;
      font-size: 52px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      margin-inline: auto;
      /* Override flex sizing from container query rules */
      flex: 0 0 auto;
      max-width: none;
    }

    @media (max-height: 700px) {
      .digits-display .digit-flash {
        width: 56px;
        height: 56px;
        font-size: 40px;
      }
    }
