.rtt-badge {
display: inline-flex;
align-items: center;
gap: 6px;
background: #f0f6fc;
border: 1px solid #c2daf7;
border-radius: 6px;
padding: 6px 12px;
font-size: 14px;
color: #1d4e8f;
margin: 0 0 20px 0;
font-family: inherit;
line-height: 1.4;
}
.rtt-badge svg {
width: 16px;
height: 16px;
flex-shrink: 0;
stroke: #1d4e8f;
}
.rtt-badge .rtt-label {
font-weight: 500;
}
.rtt-badge .rtt-time {
font-weight: 700;
}
.rtt-inline {
font-size: 0.9em;
color: #555;
} @media (prefers-color-scheme: dark) {
.rtt-badge {
background: #1a2a3a;
border-color: #2d4a6a;
color: #7eb8f7;
}
.rtt-badge svg {
stroke: #7eb8f7;
}
}