/* Fix transcript timestamp font size and ensure military time */

/* Override the font-size-hierarchy.css for chat timestamps - TERTIARY LEVEL */
.chat-timestamp,
#active-liveTranscript .chat-timestamp,
#liveTranscriptPostCall .chat-timestamp,
.transcript-timestamp,
.conversation-entry .chat-timestamp,
.transcript-entry .chat-timestamp,
.transcript-header-row .chat-timestamp {
    font-size: 0.75rem !important; /* 12px - tertiary information level */
    color: #6B7280 !important;
    font-weight: 400 !important;
    white-space: nowrap !important;
    min-width: 3.5rem !important;
}

/* Force override any conflicting rules with higher specificity */
div.chat-timestamp,
span.chat-timestamp,
.chat-bubble-wrapper .chat-timestamp,
.conversation-entry .chat-bubble-wrapper .chat-timestamp {
    font-size: 0.75rem !important; /* 12px - tertiary information level */
}

/* Fix transcript text to standard size */
.transcript-text,
.transcript-text > div,
.transcript-text > div:first-child {
    font-size: 1rem !important; /* 16px - standard text size */
    line-height: 1.6 !important;
    color: #E5E7EB !important;
}

/* Fix tile text to standard size */
.tile-text {
    font-size: 1rem !important; /* 16px - standard text size */
    line-height: 1.6 !important;
}

/* Fix note user text to standard size */
.note-user-text {
    font-size: 1rem !important; /* 16px - standard text size */
    line-height: 1.6 !important;
}