input[type="datetime-local"] { padding: 6px; } #notifications { display: grid; grid-template-columns: repeat(5, min-content); grid-gap: 4px 16px; margin-top: 32px; margin-bottom: 32px; background-color: #333; padding: 16px 24px; width: min-content; border-top-left-radius: 8px; border-top-right-radius: 8px; } #notifications div { white-space: nowrap; line-height: 24px; } #notifications .header { font-weight: 800; color: #777; } #notifications .ok { color: #0a0; } #notifications .error { color: #a00; }