.cg-ship{padding:1.6rem 0 .4rem;}
.cg-ship__bar{height:.8rem;background:var(--cg-line);border-radius:99px;overflow:hidden;}
.cg-ship__fill{display:block;height:100%;background:var(--cg-gold);border-radius:99px;transition:width .4s ease;}
.cg-ship__note{font-size:1.25rem;color:var(--cg-muted);margin:.8rem 0 0;}
.cg-ship__note b{color:var(--cg-burgundy);}
.cg-ship__note--done{color:var(--cg-burgundy);}
@media (prefers-reduced-motion:reduce){.cg-ship__fill{transition:none;}}
