.grouped {
    display: flex;
    gap: 10px;
    align-items: center;
}

.input-70 {
    flex: 7;
}

.input-30 {
    flex: 3;
}