/*
    Enchanted Garden Shop
    css/counseling.css
    Counseling page-specific overrides.

    shared.css is loaded first on every page and defines the full design
    system (colors, type, spacing, buttons, cards, forms, header/footer).
    Only page-specific adjustments belong here.
*/

.card-grid.two-col .card:last-child {
    background: var(--panel);
    border-bottom-color: var(--ruby);
}
