[class~=hurrytimer-campaign] {
  line-height: normal;
  text-align: center;
  padding: 10px 0;
}
[class~=hurrytimer-campaign] * {
  line-height: normal;
}

.hurryt-loading {
  display: none !important;
}

.hurrytimer-timer {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
}

.hurrytimer-timer-digit {
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

.hurrytimer-headline {
  color: #333;
  display: block;
  margin: 5px auto;
  overflow: hidden;
}

.hurrytimer-timer-block {
  position: relative;
  display: flex;
  margin-right: 5px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
  margin-bottom: 10px;
  margin-left: 5px;
}
.hurrytimer-timer-block:last-child {
  margin-right: 0;
}
.hurrytimer-timer-block:first-child {
  margin-left: 0;
}

.hurrytimer-sticky {
  margin: auto !important;
  width: 100%;
  background: #fff;
  left: 0;
  right: 0;
  z-index: 9999;
  position: fixed;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}
.hurrytimer-sticky.is-off {
  position: relative;
  z-index: 0;
}

.admin-bar:not(.wp-admin) .hurrytimer-sticky {
  z-index: 999999;
}

.hurrytimer-sticky-inner {
  max-width: 1200px;
  margin: auto;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}

.hurrytimer-button {
  display: inline-block;
  text-decoration: none;
  outline: none;
}

.hurrytimer-sticky-close {
  right: 10px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  width: 13px;
  height: 13px;
  cursor: pointer;
  display: flex;
}
.hurrytimer-sticky-close svg {
  fill: #333;
  width: 100%;
  height: 100%;
}
.hurrytimer-sticky-close:hover {
  opacity: 1;
  background: none;
}
.hurrytimer-campaign-454{
    text-align: center;
    display: inline;
}

.hurrytimer-campaign-454 .hurrytimer-timer-digit,
.hurrytimer-campaign-454 .hurrytimer-timer-sep{
    color: #ffffff;
    display: block;
    font-size: 35px;
}

.hurrytimer-campaign-454 .hurrytimer-timer{
    display: inline-flex;
    vertical-align: middle;
}.hurrytimer-campaign-454 .hurrytimer-timer-label{
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
}



.hurrytimer-campaign-454 .hurrytimer-timer-block{
    border: 0px solid transparent;
    border-radius: 0px;
    background-color: transparent;
    padding: 0px;
    margin-left: 5px;
    margin-right: 5px;
        width: auto;
    height: auto;
        }
.hurrytimer-campaign-454 .hurrytimer-timer-block:last-child{
    margin-right: 0;
}
.hurrytimer-campaign-454 .hurrytimer-timer-block:first-child{
    margin-left: 0;
}



.hurrytimer-campaign-454 .hurrytimer-headline{
    font-size: 30px;
    color: #000;
    margin-right: 5px;

    display:inline-block;
    vertical-align:middle;
}

.hurrytimer-campaign-454 .hurrytimer-button-wrap{
    margin-left: 5px;

    display:inline-block;
    vertical-align:middle;
}
.hurrytimer-campaign-454 .hurrytimer-button{
    font-size: 15px;
    color: #fff;
    background-color: #000;
    border-radius: 3px;
    padding: 10px 15px;
}

@media(max-width:425px) {
.hurrytimer-campaign-454 .hurrytimer-button-wrap,
.hurrytimer-campaign-454 .hurrytimer-headline
{
    margin-left: 0;
    margin-right: 0;
}
}
.hurrytimer-campaign-454 .hurrytimer-timer,
.hurrytimer-campaign-454 .hurrytimer-timer * {
  font-family: 'Rodwick', sans-serif !important;
}
/* Numbers in Rodwick, width locked so the block stops moving */
.hurrytimer-campaign-454 .hurrytimer-timer-digit {
  font-family: 'Rodwick', sans-serif !important;
  display: inline-block;
  min-width: 3ch;
  text-align: center;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
}

/* Labels in a clean, lighter sans */
.hurrytimer-campaign-454 .hurrytimer-timer-label {
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 400 !important;
}
.hurrytimer-campaign-454 .hurrytimer-timer > *:first-child .hurrytimer-timer-digit,
.hurrytimer-campaign-454 .hurrytimer-timer > .hurrytimer-timer-digit:first-of-type {
  color: #cd2029 !important;
}
/* make the campaign a flex container so we can place the added text */
.hurrytimer-campaign-454 {
  display: flex !important;
  flex-direction: column;   /* mobile: "to go!" sits underneath */
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* the added text */
.hurrytimer-campaign-454::after {
  content: "to go !";
  font-family: 'Rodwick', sans-serif;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
}

/* large screens: move it to the right of the timer */
@media (min-width: 768px) {
  .hurrytimer-campaign-454 {
    flex-direction: row;
  }
}
.hurrytimer-campaign-454 .hurrytimer-timer > *:first-child .hurrytimer-timer-digit,
.hurrytimer-campaign-454 .hurrytimer-timer > .hurrytimer-timer-digit:first-of-type {
  color: #cd2029 !important;
  font-size: 3rem !important;   /* bump or drop against the other digits */
  text-align: center;
}
.hurrytimer-campaign-454 {
  display: flex !important;
  flex-direction: column;
  align-items: center;          /* mobile: centred */
  gap: 8px;
}

@media (min-width: 768px) {
  .hurrytimer-campaign-454 {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start; /* desktop: left */
  }
}