.sf-customer-card {
    background: #fff;
    border: 1px solid #e1e4e8;
    border-radius: 4px;
    padding: 16px;
    margin-top: 1em;
    box-shadow: 0 2px 4px rgba(0,0,0,0.03);
    max-width: 600px;
}
.sf-customer-card h2 {
    margin-top: 0;
}
.sf-customer-card ul {
    list-style: disc inside;
    margin: 0.5em 0 0 1em;
}
.sf-customer-card strong {
    color: #2d4a74;
}