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

.hurrytimer-campaign-29713 .hurrytimer-timer-digit,
.hurrytimer-campaign-29713 .hurrytimer-timer-sep{
    color: #000;
    display: inline;
    font-size: 8px;
}

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



.hurrytimer-campaign-29713 .hurrytimer-timer-block{
    border: 0px solid #ffffff;
    border-radius: 0px;
    background-color: transparent;
    padding: 0px;
    margin-left: 4px;
    margin-right: 4px;
            display: inline-block;
    margin-bottom:0;
}
.hurrytimer-campaign-29713 .hurrytimer-timer-block:last-child{
    margin-right: 0;
}
.hurrytimer-campaign-29713 .hurrytimer-timer-block:first-child{
    margin-left: 0;
}



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

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

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

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

@media(max-width:425px) {
.hurrytimer-campaign-29713 .hurrytimer-button-wrap,
.hurrytimer-campaign-29713 .hurrytimer-headline
{
    margin-left: 0;
    margin-right: 0;
}
}
.hurrytimer-campaign-29713 {
    background-color: #FF5E00; /* Schimbă gradientul cu o culoare solidă */
    padding: 25px 30px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Arial', sans-serif;
    color: #ffffff; /* Textul principal va fi alb */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    flex-wrap: nowrap;
    gap: 20px;
}

.hurrytimer-campaign-29713 .hurrytimer-text-before {
    flex: 1;
    font-size: 16px;
    line-height: 1.4;
    color: #ffffff; /* Text alb */
}

.hurrytimer-campaign-29713 .hurrytimer-text-before span:first-child {
    font-weight: bold;
    color: #fff; /* Text alb */
}

.hurrytimer-campaign-29713 .hurrytimer-timer {
    display: flex;
    gap: 12px;
    flex: 1;
    justify-content: center;
}

.hurrytimer-campaign-29713 .hurrytimer-timer-box {
    background-color: #00032f;
    padding: 12px 18px;
    border-radius: 8px;
    text-align: center;
    min-width: 65px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

.hurrytimer-campaign-29713 .hurrytimer-timer-digit {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ffffff; /* Text alb */
}

.hurrytimer-campaign-29713 .hurrytimer-timer-label {
    font-size: 11px;
    margin-top: 5px;
    display: block;
    text-transform: uppercase;
    opacity: 0.8;
    color: #ffffff; /* Text alb */
}

.hurrytimer-campaign-29713 .hurrytimer-button {
    flex-shrink: 0;
    background: #ffffff;
    color: #002b5c;
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    white-space: nowrap;
}

.hurrytimer-campaign-29713 .hurrytimer-button:hover {
    background: #002b5c;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.2);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .hurrytimer-campaign-29713 {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .hurrytimer-campaign-29713 .hurrytimer-timer {
        justify-content: center;
    }

    .hurrytimer-campaign-29713 .hurrytimer-button {
        margin-top: 15px;
    }
}