.elementor-shortcode .abar-cont{
  color: #fff;
  height: 44px;
  max-height: 44px;
  overflow: hidden;
  background-color: #000;
  background-image: linear-gradient(90deg, #8100B8 0%, #E40972 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;

  *{
    color: #fff;
  }

  h3{
    font-size: 1.8rem;
    line-height: 1.3em;
  }

  .abar-countdown{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;

    .num{
      font-size: 2.2rem;
      font-weight: 700;
    }

    .lbl{
      font-size: 1.6rem;
      text-transform: lowercase;
      padding-left:3px;
    }
  }

  .abar-link a{
      font-size: 1.8rem;
      line-height: 1.3em;
      font-weight: 700;
      text-decoration: underline;
  }
}

@media only screen and (max-width: 767px) {
 .elementor-shortcode .abar-cont{
  display:none;
 }
}
