div.drawer {
    flex: 1 1 auto;
    min-width: 350px;
}

@media screen and (min-width: 631px) {
div.columns-area div.column {
    flex: 1 1 auto;
    min-width: 350px;
}
}

.user-role-3 {
  --user-role-accent: #20603d;
}

.user-role-1 {
  --user-role-accent: #0088ff;
}

