.project-progress-card__title{font-family:var(--font);font-size:var(--typescale-body-medium-font-size);font-style:normal;font-weight:var(--typescale-body-medium-font-weight,500);letter-spacing:var(--typescale-body-medium-letter-spacing);line-height:var(--typescale-body-medium-line-height);-webkit-text-decoration:var(--typescale-body-medium-text-decoration);text-decoration:var(--typescale-body-medium-text-decoration);text-transform:var(--typescale-body-medium-text-transform)}.project-progress-card__desc{font-family:var(--font);font-size:var(--typescale-label-small-font-size);font-style:normal;font-weight:var(--typescale-label-small-font-weight,500);letter-spacing:var(--typescale-label-small-letter-spacing);line-height:var(--typescale-label-small-line-height);-webkit-text-decoration:var(--typescale-label-small-text-decoration);text-decoration:var(--typescale-label-small-text-decoration);text-transform:var(--typescale-label-small-text-transform)}.project-progress-card{align-items:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:var(--progress-card-bg);border-radius:var(--progress-bar-border-radius,6px);color:var(--progress-card-text-color,var(--color-on-primary));display:flex;height:fit-content;min-height:48px;overflow:hidden;padding:3px 15px 3px 0;position:relative;white-space:nowrap;width:auto;--color-link-hover:var(--progress-card-text-color,var(--color-on-primary))}.project-progress-card--dotted{padding-bottom:0;padding-top:0}.project-progress-card--dotted .project-progress-card__content{padding-bottom:16px;padding-top:16px}.project-progress-card--dotted .project-progress-card__icon:after{background:unset;background-image:radial-gradient(ellipse,#fff .5px 0,#0000 0);background-position:calc(100% + 1px);background-repeat:repeat-y;background-size:4px 4px;width:100%}.project-progress-card__icon{align-items:center;align-self:stretch;display:flex;justify-content:center;min-width:39px;position:relative}.project-progress-card__icon:after{background:var(--progress-card-line,#ffffff80);bottom:0;content:"";position:absolute;right:0;top:0;width:1px}.project-progress-card__content{display:flex;flex-direction:column;gap:1px;padding-left:10px}.project-progress-card__title{line-height:1}@media only screen and (max-width:734px){.project-progress-card__title{font-size:14px}}.project-progress-card--primary{background:var(--color-primary);color:var(--color-on-primary)}.project-progress-card--secondary{background:var(--color-secondary);color:var(--color-on-secondary)}.project-progress-card--accent{background:var(--color-accent);color:#fff}.project-progress-card--attention{background:var(--color-attention);color:#fff}
