/**
 * LiveGood-only styles. Shared layout/components come from bills.css.
 */

.choice-card--static {
    cursor: default;
}

.choice-card--static:hover,
.choice-card--static:active {
    transform: none;
    box-shadow: var(--shadow);
    border-color: var(--border-strong);
}

@media (prefers-reduced-motion: reduce) {
    .choice-card--static:hover {
        transform: none;
    }
}
