.table { display: grid; grid-gap: 6px 16px; align-items: center; margin-top: 32px; margin-bottom: 32px; background-color: #2979b8; padding: 16px 24px; width: min-content; border-top-left-radius: 8px; border-top-right-radius: 8px; } .table .row { grid-column: 1 / -1; } .table > div { white-space: nowrap; line-height: 24px; } .table .header { font-size: 0.85em; font-weight: bold; color: #7bb8eb; line-height: unset !important; }