﻿.group-select {
    width: auto;
}

.combined-action-group {
    margin-left: 0px;
}

.inner-label-small {
    width: 20px !important;
    min-width: 20px !important;
}

@media (max-width: 768px) {
    .inner-label-small {
        min-width: 100% !important;
        height: 14px;
    }

    .unified-group {
        flex-direction: column;
    }

    .calc-section b {
        color: var(--text);
    }

    .group-label-static {
        width: 40px;
    }
    .inner-label {
        min-width: 90px;
        text-wrap: auto;
        padding-bottom: 10px;
        padding-top: 10px;
        border-right: unset;
    }

    .combined-action-group {
        margin-left: 0px;
    }
}
