.card { background-color: #fff; margin-top: 6px; padding-top: 24px; } .header, .content, .footer { padding: 0 var(--cell-horizontal-padding,16px); } .header { font-size: 17px; } .content { box-shadow: inset 0px -1px 0px 0px rgba(227, 227, 227, 1); color: #666; margin-top: 10px; padding-bottom: 24px; font-size: 12px; font-weight: 400; } .footer { box-shadow: inset 0px -1px 0px 0px rgba(227, 227, 227, 1); height: 48px; font-size: 14px; }