# Cards Concept's cards use custom styling with specific borders, shadows, and spacing. Cards are the primary content containers throughout the template. ## Concept Card Styling ```scss // From Concept's _cards.scss .card { background: #fff; border: 1px solid #e6e6f2; border-radius: 4px; box-shadow: 0px 0px 4px 0px rgba(82, 63, 105, 0.05); margin-bottom: 30px; transition: all 0.3s ease; .card-header { background-color: #fff; border-bottom: 1px solid #e6e6f2; padding: 20px 30px; font-weight: 700; font-size: 16px; color: #3d405c; font-family: 'Circular Std', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; } .card-body { padding: 30px; } } ``` ## Card Components ### Card Header & Footer ```html
With supporting text below.
Card content
Example text content.
White text on colored background.
Card with shadow instead of border.
Entire card is clickable.
Loading content...
There's nothing to display at the moment.