/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * Special grid system for sidebar.
 */

.sidebar-grid > .site-main {
  background-color: var(--color--background-main);
  border-radius: var(--border-radius);
  box-shadow: 0 0 2px var(--color--border-main);
}

.sidebar-grid .region--sidebar > .block {
  background-color: var(--color--background-main);
  border-radius: var(--border-radius);
  box-shadow: 0 0 2px var(--color--border-main);
}
