.example {
  font-family: 'Roboto', sans-serif;
  width: 700px !important;
  height: 240px;
  margin: auto;
  padding: 20px;
  box-sizing: border-box;
  direction: ltr;
  margin-bottom: 50px !important;
}

.flip-clock-wrapper {

  align-items: center !important;
  align-content: space-around !important;
   }
  

.clock-builder-output{
    margin: auto;
}
.flip-clock-wrapper ul{
  background: #19887b !important;}
.flip-clock-wrapper ul li a div.up{
  background-color: #c7976c ;
}

.flip-clock-wrapper ul li a div.up{
    background-color: #c7976c !important;
}

.flip-clock-wrapper ul li a div.down{
    background-color: #19887b !important;
}

body .flip-clock-wrapper ul li a div div.inn, body .flip-clock-small-wrapper ul li a div div.inn{
    color: #f4f4f4 !important;
}

  /* .flip-clock-wrapper {
    text-align: center;
    position: relative;
    width: 100%;
    margin: 0 auto; /* Centers the clock */
  
  .flip-clock-wrapper {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    text-align: center;
    position: relative;
    width: 100%;
    margin: 0 auto; /* Centers the clock horizontally */
  }
  /* Add spacing between the clock and other elements */
  .space-between {
    margin-top: 20px; /* Adjust the spacing as needed */
  }
  
  /* --- SMALL CLOCK CSS --- */
  
  .flip-clock-small-wrapper {
    text-align: center;
    position: relative;
    width: 100%;
    margin: 0 auto; /* Centers the small clock */
    margin-top: 20px; /* Add spacing between the small clock and other elements */
  }
  .flip-clock-divider .flip-clock-label{
    position: absolute;
    top: -1.5em;
    right: -97px;
    color: black;
    text-shadow: none;
    font-size: 1.5rem;
    font-weight: bolder;
  }
  .flip-clock-divider.seconds .flip-clock-label {
    right: -110px;
}

.flip-clock-divider.minutes .flip-clock-label {
    right: -108px;
}

  @media screen and (max-width: 768px) {
    .flip-clock-wrapper ul {
      width: 40px;
      height: 60px;
      font-size: 40px;
      line-height: 57px;
    }
  
    .flip-clock-small-wrapper ul {
      width: 20px;
      height: 30px;
      font-size: 40px;
      line-height: 27px;
    }

    .flip-clock-dot.top {
        top: 37px;
    }
    .flip-clock-dot.bottom{
        bottom: 33px;
    }

  
    .flip-clock-divider .flip-clock-label {
        top: -0.8em;

        font-size: 1rem; /* Adjust the font size for smaller screens */
        right: -68px; /* Adjust the right position for smaller screens */
      }
    
      .flip-clock-divider.seconds .flip-clock-label {
        right: -80px; /* Adjust the right position for smaller screens */
      }
    
      .flip-clock-divider.minutes .flip-clock-label {
        right: -78px; /* Adjust the right position for smaller screens */
      }
  }

  