body[data-pageid="before"] .countdown-container {
    /*width: 100%;*/
    position: relative;
    border-radius: 16px;
    background: rgba(42, 42, 42);
    backdrop-filter: blur(40px);
    padding: 20px 53px;
    margin-top: 16px;
  }

  body[data-pageid="before"] .countdown-container::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 16px;
    background: linear-gradient(
            to right bottom,
            rgba(255, 255, 255, 0.15),
            rgba(255, 255, 255, 0.02) 60%,
            transparent 100%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 1;
  }

  body[data-pageid="before"] #defaultCountdown{
    color: #01b789;
    text-align: center;
    font-size: 36px;
    font-weight: 500;
  line-height: 100%;
  margin-top: 10px;
  }

  .waiting-time-label{
    color: #D9D9D9;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 17.5px */
  }

  body[data-pageid="before"] .info-text{
    display: block!important;
  }

  body[data-pageid="before"].larger.beforeElement{
    display: none!important;
  }

  body[data-pageid="before"].headerparagraph{
    display: none!important;
  }

    p.larger.beforeElement {
        display: none!important;
    }

  .countdown_amount{
      font-weight: 500;
      font-size: 32px;
      line-height: 100%;
  }

  .countdown_label{
      font-weight: 500;
      font-size: 24px;
      line-height: 100%;
      text-transform: lowercase;
  }

@media screen and (max-width: 728px) {
    body[data-pageid="before"] .countdown-container {
        padding: 0;
        margin-top: 0;
    }

    body[data-pageid="before"] #defaultCountdown{
        line-height: 40px;
        font-size: 30px;
        padding: 10px;
    }
}
