.free-shipping-progress {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 12px 14px;
    margin: 0 0 16px;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    background: #fafafa;
}

.free-shipping-progress--qualified {
    border-color: #b7eb8f;
    background: #f6ffed;
}

.free-shipping-progress__icon {
    color: #303030;
    flex: 0 0 auto;
    margin-top: 2px;
}

.free-shipping-progress__body {
    flex: 1;
    min-width: 0;
}

.free-shipping-progress__message {
    margin: 0 0 8px;
    font-size: 13px;
    line-height: 1.45;
    color: #303030;
}

.free-shipping-progress__track {
    height: 8px;
    border-radius: 999px;
    background: #e8e8e8;
    overflow: hidden;
}

.free-shipping-progress__fill {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #1677ff, #4096ff);
    transition: width 0.25s ease;
}

.free-shipping-progress--qualified .free-shipping-progress__fill {
    background: linear-gradient(90deg, #52c41a, #73d13d);
}

.uvak-cart-drawer__progress {
    flex-shrink: 0;
    margin: 0 16px 12px;
}

.uvak-cart-drawer .free-shipping-progress__track {
    width: 100%;
}

.uvak-cart-drawer .free-shipping-progress__message {
    word-break: break-word;
}

.cart-block-summary .free-shipping-progress {
    margin-bottom: 14px;
}
