[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-156334{
    text-align: center;
    display: block;
}

.hurrytimer-campaign-156334 .hurrytimer-timer-digit,
.hurrytimer-campaign-156334 .hurrytimer-timer-sep{
    color: #dd3333;
    display: block;
    font-size: 42px;
}

.hurrytimer-campaign-156334 .hurrytimer-timer{
justify-content:center}.hurrytimer-campaign-156334 .hurrytimer-timer-label{
    font-size: 16px;
    color: #a57610;
    text-transform: uppercase;
    display: block;
}



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



.hurrytimer-campaign-156334 .hurrytimer-headline{
    font-size: 5px;
    color: #dd3333;
    margin-bottom: 1px;

}

.hurrytimer-campaign-156334 .hurrytimer-button-wrap{
    margin-top: 5px;

}
.hurrytimer-campaign-156334 .hurrytimer-button{
    font-size: 15px;
    color: #fff;
    background-color: #f20000;
    border-radius: 3px;
    padding: 10px 15px;
}

@media(max-width:425px) {
.hurrytimer-campaign-156334 .hurrytimer-button-wrap,
.hurrytimer-campaign-156334 .hurrytimer-headline
{
    margin-left: 0;
    margin-right: 0;
}
}
.hurrytimer-timer-digit {
    font-family: "Nosifer";
    
}

.hurrytimer-timer-label  {
    font-family: "Nosifer";
  padding-bottom: 10px;
    
}


/* === HALLOWEEN BLACK & RED COMPACT STYLE === */
.hurrytimer-campaign-156334-156334 {
  --red: #e10600;
  --dark: #0b0b0b;
  --text: #fff;
  background: linear-gradient(180deg, #000 0%, #111 60%, #1a0000 100%);
  border: 1px solid rgba(255, 0, 0, 0.2);
  border-radius: 14px;
  box-shadow: inset 0 0 25px rgba(255, 0, 0, 0.25);
  color: var(--text);
  text-align: center;
  padding: 16px 12px;
  max-width: 500px;
  margin: 0 auto;
}


/* Сброс отступов HurryTimer */
.hurrytimer-campaign-156334-156334 .hurrytimer-headline,
.hurrytimer-campaign-156334-156334 .hurrytimer-timer,
.hurrytimer-campaign-156334-156334 .hurrytimer-button-wrap {
  margin: 4px 0;
  padding: 0;
}

/* Заголовок */
.hbw-halloween {
  font-family: "Creepster", cursive;
  line-height: 1.2;
}
.hbw-halloween .hbw-badge {
  font-family: "Nosifer", cursive;
  font-size: 12px;
  color: #000000;
  background: rgba(255, 0, 0, 0.1);
  border: 1px dashed rgba(255, 60, 0, 0.3);
  padding: 3px 10px;
  border-radius: 8px;
  margin-bottom: 6px;
  display: inline-block;
  letter-spacing: 1px;
}
.hbw-halloween .hbw-title {
 font-size: clamp(22px, 4vw, 28px);
    color: var(--red);
    text-shadow: 0 0 10px #ffffffde, 0 0 20px #ff0000;
    margin: 2px 0 4px;
    animation: flicker 3s infinite;
    font-family: "Nosifer", cursive;
}
@keyframes flicker {
  0%, 18%, 22%, 25%, 53%, 57%, 100% { opacity: 1; }
  20%, 24%, 55% { opacity: 0.75; }
}
.hbw-halloween .hbw-sub {
  font-family: "Trebuchet MS", sans-serif;
  color: #000000;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}
.hbw-halloween .hbw-sub strong {
  color: #ff4c4c;
  text-shadow: 0 0 10px #ff1a1a;
}
.hbw-halloween .hbw-deadline {
  display: block;
  color: #ffb380;
  font-size: 13px;
  margin-top: 2px;
}
.hbw-halloween .hbw-note {
  display: block;
  color: #ff3b3b;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  margin-top: 2px;
}

/* Таймер HurryTimer */
.hurrytimer-campaign-156334-156334 .hurrytimer-timer {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 60, 0, 0.3);
  border-radius: 8px;
  padding: 6px 10px;
  display: inline-flex;
  gap: 8px;
}
.hurrytimer-campaign-156334-156334 .hurrytimer-timer-block {
  min-width: 50px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 0, 0, 0.2);
  border-radius: 6px;
  padding: 4px;
}
.hurrytimer-campaign-156334-156334 .hurrytimer-timer-digit {
  font-family: "Creepster", cursive;
  font-size: 20px;
  color: #ff3333;
  text-shadow: 0 0 6px #ff0000;
}
.hurrytimer-campaign-156334-156334 .hurrytimer-timer-label {
  font-size: 9px;
  text-transform: uppercase;
  color: #ccc;
  margin-top: 2px;
}

/* Кнопка */
.hurrytimer-campaign-156334-156334 .hurrytimer-button {
  background: linear-gradient(180deg, #ff0000, #8b0000);
  border-radius: 999px;
  padding: 8px 14px;
  font-family: "Nosifer", cursive;
  font-size: 11px;
  color: #fff !important;
  box-shadow: 0 0 12px rgba(255, 0, 0, 0.4);
  text-transform: uppercase;
}
.hurrytimer-campaign-156334-156334 .hurrytimer-button:hover {
  filter: brightness(1.2);
  transform: translateY(-1px);
}