/*
 * @file
 * Provides the styles for a full-width layout.
 */
.layout--fullwidth .layout__region {
  width: 100%;
}
