/* Спільні стилі для коментарів */

/* З public/css/forum/comment.css */
.comment-timestamp {
    font-size: 0.75rem;
}

/* З public/css/forum/show.css та public/css/forum/comment.css */
.comment-text-content {
    white-space: pre-wrap;
    word-break: break-word;
    text-align: left;
}

/* З public/css/comment-image-preview.css */
#image-preview-container {
    margin-top: 1rem;
}

.clear-image-btn {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #dc3545;
    color: white;
    border: 2px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    z-index: 10;
}
