.phase {
    border-radius: var(--border-radius);
}

.phase.active {
    border-color: blue;
}