/* fider label */
.c-powered {
display: none;
}

/* vote counter on main screen */
.c-vote-counter{
display: none;
}

/* idea description on main screen */
.c-markdown.c-posts-container__postdescription{
/* display: none;*/
opacity: 0.2;
}

/* vote panel on idea screen */
html body.is-authenticated.is-staff.vsc-initialized div#root div#p-show-post.page.container div.p-show-post div.p-show-post__main-col div.p-show-post__header-col div.flex.flex-y.flex--spacing-8 div.flex.flex-y.flex--spacing-4 div.flex.flex-x.flex--spacing-2.justify-between.flex-items-start {
display: none;
}

/* cellphone: vote panel on idea screen */
#p-show-post > div > div.p-show-post__main-col > div.p-show-post__header-col > div > div.flex.flex-y.flex--spacing-4 > div.flex.flex-x.flex--spacing-2.justify-between.flex-items-start {
display: none;
}

/* vote summary (left panel) on idea screen */
html body.is-authenticated.is-staff.vsc-initialized div#root div#p-show-post.page.container div.p-show-post div.p-show-post__action-col{
display: none;
}

/* cellphone: vote summary (left panel) on idea screen */
#p-show-post > div > div.p-show-post__action-col {
display: none;
}

/* input idea warning */
div.c-share-feedback-form form.c-form div.c-form-field label::after {
content: " (Mínimo 10 letras)";
color: rgba(128,0,0,0.5);
}