.disable-buttons {
    .pos-scenario-card {
        cursor: not-allowed;
        pointer-events: none;
        color:  $o-brand-secondary;

        img {
            opacity: 0.5;
        }
    }
}

.pos-scenario-card.disabled {
    cursor: not-allowed;
    pointer-events: none;
    color:  $o-brand-secondary;

    img {
        opacity: 0.5;
    }
}
