| /* | |
| * Copyright 2021 The Chromium Authors | |
| * Use of this source code is governed by a BSD-style license that can be | |
| * found in the LICENSE file. | |
| */ | |
| :host { | |
| grid-column-start: span 2; | |
| min-width: min-content; | |
| } | |
| .section { | |
| padding: var(--sys-size-5) var(--sys-size-9); | |
| display: flex; | |
| flex-direction: row; | |
| align-items: center; | |
| flex: auto; | |
| overflow-wrap: break-word; | |
| overflow: hidden; | |
| } |