/* ==== Base block styles ================================================= */

.iqitfreedeliverycount-cartpage,
.iqitfreedeliverycount-detach,
.iqitfreedeliverycount-product {
    background: #0077c8;
    color: #ffffff;
    border-radius: 6px;
    padding: 12px 16px;
    margin: 8px 0;
    font-weight: normal;
}

/* Cart totals right column */
.cart-prices .iqitfreedeliverycount-detach {
    width: 100%;
}

/* Hide when module says so */
.iqitfreedeliverycount-detach.hidden-detach,
.iqitfreedeliverycount-hidden {
    display: none;
}

/* Inherit text color from block */
.iqitfreedeliverycount p {
    color: inherit;
}

/* ==== Text lines ======================================================== */

.ifdc-remaining {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 6px;
    text-align: center;
}

.ifdc-remaining-price {
    font-weight: 700;
    text-decoration: underline;
}

/* “Produtos em promoção…” text */
.iqitfreedeliverycount .ifdc-txt {
    width: 100%;
    clear: both;
}

.iqitfreedeliverycount .ifdc-txt-content {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    padding-top: 4px;
    border-top: 1px dotted rgba(255,255,255,0.7);
    font-size: 13px;
}

.iqitfreedeliverycount .ifdc-txt p:last-child {
    margin: 0;
    padding: 0;
}

/* ==== Progress bar ====================================================== */

.ifdc-progress-wrapper {
    margin: 4px 0 6px;
    padding: 6px 0;
    overflow: visible !important;
}

.ifdc-progress-bar {
    width: 100%;
    height: 18px;
    border-radius: 999px;
    background: rgba(255,255,255,0.3);
    position: relative;
    overflow: hidden;
}

.ifdc-progress-bar-fill {
    height: 100%;
    border-radius: 999px;
    background: #4caf50;
    transition: width .35s ease;
}

/* Bubble with threshold value (e.g. 20,00€) */
.ifdc-progress-label {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;           /* white text */
    background: transparent;  /* no bubble */
    border-radius: 0;         /* remove oval */
    padding: 0;               /* remove spacing */
    font-size: 11px;
    font-weight: 700;
    box-shadow: none;         /* remove shadow */
    white-space: nowrap;
}

/* ==== CTA link ========================================================== */

.ifdc-cta {
    margin-top: 4px;
    text-align: center;
}

.ifdc-more-link {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}

.ifdc-more-link:hover {
    text-decoration: underline;
}

/* ==== Responsive tweaks ================================================= */

@media (max-width: 768px) {
    .iqitfreedeliverycount-cartpage,
    .iqitfreedeliverycount-detach,
    .iqitfreedeliverycount-product {
        text-align: center;
    }
}
