/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#whats-new-options label.wbcom-anonymous-activity {
    margin: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}
input#bp_anonymous_activity_comment_checkbox,
label.wbcom-anonymous-activity input.is_anonymous {
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.activity-comments.threaded-comments p.bp-anonymous-comment label{
    margin: 15px 0 0 48px;
    display: flex;
    align-items: center;
    gap: 8px;
}
div#bp-nouveau-activity-form.modal-popup label.wbcom-anonymous-activity {
    margin-top: 10px !important;
    order: 1;
    margin-left: 10px;
}
.post-elements-buttons-item.bp-anonymous-activity{
    margin: 0 !important;
}
.activity-comments .post-elements-buttons-item.bp-anonymous-activity {
    float: right;
}
.activity-comments .post-elements-buttons-item.bp-anonymous-activity label.wbcom-anonymous-activity-comment {
    display: flex;
    align-items: center;
    gap: 8px;
}


/* Reign Theme */
.reign-mobile-header-icons-enable #whats-new-options label.wbcom-anonymous-activity {
    margin-left: 65px;
}
.reign-mobile-header-icons-enable .activity-comments .post-elements-buttons-item.bp-anonymous-activity{
    padding-top: 12px;
}
form.ac-form .ac-reply-content .bp-anonymous-activity input{
    margin: 0;
}
