/* Stellar per-conversation message cache pass 42. */
#messagesList.is-message-cache-syncing {
    position: relative;
}

#messagesList.is-message-cache-syncing::before {
    content: "Syncing…";
    position: sticky;
    top: 8px;
    z-index: 8;
    width: max-content;
    max-width: calc(100% - 28px);
    margin: 0 auto 8px;
    padding: 5px 10px;
    display: block;
    border: 1px solid rgba(127, 195, 255, 0.24);
    border-radius: 999px;
    color: rgba(226, 232, 240, 0.82);
    background: rgba(15, 23, 42, 0.72);
    backdrop-filter: blur(12px);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    pointer-events: none;
}
