
/* SHOW MORE BUTTON */
.comments-show-more-button {
    display: inline-flex !important;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    background-color: #f0f0f0;
    border-radius: 8px;
    padding: 7px 16px;
    margin-top: 16px;
}
.comments-show-more-button:hover {
    text-decoration: none;
}

/* EXPAND REPLIES BUTTON */
.comments-expand-replies-button {
    display: inline-flex !important;
    font-size: 1rem;
    text-align: center;
    margin-left: 60px;
    background-color: #f1f1f1;
    border-radius: 8px;
    padding: 4px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.comments-expand-replies-button:hover {
    text-decoration: none;
    opacity: 0.7;
}

/* BACK BUTTON */
.comments-back-button {
    display: inline-flex !important;
    font-size: 1.2rem;
    text-align: left;
}
.comments-back-button:hover {
    text-decoration: none;
}