.conference-chat-event {
    box-sizing: border-box;
    clear: both;
    width: fit-content;
    max-width: 85%;
    margin: 12px 0 12px auto;
    padding: 10px 14px;
    border: 1px solid #e9ddff;
    border-radius: 12px;
    background: #f5f1ff;
    color: #334155;
    text-align: left;
    overflow-wrap: anywhere;
}

.conference-chat-event__meta,
.conference-chat-event small {
    display: block;
    font-size: 0.8em;
    opacity: 0.75;
}

.conference-chat-event__text {
    white-space: pre-wrap;
}

.conference-chat-event__file-link,
.conference-chat-event__file-link:visited {
    color: #1d4ed8;
    text-decoration: underline;
}

.conference-chat-event__file-link:hover,
.conference-chat-event__file-link:focus-visible {
    color: #1e40af;
}

.conference-chat-event__image-link {
    display: block;
    margin-top: 8px;
}

.conference-chat-event__image-link img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}
