.phone-content {
  background: #25167a;

  .content-wrapper {
    position: relative;
    height: 100%;
    overflow: hidden;

    .content-inner {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: calc(100% - 91px);
      color: white;
      padding: 0 20px;
      position: relative;
      text-align: center;

      .print-summary {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        font-family: "SpotifyMixBold", sans-serif;

        p {
          margin: 0;
          font-size: 25px;
          line-height: 1.2;
        }
      }

      .print-number {
        font-family: "SpotifyMixBold", sans-serif;
        font-size: 96px;
        line-height: 1;
        color: #f35279;
        margin: 10px 0;
      }

      .fade-in.delay-1 { 
        animation-delay: 0.2s; 
      }
      .fade-in.delay-2 { 
        animation-delay: 0.4s; 
      }
      .fade-in.delay-3 { 
        animation-delay: 0.6s; 
      }
      .fade-in.delay-4 { 
        animation-delay: 0.8s; 
      }
      .fade-in.delay-5 { 
        animation-delay: 1s; 
      }

      .print-summary p:last-child {
        margin-top: 8px;
        font-size: 18px;
      }
    }
  }
}
