.kc-gift-progress {
    margin: 0 0 24px 0;
    padding: 16px 20px;
    background: #f7f4f1;
    border: 1px solid #ece6e0;
    border-radius: 10px;
    font-family: inherit;
}

.kc-gift-progress__text {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 1.4;
    color: #3a3a3a;
}

.kc-gift-progress__text strong {
    color: #c0392b;
}

.kc-gift-progress--complete .kc-gift-progress__text {
    color: #1e7e34;
    font-weight: 600;
}

.kc-gift-progress__track {
    position: relative;
    width: 100%;
    height: 10px;
    background: #e3ddd6;
    border-radius: 6px;
    overflow: hidden;
}

.kc-gift-progress__fill {
    height: 100%;
    border-radius: 6px;
    background: linear-gradient(90deg, #e8a33d, #d9784e);
    transition: width 0.4s ease;
}

.kc-gift-progress--complete .kc-gift-progress__fill {
    background: linear-gradient(90deg, #4caf50, #2e9e44);
}
