.count-down {
  display: flex;
  background-color: rgb(var(--color-background));
}

.count-down__divider-wrapper {
  width: 100%;
}

.count-down__divider {
  width: 100%;
  height: 1px;
  background-color: rgba(var(--color-text), 0.2);
}

.count-down__full {
  padding-inline: 0 !important;
}
