<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @file
 * Styles for Restaurant+'s layout switcher.
 */
.layout-switcher ul.inline-list {
  margin: 0 -7px;
}
.layout-switcher ul li.inline-list__item {
  padding: 0 7px;
}
.region--dark-typography.region--gray-background .layout-switcher li a {
  color: #c5c5c5;
}
.region--light-typography.region--colored-background .layout-switcher li.active a {
  color: #ffffff;
}
.layout-switcher li a {
  color: #bbbbbb;
}
</pre></body></html>