:root {
  --color-bacheca_widget: #68d8b1;
}
@media (prefers-color-scheme: dark) {
  :root {
    --color-bacheca_widget: rgba(103, 215, 176, 0.75);
  }
}

.icc_Widget_ICCUser {
  padding: 0 !important;
}
.Widget_ICCUser {
  background-color: var(--color-bacheca_widget);
}

.Widget_ICCUser p {
  font-size: 15px !important;
  margin: 0;
}

.Widget_ICCUser_logout {
  font-size: 12px;
  text-decoration: underline;
}

a.Widget_ICCUser_action:hover {
  text-decoration: underline !important;
}
