#ingite-store-ingite-plan-add-to-cart{
    overflow:hidden;

    .amoksys-radio-switch{
        border:none;
        background:var(--ingite-color-button);
        color:     var(--ingite-color-on-button);

        .amoksys-radio-switch-item{
            border-color:var(--ingite-color-button);
        }
        .amoksys-radio-switch-item.active{
            background:  var(--ingite-color-button-hover);
            border-color:var(--ingite-color-button-hover);
        }
    }

    .ingite-plan-price-preview{
        padding:0.75rem 0;
        tr:not(.hide){
            th, td{
                padding:0.25rem 1rem;
            }
            th{
                word-break:keep-all;
                white-space:nowrap
            }
            td:last-child{
                width:100%;
            }
        }
    }
}