.announcement-bar__message--custom-countdown .announcement-bar__custom-content {
  display: inline;
}

.announcement-bar__message--custom-countdown .announcement-bar__custom-content > * + * {
  margin-left: 0.35em;
}

.announcement-bar__countdown {
  white-space: nowrap;
  font-weight: 600;
}

.announcement-bar__phone {
  white-space: nowrap;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

@media screen and (max-width: 749px) {
  .announcement-bar__message--custom-countdown .announcement-bar__custom-content > * + * {
    margin-left: 0.25em;
  }
}
