/* Wrapper to center heading + countdown */
.fd-nlc-wrap{
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* H1 heading styling */
.fd-nlc-heading{
    margin: 0 0 14px 0;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
}

/* Center the whole countdown block */
.fd-nlc{
    text-align: center;
    padding: 0;
}

/* Single pill containing four blocks */
.fd-nlc-pill{
    display: inline-flex;
    gap: 16px;
    padding: 14px 20px;
    background: rgba(255,255,255,0.9);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    backdrop-filter: saturate(180%) blur(2px);
    align-items: stretch;
}

/* Each block with number on top and label below */
.fd-nlc-block{
    display:flex;
    flex-direction:column;
    align-items:center;
    min-width:72px;
}

.fd-nlc-num{
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    min-width: 48px;
    text-align: center;
}

.fd-nlc-text{
    font-size: 12px;
    opacity: .8;
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: .3px;
}

/* CTA button as a pill with provided colours */
.fd-nlc-cta{ margin-top: 12px; }
.fd-nlc-button{
    display:inline-block;
    padding:12px 22px;
    text-decoration:none;
    color: #ffffff;
    background-color: #2a887a;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-weight:600;
}
