/* Fix for media URL clicks in chat */
.tk-image {
    cursor: pointer;
    position: relative;
}

.tk-image img {
    cursor: pointer;
    max-width: 100%;
    height: auto;
}

.tk-message-attachments a {
    display: inline-block;
    word-break: break-word;
    max-width: 100%;
}

/* Ensure file attachments are clickable */
.tk-message-attachments a[target="_blank"] {
    color: #0084ff;
    text-decoration: underline;
}

.tk-message-attachments a[target="_blank"]:hover {
    text-decoration: none;
}