.sg-countdown-timer {
  width: 180px;
  height: 80px;
  background-color: var(--sg-primary);
  padding: 8px 12px;
  position: fixed;
  right: 40px;
  bottom: 80px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  z-index: 1049;
}

#sg-bottom-bar-events-notice {
  color: white;
  /*width: 100%;*/
  height: auto;
  background-color: var(--sg-primary);
  padding: 8px 12px;
  text-align: center;
  /*position:fixed;*/
}

.sg-countdown-tile-row {
  height: 70%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4px;
}

.sg-countdown-label-row {
  height: 30%;
  padding-top: 4px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4px;
}

.sg-countdown-label {
  color: white;
  font-size: 0.8em;
  /*font-weight:800;*/
  font-style: italic;
  text-align: center;
}

.sg-countdown-tile {
  height: 100%;
  background-color: white;
  color: #000;
  font-size: 2em;
  text-align: center;
  border-bottom: #000 solid 2px;
}
