.tg-photo-preview,
.ticket-photo-preview {
    display: block;
    margin-top: .55rem;
    max-width: min(100%, 440px);
    overflow: hidden;
    border: 1px solid rgba(100, 116, 139, .24);
    border-radius: 12px;
    background: #f8fafc;
}

.tg-photo-preview img,
.ticket-photo-preview img {
    display: block;
    width: 100%;
    max-height: 360px;
    object-fit: contain;
}

.tg-file-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: .45rem;
}

.tg-file-actions a {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: .35rem .7rem;
    border: 1px solid rgba(37, 99, 235, .3);
    border-radius: 8px;
    color: #2563eb;
    background: rgba(255, 255, 255, .75);
    font-size: .85rem;
    font-weight: 600;
    text-decoration: none;
}

.tg-file-actions a:hover {
    border-color: #2563eb;
    background: #eff6ff;
}

.tg-attachment.unavailable {
    opacity: .7;
}
