/* Add your custom styles here */
/* General styling for the comment reactions */
.crp-reactions {
    margin-top: 10px;
}
.crp-reactions button {
    font-size: 18px;
    margin: 5px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}
.crp-reactions button:hover {
    background-color: #e2e2e2;
    transform: scale(1.1);
}
.crp-reactions button span {
    font-size: 16px;
    margin-left: 8px;
}
.comment-meta {
    font-size: 14px;
    color: #555;
}
.comment-text {
    margin: 10px 0;
    font-size: 16px;
}
.comment-list {
    list-style: none;
    padding: 0;
}
.comment-list .comment {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.comment-list .comment .comment-meta {
    font-size: 14px;
    color: #777;
}
.comment-list .comment .comment-text {
    font-size: 16px;
    color: #333;
}
.comment-list .comment .comment-text p {
    margin-bottom: 10px;
}
#comment-reactions {
    margin-bottom: 30px;
}
#comment-reactions h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
#comments-section {
    margin-top: 30px;
}
#comments-section .comment-list .comment {
    margin-bottom: 20px;
}
#commentform input, #commentform textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
#commentform input[type="submit"] {
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px 20px;
}
#commentform input[type="submit"]:hover {
    background-color: #45a049;
}

/* Style for the delete button */
.crp-delete-comment {
    color: #e74c3c;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

.crp-delete-comment:hover {
    text-decoration: underline;
}

/* Style for the reactions buttons */
.crp-reactions {
    margin-top: 10px;
}

.crp-reaction-btn {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px 10px;
    cursor: pointer;
    margin: 5px;
}

.crp-reaction-btn:hover {
    background-color: #f1f1f1;
}
