/* Record summary tags identify a record property without implying workflow state. */
.record-summary-tag {
    padding: 7px 10px;
    border: 1px solid #cfe1ec;
    border-radius: 8px;
    background: #f3f9fc;
    color: #17699f;
    font-size: 11px;
    font-weight: 750;
    white-space: nowrap;
}
