/* ===============================
   NatunKicho CV Builder
================================ */

.nk-cv-progress {
    margin-bottom: 20px;
}

.nk-cv-progress-bar {
    background: #eee;
    border-radius: 6px;
    overflow: hidden;
    height: 22px;
}

.nk-cv-progress-bar span {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, #3b82f6, #22c55e);
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    font-weight: 600;
    transition: width 0.3s ease;
}

.nk-cv-progress-label {
    margin-top: 6px;
    font-size: 13px;
    color: #555;
}
