/* Custom CSS overrides if needed */
.react-form button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.react-form button:hover {
    opacity: 0.8;
}

.comment-item {
    margin-bottom: 1rem;
}

