.iqitfreedeliverycount {
    margin: 0.75rem 0 0.25rem;
    padding: 0.75rem 1rem;
    background: #fff;
    border-radius: 6px;
    font-size: 0.88rem;
    color: #333;
}

.iqitfreedeliverycount-msg {
    margin-bottom: 0.5rem;
    text-align: center;
}

.iqitfreedeliverycount-msg--reached {
    color: #28a745;
}

.iqitfreedeliverycount-easybox-icon {
    height: 100px;
    width: auto;
    vertical-align: middle;
    margin-left: 4px;
}

.ifdc-remaining-price {
    color: #28a745;
}

.iqitfreedeliverycount-bar-track {
    height: 8px;
    background: #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
}

.iqitfreedeliverycount-bar-fill {
    height: 100%;
    background: #28a745;
    border-radius: 4px;
    transition: width 0.4s ease;
    min-width: 2px;
}

.iqitfreedeliverycount--reached .iqitfreedeliverycount-bar-fill {
    background: #28a745;
}

.iqitfreedeliverycount-extra {
    margin-top: 0.5rem;
    font-size: 0.8rem;
    color: #666;
    text-align: center;
}
