html.enhance-xp .section-design .subsection-weight .perspective-viewport .countdown-text {
  
    min-width: unset;
    padding-left: 5px;
    padding-right: 5px;
}


/* ---------------- For Avail message to match US (to be remove after v updates) ------------------- */
.anz-avail-custom .section-hero .hero .intro-paragraph-container .has-dynamic-content+.availability-copy {
    display: inline-block;
    margin-top: 17px;
    margin-bottom: 0;
    color: #1d1d1f;
}

.anz-avail-custom .section-hero .hero .intro-paragraph-container .intro-price {
    display: inline-block;
}

.anz-avail-custom .section-hero .hero .intro-paragraph-container .availability-copy .bar {
    margin: 0 8px;
}

.anz-avail-custom .section-hero .hero .intro-paragraph-container .availability-copy .price-bar {
    display: none;
}

@media only screen and (max-width: 734px){
    .anz-avail-custom  .section-hero .hero .intro-paragraph-container .has-dynamic-content+.availability-copy {
        display: block;
        margin-top: 13px;
        margin-bottom: 0;
    }
    .anz-avail-custom .section-hero .hero .intro-paragraph-container .intro-price.has-dynamic-content {
        display: block;
        margin-top: 27px;
    }
}

@media only screen and (min-width: 735px){
    .anz-avail-custom  .section-hero .hero .intro-paragraph-container .availability-copy {
        margin: 40px 0;
    }
    .anz-avail-custom .section-hero .hero .intro-paragraph-container .has-dynamic-content+.availability-copy .price-bar {
        display: inline;
    }
}
/* ---------------- END For Avail message to match US (to be remove after v updates) ------------------- */