.do-datuma-title { margin: 0; font-weight: 600; text-align: center; }

.do-datuma-daysline {
  display: grid;
  justify-items: center;     /* centers the inner box horizontally */
  margin: 0;
  line-height: 1;
}

.do-datuma-days {
  display: block;
  font-size: 6rem;
  font-weight: 700;
  text-align: center;        /* centers the digits within the box */
}

.do-datuma-daysunit {
  position: absolute;
  right: -3rem; /* hugs the right edge of the digits */
  bottom: .12em;             /* tweak to sit nicely at the bottom */
  font-size: 2rem;           /* requested size */
  font-weight: 600;
  line-height: 1;
}

.do-datuma-time {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.1;
}

.do-datuma-unit { font-size: 1.5rem; margin-left: .25rem; }
.do-datuma-sep { display: inline-block; padding: 0 .35rem; }

.do-datuma-tz { font-size: 1rem; opacity: .8; text-align: center; }

.do-datuma-dayswrap {
  position: relative;
  display: inline-block;
  line-height: 1;
}