.comments > .comment > p a {
    color: var(--accent-2);
    text-decoration: underline;
    text-decoration-color: rgba(148, 226, 213, .38);
    text-underline-offset: 3px;
}

.comment-media-image {
    display: block;
    max-width: min(100%, 640px);
    max-height: 520px;
    margin: 10px 0 12px;
    border-radius: 12px;
    object-fit: contain;
}

.comment-video-embed {
    max-width: 640px;
    margin: 10px 0 12px;
}
