#svg-layer g.annotation-title-block .title-block-rect {
    fill: none;
    stroke: #000000;
    stroke-width: 1;
}

#svg-layer g.annotation-title-block.selected .title-block-rect {
    stroke: var(--focus-shadow-color);
}

#svg-layer g.annotation-title-block.focused .title-block-rect {
    stroke: var(--selection-border-color);
}

#svg-layer g.annotation-title-block .title-block-name {
    font-size: 1rem;
    font-weight: 600;
}

#svg-layer g.annotation-title-block .title-block-value {
    font-size: 1.5rem;
    font-weight: 400;
}