/* QAFlow - group.php (public single-group detail page)
   Extracted from inline style="" attributes. */

.gp-post-textarea {
    background: var(--body-bg);
    border-radius: 20px;
    padding: 10px 16px;
    resize: none;
}

.gp-hidden {
    display: none;
}

.gp-empty-icon {
    font-size: 48px;
}

.gp-member-mini-name {
    font-size: 0.75rem;
}

.gp-comment-avatar {
    width: 32px;
    height: 32px;
    object-fit: cover;
}

/* Comments section toggled via JS classList (see toggleComments()) */
.comments-section {
    display: none;
}
.comments-section.show {
    display: block;
}
