@media all and (max-width: 1100px) {
  .list-view.editing .toolbar,
  .list-view.editing .contact-grid {
    display: none;
  }
}
a[highlight] {
    font-weight: bold;
    text-decoration: underline;
}

.login-warning-style {
  color: var(--lumo-error-text-color);
  background-color: var(--lumo-error-color-10pct);
  padding: var(--lumo-space-s) var(--lumo-space-m);  
  margin-top: var(--lumo-space-m);
}

.login-warning-title {
    color: var(--lumo-error-text-color);
    margin: 0;
    line-height: var(--lumo-line-height-s);;
}

.login-warning-description {
    color: var(--lumo-error-text-color);
    margin: 0;
    line-height: var(--lumo-line-height-s);
}

[part="drawer"] {
  background-color: var(--lumo-contrast-5pct); /* Example: light grey background */
  
  /* Or use a background image: */
  /* background: url('../images/drawer-bg.png') no-repeat center center; */
  /* background-size: cover; */
}