a.external.text::after {
display: none;
}
.goalprogress__container {
position: relative;
display: grid;
overflow: hidden;
height: 2rem;
border: 0;
border-top-color: currentcolor;
border-top-style: none;
border-top-width: 0px;
border-top: 1px solid var(--border-color-base);
background-color: var(--color-surface-3);
border-bottom-left-radius: var(--border-radius--medium);
border-bottom-right-radius: var(--border-radius--medium);
font-size: 0.8125rem;
place-content: center;
}
.goalprogress__container span {
position: initial;
color: var(--color-base--subtle);
}
.goalprogress__container div {
top: 0;
left: 0;
border: 0;
border-right-color: currentcolor;
border-right-style: none;
border-right-width: 0px;
border-right: 2px solid var(--color-primary);
background-color: var(--background-color-primary--active);
}