﻿.calc-input-group {
    max-width: 428px;
}

.designations {
    width: 20px;
    min-width: auto;
}

.group-select {
    width: auto;
}

@media (max-width: 768px) {
    .unified-group {
        flex-direction: column;
    }

    .inner-label {
        height: 35px;
        border-right: none;
    }
}
