import styled from 'styled-components/macro';

import { color } from '../../../../theme';

export const StyledHeadline = styled.div`
  align-items: center;
  background-color: ${color('comp/section/headline/background')};
  border-bottom: 1px solid ${color('sys/color/divider')};
  box-sizing: border-box;
  display: flex;
  height: 62px;
  min-height: 62px;
  padding-left: 32px;
  padding-right: 32px;
`;
